From owner-svn-ports-head@freebsd.org Sun Jan 17 07:06:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CDB2A85013; Sun, 17 Jan 2016 07:06:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3667214A4; Sun, 17 Jan 2016 07:06:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0H76SMb089040; Sun, 17 Jan 2016 07:06:28 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0H76PMK089011; Sun, 17 Jan 2016 07:06:25 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201601170706.u0H76PMK089011@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 17 Jan 2016 07:06:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406285 - in head: audio/ruby-audiofile audio/ruby-xmms2 biology/ruby-bio databases/ruby-bdb databases/ruby-mysql databases/rubygem-bdb1 devel/ruby-calendar devel/ruby-date2 devel/ruby-... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 07:06:29 -0000 Author: swills Date: Sun Jan 17 07:06:25 2016 New Revision: 406285 URL: https://svnweb.freebsd.org/changeset/ports/406285 Log: mark ports that don't work with Ruby 2.3 PR: 205774 Modified: head/audio/ruby-audiofile/Makefile head/audio/ruby-xmms2/Makefile head/biology/ruby-bio/Makefile head/databases/ruby-bdb/Makefile head/databases/ruby-mysql/Makefile head/databases/rubygem-bdb1/Makefile head/devel/ruby-calendar/Makefile head/devel/ruby-date2/Makefile head/devel/ruby-langscan/Makefile head/devel/ruby-rbbr/Makefile head/devel/rubygem-active_scaffold/Makefile head/devel/rubygem-blockenspiel/Makefile head/devel/rubygem-devise/Makefile head/irc/rbot/Makefile head/japanese/rubygem-jpmobile/Makefile head/lang/rubinius/Makefile head/mail/ruby-rmail/Makefile head/net/ruby-dict/Makefile head/textproc/ruby-deplate/Makefile head/textproc/ruby-rss.alt/Makefile head/textproc/ruby-sary/Makefile head/textproc/ruby-xml-configfile/Makefile head/www/ruby-aws/Makefile head/www/ruby-google/Makefile head/www/rubygem-acts-as-taggable-on/Makefile head/www/samidare/Makefile Modified: head/audio/ruby-audiofile/Makefile ============================================================================== --- head/audio/ruby-audiofile/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/audio/ruby-audiofile/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -19,6 +19,7 @@ COMMENT= Ruby binding to the audiofile l LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= DOCS EXAMPLES Modified: head/audio/ruby-xmms2/Makefile ============================================================================== --- head/audio/ruby-xmms2/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/audio/ruby-xmms2/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -16,6 +16,8 @@ CONFIGURE_TARGET= configure USE_RUBY= yes USE_GNOME= glib20 +BROKEN_RUBY23= yes + PLIST= ${.CURDIR}/pkg-plist XMMS2_SLAVE= ruby Modified: head/biology/ruby-bio/Makefile ============================================================================== --- head/biology/ruby-bio/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/biology/ruby-bio/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -16,6 +16,7 @@ LICENSE= GPLv2 RUBY LICENSE_COMB= dual BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= XMLPARSER BDB4 MYSQL PGSQL DOCS XMLPARSER_DESC= xmlparser support for faster Blast processing Modified: head/databases/ruby-bdb/Makefile ============================================================================== --- head/databases/ruby-bdb/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/databases/ruby-bdb/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -21,6 +21,8 @@ USE_BDB= yes OPTIONS_DEFINE= DOCS EXAMPLES +BROKEN_RUBY23= yes + USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_RUBY_RDOC= yes Modified: head/databases/ruby-mysql/Makefile ============================================================================== --- head/databases/ruby-mysql/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/databases/ruby-mysql/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -17,6 +17,7 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= DOCS Modified: head/databases/rubygem-bdb1/Makefile ============================================================================== --- head/databases/rubygem-bdb1/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/databases/rubygem-bdb1/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -13,6 +13,7 @@ LICENSE_COMB= dual BROKEN_RUBY21= yes BROKEN_RUBY22= yes +BROKEN_RUBY23= yes USES= execinfo USE_RUBY= yes Modified: head/devel/ruby-calendar/Makefile ============================================================================== --- head/devel/ruby-calendar/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/devel/ruby-calendar/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -14,6 +14,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby modules to handle various calendars BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= DOCS EXAMPLES Modified: head/devel/ruby-date2/Makefile ============================================================================== --- head/devel/ruby-date2/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/devel/ruby-date2/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -12,6 +12,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Alternative date class for Ruby BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= DOCS EXAMPLES Modified: head/devel/ruby-langscan/Makefile ============================================================================== --- head/devel/ruby-langscan/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/devel/ruby-langscan/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -18,6 +18,7 @@ BUILD_DEPENDS= flex>=2.5.31:${PORTSDIR}/ BROKEN_RUBY21= yes BROKEN_RUBY22= yes +BROKEN_RUBY23= yes USES= perl5 USE_AUTOTOOLS= aclocal:env automake:env autoconf:env Modified: head/devel/ruby-rbbr/Makefile ============================================================================== --- head/devel/ruby-rbbr/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/devel/ruby-rbbr/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -17,6 +17,7 @@ RUN_DEPENDS= rubygem-gettext>=0:${PORTSD rubygem-gtk2>=0:${PORTSDIR}/x11-toolkits/rubygem-gtk2 BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= DOCS Modified: head/devel/rubygem-active_scaffold/Makefile ============================================================================== --- head/devel/rubygem-active_scaffold/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/devel/rubygem-active_scaffold/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -19,4 +19,6 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +BROKEN_RUBY23= yes + .include Modified: head/devel/rubygem-blockenspiel/Makefile ============================================================================== --- head/devel/rubygem-blockenspiel/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/devel/rubygem-blockenspiel/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -15,4 +15,6 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +BROKEN_RUBY23= yes + .include Modified: head/devel/rubygem-devise/Makefile ============================================================================== --- head/devel/rubygem-devise/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/devel/rubygem-devise/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -22,6 +22,8 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +BROKEN_RUBY23= yes + SLAVEDIRS= rubygem-devise-rails4 OPTIONS_SINGLE= RAILS Modified: head/irc/rbot/Makefile ============================================================================== --- head/irc/rbot/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/irc/rbot/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -32,6 +32,8 @@ PORTDOCS= REQUIREMENTS ChangeLog OPTIONS_DEFINE= DOCS +BROKEN_RUBY23= yes + post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} Modified: head/japanese/rubygem-jpmobile/Makefile ============================================================================== --- head/japanese/rubygem-jpmobile/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/japanese/rubygem-jpmobile/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -20,6 +20,8 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +BROKEN_RUBY23= yes + PORTSCOUT= limit:^3\.0\. OPTIONS_DEFINE= GEOKIT IPADDRESSES TERMINFO Modified: head/lang/rubinius/Makefile ============================================================================== --- head/lang/rubinius/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/lang/rubinius/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -21,6 +21,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/bundle:$ BROKEN_FreeBSD_9= does not build BROKEN_FreeBSD_11= does not build +BROKEN_RUBY23= yes + HAS_CONFIGURE= yes CONFIGURE_ARGS= -P "${PREFIX}" \ -I "${PREFIX}/include/rubinius" \ Modified: head/mail/ruby-rmail/Makefile ============================================================================== --- head/mail/ruby-rmail/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/mail/ruby-rmail/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -15,6 +15,7 @@ COMMENT= Lightweight mail manipulating l LICENSE= BSD3CLAUSE BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= DOCS Modified: head/net/ruby-dict/Makefile ============================================================================== --- head/net/ruby-dict/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/net/ruby-dict/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -16,6 +16,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= DOCS Modified: head/textproc/ruby-deplate/Makefile ============================================================================== --- head/textproc/ruby-deplate/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/textproc/ruby-deplate/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -15,6 +15,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.TXT BROKEN_RUBY22= yes +BROKEN_RUBY23= yes NO_ARCH= yes USES= zip Modified: head/textproc/ruby-rss.alt/Makefile ============================================================================== --- head/textproc/ruby-rss.alt/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/textproc/ruby-rss.alt/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -18,6 +18,7 @@ LICENSE_COMB= dual RUN_DEPENDS= ja-${RUBY_PKGNAMEPREFIX}uconv>=0:${PORTSDIR}/japanese/ruby-uconv BROKEN_RUBY22= yes +BROKEN_RUBY23= yes CONFLICTS_INSTALL= ruby-rss-* Modified: head/textproc/ruby-sary/Makefile ============================================================================== --- head/textproc/ruby-sary/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/textproc/ruby-sary/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -19,6 +19,7 @@ LICENSE_COMB= dual LIB_DEPENDS= libsary.so:${PORTSDIR}/textproc/sary BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= DOCS Modified: head/textproc/ruby-xml-configfile/Makefile ============================================================================== --- head/textproc/ruby-xml-configfile/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/textproc/ruby-xml-configfile/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -16,6 +16,7 @@ LICENSE= GPLv2 RUBY LICENSE_COMB= dual BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= DOCS Modified: head/www/ruby-aws/Makefile ============================================================================== --- head/www/ruby-aws/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/www/ruby-aws/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -16,6 +16,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_RUBY22= yes +BROKEN_RUBY23= yes CONFLICTS= ruby-amazon-[0-9]* Modified: head/www/ruby-google/Makefile ============================================================================== --- head/www/ruby-google/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/www/ruby-google/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -16,6 +16,7 @@ COMMENT= Ruby interface to Google SOAP-d LICENSE= GPLv2 BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= DOCS EXAMPLES Modified: head/www/rubygem-acts-as-taggable-on/Makefile ============================================================================== --- head/www/rubygem-acts-as-taggable-on/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/www/rubygem-acts-as-taggable-on/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -18,4 +18,6 @@ USE_RUBY= YES USE_RUBYGEMS= YES RUBYGEM_AUTOPLIST= YES +BROKEN_RUBY23= yes + .include Modified: head/www/samidare/Makefile ============================================================================== --- head/www/samidare/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/www/samidare/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -29,6 +29,8 @@ PLIST_FILES= bin/samidare man/man1/samid OPTIONS_DEFINE= DOCS EXAMPLES +BROKEN_RUBY23= yes + post-build: @${REINPLACE_CMD} -e '1d' ${BUILD_WRKSRC}/${PORTNAME} @cd ${BUILD_WRKSRC}; ${MV} ${PORTNAME}.man ${PORTNAME}.1 From owner-svn-ports-head@freebsd.org Sun Jan 17 08:24:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DACA2A6A89B; Sun, 17 Jan 2016 08:24:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7F7D107A; Sun, 17 Jan 2016 08:24:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0H8OPu7011896; Sun, 17 Jan 2016 08:24:25 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0H8OPJD011894; Sun, 17 Jan 2016 08:24:25 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601170824.u0H8OPJD011894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 17 Jan 2016 08:24:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406286 - head/devel/menhir X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 08:24:27 -0000 Author: miwi Date: Sun Jan 17 08:24:25 2016 New Revision: 406286 URL: https://svnweb.freebsd.org/changeset/ports/406286 Log: - Update to 20151112 PR: 205201 Submitted by: ports fury Modified: head/devel/menhir/Makefile head/devel/menhir/distinfo Modified: head/devel/menhir/Makefile ============================================================================== --- head/devel/menhir/Makefile Sun Jan 17 07:06:25 2016 (r406285) +++ head/devel/menhir/Makefile Sun Jan 17 08:24:25 2016 (r406286) @@ -2,18 +2,19 @@ # $FreeBSD$ PORTNAME= menhir -PORTVERSION= 20140422 +PORTVERSION= 20151112 CATEGORIES= devel MASTER_SITES= http://cristal.inria.fr/~fpottier/menhir/ MAINTAINER= ports@FreeBSD.org COMMENT= LR(1) parser generator for OCaml -USES= gmake USE_OCAML= yes USE_OCAML_FINDLIB= yes USE_OCAMLFIND_PLIST= yes OCAML_PKGDIRS= menhirLib + +USES= gmake MAKE_JOBS_UNSAFE= yes DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} Modified: head/devel/menhir/distinfo ============================================================================== --- head/devel/menhir/distinfo Sun Jan 17 07:06:25 2016 (r406285) +++ head/devel/menhir/distinfo Sun Jan 17 08:24:25 2016 (r406286) @@ -1,2 +1,2 @@ -SHA256 (menhir-20140422.tar.gz) = 0da8c84fff1713f9bd666940be19e2be9d7ecdf2688a7d7b822428d3a27021ce -SIZE (menhir-20140422.tar.gz) = 549129 +SHA256 (menhir-20151112.tar.gz) = 06616e300ed2e5f4f2c74c58873fcd4b5f8f033b4f375f201049dafe4cd20e3a +SIZE (menhir-20151112.tar.gz) = 727051 From owner-svn-ports-head@freebsd.org Sun Jan 17 08:25:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49188A6A984; Sun, 17 Jan 2016 08:25:32 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F256112D6; Sun, 17 Jan 2016 08:25:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0H8PUsL012076; Sun, 17 Jan 2016 08:25:30 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0H8PUo0012073; Sun, 17 Jan 2016 08:25:30 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601170825.u0H8PUo0012073@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 17 Jan 2016 08:25:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406287 - head/devel/coccinelle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 08:25:32 -0000 Author: miwi Date: Sun Jan 17 08:25:30 2016 New Revision: 406287 URL: https://svnweb.freebsd.org/changeset/ports/406287 Log: - Update to 1.0.4 PR: 206244 Submitted by: ports fury Modified: head/devel/coccinelle/Makefile head/devel/coccinelle/distinfo head/devel/coccinelle/pkg-plist Modified: head/devel/coccinelle/Makefile ============================================================================== --- head/devel/coccinelle/Makefile Sun Jan 17 08:24:25 2016 (r406286) +++ head/devel/coccinelle/Makefile Sun Jan 17 08:25:30 2016 (r406287) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= coccinelle -DISTVERSION= 1.0.1 +PORTVERSION= 1.0.4 CATEGORIES= devel MASTER_SITES= http://coccinelle.lip6.fr/distrib/ @@ -17,13 +17,14 @@ BUILD_DEPENDS= menhir:${PORTSDIR}/devel/ ocaml-pcre>=0:${PORTSDIR}/devel/ocaml-pcre LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -USES= gmake perl5 pkgconfig:build python tar:tgz -GNU_CONFIGURE= yes -USE_PERL5= build USE_OCAML= 3.0+ USE_OCAML_CAMLP4=yes -MAKE_ARGS= PYTHON_VERSION=${PYTHON_VER} -CONFIGURE_ENV= PYVER=${PYTHON_VER} PYTHON=${PYTHON_CMD} + +USES= gmake perl5 pkgconfig:build python tar:tgz +USE_PERL5= build +GNU_CONFIGURE= yes +CONFIGURE_ENV= PYTHON="${PYTHON_CMD}" PYVER="${PYTHON_VER}" +MAKE_ARGS= PYTHON_VERSION="${PYTHON_VER}" post-install: # FIXME: Stripping spatch(1) breaks the executable. Modified: head/devel/coccinelle/distinfo ============================================================================== --- head/devel/coccinelle/distinfo Sun Jan 17 08:24:25 2016 (r406286) +++ head/devel/coccinelle/distinfo Sun Jan 17 08:25:30 2016 (r406287) @@ -1,2 +1,2 @@ -SHA256 (coccinelle-1.0.1.tgz) = 39caac46c1f80cbe5de21164c5b31a794e3befdb9cd7ef1d080d455ac171b526 -SIZE (coccinelle-1.0.1.tgz) = 2772730 +SHA256 (coccinelle-1.0.4.tgz) = 7f823813a2ea299c0f6c01d8419b83c4dc6617116d32ba99d726443a1c22b06d +SIZE (coccinelle-1.0.4.tgz) = 2484218 Modified: head/devel/coccinelle/pkg-plist ============================================================================== --- head/devel/coccinelle/pkg-plist Sun Jan 17 08:24:25 2016 (r406286) +++ head/devel/coccinelle/pkg-plist Sun Jan 17 08:25:30 2016 (r406287) @@ -1,3 +1,4 @@ +bin/pycocci bin/spatch bin/spatch.byte lib/coccinelle/dllpycaml_stubs.so @@ -41,5 +42,6 @@ lib/coccinelle/python/coccilib/xml_fireh lib/coccinelle/spatch lib/coccinelle/standard.h lib/coccinelle/standard.iso +man/man1/pycocci.1.gz man/man1/spatch.1.gz man/man3/Coccilib.3cocci.gz From owner-svn-ports-head@freebsd.org Sun Jan 17 09:21:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A48FEA850C6; Sun, 17 Jan 2016 09:21:57 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71A811D4C; Sun, 17 Jan 2016 09:21:57 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0H9LuQX029244; Sun, 17 Jan 2016 09:21:56 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0H9LuSL029242; Sun, 17 Jan 2016 09:21:56 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201601170921.u0H9LuSL029242@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 17 Jan 2016 09:21:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406288 - head/textproc/bibtool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 09:21:57 -0000 Author: johans Date: Sun Jan 17 09:21:56 2016 New Revision: 406288 URL: https://svnweb.freebsd.org/changeset/ports/406288 Log: Update BibTool to 2.63 Modified: head/textproc/bibtool/Makefile head/textproc/bibtool/distinfo Modified: head/textproc/bibtool/Makefile ============================================================================== --- head/textproc/bibtool/Makefile Sun Jan 17 08:25:30 2016 (r406287) +++ head/textproc/bibtool/Makefile Sun Jan 17 09:21:56 2016 (r406288) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bibtool -PORTVERSION= 2.61 +PORTVERSION= 2.63 CATEGORIES= textproc print MASTER_SITES= TEX_CTAN/biblio/bibtex/utils/${PORTNAME} DISTNAME= BibTool-${PORTVERSION} @@ -21,6 +21,9 @@ INSTALL_TARGET= install install.man PORTDOCS= bibtool.pdf ref_card.pdf c_lib.pdf +post-patch: + ${REINPLACE_CMD} 's/bibtex$$/&8/' ${WRKSRC}/doc/Makefile + post-build: cd ${WRKSRC} && ${MAKE} doc && ${MAKE} doc Modified: head/textproc/bibtool/distinfo ============================================================================== --- head/textproc/bibtool/distinfo Sun Jan 17 08:25:30 2016 (r406287) +++ head/textproc/bibtool/distinfo Sun Jan 17 09:21:56 2016 (r406288) @@ -1,2 +1,2 @@ -SHA256 (BibTool-2.61.tar.gz) = 3ec7aa246409d4955d0851278ceb5a9bbe8cce19709f5a9391c2f2bac3b78c97 -SIZE (BibTool-2.61.tar.gz) = 708328 +SHA256 (BibTool-2.63.tar.gz) = 57d6500abf23374bd9f3adeff9534d1dd3d31b796848a5f1e6414978ca7c2552 +SIZE (BibTool-2.63.tar.gz) = 715528 From owner-svn-ports-head@freebsd.org Sun Jan 17 09:54:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2286A857D5; Sun, 17 Jan 2016 09:54:08 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 745D01772; Sun, 17 Jan 2016 09:54:08 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0H9s70L038065; Sun, 17 Jan 2016 09:54:07 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0H9s73p038062; Sun, 17 Jan 2016 09:54:07 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201601170954.u0H9s73p038062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 17 Jan 2016 09:54:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406289 - in head/devel/ocaml-findlib: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 09:54:08 -0000 Author: johans Date: Sun Jan 17 09:54:07 2016 New Revision: 406289 URL: https://svnweb.freebsd.org/changeset/ports/406289 Log: Update findlib to 1.6.1 Modified: head/devel/ocaml-findlib/Makefile head/devel/ocaml-findlib/distinfo head/devel/ocaml-findlib/files/patch-Makefile Modified: head/devel/ocaml-findlib/Makefile ============================================================================== --- head/devel/ocaml-findlib/Makefile Sun Jan 17 09:21:56 2016 (r406288) +++ head/devel/ocaml-findlib/Makefile Sun Jan 17 09:54:07 2016 (r406289) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= findlib -PORTVERSION= 1.5.6 +PORTVERSION= 1.6.1 CATEGORIES= devel MASTER_SITES= http://download.camlcity.org/download/ PKGNAMEPREFIX= ocaml- Modified: head/devel/ocaml-findlib/distinfo ============================================================================== --- head/devel/ocaml-findlib/distinfo Sun Jan 17 09:21:56 2016 (r406288) +++ head/devel/ocaml-findlib/distinfo Sun Jan 17 09:54:07 2016 (r406289) @@ -1,2 +1,2 @@ -SHA256 (findlib-1.5.6.tar.gz) = 7743b3dcaf8a344c882e89f61601f7f086d46c0f2ea4fcc3e54069236825e3f8 -SIZE (findlib-1.5.6.tar.gz) = 250865 +SHA256 (findlib-1.6.1.tar.gz) = 411c816e89d17d1b5b454e3d42f9b261cf929fc468f9f6e2787273ab69784b09 +SIZE (findlib-1.6.1.tar.gz) = 254797 Modified: head/devel/ocaml-findlib/files/patch-Makefile ============================================================================== --- head/devel/ocaml-findlib/files/patch-Makefile Sun Jan 17 09:21:56 2016 (r406288) +++ head/devel/ocaml-findlib/files/patch-Makefile Sun Jan 17 09:54:07 2016 (r406289) @@ -22,12 +22,12 @@ .PHONY: install-doc install-doc: -- mkdir -p $(prefix)$(OCAMLFIND_MAN)/man1 $(prefix)$(OCAMLFIND_MAN)/man3 $(prefix)$(OCAMLFIND_MAN)/man5 -- -cp doc/ref-man/ocamlfind.1 $(prefix)$(OCAMLFIND_MAN)/man1 -- -cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 $(prefix)$(OCAMLFIND_MAN)/man5 -+ mkdir -p $(DESTDIR)$(prefix)$(OCAMLFIND_MAN)/man1 $(DESTDIR)$(prefix)$(OCAMLFIND_MAN)/man3 $(DESTDIR)$(prefix)$(OCAMLFIND_MAN)/man5 -+ -cp doc/ref-man/ocamlfind.1 $(DESTDIR)$(prefix)$(OCAMLFIND_MAN)/man1 -+ -cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 $(DESTDIR)$(prefix)$(OCAMLFIND_MAN)/man5 +- mkdir -p "$(prefix)$(OCAMLFIND_MAN)/man1" "$(prefix)$(OCAMLFIND_MAN)/man3 $(prefix)$(OCAMLFIND_MAN)/man5" +- -cp doc/ref-man/ocamlfind.1 "$(prefix)$(OCAMLFIND_MAN)/man1" +- -cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "$(prefix)$(OCAMLFIND_MAN)/man5" ++ mkdir -p "$(DESTDIR)$(prefix)$(OCAMLFIND_MAN)/man1" "$(DESTDIR)$(prefix)$(OCAMLFIND_MAN)/man3" "$(DESTDIR)$(prefix)$(OCAMLFIND_MAN)/man5" ++ -cp doc/ref-man/ocamlfind.1 "$(DESTDIR)$(prefix)$(OCAMLFIND_MAN)/man1" ++ -cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "$(DESTDIR)$(prefix)$(OCAMLFIND_MAN)/man5" .PHONY: uninstall-doc uninstall-doc: From owner-svn-ports-head@freebsd.org Sun Jan 17 09:58:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5FEEA85897; Sun, 17 Jan 2016 09:58:38 +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 6F537189C; Sun, 17 Jan 2016 09:58:38 +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 u0H9wbTZ038327; Sun, 17 Jan 2016 09:58:37 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0H9wboF038325; Sun, 17 Jan 2016 09:58:37 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201601170958.u0H9wboF038325@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 17 Jan 2016 09:58:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406290 - head/multimedia/ffmpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 09:58:38 -0000 Author: riggs Date: Sun Jan 17 09:58:37 2016 New Revision: 406290 URL: https://svnweb.freebsd.org/changeset/ports/406290 Log: Upgrade to upstream release 2.8.5; fix zero-day remote vulnerability Both mentioned CVE IDs refer to vulnerabilities where a remote attacker can read arbitrary files by using the subfile protocol in an HTTP Live Streaming (HLS) M3U8 file. The new release fixes those in the process. PR: 206282 Reported by: sasamotikomi@gmail.com MFH: 2016Q1 Security: CVE-2016-1897 CVE-2016-1898 Modified: head/multimedia/ffmpeg/Makefile head/multimedia/ffmpeg/distinfo Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sun Jan 17 09:54:07 2016 (r406289) +++ head/multimedia/ffmpeg/Makefile Sun Jan 17 09:58:37 2016 (r406290) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ffmpeg -PORTVERSION= 2.8.4 +PORTVERSION= 2.8.5 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ Modified: head/multimedia/ffmpeg/distinfo ============================================================================== --- head/multimedia/ffmpeg/distinfo Sun Jan 17 09:54:07 2016 (r406289) +++ head/multimedia/ffmpeg/distinfo Sun Jan 17 09:58:37 2016 (r406290) @@ -1,2 +1,2 @@ -SHA256 (ffmpeg-2.8.4.tar.bz2) = 83cc8136a7845546062a43cda9ae3cf0a02f43ef5e434d2f997f055231a75f8e -SIZE (ffmpeg-2.8.4.tar.bz2) = 8579383 +SHA256 (ffmpeg-2.8.5.tar.bz2) = 3b6d9951533323ee64a21d0aa7667a780b3470bfe4e0fb7c1b33307ce290615a +SIZE (ffmpeg-2.8.5.tar.bz2) = 8580755 From owner-svn-ports-head@freebsd.org Sun Jan 17 10:02:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B3F4A85B1D; Sun, 17 Jan 2016 10:02:43 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAA871C9F; Sun, 17 Jan 2016 10:02:42 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HA2f4Z041060; Sun, 17 Jan 2016 10:02:41 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HA2foc041058; Sun, 17 Jan 2016 10:02:41 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201601171002.u0HA2foc041058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 17 Jan 2016 10:02:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406291 - head/audio/mp3guessenc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 10:02:43 -0000 Author: ehaupt Date: Sun Jan 17 10:02:41 2016 New Revision: 406291 URL: https://svnweb.freebsd.org/changeset/ports/406291 Log: Update to 0.26.0 Modified: head/audio/mp3guessenc/Makefile head/audio/mp3guessenc/distinfo Modified: head/audio/mp3guessenc/Makefile ============================================================================== --- head/audio/mp3guessenc/Makefile Sun Jan 17 09:58:37 2016 (r406290) +++ head/audio/mp3guessenc/Makefile Sun Jan 17 10:02:41 2016 (r406291) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mp3guessenc -PORTVERSION= 0.25.2 +PORTVERSION= 0.26.0 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/\.[0-9]*$//} Modified: head/audio/mp3guessenc/distinfo ============================================================================== --- head/audio/mp3guessenc/distinfo Sun Jan 17 09:58:37 2016 (r406290) +++ head/audio/mp3guessenc/distinfo Sun Jan 17 10:02:41 2016 (r406291) @@ -1,2 +1,2 @@ -SHA256 (mp3guessenc-0.25.2.tar.gz) = 177a4699579a38c85926e619806a84e874cbdbeeeb3613bff7cc06b7c002b2f4 -SIZE (mp3guessenc-0.25.2.tar.gz) = 103004 +SHA256 (mp3guessenc-0.26.0.tar.gz) = b97f67dc90ad44637079b23e45f076536c2ebaa4bc8305c94a8deb0a6e41a244 +SIZE (mp3guessenc-0.26.0.tar.gz) = 87509 From owner-svn-ports-head@freebsd.org Sun Jan 17 10:07:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 393DDA85BFB; Sun, 17 Jan 2016 10:07:23 +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 067041DC3; Sun, 17 Jan 2016 10:07:22 +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 u0HA7L8a041301; Sun, 17 Jan 2016 10:07:21 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HA7LGC041299; Sun, 17 Jan 2016 10:07:21 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601171007.u0HA7LGC041299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 17 Jan 2016 10:07:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406292 - head/devel/cl-asdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 10:07:23 -0000 Author: pawel Date: Sun Jan 17 10:07:21 2016 New Revision: 406292 URL: https://svnweb.freebsd.org/changeset/ports/406292 Log: - Remove deprecated @dirrm usage - Mark all bsd.cl-asdf.mk consumers as NO_ARCH, except lang/ccl - Use option helper Approved by: portmgr blanket Modified: head/devel/cl-asdf/Makefile head/devel/cl-asdf/bsd.cl-asdf.mk Modified: head/devel/cl-asdf/Makefile ============================================================================== --- head/devel/cl-asdf/Makefile Sun Jan 17 10:02:41 2016 (r406291) +++ head/devel/cl-asdf/Makefile Sun Jan 17 10:07:21 2016 (r406292) @@ -33,6 +33,8 @@ do-install: -e 's|%%PREFIX%%|${PREFIX}|' \ ${FILESDIR}/asdf-init.lisp > \ ${STAGEDIR}${PREFIX}/etc/asdf-init.lisp.default + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} Modified: head/devel/cl-asdf/bsd.cl-asdf.mk ============================================================================== --- head/devel/cl-asdf/bsd.cl-asdf.mk Sun Jan 17 10:02:41 2016 (r406291) +++ head/devel/cl-asdf/bsd.cl-asdf.mk Sun Jan 17 10:07:21 2016 (r406292) @@ -35,6 +35,10 @@ ASDF_REGISTRY= ${PREFIX}/${CL_LIBDIR_REL DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} EXAMPLESDIR= ${PREFIX}/share/examples/${PKGBASE} +.if ${PORTNAME} != "ccl" +NO_ARCH= yes +.endif + .if defined(FASL_TARGET) FASL_DIR_REL= ${FASL_TARGET}fasl PKGNAMESUFFIX= -${FASL_TARGET} @@ -116,10 +120,5 @@ post-install: | ${SORT} \ | ${AWK} '{ print "${CL_LIBDIR_REL}/${PORTNAME}/${FASL_DIR_REL}/" $$1 }' \ >> ${TMPPLIST} - @cd ${WRKSRC} && ${FIND} * -type d \ - | ${SORT} -r \ - | ${AWK} '{ print "@dirrm ${CL_LIBDIR_REL}/${PORTNAME}/${FASL_DIR_REL}/" $$1 }' \ - >> ${TMPPLIST} - @${ECHO_CMD} "@dirrm ${CL_LIBDIR_REL}/${PORTNAME}/${FASL_DIR_REL}" >> ${TMPPLIST} .endif # FASL_BUILD From owner-svn-ports-head@freebsd.org Sun Jan 17 10:12:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1129A85DAB; Sun, 17 Jan 2016 10:12:18 +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 A21411FB8; Sun, 17 Jan 2016 10:12:18 +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 u0HACH6A044125; Sun, 17 Jan 2016 10:12:17 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HACHwk044122; Sun, 17 Jan 2016 10:12:17 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201601171012.u0HACHwk044122@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 17 Jan 2016 10:12:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406293 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 10:12:18 -0000 Author: riggs Date: Sun Jan 17 10:12:17 2016 New Revision: 406293 URL: https://svnweb.freebsd.org/changeset/ports/406293 Log: Document zero day remote vulnerability in ffmpeg 2.0.0 - 2.8.4 PR: 206282 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jan 17 10:07:21 2016 (r406292) +++ head/security/vuxml/vuln.xml Sun Jan 17 10:12:17 2016 (r406293) @@ -58,6 +58,41 @@ Notes: --> + + ffmpeg -- remote attacker can access local files + + + ffmpeg + + 2.0.0 + 2.8.5 + + + + + +

Arch Linux reports:

+
+

ffmpeg has a vulnerability in the current version that allows the + attacker to create a specially crafted video file, downloading which + will send files from a user PC to a remote attacker server. The + attack does not even require the user to open that file — for + example, KDE Dolphin thumbnail generation is enough.

+
+ +
+ + CVE-2016-1897 + CVE-2016-1898 + ports/206282 + https://www.ffmpeg.org/security.html + + + 2016-01-13 + 2016-01-17 + +
+ h2o -- directory traversal vulnerability From owner-svn-ports-head@freebsd.org Sun Jan 17 10:21:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22830A85FB9; Sun, 17 Jan 2016 10:21:23 +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 F1AAD146F; Sun, 17 Jan 2016 10:21:22 +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 u0HALMrI044782; Sun, 17 Jan 2016 10:21:22 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HALLm0044777; Sun, 17 Jan 2016 10:21:21 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201601171021.u0HALLm0044777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 17 Jan 2016 10:21:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406295 - in head/multimedia: mencoder mplayer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 10:21:23 -0000 Author: riggs Date: Sun Jan 17 10:21:21 2016 New Revision: 406295 URL: https://svnweb.freebsd.org/changeset/ports/406295 Log: Build with ffmpeg-2.8.5; fix zero-day remote vulnerability Both mentioned CVE IDs refer to vulnerabilities where a remote attacker can read arbitrary files by using the subfile protocol in an HTTP Live Streaming (HLS) M3U8 file. Building with 2.8.5 fixes those. MFH: 2016Q1 Security: CVE-2016-1897 CVE-2016-1898 Modified: head/multimedia/mencoder/Makefile head/multimedia/mencoder/distinfo head/multimedia/mplayer/Makefile head/multimedia/mplayer/Makefile.common head/multimedia/mplayer/distinfo Modified: head/multimedia/mencoder/Makefile ============================================================================== --- head/multimedia/mencoder/Makefile Sun Jan 17 10:14:49 2016 (r406294) +++ head/multimedia/mencoder/Makefile Sun Jan 17 10:21:21 2016 (r406295) @@ -3,7 +3,7 @@ PORTNAME= mencoder PORTVERSION= ${MPLAYER_PORT_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org Modified: head/multimedia/mencoder/distinfo ============================================================================== --- head/multimedia/mencoder/distinfo Sun Jan 17 10:14:49 2016 (r406294) +++ head/multimedia/mencoder/distinfo Sun Jan 17 10:21:21 2016 (r406295) @@ -1,4 +1,4 @@ -SHA256 (ffmpeg-2.8.4.tar.bz2) = 83cc8136a7845546062a43cda9ae3cf0a02f43ef5e434d2f997f055231a75f8e -SIZE (ffmpeg-2.8.4.tar.bz2) = 8579383 +SHA256 (ffmpeg-2.8.5.tar.bz2) = 3b6d9951533323ee64a21d0aa7667a780b3470bfe4e0fb7c1b33307ce290615a +SIZE (ffmpeg-2.8.5.tar.bz2) = 8580755 SHA256 (mplayer-1.2.20151219.tar.xz) = f11d1100a1c37ec9e3e19c7698baf77871ae305ae431ec4a3dc187ca9316e4a2 SIZE (mplayer-1.2.20151219.tar.xz) = 5167716 Modified: head/multimedia/mplayer/Makefile ============================================================================== --- head/multimedia/mplayer/Makefile Sun Jan 17 10:14:49 2016 (r406294) +++ head/multimedia/mplayer/Makefile Sun Jan 17 10:21:21 2016 (r406295) @@ -3,7 +3,7 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org Modified: head/multimedia/mplayer/Makefile.common ============================================================================== --- head/multimedia/mplayer/Makefile.common Sun Jan 17 10:14:49 2016 (r406294) +++ head/multimedia/mplayer/Makefile.common Sun Jan 17 10:21:21 2016 (r406295) @@ -6,7 +6,7 @@ MPLAYER_SNAPSHOT_DATE= 2015-12-19 MPLAYER_PORT_VERSION= 1.2.r${MPLAYER_SNAPSHOT_DATE:S/-//g} -FFMPEG_VERSION= 2.8.4 +FFMPEG_VERSION= 2.8.5 MASTER_SITES= LOCAL/riggs/mplayer:local \ http://ffmpeg.org/releases/:ffmpeg DISTFILES+= ffmpeg-${FFMPEG_VERSION}.tar.bz2:ffmpeg \ Modified: head/multimedia/mplayer/distinfo ============================================================================== --- head/multimedia/mplayer/distinfo Sun Jan 17 10:14:49 2016 (r406294) +++ head/multimedia/mplayer/distinfo Sun Jan 17 10:21:21 2016 (r406295) @@ -1,4 +1,4 @@ -SHA256 (ffmpeg-2.8.4.tar.bz2) = 83cc8136a7845546062a43cda9ae3cf0a02f43ef5e434d2f997f055231a75f8e -SIZE (ffmpeg-2.8.4.tar.bz2) = 8579383 +SHA256 (ffmpeg-2.8.5.tar.bz2) = 3b6d9951533323ee64a21d0aa7667a780b3470bfe4e0fb7c1b33307ce290615a +SIZE (ffmpeg-2.8.5.tar.bz2) = 8580755 SHA256 (mplayer-1.2.20151219.tar.xz) = f11d1100a1c37ec9e3e19c7698baf77871ae305ae431ec4a3dc187ca9316e4a2 SIZE (mplayer-1.2.20151219.tar.xz) = 5167716 From owner-svn-ports-head@freebsd.org Sun Jan 17 10:25:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A92F3A852A1; Sun, 17 Jan 2016 10:25:59 +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 77C6C1953; Sun, 17 Jan 2016 10:25:59 +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 u0HAPwop047489; Sun, 17 Jan 2016 10:25:58 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HAPwfh047488; Sun, 17 Jan 2016 10:25:58 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601171025.u0HAPwfh047488@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 17 Jan 2016 10:25:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406296 - head/net/libproxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 10:25:59 -0000 Author: rakuco Date: Sun Jan 17 10:25:58 2016 New Revision: 406296 URL: https://svnweb.freebsd.org/changeset/ports/406296 Log: Point to libproxy's current website in WWW. Approved by: gnome (kwm) Modified: head/net/libproxy/pkg-descr Modified: head/net/libproxy/pkg-descr ============================================================================== --- head/net/libproxy/pkg-descr Sun Jan 17 10:21:21 2016 (r406295) +++ head/net/libproxy/pkg-descr Sun Jan 17 10:25:58 2016 (r406296) @@ -6,4 +6,4 @@ GNOME? KDE? Command line? WPAD? PAC? Net Just ask libproxy what proxy to use: you get simple code and your users get correct, consistant behavior and broad infrastructure compatibility. -WWW: http://code.google.com/p/libproxy/ +WWW: https://libproxy.github.io/libproxy/ From owner-svn-ports-head@freebsd.org Sun Jan 17 10:27:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9801A8532C; Sun, 17 Jan 2016 10:27: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 96E881A94; Sun, 17 Jan 2016 10:27: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 u0HARZtU047630; Sun, 17 Jan 2016 10:27:35 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HARZpI047628; Sun, 17 Jan 2016 10:27:35 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201601171027.u0HARZpI047628@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 17 Jan 2016 10:27:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406297 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 10:27:36 -0000 Author: riggs Date: Sun Jan 17 10:27:34 2016 New Revision: 406297 URL: https://svnweb.freebsd.org/changeset/ports/406297 Log: Document usage of vulnerable ffmpeg prior to 2.8.5 in mplayer/mencoder Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jan 17 10:25:58 2016 (r406296) +++ head/security/vuxml/vuln.xml Sun Jan 17 10:27:34 2016 (r406297) @@ -68,6 +68,13 @@ Notes: 2.8.5 + + mplayer + mencoder + + 1.2.r20151219_2 + + From owner-svn-ports-head@freebsd.org Sun Jan 17 10:29:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 595B5A85471; Sun, 17 Jan 2016 10:29:29 +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 0DF161C2A; Sun, 17 Jan 2016 10:29:28 +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 u0HATSpJ047840; Sun, 17 Jan 2016 10:29:28 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HATRYG047834; Sun, 17 Jan 2016 10:29:27 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601171029.u0HATRYG047834@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 17 Jan 2016 10:29:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406298 - in head/net: libproxy-gnome libproxy-kde libproxy-perl libproxy-python libproxy-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 10:29:29 -0000 Author: rakuco Date: Sun Jan 17 10:29:27 2016 New Revision: 406298 URL: https://svnweb.freebsd.org/changeset/ports/406298 Log: Update libproxy's website in the slave ports too. Approved by: gnome (kwm) Modified: head/net/libproxy-gnome/pkg-descr head/net/libproxy-kde/pkg-descr head/net/libproxy-perl/pkg-descr head/net/libproxy-python/pkg-descr head/net/libproxy-webkit/pkg-descr Modified: head/net/libproxy-gnome/pkg-descr ============================================================================== --- head/net/libproxy-gnome/pkg-descr Sun Jan 17 10:27:34 2016 (r406297) +++ head/net/libproxy-gnome/pkg-descr Sun Jan 17 10:29:27 2016 (r406298) @@ -4,4 +4,4 @@ programming. This plug-in allows the GNOME Desktop to make use of libproxy. -WWW: http://code.google.com/p/libproxy/ +WWW: https://libproxy.github.io/libproxy/ Modified: head/net/libproxy-kde/pkg-descr ============================================================================== --- head/net/libproxy-kde/pkg-descr Sun Jan 17 10:27:34 2016 (r406297) +++ head/net/libproxy-kde/pkg-descr Sun Jan 17 10:29:27 2016 (r406298) @@ -4,4 +4,4 @@ programming. This plug-in allows the KDE Desktop to make use of libproxy. -WWW: http://code.google.com/p/libproxy/ +WWW: https://libproxy.github.io/libproxy/ Modified: head/net/libproxy-perl/pkg-descr ============================================================================== --- head/net/libproxy-perl/pkg-descr Sun Jan 17 10:27:34 2016 (r406297) +++ head/net/libproxy-perl/pkg-descr Sun Jan 17 10:29:27 2016 (r406298) @@ -4,4 +4,4 @@ programming. This plug-in allows perl applications to make use of libproxy. -WWW: http://code.google.com/p/libproxy/ +WWW: https://libproxy.github.io/libproxy/ Modified: head/net/libproxy-python/pkg-descr ============================================================================== --- head/net/libproxy-python/pkg-descr Sun Jan 17 10:27:34 2016 (r406297) +++ head/net/libproxy-python/pkg-descr Sun Jan 17 10:29:27 2016 (r406298) @@ -4,4 +4,4 @@ programming. This plug-in allows python applications to make use of libproxy. -WWW: http://code.google.com/p/libproxy/ +WWW: https://libproxy.github.io/libproxy/ Modified: head/net/libproxy-webkit/pkg-descr ============================================================================== --- head/net/libproxy-webkit/pkg-descr Sun Jan 17 10:27:34 2016 (r406297) +++ head/net/libproxy-webkit/pkg-descr Sun Jan 17 10:29:27 2016 (r406298) @@ -4,4 +4,4 @@ programming. This plug-in allows the WebKit web browser to make use of libproxy. -WWW: http://code.google.com/p/libproxy/ +WWW: https://libproxy.github.io/libproxy/ From owner-svn-ports-head@freebsd.org Sun Jan 17 11:12:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9764A6D8B9; Sun, 17 Jan 2016 11:12:18 +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 AA7801201; Sun, 17 Jan 2016 11:12:18 +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 u0HBCHD0062315; Sun, 17 Jan 2016 11:12:17 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HBCH5G062313; Sun, 17 Jan 2016 11:12:17 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201601171112.u0HBCH5G062313@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 17 Jan 2016 11:12:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406300 - in head/devel/xdg-utils: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 11:12:18 -0000 Author: kwm Date: Sun Jan 17 11:12:17 2016 New Revision: 406300 URL: https://svnweb.freebsd.org/changeset/ports/406300 Log: xdg-open falls through to some code for the non-KDE, non-GNOME case that relies on the built-in printf to turn things like \x20 into a literal space. This was fixed in Debian by using their /usr/bin/printf, which does that. Ours doesn't but Jilles pointed me to unvis(1) which can decode URIs just fine (yay!). PR: 195677 Submitted by: uqs@ Modified: head/devel/xdg-utils/Makefile head/devel/xdg-utils/files/patch-scripts_xdg-open Modified: head/devel/xdg-utils/Makefile ============================================================================== --- head/devel/xdg-utils/Makefile Sun Jan 17 10:56:53 2016 (r406299) +++ head/devel/xdg-utils/Makefile Sun Jan 17 11:12:17 2016 (r406300) @@ -4,7 +4,7 @@ PORTNAME= xdg-utils PORTVERSION= 1.0.2.${SNAPDATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel #MASTER_SITES= http://portland.freedesktop.org/download/ MASTER_SITES= LOCAL/kwm Modified: head/devel/xdg-utils/files/patch-scripts_xdg-open ============================================================================== --- head/devel/xdg-utils/files/patch-scripts_xdg-open Sun Jan 17 10:56:53 2016 (r406299) +++ head/devel/xdg-utils/files/patch-scripts_xdg-open Sun Jan 17 11:12:17 2016 (r406300) @@ -13,3 +13,12 @@ manualpage() { cat << _MANUALPAGE +@@ -421,7 +427,7 @@ + # Decode URLs + if echo "$file" | grep -q '^file:///'; then + file=${file#file://} +- file="$(printf "$(echo "$file" | sed -e 's@%\([a-f0-9A-F]\{2\}\)@\\x\1@g')")" ++ file="$(echo "$file" | unvis -h)" + fi + check_input_file "$file" + From owner-svn-ports-head@freebsd.org Sun Jan 17 11:18:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F4231A6DAA8; Sun, 17 Jan 2016 11:18:32 +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 C58F51499; Sun, 17 Jan 2016 11:18:32 +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 u0HBIVq2062624; Sun, 17 Jan 2016 11:18:31 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HBIVhb062623; Sun, 17 Jan 2016 11:18:31 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201601171118.u0HBIVhb062623@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 17 Jan 2016 11:18:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406301 - head/math/spooles X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 11:18:33 -0000 Author: marino Date: Sun Jan 17 11:18:31 2016 New Revision: 406301 URL: https://svnweb.freebsd.org/changeset/ports/406301 Log: math/spooles(-mpich): Fix DOCS options The OPTIONS_DEFINE line was placed after meaning the file was imported before the options were defined. This is revealed by SELECTED_OPTIONS showing up blank rather than as "DOCS". Move the line before the includes to fix. Approved by: just-fix-it Modified: head/math/spooles/Makefile Modified: head/math/spooles/Makefile ============================================================================== --- head/math/spooles/Makefile Sun Jan 17 11:12:17 2016 (r406300) +++ head/math/spooles/Makefile Sun Jan 17 11:18:31 2016 (r406301) @@ -22,6 +22,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libmpich USES= gmake tar:tgz +OPTIONS_DEFINE= DOCS + .if defined(WITH_MPI) PLIST_SUB+= MPI="" PLIST_SUB+= MT="@comment " @@ -48,8 +50,6 @@ PICFLAG?= -fpic .SILENT: -OPTIONS_DEFINE= DOCS - pre-everything:: .if !defined(WITH_MPI) ${ECHO_MSG} "make WITH_MPI=yes for mpich version" From owner-svn-ports-head@freebsd.org Sun Jan 17 11:33:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85746A85153; Sun, 17 Jan 2016 11:33:12 +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 430B01D1C; Sun, 17 Jan 2016 11:33:12 +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 u0HBXBIZ068301; Sun, 17 Jan 2016 11:33:11 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HBXBJJ068299; Sun, 17 Jan 2016 11:33:11 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601171133.u0HBXBJJ068299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 17 Jan 2016 11:33:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406302 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 11:33:12 -0000 Author: rakuco Date: Sun Jan 17 11:33:10 2016 New Revision: 406302 URL: https://svnweb.freebsd.org/changeset/ports/406302 Log: Document CVE-2012-4504 in net/libproxy and its slave ports. Security: CVE-2012-4504 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jan 17 11:18:31 2016 (r406301) +++ head/security/vuxml/vuln.xml Sun Jan 17 11:33:10 2016 (r406302) @@ -58,6 +58,65 @@ Notes: --> + + libproxy -- stack-based buffer overflow + + + + libproxy + 0.4.0 + 0.4.6_1 + + + libproxy-gnome + 0.4.0 + 0.4.6_2 + + + libproxy-kde + 0.4.0 + 0.4.6_6 + + + libproxy-perl + 0.4.0 + 0.4.6_3 + + + libproxy-webkit + 0.4.0 + 0.4.6_4 + + + + +

Tomas Hoger reports:

+
+

A buffer overflow flaw was discovered in the libproxy's + url::get_pac() used to download proxy.pac proxy auto-configuration + file. A malicious host hosting proxy.pac, or a man in the middle + attacker, could use this flaw to trigger a stack-based buffer + overflow in an application using libproxy, if proxy configuration + instructed it to download proxy.pac file from a remote HTTP + server.

+
+ +
+ + CVE-2012-4504 + https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-4504 + http://www.openwall.com/lists/oss-security/2012/10/12/1 + https://github.com/libproxy/libproxy/commit/c440553c12836664afd24a24fb3a4d10a2facd2c + https://bugzilla.redhat.com/show_bug.cgi?id=864417 + https://groups.google.com/forum/?fromgroups=#!topic/libproxy/VxZ8No7mT0E + + + 2012-10-10 + 2016-01-17 + +
+ ffmpeg -- remote attacker can access local files From owner-svn-ports-head@freebsd.org Sun Jan 17 11:41:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE552A8555A; Sun, 17 Jan 2016 11:41:37 +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 8FE0011A7; Sun, 17 Jan 2016 11:41:37 +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 u0HBfaep070667; Sun, 17 Jan 2016 11:41:36 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HBfaVS070666; Sun, 17 Jan 2016 11:41:36 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601171141.u0HBfaVS070666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 17 Jan 2016 11:41:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406303 - head/devel/llvm33 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 11:41:37 -0000 Author: pawel Date: Sun Jan 17 11:41:36 2016 New Revision: 406303 URL: https://svnweb.freebsd.org/changeset/ports/406303 Log: Remove deprecated @dirrm Approved by: portmgr blanket Modified: head/devel/llvm33/Makefile Modified: head/devel/llvm33/Makefile ============================================================================== --- head/devel/llvm33/Makefile Sun Jan 17 11:33:10 2016 (r406302) +++ head/devel/llvm33/Makefile Sun Jan 17 11:41:36 2016 (r406303) @@ -258,13 +258,6 @@ build-plist: ${FIND} ${STAGEDIR}${DOCSDIR} -type f | \ ${SED} -e 's|${STAGEDIR}${DOCSDIR}|%%PORTDOCS%%%%DOCSDIR%%|' | \ ${SORT} >> ${PLIST} - ${FIND} ${STAGEDIR}${LLVM_PREFIX} -type d | \ - ${SED} -e 's|${STAGEDIR}${PREFIX}/||' | \ - ${SORT} -r | ${SED} -e 's|^|@dirrm |' >> ${PLIST} - echo "%%LIT%%@dirrm %%PYTHON_SITELIBDIR%%/lit${LLVM_SUFFIX}" >> ${PLIST} - ${FIND} ${STAGEDIR}${DOCSDIR} -type d | \ - ${SED} -e 's|${STAGEDIR}${DOCSDIR}|%%PORTDOCS%%@dirrm %%DOCSDIR%%|' | \ - ${SORT} -r >> ${PLIST} .if make(svn-patch) .if !defined(PATCH_REV) From owner-svn-ports-head@freebsd.org Sun Jan 17 12:03:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2433A85274; Sun, 17 Jan 2016 12:03: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 61A581F47; Sun, 17 Jan 2016 12:03:38 +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 u0HC3bFW077304; Sun, 17 Jan 2016 12:03:37 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HC3bDc077302; Sun, 17 Jan 2016 12:03:37 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601171203.u0HC3bDc077302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 17 Jan 2016 12:03:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406304 - in head/textproc/py-pygments: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 12:03:38 -0000 Author: rakuco Date: Sun Jan 17 12:03:37 2016 New Revision: 406304 URL: https://svnweb.freebsd.org/changeset/ports/406304 Log: Add upstream patch to fix CVE-2015-8557. PR: 206072 Approved by: ports-secteam (miwi) Security: 5f276780-b6ce-11e5-9731-5453ed2e2b49 Added: head/textproc/py-pygments/files/ head/textproc/py-pygments/files/patch-CVE-2015-8557 (contents, props changed) Modified: head/textproc/py-pygments/Makefile Modified: head/textproc/py-pygments/Makefile ============================================================================== --- head/textproc/py-pygments/Makefile Sun Jan 17 11:41:36 2016 (r406303) +++ head/textproc/py-pygments/Makefile Sun Jan 17 12:03:37 2016 (r406304) @@ -3,6 +3,7 @@ PORTNAME= pygments PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Added: head/textproc/py-pygments/files/patch-CVE-2015-8557 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-pygments/files/patch-CVE-2015-8557 Sun Jan 17 12:03:37 2016 (r406304) @@ -0,0 +1,49 @@ +# HG changeset patch +# User Tim Hatch +# Date 1445007300 25200 +# Node ID 0036ab1c99e256298094505e5e92fdacdfc5b0a8 +# Parent c0c0d4049a7c325cd69b764c6ceb7747d319212d +Avoid the shell entirely when finding fonts. + +Manually tested on OS X. + +--- pygments/formatters/img.py.orig 2014-11-10 19:17:51 UTC ++++ pygments/formatters/img.py +@@ -15,6 +15,8 @@ from pygments.formatter import Formatter + from pygments.util import get_bool_opt, get_int_opt, get_list_opt, \ + get_choice_opt, xrange + ++import subprocess ++ + # Import this carefully + try: + from PIL import Image, ImageDraw, ImageFont +@@ -75,14 +77,11 @@ class FontManager(object): + self._create_nix() + + def _get_nix_font_path(self, name, style): +- try: +- from commands import getstatusoutput +- except ImportError: +- from subprocess import getstatusoutput +- exit, out = getstatusoutput('fc-list "%s:style=%s" file' % +- (name, style)) +- if not exit: +- lines = out.splitlines() ++ proc = subprocess.Popen(['fc-list', "%s:style=%s" % (name, style), 'file'], ++ stdout=subprocess.PIPE, stderr=None) ++ stdout, _ = proc.communicate() ++ if proc.returncode == 0: ++ lines = stdout.splitlines() + if lines: + path = lines[0].strip().strip(':') + return path +@@ -197,7 +196,7 @@ class ImageFormatter(Formatter): + bold and italic fonts will be generated. This really should be a + monospace font to look sane. + +- Default: "Bitstream Vera Sans Mono" ++ Default: "Bitstream Vera Sans Mono" on Windows, Courier New on *nix + + `font_size` + The font size in points to be used. From owner-svn-ports-head@freebsd.org Sun Jan 17 12:18:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1623A85999; Sun, 17 Jan 2016 12:18:36 +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 8ED8512AF; Sun, 17 Jan 2016 12:18:36 +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 u0HCIZii081003; Sun, 17 Jan 2016 12:18:35 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HCIZuI081002; Sun, 17 Jan 2016 12:18:35 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601171218.u0HCIZuI081002@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 17 Jan 2016 12:18:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406306 - head/devel/llvm34 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 12:18:36 -0000 Author: pawel Date: Sun Jan 17 12:18:35 2016 New Revision: 406306 URL: https://svnweb.freebsd.org/changeset/ports/406306 Log: Remove deprecated @dirrm Approved by: portmgr blanket Modified: head/devel/llvm34/Makefile Modified: head/devel/llvm34/Makefile ============================================================================== --- head/devel/llvm34/Makefile Sun Jan 17 12:04:48 2016 (r406305) +++ head/devel/llvm34/Makefile Sun Jan 17 12:18:35 2016 (r406306) @@ -266,17 +266,6 @@ build-plist: ${FIND} ${STAGEDIR}${DOCSDIR} -type f | \ ${SED} -e 's|${STAGEDIR}${DOCSDIR}|%%PORTDOCS%%%%DOCSDIR%%|' | \ ${SORT} >> ${PLIST} - ${FIND} ${STAGEDIR}${LLVM_PREFIX} -type d | \ - ${SED} -e 's|${STAGEDIR}${PREFIX}/||' | \ - ${SORT} -r | ${SED} -e 's|^|@dirrm |' \ - -e 's|${LLVM_SUFFIX}|%%LLVM_SUFFIX%%|' >> ${PLIST} - echo "%%LIT%%@dirrm %%PYTHON_SITELIBDIR%%/lit%%LLVM_SUFFIX%%" >> \ - ${PLIST} - echo "%%LIT%%@dirrm %%PYTHON_SITELIBDIR%%/lit%%LLVM_SUFFIX%%/formats" >> \ - ${PLIST} - ${FIND} ${STAGEDIR}${DOCSDIR} -type d | \ - ${SED} -e 's|${STAGEDIR}${DOCSDIR}|%%PORTDOCS%%@dirrm %%DOCSDIR%%|' | \ - ${SORT} -r >> ${PLIST} .if make(svn-patch) .if !defined(PATCH_REV) From owner-svn-ports-head@freebsd.org Sun Jan 17 12:38:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72816A86204; Sun, 17 Jan 2016 12:38:26 +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 4E13B1D27; Sun, 17 Jan 2016 12:38:26 +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 u0HCcP31087114; Sun, 17 Jan 2016 12:38:25 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HCcOQn087109; Sun, 17 Jan 2016 12:38:24 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201601171238.u0HCcOQn087109@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Sun, 17 Jan 2016 12:38:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406307 - in head/lang/expect: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 12:38:26 -0000 Author: gahr Date: Sun Jan 17 12:38:24 2016 New Revision: 406307 URL: https://svnweb.freebsd.org/changeset/ports/406307 Log: lang/expect: install manpages along with sample tools PR: 194130 Submitted by: w.schwarzenfeld@utanet.at Modified: head/lang/expect/Makefile head/lang/expect/files/patch-Makefile.in head/lang/expect/files/patch-configure head/lang/expect/files/patch-exp_main_sub.c head/lang/expect/pkg-plist Modified: head/lang/expect/Makefile ============================================================================== --- head/lang/expect/Makefile Sun Jan 17 12:18:35 2016 (r406306) +++ head/lang/expect/Makefile Sun Jan 17 12:38:24 2016 (r406307) @@ -3,7 +3,7 @@ PORTNAME= expect PORTVERSION= 5.45 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang tcl tk MASTER_SITES= SF/expect/Expect/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION} Modified: head/lang/expect/files/patch-Makefile.in ============================================================================== --- head/lang/expect/files/patch-Makefile.in Sun Jan 17 12:18:35 2016 (r406306) +++ head/lang/expect/files/patch-Makefile.in Sun Jan 17 12:38:24 2016 (r406307) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2010-09-30 19:14:07.000000000 +0200 -+++ Makefile.in 2014-02-28 12:00:40.000000000 +0100 -@@ -236,10 +236,10 @@ +--- Makefile.in.orig 2010-09-30 17:14:07 UTC ++++ Makefile.in +@@ -236,10 +236,10 @@ install-libraries: libraries $(SCRIPTS) $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(includedir) ; \ done; # install standalone scripts and their man pages, if requested @@ -13,3 +13,12 @@ rm -f $$i ; \ else true; fi ; \ done +@@ -259,7 +259,7 @@ install-doc: doc + $(INSTALL_DATA) $(srcdir)/libexpect.man $(DESTDIR)$(mandir)/man3/libexpect.3 + -for i in $(SCRIPT_MANPAGE_LIST) ; do \ + if [ -f $(srcdir)/example/$$i.man ] ; then \ +- $(INSTALL_DATA) $(srcdir)/example/$$i.man $(DESTDIR)$(mandir)/man1/$$i.1 ; \ ++ $(INSTALL_DATA) $(srcdir)/example/$$i.man $(DESTDIR)$(datadir)/$$i.1 ; \ + else true; fi ; \ + done + Modified: head/lang/expect/files/patch-configure ============================================================================== --- head/lang/expect/files/patch-configure Sun Jan 17 12:18:35 2016 (r406306) +++ head/lang/expect/files/patch-configure Sun Jan 17 12:38:24 2016 (r406307) @@ -1,6 +1,6 @@ ---- configure.orig 2010-09-16 22:46:47.000000000 +0200 -+++ configure 2014-02-21 14:43:41.000000000 +0100 -@@ -8103,7 +8103,7 @@ +--- configure.orig 2010-09-16 20:46:47 UTC ++++ configure +@@ -8103,7 +8103,7 @@ fi # This configuration from FreeBSD Ports. SHLIB_CFLAGS="-fPIC" SHLIB_LD="${CC} -shared" @@ -9,7 +9,7 @@ SHLIB_SUFFIX=".so" LDFLAGS="" if test $doRpath = yes; then -@@ -8123,7 +8123,7 @@ +@@ -8123,7 +8123,7 @@ fi # Version numbers are dot-stripped by system policy. TCL_TRIM_DOTS=`echo ${VERSION} | tr -d .` UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.a' @@ -18,7 +18,7 @@ TCL_LIB_VERSIONS_OK=nodots ;; Darwin-*) -@@ -16349,9 +16349,9 @@ +@@ -16349,9 +16349,9 @@ rm -f conftest* if test x"${TK_BIN_DIR}" != x ; then SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TK_BIN_DIR}/${TK_STUB_LIB_FILE}`\"" fi @@ -30,7 +30,7 @@ fi # Some packages build their own stubs libraries eval eval "PKG_STUB_LIB_FILE=${PACKAGE_NAME}stub${UNSHARED_LIB_SUFFIX}" -@@ -16368,10 +16368,10 @@ +@@ -16368,10 +16368,10 @@ rm -f conftest* if test x"${TK_BIN_DIR}" != x ; then SHLIB_LD_LIBS="${SHLIB_LD_LIBS} ${TK_STUB_LIB_SPEC}" fi Modified: head/lang/expect/files/patch-exp_main_sub.c ============================================================================== --- head/lang/expect/files/patch-exp_main_sub.c Sun Jan 17 12:18:35 2016 (r406306) +++ head/lang/expect/files/patch-exp_main_sub.c Sun Jan 17 12:38:24 2016 (r406307) @@ -1,6 +1,6 @@ ---- exp_main_sub.c 2002/08/24 08:04:43 1.1 -+++ exp_main_sub.c 2002/08/24 08:15:33 -@@ -593,6 +593,9 @@ +--- exp_main_sub.c.orig 2010-08-27 22:01:15 UTC ++++ exp_main_sub.c +@@ -672,6 +672,9 @@ char **argv; char *args; /* ptr to string-rep of all args */ char *debug_init; @@ -10,7 +10,7 @@ exp_argv0 = argv[0]; #ifdef TCL_DEBUGGER -@@ -768,18 +771,23 @@ +@@ -853,18 +856,23 @@ char **argv; expDiagLog("set argc %s\r\n",argc_rep); if (exp_cmdfilename) { Modified: head/lang/expect/pkg-plist ============================================================================== --- head/lang/expect/pkg-plist Sun Jan 17 12:18:35 2016 (r406306) +++ head/lang/expect/pkg-plist Sun Jan 17 12:38:24 2016 (r406307) @@ -3,41 +3,41 @@ include/expect.h include/expect_comm.h include/expect_tcl.h include/tcldbg.h +lib/expect%%EXPECT_VER%%/libexpect%%LIBEXPECT_VER%%.so +lib/expect%%EXPECT_VER%%/pkgIndex.tcl +lib/libexpect.so +lib/libexpect.so.1 +man/man1/expect.1.gz +man/man3/libexpect.3.gz %%DATADIR%%/autoexpect +%%DATADIR%%/autoexpect.1 %%DATADIR%%/autopasswd %%DATADIR%%/cryptdir +%%DATADIR%%/cryptdir.1 %%DATADIR%%/decryptdir +%%DATADIR%%/decryptdir.1 %%DATADIR%%/dislocate +%%DATADIR%%/dislocate.1 %%DATADIR%%/ftp-rfc %%DATADIR%%/kibitz +%%DATADIR%%/kibitz.1 %%DATADIR%%/lpunlock %%DATADIR%%/mkpasswd +%%DATADIR%%/mkpasswd.1 %%DATADIR%%/multixterm +%%DATADIR%%/multixterm.1 %%DATADIR%%/passmass +%%DATADIR%%/passmass.1 %%DATADIR%%/rftp %%DATADIR%%/rlogin-cwd %%DATADIR%%/timed-read %%DATADIR%%/timed-run %%DATADIR%%/tknewsbiff +%%DATADIR%%/tknewsbiff.1 %%DATADIR%%/tkpasswd %%DATADIR%%/unbuffer +%%DATADIR%%/unbuffer.1 %%DATADIR%%/weather %%DATADIR%%/xkibitz +%%DATADIR%%/xkibitz.1 %%DATADIR%%/xpstat -man/man1/autoexpect.1.gz -man/man1/cryptdir.1.gz -man/man1/decryptdir.1.gz -man/man1/dislocate.1.gz -man/man1/expect.1.gz -man/man1/kibitz.1.gz -man/man1/mkpasswd.1.gz -man/man1/multixterm.1.gz -man/man1/passmass.1.gz -man/man1/tknewsbiff.1.gz -man/man1/unbuffer.1.gz -man/man1/xkibitz.1.gz -man/man3/libexpect.3.gz -lib/expect%%EXPECT_VER%%/pkgIndex.tcl -lib/expect%%EXPECT_VER%%/libexpect%%LIBEXPECT_VER%%.so -lib/libexpect.so.1 -lib/libexpect.so From owner-svn-ports-head@freebsd.org Sun Jan 17 12:39:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A56FA862D4; Sun, 17 Jan 2016 12:39:58 +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 5CB891FB0; Sun, 17 Jan 2016 12:39:58 +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 u0HCdvG1087396; Sun, 17 Jan 2016 12:39:57 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HCdvRG087393; Sun, 17 Jan 2016 12:39:57 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201601171239.u0HCdvRG087393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 17 Jan 2016 12:39:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406308 - in head/vietnamese: vietunicode-hannom vietunicode-trichlor vietunicode-web1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 12:39:58 -0000 Author: marino Date: Sun Jan 17 12:39:57 2016 New Revision: 406308 URL: https://svnweb.freebsd.org/changeset/ports/406308 Log: vietnamese/vietunicode-*: Fix options (3 ports) The -hannom, -web1, and -trichlor ports all had their options mis-set by the unnecessary use of
 and .  They sandwhiched a third
  makefile that pulled in  which is sufficient.  Remove 
  and  inclusions to restore option functionality of these ports.
  Bump to be on the safe side.

Modified:
  head/vietnamese/vietunicode-hannom/Makefile
  head/vietnamese/vietunicode-trichlor/Makefile
  head/vietnamese/vietunicode-web1/Makefile

Modified: head/vietnamese/vietunicode-hannom/Makefile
==============================================================================
--- head/vietnamese/vietunicode-hannom/Makefile	Sun Jan 17 12:38:24 2016	(r406307)
+++ head/vietnamese/vietunicode-hannom/Makefile	Sun Jan 17 12:39:57 2016	(r406308)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vietunicode-hannom
 PORTVERSION=	2005.02.06
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	vietnamese x11-fonts
 MASTER_SITES=	SF/vietunicode/hannom/hannom%20v2005
 DISTNAME=	hannom
@@ -26,6 +26,5 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${FONTSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} ${TTF} ${STAGEDIR}${FONTSDIR})
 
-.include 
 .include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
-.include 
+.include 

Modified: head/vietnamese/vietunicode-trichlor/Makefile
==============================================================================
--- head/vietnamese/vietunicode-trichlor/Makefile	Sun Jan 17 12:38:24 2016	(r406307)
+++ head/vietnamese/vietunicode-trichlor/Makefile	Sun Jan 17 12:39:57 2016	(r406308)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vietunicode-trichlor
 PORTVERSION=	2004.04.30
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	vietnamese x11-fonts
 MASTER_SITES=	SF/vietunicode/VietFonts-TriChlor/TrichlorSet%20v2004
 DISTNAME=	VietFonts_TriChlor_ttf
@@ -34,6 +34,5 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${FONTSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} ${TTF} ${STAGEDIR}${FONTSDIR})
 
-.include 
 .include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
-.include 
+.include 

Modified: head/vietnamese/vietunicode-web1/Makefile
==============================================================================
--- head/vietnamese/vietunicode-web1/Makefile	Sun Jan 17 12:38:24 2016	(r406307)
+++ head/vietnamese/vietunicode-web1/Makefile	Sun Jan 17 12:39:57 2016	(r406308)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vietunicode-web1
 PORTVERSION=	2004.04.30
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	vietnamese x11-fonts
 MASTER_SITES=	SF/vietunicode/VietFonts-Web1/Web1%20Package%20v2004
 DISTNAME=	VietFontsWeb1_ttf
@@ -23,6 +23,5 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${FONTSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} ${TTF} ${STAGEDIR}${FONTSDIR})
 
-.include 
 .include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
-.include 
+.include 

From owner-svn-ports-head@freebsd.org  Sun Jan 17 12:45:03 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B0D5A865E6;
 Sun, 17 Jan 2016 12:45:03 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 1E8CC172C;
 Sun, 17 Jan 2016 12:45:03 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HCj2jh090241;
 Sun, 17 Jan 2016 12:45:02 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HCj26e090240;
 Sun, 17 Jan 2016 12:45:02 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171245.u0HCj26e090240@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 12:45:02 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406309 - 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-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 12:45:03 -0000

Author: sunpoet
Date: Sun Jan 17 12:45:01 2016
New Revision: 406309
URL: https://svnweb.freebsd.org/changeset/ports/406309

Log:
  - Add shared PSL and SPATIALITE descriptions

Modified:
  head/Mk/bsd.options.desc.mk

Modified: head/Mk/bsd.options.desc.mk
==============================================================================
--- head/Mk/bsd.options.desc.mk	Sun Jan 17 12:39:57 2016	(r406308)
+++ head/Mk/bsd.options.desc.mk	Sun Jan 17 12:45:01 2016	(r406309)
@@ -395,6 +395,7 @@ PROFILE_DESC?=		Build with profiling sup
 PROJ_DESC?=		PROJ.4 cartographic projections support
 PROXY_DESC?=		Proxy support
 PS_DESC?=		PostScript document support
+PSL_DESC?=		Public Suffix List support
 PTH_DESC?=		Threading/multiprocessing via GNU Pth
 PULSEAUDIO_DESC?=	PulseAudio sound server support
 PYMALLOC_DESC?=		Use Python's internal malloc()
@@ -429,6 +430,7 @@ SOCKS_DESC?=		SOCKS proxy support
 SOUND_DESC?=		Sound (audio) support
 SOUNDTOUCH_DESC?=	Sound processing support via SoundTouch
 SPANDSP_DESC?=		SpanDSP faxing support
+SPATIALITE_DESC?=	SpatiaLite support
 SPDY_DESC?=		SPDY network protocol support
 SPEEX_DESC?=		Speex audio format support
 SQL_DESC?=		SQL database support

From owner-svn-ports-head@freebsd.org  Sun Jan 17 12:45:08 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8263FA8660E
 for ;
 Sun, 17 Jan 2016 12:45:08 +0000 (UTC)
 (envelope-from sunpoet@sunpoet.net)
Received: from mail-vk0-x232.google.com (mail-vk0-x232.google.com
 [IPv6:2607:f8b0:400c:c05::232])
 (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 220DC178F
 for ; Sun, 17 Jan 2016 12:45:08 +0000 (UTC)
 (envelope-from sunpoet@sunpoet.net)
Received: by mail-vk0-x232.google.com with SMTP id i129so181273689vkb.0
 for ; Sun, 17 Jan 2016 04:45:08 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=sunpoet-net.20150623.gappssmtp.com; s=20150623;
 h=mime-version:sender:in-reply-to:references:from:date:message-id
 :subject:to:cc:content-type;
 bh=epDQS/H+KmL4wxhfJMnLDch1x117QTQ8esZyJfgYrBQ=;
 b=0hHOtHLpaXOQMI9qvCyKJQZrTHCWvUxQsdUHkENojKPrYR+4HCrNI+yy3hcWDjFMjo
 wqTjrBtCbHUmm/d+MFU0/digUxUqas44L3nb2FJ2IgbRnNQSXLj31GCFevFHBXbXf5ua
 i/1qTK+pg0KJtyN1jS2sd4rszIbw16yUVYgFX8SNKhKh/nD1cVmHZ0T4AAT1UFdsudZg
 Qhr4+rN77dwiwcJgJmDkZr0eXUUUmqyE6i5vlt14CTTJtMSzPP3VyMovuEHtGpqjOatO
 HvZJfwVFsbzCtNxZcGSgNR17d8+AndmqSt/41iE5SfPgr9lZIaSbtrV1qd/VxZAKQh7L
 7jEA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:mime-version:sender:in-reply-to:references:from
 :date:message-id:subject:to:cc:content-type;
 bh=epDQS/H+KmL4wxhfJMnLDch1x117QTQ8esZyJfgYrBQ=;
 b=fVNef5J+KsKvhBHcD5TQOiBfgltJMixdl5hbw8OPLPTB37E7glO7YAeei6190Uo+7V
 mIEnhq5286olOI7ZStfhNXoXnZeSm4UBVs1MCo4cIj3pzK7hqfS5MvXM5PUGic1s0X2V
 CccQ7J8sRAjzSu5ZCFvFRH8bQLGSPSJ3R8lXIg9dA9zxAyXTT7a44zfzTym3x+5VYgcS
 gj70MKWGb18JrGQs5LYOChm/jtQckcfX7+nEjBEBBHla9Ibd454XuNBMqNbJoyEz8Dtg
 hAeqJ3xK9ilZ+hckGexdsCjQt+tVtV5hWhMqICxlkzg01/6vNlSkPm3zceUlsllUf9QQ
 co+A==
X-Gm-Message-State: ALoCoQkqPMOsXdIPoYdSRmjhjbVImsKJNUP8E+egbxmdWRrhlNinoad3QcmJDrJlmI6Dkn+U+QNfK/MS4znT6RqxOONVjBmWyw==
X-Received: by 10.31.171.142 with SMTP id u136mr14421129vke.88.1453034707166; 
 Sun, 17 Jan 2016 04:45:07 -0800 (PST)
MIME-Version: 1.0
Sender: sunpoet@sunpoet.net
Received: by 10.31.219.3 with HTTP; Sun, 17 Jan 2016 04:44:27 -0800 (PST)
In-Reply-To: <201601170706.u0H76PMK089011@repo.freebsd.org>
References: <201601170706.u0H76PMK089011@repo.freebsd.org>
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 20:44:27 +0800
X-Google-Sender-Auth: 1vGryDdJlLpT8Vce9ep1-TREpz0
Message-ID: 
Subject: Re: svn commit: r406285 - in head: audio/ruby-audiofile
 audio/ruby-xmms2 biology/ruby-bio databases/ruby-bdb databases/ruby-mysql
 databases/rubygem-bdb1 devel/ruby-calendar devel/ruby-date2 devel/ruby-...
To: Steve Wills 
Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, 
 svn-ports-head@freebsd.org
Content-Type: text/plain; charset=UTF-8
X-Content-Filtered-By: Mailman/MimeDel 2.1.20
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 12:45:08 -0000

On Sun, Jan 17, 2016 at 3:06 PM, Steve Wills  wrote:

> Author: swills
> Date: Sun Jan 17 07:06:25 2016
> New Revision: 406285
> URL: https://svnweb.freebsd.org/changeset/ports/406285
>
> Log:
>   mark ports that don't work with Ruby 2.3
>
>   PR:           205774
>

Thanks!

From owner-svn-ports-head@freebsd.org  Sun Jan 17 12:45:09 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34C2FA86613;
 Sun, 17 Jan 2016 12:45:09 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id D961317F8;
 Sun, 17 Jan 2016 12:45:08 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HCj7RY090400;
 Sun, 17 Jan 2016 12:45:07 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HCj7mf090396;
 Sun, 17 Jan 2016 12:45:07 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171245.u0HCj7mf090396@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 12:45:07 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406310 - in head/devel: . rubygem-cucumber-wire
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 12:45:09 -0000

Author: sunpoet
Date: Sun Jan 17 12:45:07 2016
New Revision: 406310
URL: https://svnweb.freebsd.org/changeset/ports/406310

Log:
  - Add rubygem-cucumber-wire 0.0.1
  
  Wire protocol plugin for Cucumber
  
  WWW: https://github.com/cucumber/cucumber-ruby-wire

Added:
  head/devel/rubygem-cucumber-wire/
  head/devel/rubygem-cucumber-wire/Makefile   (contents, props changed)
  head/devel/rubygem-cucumber-wire/distinfo   (contents, props changed)
  head/devel/rubygem-cucumber-wire/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jan 17 12:45:01 2016	(r406309)
+++ head/devel/Makefile	Sun Jan 17 12:45:07 2016	(r406310)
@@ -4767,6 +4767,7 @@
     SUBDIR += rubygem-cri
     SUBDIR += rubygem-cucumber
     SUBDIR += rubygem-cucumber-core
+    SUBDIR += rubygem-cucumber-wire
     SUBDIR += rubygem-curses
     SUBDIR += rubygem-cyoi
     SUBDIR += rubygem-daemon_controller

Added: head/devel/rubygem-cucumber-wire/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-cucumber-wire/Makefile	Sun Jan 17 12:45:07 2016	(r406310)
@@ -0,0 +1,19 @@
+# Created by: Sunpoet Po-Chuan Hsieh 
+# $FreeBSD$
+
+PORTNAME=	cucumber-wire
+PORTVERSION=	0.0.1
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Wire protocol plugin for Cucumber
+
+LICENSE=	MIT
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include 

Added: head/devel/rubygem-cucumber-wire/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-cucumber-wire/distinfo	Sun Jan 17 12:45:07 2016	(r406310)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/cucumber-wire-0.0.1.gem) = 4ea8ca3f772d80876eb50533ab10521b383d866419bd6e838b822f0d16ded527
+SIZE (rubygem/cucumber-wire-0.0.1.gem) = 16384

Added: head/devel/rubygem-cucumber-wire/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-cucumber-wire/pkg-descr	Sun Jan 17 12:45:07 2016	(r406310)
@@ -0,0 +1,3 @@
+Wire protocol plugin for Cucumber
+
+WWW: https://github.com/cucumber/cucumber-ruby-wire

From owner-svn-ports-head@freebsd.org  Sun Jan 17 12:45:52 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2750A866B8;
 Sun, 17 Jan 2016 12:45:52 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 575491A9A;
 Sun, 17 Jan 2016 12:45:52 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HCjp3k090583;
 Sun, 17 Jan 2016 12:45:51 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HCjoNq090579;
 Sun, 17 Jan 2016 12:45:50 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171245.u0HCjoNq090579@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 12:45:50 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406311 - in head/devel: . rubygem-event-bus
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 12:45:52 -0000

Author: sunpoet
Date: Sun Jan 17 12:45:50 2016
New Revision: 406311
URL: https://svnweb.freebsd.org/changeset/ports/406311

Log:
  - Add rubygem-event-bus 0.2.3
  
  Event Bus helps you to setup an event bus for your library.
  
  WWW: https://github.com/fedux-org/event-bus

Added:
  head/devel/rubygem-event-bus/
  head/devel/rubygem-event-bus/Makefile   (contents, props changed)
  head/devel/rubygem-event-bus/distinfo   (contents, props changed)
  head/devel/rubygem-event-bus/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jan 17 12:45:07 2016	(r406310)
+++ head/devel/Makefile	Sun Jan 17 12:45:50 2016	(r406311)
@@ -4798,6 +4798,7 @@
     SUBDIR += rubygem-enumerize
     SUBDIR += rubygem-equalizer
     SUBDIR += rubygem-errand
+    SUBDIR += rubygem-event-bus
     SUBDIR += rubygem-eventmachine
     SUBDIR += rubygem-excon
     SUBDIR += rubygem-execjs

Added: head/devel/rubygem-event-bus/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-event-bus/Makefile	Sun Jan 17 12:45:50 2016	(r406311)
@@ -0,0 +1,20 @@
+# Created by: Sunpoet Po-Chuan Hsieh 
+# $FreeBSD$
+
+PORTNAME=	event-bus
+PORTVERSION=	0.2.3
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Notifies subscribers about event
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include 

Added: head/devel/rubygem-event-bus/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-event-bus/distinfo	Sun Jan 17 12:45:50 2016	(r406311)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/event-bus-0.2.3.gem) = e911b8926f6079a661dca2f1e30c32e837b3b7f4b981a2cf7cc8f98a7cee3dbe
+SIZE (rubygem/event-bus-0.2.3.gem) = 12800

Added: head/devel/rubygem-event-bus/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-event-bus/pkg-descr	Sun Jan 17 12:45:50 2016	(r406311)
@@ -0,0 +1,3 @@
+Event Bus helps you to setup an event bus for your library.
+
+WWW: https://github.com/fedux-org/event-bus

From owner-svn-ports-head@freebsd.org  Sun Jan 17 12:46:44 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80242A8670E;
 Sun, 17 Jan 2016 12:46:44 +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 374BD1BB2;
 Sun, 17 Jan 2016 12:46:44 +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 u0HCkhCQ090694;
 Sun, 17 Jan 2016 12:46:43 GMT (envelope-from pawel@FreeBSD.org)
Received: (from pawel@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HCkhk6090693;
 Sun, 17 Jan 2016 12:46:43 GMT (envelope-from pawel@FreeBSD.org)
Message-Id: <201601171246.u0HCkhk6090693@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: pawel set sender to
 pawel@FreeBSD.org using -f
From: Pawel Pekala 
Date: Sun, 17 Jan 2016 12:46:43 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406312 - head/games/pysolfc
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 12:46:44 -0000

Author: pawel
Date: Sun Jan 17 12:46:43 2016
New Revision: 406312
URL: https://svnweb.freebsd.org/changeset/ports/406312

Log:
  - Remove deprecated @dirrm
  - Add NO_ARCH
  - Convert to options helpers
  
  Approved by:	portmgr blanket

Modified:
  head/games/pysolfc/Makefile

Modified: head/games/pysolfc/Makefile
==============================================================================
--- head/games/pysolfc/Makefile	Sun Jan 17 12:45:50 2016	(r406311)
+++ head/games/pysolfc/Makefile	Sun Jan 17 12:46:43 2016	(r406312)
@@ -19,6 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkin
 
 USES=		python tar:bzip2
 USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
 
 PLIST_FILES=	share/pixmaps/pysolfc.png
 DATADIR=	${PREFIX}/share/PySolFC
@@ -37,26 +38,25 @@ OPTIONS_SUB=	yes
 CARDSETS_DISTFILES=	PySolFC-Cardsets-${DISTVERSION}${EXTRACT_SUFX}:cardsets
 NLS_USES=		gettext
 
-.include 
-
 post-patch:
 	@${MV} ${WRKSRC}/pysol.py ${WRKSRC}/pysolfc
 	@${REINPLACE_CMD} -e 's|pysol.py|pysolfc|' ${WRKSRC}/setup.py
 	@${REINPLACE_CMD} -e 's|^Icon.*|Icon=${PORTNAME}|' \
 		-e 's|^Exec.*|Exec=${PORTNAME}|' \
 		${WRKSRC}/data/pysol.desktop
-.if ! ${PORT_OPTIONS:MNLS}
-	@${REINPLACE_CMD} -e "s|for l in ('ru', 'ru_RU')|for l in ()|" \
-		${WRKSRC}/setup.py
-.endif
 	@${FIND} ${WRKDIR} -name .thumbnails -or -name .xvpics | \
 		${XARGS} ${RM} -rf
 	@${FIND} ${WRKSRC} -name "*.bak" -delete
 
+post-patch-NLS-off:
+	@${REINPLACE_CMD} -e "s|for l in ('ru', 'ru_RU')|for l in ()|" \
+		${WRKSRC}/setup.py
+
 post-install:
 	${LN} -s ${PREFIX}/share/icons/pysol01.png \
 		${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
-.if ${PORT_OPTIONS:MCARDSETS}
+
+post-install-CARDSETS-on:
 .for cdir in ${CARDSET_DUPS}
 	@${RM} -rf ${WRKDIR}/PySolFC-Cardsets-${PORTVERSION}/cardset-${cdir}
 .endfor
@@ -64,10 +64,8 @@ post-install:
 		${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}
 	@cd ${WRKDIR}/PySolFC-Cardsets-${PORTVERSION} && \
 		${FIND} . -type f | ${SED} -e 's|^./|${DATADIR_REL}/|' >> ${TMPPLIST}
-	@cd ${WRKDIR}/PySolFC-Cardsets-${PORTVERSION} && \
-		${FIND} . -type d -mindepth 1 | ${SORT} -r | \
-		${SED} -e 's|^./|@dirrm ${DATADIR_REL}/|' >> ${TMPPLIST}
-.endif
+
+post-install-DOCS-on:
 	@${INSTALL} -d ${STAGEDIR}${DOCSDIR}/
 	@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
 

From owner-svn-ports-head@freebsd.org  Sun Jan 17 12:54:01 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CD5FA86923;
 Sun, 17 Jan 2016 12:54:01 +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 13E311F12;
 Sun, 17 Jan 2016 12:54:01 +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 u0HCs09l093868;
 Sun, 17 Jan 2016 12:54:00 GMT (envelope-from marino@FreeBSD.org)
Received: (from marino@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HCrx4l093860;
 Sun, 17 Jan 2016 12:53:59 GMT (envelope-from marino@FreeBSD.org)
Message-Id: <201601171253.u0HCrx4l093860@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: marino set sender to
 marino@FreeBSD.org using -f
From: John Marino 
Date: Sun, 17 Jan 2016 12:53:59 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406313 - in head/vietnamese: vietunicode-hannom
 vietunicode-trichlor vietunicode-web1
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 12:54:01 -0000

Author: marino
Date: Sun Jan 17 12:53:59 2016
New Revision: 406313
URL: https://svnweb.freebsd.org/changeset/ports/406313

Log:
  vietnames/vietunicode-*: Unbreak index
  
  Now I see why 
/ was used.  It was a hack to work around using
  ${PORTSDIR} instead of ${.CURDIR} in the include statement.
  
  Convert to .CURDIR to unbreak index (hopefully)

Modified:
  head/vietnamese/vietunicode-hannom/Makefile
  head/vietnamese/vietunicode-trichlor/Makefile
  head/vietnamese/vietunicode-web1/Makefile

Modified: head/vietnamese/vietunicode-hannom/Makefile
==============================================================================
--- head/vietnamese/vietunicode-hannom/Makefile	Sun Jan 17 12:46:43 2016	(r406312)
+++ head/vietnamese/vietunicode-hannom/Makefile	Sun Jan 17 12:53:59 2016	(r406313)
@@ -26,5 +26,5 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${FONTSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} ${TTF} ${STAGEDIR}${FONTSDIR})
 
-.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
+.include "${.CURDIR}/../../chinese/ttfm/Makefile.ttf"
 .include 

Modified: head/vietnamese/vietunicode-trichlor/Makefile
==============================================================================
--- head/vietnamese/vietunicode-trichlor/Makefile	Sun Jan 17 12:46:43 2016	(r406312)
+++ head/vietnamese/vietunicode-trichlor/Makefile	Sun Jan 17 12:53:59 2016	(r406313)
@@ -34,5 +34,5 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${FONTSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} ${TTF} ${STAGEDIR}${FONTSDIR})
 
-.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
+.include "${.CURDIR}/../../chinese/ttfm/Makefile.ttf"
 .include 

Modified: head/vietnamese/vietunicode-web1/Makefile
==============================================================================
--- head/vietnamese/vietunicode-web1/Makefile	Sun Jan 17 12:46:43 2016	(r406312)
+++ head/vietnamese/vietunicode-web1/Makefile	Sun Jan 17 12:53:59 2016	(r406313)
@@ -23,5 +23,5 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${FONTSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} ${TTF} ${STAGEDIR}${FONTSDIR})
 
-.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
+.include "${.CURDIR}/../../chinese/ttfm/Makefile.ttf"
 .include 

From owner-svn-ports-head@freebsd.org  Sun Jan 17 12:55:16 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00396A8697C;
 Sun, 17 Jan 2016 12:55:16 +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 CFDC41007;
 Sun, 17 Jan 2016 12:55:15 +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 u0HCtEIU094124;
 Sun, 17 Jan 2016 12:55:14 GMT (envelope-from rakuco@FreeBSD.org)
Received: (from rakuco@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HCtEZr094118;
 Sun, 17 Jan 2016 12:55:14 GMT (envelope-from rakuco@FreeBSD.org)
Message-Id: <201601171255.u0HCtEZr094118@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: rakuco set sender to
 rakuco@FreeBSD.org using -f
From: Raphael Kubo da Costa 
Date: Sun, 17 Jan 2016 12:55:14 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406314 - in head/net: libproxy libproxy-gnome
 libproxy-kde libproxy-perl libproxy-webkit libproxy/files
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 12:55:16 -0000

Author: rakuco
Date: Sun Jan 17 12:55:14 2016
New Revision: 406314
URL: https://svnweb.freebsd.org/changeset/ports/406314

Log:
  Add upstream patch to fix CVE-2012-4504.
  
  Approved by:	gnome (kwm)
  Security:	3b5c2362-bd07-11e5-b7ef-5453ed2e2b49
  Security:	CVE-2012-4504

Added:
  head/net/libproxy/files/patch-CVE-2012-4504   (contents, props changed)
Modified:
  head/net/libproxy-gnome/Makefile
  head/net/libproxy-kde/Makefile
  head/net/libproxy-perl/Makefile
  head/net/libproxy-webkit/Makefile
  head/net/libproxy/Makefile

Modified: head/net/libproxy-gnome/Makefile
==============================================================================
--- head/net/libproxy-gnome/Makefile	Sun Jan 17 12:53:59 2016	(r406313)
+++ head/net/libproxy-gnome/Makefile	Sun Jan 17 12:55:14 2016	(r406314)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 #    $MCom: ports/net/libproxy-gnome/Makefile,v 1.1 2011/01/12 13:10:53 kwm Exp $
 
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net devel
 PKGNAMESUFFIX=	-gnome
 

Modified: head/net/libproxy-kde/Makefile
==============================================================================
--- head/net/libproxy-kde/Makefile	Sun Jan 17 12:53:59 2016	(r406313)
+++ head/net/libproxy-kde/Makefile	Sun Jan 17 12:55:14 2016	(r406314)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 #    $MCom: ports/net/libproxy-kde/Makefile,v 1.1 2011/01/12 13:10:53 kwm Exp $
 
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	net devel
 PKGNAMESUFFIX=	-kde
 

Modified: head/net/libproxy-perl/Makefile
==============================================================================
--- head/net/libproxy-perl/Makefile	Sun Jan 17 12:53:59 2016	(r406313)
+++ head/net/libproxy-perl/Makefile	Sun Jan 17 12:55:14 2016	(r406314)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 #    $MCom: ports/net/libproxy-perl/Makefile,v 1.1 2011/01/12 13:10:53 kwm Exp $
 
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net lang
 PKGNAMESUFFIX=	-perl
 

Modified: head/net/libproxy-webkit/Makefile
==============================================================================
--- head/net/libproxy-webkit/Makefile	Sun Jan 17 12:53:59 2016	(r406313)
+++ head/net/libproxy-webkit/Makefile	Sun Jan 17 12:55:14 2016	(r406314)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 #    $MCom: ports/net/libproxy-webkit/Makefile,v 1.13 2011/03/06 23:12:41 kwm Exp $
 
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net www
 PKGNAMESUFFIX=	-webkit
 

Modified: head/net/libproxy/Makefile
==============================================================================
--- head/net/libproxy/Makefile	Sun Jan 17 12:53:59 2016	(r406313)
+++ head/net/libproxy/Makefile	Sun Jan 17 12:55:14 2016	(r406314)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libproxy
 PORTVERSION=	0.4.6
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	net devel
 MASTER_SITES=	GOOGLE_CODE
 

Added: head/net/libproxy/files/patch-CVE-2012-4504
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/libproxy/files/patch-CVE-2012-4504	Sun Jan 17 12:55:14 2016	(r406314)
@@ -0,0 +1,22 @@
+commit c440553c12836664afd24a24fb3a4d10a2facd2c
+Author: nicolas.dufresne@gmail.com 
+Date:   Wed Oct 10 16:14:27 2012 +0000
+
+    Fix buffer overflow downloading large pac file
+
+    This fixes CVE CVE-2012-4504
+
+--- libproxy/url.cpp
++++ libproxy/url.cpp
+@@ -474,9 +474,10 @@ char* url::get_pac() {
+ 				// Add this chunk to our content length,
+ 				// ensuring that we aren't over our max size
+ 				content_length += chunk_length;
+-				if (content_length >= PAC_MAX_SIZE) break;
+ 			}
+ 
++			if (content_length >= PAC_MAX_SIZE) break;
++
+ 			while (recvd != content_length) {
+ 				int r = recv(sock, buffer + recvd, content_length - recvd, 0);
+ 				if (r < 0) break;

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:08:16 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70FD4A86CFE;
 Sun, 17 Jan 2016 13:08:16 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 444A2172F;
 Sun, 17 Jan 2016 13:08:16 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HD8FJ2097312;
 Sun, 17 Jan 2016 13:08:15 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HD8Fji097311;
 Sun, 17 Jan 2016 13:08:15 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171308.u0HD8Fji097311@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:08:15 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406316 - head/ftp/curl
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:08:16 -0000

Author: sunpoet
Date: Sun Jan 17 13:08:15 2016
New Revision: 406316
URL: https://svnweb.freebsd.org/changeset/ports/406316

Log:
  - Add PSL option
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/ftp/curl/Makefile

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Sun Jan 17 12:56:35 2016	(r406315)
+++ head/ftp/curl/Makefile	Sun Jan 17 13:08:15 2016	(r406316)
@@ -14,7 +14,7 @@ COMMENT?=	Non-interactive tool to get fi
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-OPTIONS_DEFINE=	CA_BUNDLE COOKIES CURL_DEBUG DEBUG DOCS EXAMPLES HTTP2 IDN IPV6 LDAP LDAPS LIBSSH2 PROXY RTMP TLS_SRP
+OPTIONS_DEFINE=	CA_BUNDLE COOKIES CURL_DEBUG DEBUG DOCS EXAMPLES HTTP2 IDN IPV6 LDAP LDAPS LIBSSH2 PROXY PSL RTMP TLS_SRP
 OPTIONS_RADIO=	RESOLV SSL
 OPTIONS_SINGLE=	GSSAPI
 OPTIONS_RADIO_RESOLV=	CARES THREADED_RESOLVER
@@ -126,6 +126,8 @@ OPENSSL_USE=		OPENSSL=yes
 POLARSSL_CONFIGURE_WITH=polarssl
 POLARSSL_LIB_DEPENDS=	libmbedtls.so.9:${PORTSDIR}/security/polarssl13
 PROXY_CONFIGURE_ENABLE=	proxy
+PSL_CONFIGURE_WITH=	libpsl
+PSL_LIB_DEPENDS=	libpsl.so:${PORTSDIR}/dns/libpsl
 RTMP_CONFIGURE_WITH=	librtmp
 RTMP_LIB_DEPENDS=	librtmp.so:${PORTSDIR}/multimedia/librtmp
 THREADED_RESOLVER_CONFIGURE_ENABLE=	threaded-resolver

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:08:21 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98B18A86D1D;
 Sun, 17 Jan 2016 13:08:21 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 4A87417B1;
 Sun, 17 Jan 2016 13:08:21 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HD8K9Y097413;
 Sun, 17 Jan 2016 13:08:20 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HD8KwR097412;
 Sun, 17 Jan 2016 13:08:20 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171308.u0HD8KwR097412@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:08:20 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406317 - head/net/tcptraceroute
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:08:21 -0000

Author: sunpoet
Date: Sun Jan 17 13:08:20 2016
New Revision: 406317
URL: https://svnweb.freebsd.org/changeset/ports/406317

Log:
  - Add LICENSE_FILE
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/net/tcptraceroute/Makefile

Modified: head/net/tcptraceroute/Makefile
==============================================================================
--- head/net/tcptraceroute/Makefile	Sun Jan 17 13:08:15 2016	(r406316)
+++ head/net/tcptraceroute/Makefile	Sun Jan 17 13:08:20 2016	(r406317)
@@ -10,6 +10,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Traceroute implementation using TCP packets
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libnet.so:${PORTSDIR}/net/libnet
 

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:08:26 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6D87A86D3E;
 Sun, 17 Jan 2016 13:08:26 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 718071840;
 Sun, 17 Jan 2016 13:08:26 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HD8Psk097546;
 Sun, 17 Jan 2016 13:08:25 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HD8Pec097543;
 Sun, 17 Jan 2016 13:08:25 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171308.u0HD8Pec097543@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:08:25 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406318 - head/science/netcdf
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:08:26 -0000

Author: sunpoet
Date: Sun Jan 17 13:08:25 2016
New Revision: 406318
URL: https://svnweb.freebsd.org/changeset/ports/406318

Log:
  - Update to 4.4.0
  - Bump PORTREVISION for science/netcdf shlib change
  
  Changes:	http://www.unidata.ucar.edu/blogs/news/entry/netcdf-4-4-0
  		https://github.com/Unidata/netcdf-c/releases
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/science/netcdf/Makefile
  head/science/netcdf/distinfo
  head/science/netcdf/pkg-plist

Modified: head/science/netcdf/Makefile
==============================================================================
--- head/science/netcdf/Makefile	Sun Jan 17 13:08:20 2016	(r406317)
+++ head/science/netcdf/Makefile	Sun Jan 17 13:08:25 2016	(r406318)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	netcdf
-PORTVERSION=	4.3.3.1
-PORTREVISION=	1
+PORTVERSION=	4.4.0
 CATEGORIES=	science
 MASTER_SITES=	http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \
 		ftp://ftp.unidata.ucar.edu/pub/netcdf/ \

Modified: head/science/netcdf/distinfo
==============================================================================
--- head/science/netcdf/distinfo	Sun Jan 17 13:08:20 2016	(r406317)
+++ head/science/netcdf/distinfo	Sun Jan 17 13:08:25 2016	(r406318)
@@ -1,2 +1,2 @@
-SHA256 (netcdf-4.3.3.1.tar.gz) = bdde3d8b0e48eed2948ead65f82c5cfb7590313bc32c4cf6c6546e4cea47ba19
-SIZE (netcdf-4.3.3.1.tar.gz) = 4999463
+SHA256 (netcdf-4.4.0.tar.gz) = 9456377757b7d4674ddc37f2da45da2a313fc8bedacbc2921af85e326725ebd8
+SIZE (netcdf-4.4.0.tar.gz) = 5078259

Modified: head/science/netcdf/pkg-plist
==============================================================================
--- head/science/netcdf/pkg-plist	Sun Jan 17 13:08:20 2016	(r406317)
+++ head/science/netcdf/pkg-plist	Sun Jan 17 13:08:25 2016	(r406318)
@@ -4,12 +4,13 @@ bin/ncdump
 bin/ncgen
 bin/ncgen3
 include/netcdf.h
+include/netcdf_mem.h
 include/netcdf_meta.h
 lib/libnetcdf.a
 lib/libnetcdf.settings
 lib/libnetcdf.so
-lib/libnetcdf.so.7
-lib/libnetcdf.so.7.2.0
+lib/libnetcdf.so.11
+lib/libnetcdf.so.11.0.0
 libdata/pkgconfig/netcdf.pc
 man/man1/nccopy.1.gz
 man/man1/ncdump.1.gz

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:08:31 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1918DA86D5E;
 Sun, 17 Jan 2016 13:08:31 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id DE32D1951;
 Sun, 17 Jan 2016 13:08:30 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HD8Tad097647;
 Sun, 17 Jan 2016 13:08:29 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HD8TrV097646;
 Sun, 17 Jan 2016 13:08:29 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171308.u0HD8TrV097646@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:08:29 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406319 - head/www/protovis
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:08:31 -0000

Author: sunpoet
Date: Sun Jan 17 13:08:29 2016
New Revision: 406319
URL: https://svnweb.freebsd.org/changeset/ports/406319

Log:
  - Add NO_ARCH
  - Add PORTSCOUT
  - Convert to new options target helper
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/protovis/Makefile

Modified: head/www/protovis/Makefile
==============================================================================
--- head/www/protovis/Makefile	Sun Jan 17 13:08:25 2016	(r406318)
+++ head/www/protovis/Makefile	Sun Jan 17 13:08:29 2016	(r406319)
@@ -13,6 +13,9 @@ LICENSE=	BSD3CLAUSE
 
 OPTIONS_DEFINE=	EXAMPLES
 
+PORTSCOUT=	limit:^v[0-9\.]*$$
+
+NO_ARCH=	yes
 NO_BUILD=	yes
 
 PORTEXAMPLES=	*
@@ -21,8 +24,11 @@ GH_ACCOUNT=	mbostock
 USE_GITHUB=	yes
 
 do-install:
-	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${STAGEDIR}${WWWDIR}/
+	${MKDIR} ${STAGEDIR}${WWWDIR}/
 	cd ${WRKSRC}/ && ${INSTALL_DATA} *.js ${STAGEDIR}${WWWDIR}/
+
+do-install-EXAMPLES-on:
+	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
 	cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/
 
 .include 

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:08:36 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01F2CA86D83;
 Sun, 17 Jan 2016 13:08:36 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id B070D1A42;
 Sun, 17 Jan 2016 13:08:35 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HD8YMx097763;
 Sun, 17 Jan 2016 13:08:34 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HD8YdO097761;
 Sun, 17 Jan 2016 13:08:34 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171308.u0HD8YdO097761@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:08:34 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406320 - head/www/tinymce
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:08:36 -0000

Author: sunpoet
Date: Sun Jan 17 13:08:34 2016
New Revision: 406320
URL: https://svnweb.freebsd.org/changeset/ports/406320

Log:
  - Update to 4.3.3
  
  Changes:	https://github.com/tinymce/tinymce/blob/master/changelog.txt
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/tinymce/Makefile
  head/www/tinymce/distinfo

Modified: head/www/tinymce/Makefile
==============================================================================
--- head/www/tinymce/Makefile	Sun Jan 17 13:08:29 2016	(r406319)
+++ head/www/tinymce/Makefile	Sun Jan 17 13:08:34 2016	(r406320)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tinymce
-PORTVERSION=	4.3.1
+PORTVERSION=	4.3.3
 CATEGORIES=	www
 MASTER_SITES=	http://download.moxiecode.com/${PORTNAME}/ \
 		LOCAL/sunpoet

Modified: head/www/tinymce/distinfo
==============================================================================
--- head/www/tinymce/distinfo	Sun Jan 17 13:08:29 2016	(r406319)
+++ head/www/tinymce/distinfo	Sun Jan 17 13:08:34 2016	(r406320)
@@ -1,2 +1,2 @@
-SHA256 (tinymce_4.3.1.zip) = dce04a707405e86a4f0b64ba30ae09cc2397e9f2a9afe945bed9cfdf87860142
-SIZE (tinymce_4.3.1.zip) = 366922
+SHA256 (tinymce_4.3.3.zip) = 9d615185f9f6cf8e8c827d7e91abbdaaa22ca657c638399e60cd3f62e5730666
+SIZE (tinymce_4.3.3.zip) = 367399

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:08:40 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB9F0A86DAB;
 Sun, 17 Jan 2016 13:08:40 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 8D2E41AFE;
 Sun, 17 Jan 2016 13:08:40 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HD8dtk097880;
 Sun, 17 Jan 2016 13:08:39 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HD8dnx097878;
 Sun, 17 Jan 2016 13:08:39 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171308.u0HD8dnx097878@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:08:39 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406321 - head/converters/p5-Convert-NLS_DATE_FORMAT
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:08:40 -0000

Author: sunpoet
Date: Sun Jan 17 13:08:39 2016
New Revision: 406321
URL: https://svnweb.freebsd.org/changeset/ports/406321

Log:
  - Update to 0.06
  - Add LICENSE_FILE
  
  Changes:	http://search.cpan.org/dist/Convert-NLS_DATE_FORMAT/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/converters/p5-Convert-NLS_DATE_FORMAT/Makefile
  head/converters/p5-Convert-NLS_DATE_FORMAT/distinfo

Modified: head/converters/p5-Convert-NLS_DATE_FORMAT/Makefile
==============================================================================
--- head/converters/p5-Convert-NLS_DATE_FORMAT/Makefile	Sun Jan 17 13:08:34 2016	(r406320)
+++ head/converters/p5-Convert-NLS_DATE_FORMAT/Makefile	Sun Jan 17 13:08:39 2016	(r406321)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Convert-NLS_DATE_FORMAT
-PORTVERSION=	0.05
-PORTREVISION=	1
+PORTVERSION=	0.06
 CATEGORIES=	converters perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:KOLIBRIE
@@ -14,9 +13,10 @@ COMMENT=	Convert Oracle NLS_DATE_FORMAT 
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
-USE_PERL5=	configure
+USE_PERL5=	modbuildtiny
 USES=		perl5
 
 .include 

Modified: head/converters/p5-Convert-NLS_DATE_FORMAT/distinfo
==============================================================================
--- head/converters/p5-Convert-NLS_DATE_FORMAT/distinfo	Sun Jan 17 13:08:34 2016	(r406320)
+++ head/converters/p5-Convert-NLS_DATE_FORMAT/distinfo	Sun Jan 17 13:08:39 2016	(r406321)
@@ -1,2 +1,2 @@
-SHA256 (Convert-NLS_DATE_FORMAT-0.05.tar.gz) = aec236a01afa740ce827517a5ecfc57f2a96d13295d848b35c06b4b95e6fc1d5
-SIZE (Convert-NLS_DATE_FORMAT-0.05.tar.gz) = 4485
+SHA256 (Convert-NLS_DATE_FORMAT-0.06.tar.gz) = 20ab8070c56377bd302c9ec5a16873714026d03e56a31cf70ab65632c1ed5bc7
+SIZE (Convert-NLS_DATE_FORMAT-0.06.tar.gz) = 11330

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:08:45 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C004A86DD1;
 Sun, 17 Jan 2016 13:08:45 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 1D4981BF9;
 Sun, 17 Jan 2016 13:08:45 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HD8iXQ097994;
 Sun, 17 Jan 2016 13:08:44 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HD8ix3097992;
 Sun, 17 Jan 2016 13:08:44 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171308.u0HD8ix3097992@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:08:44 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406322 - head/converters/p5-Cpanel-JSON-XS
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:08:45 -0000

Author: sunpoet
Date: Sun Jan 17 13:08:43 2016
New Revision: 406322
URL: https://svnweb.freebsd.org/changeset/ports/406322

Log:
  - Update to 3.0211
  
  Changes:	http://search.cpan.org/dist/Cpanel-JSON-XS/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/converters/p5-Cpanel-JSON-XS/Makefile
  head/converters/p5-Cpanel-JSON-XS/distinfo

Modified: head/converters/p5-Cpanel-JSON-XS/Makefile
==============================================================================
--- head/converters/p5-Cpanel-JSON-XS/Makefile	Sun Jan 17 13:08:39 2016	(r406321)
+++ head/converters/p5-Cpanel-JSON-XS/Makefile	Sun Jan 17 13:08:43 2016	(r406322)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Cpanel-JSON-XS
-PORTVERSION=	3.0210
+PORTVERSION=	3.0211
 CATEGORIES=	converters perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:RURBAN

Modified: head/converters/p5-Cpanel-JSON-XS/distinfo
==============================================================================
--- head/converters/p5-Cpanel-JSON-XS/distinfo	Sun Jan 17 13:08:39 2016	(r406321)
+++ head/converters/p5-Cpanel-JSON-XS/distinfo	Sun Jan 17 13:08:43 2016	(r406322)
@@ -1,2 +1,2 @@
-SHA256 (Cpanel-JSON-XS-3.0210.tar.gz) = 92d2790cb002fb1a3fe091ad6b90ad0464bffc4671e16ebb2378f3160f357360
-SIZE (Cpanel-JSON-XS-3.0210.tar.gz) = 164094
+SHA256 (Cpanel-JSON-XS-3.0211.tar.gz) = 3847ef66e94e1088eb0c91cdb41fc79375038ba2ec035fcc31dd5599c1cb1586
+SIZE (Cpanel-JSON-XS-3.0211.tar.gz) = 164416

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:08:50 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85F2FA86DFB;
 Sun, 17 Jan 2016 13:08:50 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 56BD61CC9;
 Sun, 17 Jan 2016 13:08:50 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HD8nj9098115;
 Sun, 17 Jan 2016 13:08:49 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HD8n7E098113;
 Sun, 17 Jan 2016 13:08:49 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171308.u0HD8n7E098113@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:08:49 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406323 - head/devel/p5-CPAN-Meta-Requirements
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:08:50 -0000

Author: sunpoet
Date: Sun Jan 17 13:08:49 2016
New Revision: 406323
URL: https://svnweb.freebsd.org/changeset/ports/406323

Log:
  - Update to 2.140
  - Add LICENSE_FILE
  
  Changes:	http://search.cpan.org/dist/CPAN-Meta-Requirements/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/p5-CPAN-Meta-Requirements/Makefile
  head/devel/p5-CPAN-Meta-Requirements/distinfo

Modified: head/devel/p5-CPAN-Meta-Requirements/Makefile
==============================================================================
--- head/devel/p5-CPAN-Meta-Requirements/Makefile	Sun Jan 17 13:08:43 2016	(r406322)
+++ head/devel/p5-CPAN-Meta-Requirements/Makefile	Sun Jan 17 13:08:49 2016	(r406323)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	CPAN-Meta-Requirements
-PORTVERSION=	2.133
+PORTVERSION=	2.140
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,6 +12,7 @@ COMMENT=	Set of version requirements for
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
 USE_PERL5=	configure

Modified: head/devel/p5-CPAN-Meta-Requirements/distinfo
==============================================================================
--- head/devel/p5-CPAN-Meta-Requirements/distinfo	Sun Jan 17 13:08:43 2016	(r406322)
+++ head/devel/p5-CPAN-Meta-Requirements/distinfo	Sun Jan 17 13:08:49 2016	(r406323)
@@ -1,2 +1,2 @@
-SHA256 (CPAN-Meta-Requirements-2.133.tar.gz) = 8cd3e2ce06032f6e5ae79b329735c9aa6f01cadba07c5cfe692e35e43b38eb04
-SIZE (CPAN-Meta-Requirements-2.133.tar.gz) = 27990
+SHA256 (CPAN-Meta-Requirements-2.140.tar.gz) = 0898645e8e86f0922f0f0502b503f592a8eb3d3176b4fd87adcc7ba51e751fa9
+SIZE (CPAN-Meta-Requirements-2.140.tar.gz) = 31540

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:08:55 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C10CA86E21;
 Sun, 17 Jan 2016 13:08:55 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 6808D1DAD;
 Sun, 17 Jan 2016 13:08:55 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HD8s67098230;
 Sun, 17 Jan 2016 13:08:54 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HD8sNP098228;
 Sun, 17 Jan 2016 13:08:54 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171308.u0HD8sNP098228@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:08:54 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406324 - head/devel/p5-Function-Parameters
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:08:55 -0000

Author: sunpoet
Date: Sun Jan 17 13:08:54 2016
New Revision: 406324
URL: https://svnweb.freebsd.org/changeset/ports/406324

Log:
  - Update to 1.0703
  
  Changes:	http://search.cpan.org/dist/Function-Parameters/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/p5-Function-Parameters/Makefile
  head/devel/p5-Function-Parameters/distinfo

Modified: head/devel/p5-Function-Parameters/Makefile
==============================================================================
--- head/devel/p5-Function-Parameters/Makefile	Sun Jan 17 13:08:49 2016	(r406323)
+++ head/devel/p5-Function-Parameters/Makefile	Sun Jan 17 13:08:54 2016	(r406324)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Function-Parameters
-PORTVERSION=	1.0701
+PORTVERSION=	1.0703
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MAUKE

Modified: head/devel/p5-Function-Parameters/distinfo
==============================================================================
--- head/devel/p5-Function-Parameters/distinfo	Sun Jan 17 13:08:49 2016	(r406323)
+++ head/devel/p5-Function-Parameters/distinfo	Sun Jan 17 13:08:54 2016	(r406324)
@@ -1,2 +1,2 @@
-SHA256 (Function-Parameters-1.0701.tar.gz) = 22c1756b900f92b68cc703d87b414a392420fe53b7631b6c21fada1731c37b20
-SIZE (Function-Parameters-1.0701.tar.gz) = 79380
+SHA256 (Function-Parameters-1.0703.tar.gz) = 54ca937d0aef00b795a8b8dd24cdf0975c6b43933a0433f21e060d792a0c4bf5
+SIZE (Function-Parameters-1.0703.tar.gz) = 81273

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:09:00 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E708A86E42;
 Sun, 17 Jan 2016 13:09:00 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 4BA551E7D;
 Sun, 17 Jan 2016 13:09:00 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HD8x6u098346;
 Sun, 17 Jan 2016 13:08:59 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HD8xFT098344;
 Sun, 17 Jan 2016 13:08:59 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171308.u0HD8xFT098344@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:08:59 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406325 - head/devel/p5-IO-Pager
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:09:00 -0000

Author: sunpoet
Date: Sun Jan 17 13:08:58 2016
New Revision: 406325
URL: https://svnweb.freebsd.org/changeset/ports/406325

Log:
  - Update to 0.35
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/IO-Pager/CHANGES
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/p5-IO-Pager/Makefile
  head/devel/p5-IO-Pager/distinfo

Modified: head/devel/p5-IO-Pager/Makefile
==============================================================================
--- head/devel/p5-IO-Pager/Makefile	Sun Jan 17 13:08:54 2016	(r406324)
+++ head/devel/p5-IO-Pager/Makefile	Sun Jan 17 13:08:58 2016	(r406325)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	IO-Pager
-PORTVERSION=	0.34
+PORTVERSION=	0.35
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,6 +13,7 @@ COMMENT=	Select a pager, optionally pipe
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5 tar:tgz
 

Modified: head/devel/p5-IO-Pager/distinfo
==============================================================================
--- head/devel/p5-IO-Pager/distinfo	Sun Jan 17 13:08:54 2016	(r406324)
+++ head/devel/p5-IO-Pager/distinfo	Sun Jan 17 13:08:58 2016	(r406325)
@@ -1,2 +1,2 @@
-SHA256 (IO-Pager-0.34.tgz) = 31569ca0af93139e3ca7ce8aae38992930df95b047cffec2db165befca3ce00b
-SIZE (IO-Pager-0.34.tgz) = 17100
+SHA256 (IO-Pager-0.35.tgz) = 3aa529089be7a93014cd03ebf469271d6d333eae2d34e3bfd127826a38aa8d45
+SIZE (IO-Pager-0.35.tgz) = 17298

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:09:06 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 342DEA86E6A;
 Sun, 17 Jan 2016 13:09:06 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id E74321F74;
 Sun, 17 Jan 2016 13:09:05 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HD94mg098467;
 Sun, 17 Jan 2016 13:09:04 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HD94hX098465;
 Sun, 17 Jan 2016 13:09:04 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171309.u0HD94hX098465@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:09:04 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406326 - head/devel/p5-List-Objects-Types
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:09:06 -0000

Author: sunpoet
Date: Sun Jan 17 13:09:04 2016
New Revision: 406326
URL: https://svnweb.freebsd.org/changeset/ports/406326

Log:
  - Update to 1.003002
  - Add LICENSE_FILE
  
  Changes:	http://search.cpan.org/dist/List-Objects-Types/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/p5-List-Objects-Types/Makefile
  head/devel/p5-List-Objects-Types/distinfo

Modified: head/devel/p5-List-Objects-Types/Makefile
==============================================================================
--- head/devel/p5-List-Objects-Types/Makefile	Sun Jan 17 13:08:58 2016	(r406325)
+++ head/devel/p5-List-Objects-Types/Makefile	Sun Jan 17 13:09:04 2016	(r406326)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	List-Objects-Types
-PORTVERSION=	1.003001
+PORTVERSION=	1.003002
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,6 +12,7 @@ COMMENT=	Type::Tiny-based types for List
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-List-Objects-WithUtils>=2:${PORTSDIR}/devel/p5-List-Objects-WithUtils \
 		p5-Type-Tiny>=0.022:${PORTSDIR}/devel/p5-Type-Tiny

Modified: head/devel/p5-List-Objects-Types/distinfo
==============================================================================
--- head/devel/p5-List-Objects-Types/distinfo	Sun Jan 17 13:08:58 2016	(r406325)
+++ head/devel/p5-List-Objects-Types/distinfo	Sun Jan 17 13:09:04 2016	(r406326)
@@ -1,2 +1,2 @@
-SHA256 (List-Objects-Types-1.003001.tar.gz) = a24c48598435eda5e06d9759fcc58d4984dbb3dcc27c9ccc6854856c38ab8e91
-SIZE (List-Objects-Types-1.003001.tar.gz) = 17622
+SHA256 (List-Objects-Types-1.003002.tar.gz) = 12ed7054eaa67355801665f09586d4483a2ee2d826c6a7386b3d633a15865508
+SIZE (List-Objects-Types-1.003002.tar.gz) = 17290

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:09:11 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DC6EA86E8E;
 Sun, 17 Jan 2016 13:09:11 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 44E2F10B4;
 Sun, 17 Jan 2016 13:09:11 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HD9Ard098587;
 Sun, 17 Jan 2016 13:09:10 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HD9AdZ098584;
 Sun, 17 Jan 2016 13:09:10 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171309.u0HD9AdZ098584@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:09:10 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406327 - head/devel/p5-List-Objects-WithUtils
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:09:11 -0000

Author: sunpoet
Date: Sun Jan 17 13:09:09 2016
New Revision: 406327
URL: https://svnweb.freebsd.org/changeset/ports/406327

Log:
  - Update to 2.027002
  - Add LICENSE_FILE
  
  Changes:	http://search.cpan.org/dist/List-Objects-WithUtils/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/p5-List-Objects-WithUtils/Makefile
  head/devel/p5-List-Objects-WithUtils/distinfo

Modified: head/devel/p5-List-Objects-WithUtils/Makefile
==============================================================================
--- head/devel/p5-List-Objects-WithUtils/Makefile	Sun Jan 17 13:09:04 2016	(r406326)
+++ head/devel/p5-List-Objects-WithUtils/Makefile	Sun Jan 17 13:09:09 2016	(r406327)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	List-Objects-WithUtils
-PORTVERSION=	2.025001
+PORTVERSION=	2.027002
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,6 +12,7 @@ COMMENT=	List objects, kitchen sink incl
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-Class-Method-Modifiers>=0:${PORTSDIR}/devel/p5-Class-Method-Modifiers \
 		p5-List-UtilsBy>=0.09:${PORTSDIR}/devel/p5-List-UtilsBy \

Modified: head/devel/p5-List-Objects-WithUtils/distinfo
==============================================================================
--- head/devel/p5-List-Objects-WithUtils/distinfo	Sun Jan 17 13:09:04 2016	(r406326)
+++ head/devel/p5-List-Objects-WithUtils/distinfo	Sun Jan 17 13:09:09 2016	(r406327)
@@ -1,2 +1,2 @@
-SHA256 (List-Objects-WithUtils-2.025001.tar.gz) = 26a4a120c0a637e08dadd161952a063526b7c05742bc693b0fe9354ca49ee582
-SIZE (List-Objects-WithUtils-2.025001.tar.gz) = 82412
+SHA256 (List-Objects-WithUtils-2.027002.tar.gz) = cbca0919d3ee2b1785151dece1d7c4b53689b25a877a5bce0a0714bd9322d4b2
+SIZE (List-Objects-WithUtils-2.027002.tar.gz) = 84657

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:09:16 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57F23A86EAC;
 Sun, 17 Jan 2016 13:09:16 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 28962112B;
 Sun, 17 Jan 2016 13:09:16 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HD9FbX098702;
 Sun, 17 Jan 2016 13:09:15 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HD9FwX098700;
 Sun, 17 Jan 2016 13:09:15 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171309.u0HD9FwX098700@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:09:15 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406328 - head/devel/p5-Log-Dispatch-Dir
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:09:16 -0000

Author: sunpoet
Date: Sun Jan 17 13:09:14 2016
New Revision: 406328
URL: https://svnweb.freebsd.org/changeset/ports/406328

Log:
  - Update to 0.14
  - Add LICENSE_FILE
  
  Changes:	http://search.cpan.org/dist/Log-Dispatch-Dir/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/p5-Log-Dispatch-Dir/Makefile
  head/devel/p5-Log-Dispatch-Dir/distinfo

Modified: head/devel/p5-Log-Dispatch-Dir/Makefile
==============================================================================
--- head/devel/p5-Log-Dispatch-Dir/Makefile	Sun Jan 17 13:09:09 2016	(r406327)
+++ head/devel/p5-Log-Dispatch-Dir/Makefile	Sun Jan 17 13:09:14 2016	(r406328)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Log-Dispatch-Dir
-PORTVERSION=	0.13
+PORTVERSION=	0.14
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,6 +12,7 @@ COMMENT=	Log messages to separate files 
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-File-Slurp-Tiny>=0:${PORTSDIR}/devel/p5-File-Slurp-Tiny \
 		p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \

Modified: head/devel/p5-Log-Dispatch-Dir/distinfo
==============================================================================
--- head/devel/p5-Log-Dispatch-Dir/distinfo	Sun Jan 17 13:09:09 2016	(r406327)
+++ head/devel/p5-Log-Dispatch-Dir/distinfo	Sun Jan 17 13:09:14 2016	(r406328)
@@ -1,2 +1,2 @@
-SHA256 (Log-Dispatch-Dir-0.13.tar.gz) = fd36ab9b4f7e90bc6767fe6d715e93377ddf0584f9b99a319314467e301ad0de
-SIZE (Log-Dispatch-Dir-0.13.tar.gz) = 18218
+SHA256 (Log-Dispatch-Dir-0.14.tar.gz) = 1e1f0f9e0233629b75c6354a062b1879b08fb24a8164fde3fc3dab16a120a9bc
+SIZE (Log-Dispatch-Dir-0.14.tar.gz) = 18330

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:09:21 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92130A86ED0;
 Sun, 17 Jan 2016 13:09:21 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 5F4A31246;
 Sun, 17 Jan 2016 13:09:21 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HD9KRv098819;
 Sun, 17 Jan 2016 13:09:20 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HD9K3r098817;
 Sun, 17 Jan 2016 13:09:20 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171309.u0HD9K3r098817@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:09:20 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406329 - head/devel/p5-PAR-Packer
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:09:21 -0000

Author: sunpoet
Date: Sun Jan 17 13:09:19 2016
New Revision: 406329
URL: https://svnweb.freebsd.org/changeset/ports/406329

Log:
  - Update to 1.029
  
  Changes:	http://search.cpan.org/dist/PAR-Packer/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/p5-PAR-Packer/Makefile
  head/devel/p5-PAR-Packer/distinfo

Modified: head/devel/p5-PAR-Packer/Makefile
==============================================================================
--- head/devel/p5-PAR-Packer/Makefile	Sun Jan 17 13:09:14 2016	(r406328)
+++ head/devel/p5-PAR-Packer/Makefile	Sun Jan 17 13:09:19 2016	(r406329)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	PAR-Packer
-PORTVERSION=	1.028
+PORTVERSION=	1.029
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/devel/p5-PAR-Packer/distinfo
==============================================================================
--- head/devel/p5-PAR-Packer/distinfo	Sun Jan 17 13:09:14 2016	(r406328)
+++ head/devel/p5-PAR-Packer/distinfo	Sun Jan 17 13:09:19 2016	(r406329)
@@ -1,2 +1,2 @@
-SHA256 (PAR-Packer-1.028.tar.gz) = a6276a88910eefeac08aa7c3afeea9005495ea0cc2230818df513ecec756473e
-SIZE (PAR-Packer-1.028.tar.gz) = 203928
+SHA256 (PAR-Packer-1.029.tar.gz) = 84dbce5a57f997b03d8134a44e568ac7bfee51793d8f8efa890b25e5e83f0eea
+SIZE (PAR-Packer-1.029.tar.gz) = 204002

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:09:26 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46791A86EF0;
 Sun, 17 Jan 2016 13:09:26 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 15C681315;
 Sun, 17 Jan 2016 13:09:26 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HD9Phe098935;
 Sun, 17 Jan 2016 13:09:25 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HD9OxS098933;
 Sun, 17 Jan 2016 13:09:24 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171309.u0HD9OxS098933@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:09:24 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406330 - head/devel/p5-Pithub
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:09:26 -0000

Author: sunpoet
Date: Sun Jan 17 13:09:24 2016
New Revision: 406330
URL: https://svnweb.freebsd.org/changeset/ports/406330

Log:
  - Update to 0.01032
  - Add LICENSE_FILE
  
  Changes:	http://search.cpan.org/dist/Pithub/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/p5-Pithub/Makefile
  head/devel/p5-Pithub/distinfo

Modified: head/devel/p5-Pithub/Makefile
==============================================================================
--- head/devel/p5-Pithub/Makefile	Sun Jan 17 13:09:19 2016	(r406329)
+++ head/devel/p5-Pithub/Makefile	Sun Jan 17 13:09:24 2016	(r406330)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Pithub
-PORTVERSION=	0.01030
+PORTVERSION=	0.01032
 CATEGORIES=	devel
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:OALDERS
@@ -13,6 +13,7 @@ COMMENT=	Github v3 API
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-Array-Iterator>=0:${PORTSDIR}/devel/p5-Array-Iterator \
 		p5-Cache-LRU>=0.04:${PORTSDIR}/devel/p5-Cache-LRU \

Modified: head/devel/p5-Pithub/distinfo
==============================================================================
--- head/devel/p5-Pithub/distinfo	Sun Jan 17 13:09:19 2016	(r406329)
+++ head/devel/p5-Pithub/distinfo	Sun Jan 17 13:09:24 2016	(r406330)
@@ -1,2 +1,2 @@
-SHA256 (Pithub-0.01030.tar.gz) = d67f9b025e416f5a5a69150d5c078ca48d1f53ae75be61e9de7d2a4da198eda3
-SIZE (Pithub-0.01030.tar.gz) = 90062
+SHA256 (Pithub-0.01032.tar.gz) = 1d754d5c2a85cce41f0c49994ac54bd5c4ae4a3a6f260e05bda25d9a361db655
+SIZE (Pithub-0.01032.tar.gz) = 90548

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:09:31 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89F03A86F0F;
 Sun, 17 Jan 2016 13:09:31 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 3F99613F0;
 Sun, 17 Jan 2016 13:09:31 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HD9U2v099068;
 Sun, 17 Jan 2016 13:09:30 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HD9U5T099065;
 Sun, 17 Jan 2016 13:09:30 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171309.u0HD9U5T099065@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:09:30 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406331 - head/devel/p5-PkgConfig
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:09:31 -0000

Author: sunpoet
Date: Sun Jan 17 13:09:29 2016
New Revision: 406331
URL: https://svnweb.freebsd.org/changeset/ports/406331

Log:
  - Update to 0.10026
  
  Changes:	http://search.cpan.org/dist/PkgConfig/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/p5-PkgConfig/Makefile
  head/devel/p5-PkgConfig/distinfo
  head/devel/p5-PkgConfig/pkg-plist

Modified: head/devel/p5-PkgConfig/Makefile
==============================================================================
--- head/devel/p5-PkgConfig/Makefile	Sun Jan 17 13:09:24 2016	(r406330)
+++ head/devel/p5-PkgConfig/Makefile	Sun Jan 17 13:09:29 2016	(r406331)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	PkgConfig
-PORTVERSION=	0.09026
-PORTREVISION=	2
+PORTVERSION=	0.10026
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:PLICEASE

Modified: head/devel/p5-PkgConfig/distinfo
==============================================================================
--- head/devel/p5-PkgConfig/distinfo	Sun Jan 17 13:09:24 2016	(r406330)
+++ head/devel/p5-PkgConfig/distinfo	Sun Jan 17 13:09:29 2016	(r406331)
@@ -1,2 +1,2 @@
-SHA256 (PkgConfig-0.09026.tar.gz) = d9d5f219941cedbecd67c034782cf5cac51034cff17fbc614d05b470009c6f35
-SIZE (PkgConfig-0.09026.tar.gz) = 140736
+SHA256 (PkgConfig-0.10026.tar.gz) = 240775abd7eb0d7403cc67f6719a31e023e7c39956f2a08aaa445c6273698f0f
+SIZE (PkgConfig-0.10026.tar.gz) = 136561

Modified: head/devel/p5-PkgConfig/pkg-plist
==============================================================================
--- head/devel/p5-PkgConfig/pkg-plist	Sun Jan 17 13:09:24 2016	(r406330)
+++ head/devel/p5-PkgConfig/pkg-plist	Sun Jan 17 13:09:29 2016	(r406331)
@@ -1,6 +1,8 @@
 bin/pkg-config.pl
 bin/ppkg-config
 %%SITE_PERL%%/PkgConfig.pm
+%%SITE_PERL%%/gen_multi_tests.pl
+%%SITE_PERL%%/run_test.pl
 %%PERL5_MAN1%%/pkg-config.pl.1.gz
 %%PERL5_MAN1%%/ppkg-config.1.gz
 %%PERL5_MAN3%%/PkgConfig.3.gz

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:09:36 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D78B8A86F32;
 Sun, 17 Jan 2016 13:09:36 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 96C0C151F;
 Sun, 17 Jan 2016 13:09:36 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HD9ZHB099185;
 Sun, 17 Jan 2016 13:09:35 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HD9Z9v099183;
 Sun, 17 Jan 2016 13:09:35 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171309.u0HD9Z9v099183@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:09:35 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406332 - head/devel/p5-Pod-Usage
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:09:37 -0000

Author: sunpoet
Date: Sun Jan 17 13:09:35 2016
New Revision: 406332
URL: https://svnweb.freebsd.org/changeset/ports/406332

Log:
  - Update to 1.68
  
  Changes:	http://search.cpan.org/dist/Pod-Usage/CHANGES
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/p5-Pod-Usage/Makefile
  head/devel/p5-Pod-Usage/distinfo

Modified: head/devel/p5-Pod-Usage/Makefile
==============================================================================
--- head/devel/p5-Pod-Usage/Makefile	Sun Jan 17 13:09:29 2016	(r406331)
+++ head/devel/p5-Pod-Usage/Makefile	Sun Jan 17 13:09:35 2016	(r406332)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Pod-Usage
-PORTVERSION=	1.67
+PORTVERSION=	1.68
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,13 +13,16 @@ COMMENT=	Print a usage message from embe
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	p5-podlators>=4:${PORTSDIR}/textproc/p5-podlators
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
-NO_ARCH=	yes
 
-post-install:
+post-patch:
 # Do not conflict with lang/perl5.*
-	@${RM} ${STAGEDIR}${PREFIX}/bin/pod2usage ${STAGEDIR}${SITE_MAN1}/pod2usage.1
-	@${RMDIR} ${STAGEDIR}${SITE_MAN1}
+	@${REINPLACE_CMD} -e 's| pod2usage||' ${WRKSRC}/Makefile.PL
+	@${RM} ${WRKSRC}/scripts/pod2usage.PL
 
 .include 

Modified: head/devel/p5-Pod-Usage/distinfo
==============================================================================
--- head/devel/p5-Pod-Usage/distinfo	Sun Jan 17 13:09:29 2016	(r406331)
+++ head/devel/p5-Pod-Usage/distinfo	Sun Jan 17 13:09:35 2016	(r406332)
@@ -1,2 +1,2 @@
-SHA256 (Pod-Usage-1.67.tar.gz) = c8be6d29b0dfe304c4ddfcc140f93d4c4de7a8362ea6e2651611c288b53cc68a
-SIZE (Pod-Usage-1.67.tar.gz) = 22342
+SHA256 (Pod-Usage-1.68.tar.gz) = 20aa70e3bc9cb49cd5fb2273f34b0ea10f687efd96e8e39ed434da90a1484833
+SIZE (Pod-Usage-1.68.tar.gz) = 25742

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:09:42 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D629A86F62;
 Sun, 17 Jan 2016 13:09:42 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 02F6F1617;
 Sun, 17 Jan 2016 13:09:41 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HD9eWY099299;
 Sun, 17 Jan 2016 13:09:40 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HD9eIt099297;
 Sun, 17 Jan 2016 13:09:40 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171309.u0HD9eIt099297@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:09:40 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406333 - head/devel/p5-Specio
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:09:42 -0000

Author: sunpoet
Date: Sun Jan 17 13:09:40 2016
New Revision: 406333
URL: https://svnweb.freebsd.org/changeset/ports/406333

Log:
  - Update to 0.12
  - Add LICENSE_FILE
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/Specio/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/p5-Specio/Makefile
  head/devel/p5-Specio/distinfo

Modified: head/devel/p5-Specio/Makefile
==============================================================================
--- head/devel/p5-Specio/Makefile	Sun Jan 17 13:09:35 2016	(r406332)
+++ head/devel/p5-Specio/Makefile	Sun Jan 17 13:09:40 2016	(r406333)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Specio
-PORTVERSION=	0.11
-PORTREVISION=	1
+PORTVERSION=	0.12
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DROLSKY
@@ -13,6 +12,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Type constraints and coercions for Perl
 
 LICENSE=	ART20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \
 		p5-Class-Method-Modifiers>=0:${PORTSDIR}/devel/p5-Class-Method-Modifiers \
@@ -20,7 +20,6 @@ BUILD_DEPENDS=	p5-Class-Load>=0:${PORTSD
 		p5-Devel-StackTrace>=0:${PORTSDIR}/devel/p5-Devel-StackTrace \
 		p5-Eval-Closure>=0:${PORTSDIR}/devel/p5-Eval-Closure \
 		p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \
-		p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
 		p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \
 		p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \
 		p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \
@@ -31,7 +30,15 @@ TEST_DEPENDS=	p5-Test-Fatal>=0:${PORTSDI
 		p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \
 		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 
-.include 
+.include 
+
+.if ${PERL_LEVEL} < 502000
+BUILD_DEPENDS+=	p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils
+RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils
+.endif
+
+.include 

Modified: head/devel/p5-Specio/distinfo
==============================================================================
--- head/devel/p5-Specio/distinfo	Sun Jan 17 13:09:35 2016	(r406332)
+++ head/devel/p5-Specio/distinfo	Sun Jan 17 13:09:40 2016	(r406333)
@@ -1,2 +1,2 @@
-SHA256 (Specio-0.11.tar.gz) = 5f29873856fecd9f6467c4e03a08df2e16323cb7031fcf853dff3e8dbac6972a
-SIZE (Specio-0.11.tar.gz) = 50904
+SHA256 (Specio-0.12.tar.gz) = b70f338cafd2cf195895f1ce2755eab1d7a48cee19f8b9b6e2616193a9a504bb
+SIZE (Specio-0.12.tar.gz) = 62488

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:09:47 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C5D1A86F95;
 Sun, 17 Jan 2016 13:09:47 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id DE18417C0;
 Sun, 17 Jan 2016 13:09:46 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HD9j2E099416;
 Sun, 17 Jan 2016 13:09:45 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HD9jif099414;
 Sun, 17 Jan 2016 13:09:45 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171309.u0HD9jif099414@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:09:45 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406334 - head/devel/p5-Struct-Dumb
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:09:47 -0000

Author: sunpoet
Date: Sun Jan 17 13:09:45 2016
New Revision: 406334
URL: https://svnweb.freebsd.org/changeset/ports/406334

Log:
  - Update to 0.08
  - Add LICENSE_FILE
  
  Changes:	http://search.cpan.org/dist/Struct-Dumb/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/p5-Struct-Dumb/Makefile
  head/devel/p5-Struct-Dumb/distinfo

Modified: head/devel/p5-Struct-Dumb/Makefile
==============================================================================
--- head/devel/p5-Struct-Dumb/Makefile	Sun Jan 17 13:09:40 2016	(r406333)
+++ head/devel/p5-Struct-Dumb/Makefile	Sun Jan 17 13:09:45 2016	(r406334)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Struct-Dumb
-PORTVERSION=	0.07
+PORTVERSION=	0.08
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:PEVANS
@@ -13,6 +13,7 @@ COMMENT=	Make simple lightweight record-
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 TEST_DEPENDS=	p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
 

Modified: head/devel/p5-Struct-Dumb/distinfo
==============================================================================
--- head/devel/p5-Struct-Dumb/distinfo	Sun Jan 17 13:09:40 2016	(r406333)
+++ head/devel/p5-Struct-Dumb/distinfo	Sun Jan 17 13:09:45 2016	(r406334)
@@ -1,2 +1,2 @@
-SHA256 (Struct-Dumb-0.07.tar.gz) = 84b85bd4dd77f7b92eaaa086713b6ba397d940578f3342f2773cb3c1eed315ac
-SIZE (Struct-Dumb-0.07.tar.gz) = 14878
+SHA256 (Struct-Dumb-0.08.tar.gz) = e0b72fecfed927286c007bbc3493725bc29a71f4faf4bc04a92caa98cf2a23a7
+SIZE (Struct-Dumb-0.08.tar.gz) = 15353

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:09:52 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C988A86FBF;
 Sun, 17 Jan 2016 13:09:52 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 9090418D0;
 Sun, 17 Jan 2016 13:09:51 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HD9oiJ099532;
 Sun, 17 Jan 2016 13:09:50 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HD9o5r099530;
 Sun, 17 Jan 2016 13:09:50 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171309.u0HD9o5r099530@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:09:50 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406335 - head/devel/p5-Test-HasVersion
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:09:52 -0000

Author: sunpoet
Date: Sun Jan 17 13:09:50 2016
New Revision: 406335
URL: https://svnweb.freebsd.org/changeset/ports/406335

Log:
  - Update to 0.014
  - Add LICENSE_FILE
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/Test-HasVersion/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/p5-Test-HasVersion/Makefile
  head/devel/p5-Test-HasVersion/distinfo

Modified: head/devel/p5-Test-HasVersion/Makefile
==============================================================================
--- head/devel/p5-Test-HasVersion/Makefile	Sun Jan 17 13:09:45 2016	(r406334)
+++ head/devel/p5-Test-HasVersion/Makefile	Sun Jan 17 13:09:50 2016	(r406335)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Test-HasVersion
-PORTVERSION=	0.012
+PORTVERSION=	0.014
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,7 +12,9 @@ COMMENT=	Check Perl modules have version
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 

Modified: head/devel/p5-Test-HasVersion/distinfo
==============================================================================
--- head/devel/p5-Test-HasVersion/distinfo	Sun Jan 17 13:09:45 2016	(r406334)
+++ head/devel/p5-Test-HasVersion/distinfo	Sun Jan 17 13:09:50 2016	(r406335)
@@ -1,2 +1,2 @@
-SHA256 (Test-HasVersion-0.012.tar.gz) = 96b94fb97f39e3425b275bc94722ed796050d2dd8275b0ae22df27fcf93b0a4a
-SIZE (Test-HasVersion-0.012.tar.gz) = 5207
+SHA256 (Test-HasVersion-0.014.tar.gz) = 0555bb7ac67d839747056054669065e1305ff4b4e7283d9ac43b7a62cd007cbd
+SIZE (Test-HasVersion-0.014.tar.gz) = 12268

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:09:56 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A03FEA86FE9;
 Sun, 17 Jan 2016 13:09:56 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 7012219E8;
 Sun, 17 Jan 2016 13:09:56 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HD9tYR099647;
 Sun, 17 Jan 2016 13:09:55 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HD9tGt099645;
 Sun, 17 Jan 2016 13:09:55 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171309.u0HD9tGt099645@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:09:55 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406336 - head/devel/p5-Test-TempDir-Tiny
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:09:56 -0000

Author: sunpoet
Date: Sun Jan 17 13:09:55 2016
New Revision: 406336
URL: https://svnweb.freebsd.org/changeset/ports/406336

Log:
  - Update to 0.010
  - Add LICENSE_FILE
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/Test-TempDir-Tiny/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/p5-Test-TempDir-Tiny/Makefile
  head/devel/p5-Test-TempDir-Tiny/distinfo

Modified: head/devel/p5-Test-TempDir-Tiny/Makefile
==============================================================================
--- head/devel/p5-Test-TempDir-Tiny/Makefile	Sun Jan 17 13:09:50 2016	(r406335)
+++ head/devel/p5-Test-TempDir-Tiny/Makefile	Sun Jan 17 13:09:55 2016	(r406336)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Test-TempDir-Tiny
-PORTVERSION=	0.004
+PORTVERSION=	0.010
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,7 +11,9 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Temporary directories that stick around when tests fail
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 

Modified: head/devel/p5-Test-TempDir-Tiny/distinfo
==============================================================================
--- head/devel/p5-Test-TempDir-Tiny/distinfo	Sun Jan 17 13:09:50 2016	(r406335)
+++ head/devel/p5-Test-TempDir-Tiny/distinfo	Sun Jan 17 13:09:55 2016	(r406336)
@@ -1,2 +1,2 @@
-SHA256 (Test-TempDir-Tiny-0.004.tar.gz) = fa23375b765763c3bea7ff8a3f15e1f3204543512758cefc2a1ee6caeb000c58
-SIZE (Test-TempDir-Tiny-0.004.tar.gz) = 17556
+SHA256 (Test-TempDir-Tiny-0.010.tar.gz) = 78b46988f963bb9975f90404789d65ede97008c6e716ecf8df16632e3dde6c76
+SIZE (Test-TempDir-Tiny-0.010.tar.gz) = 20128

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:10:01 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A31B2A6A015;
 Sun, 17 Jan 2016 13:10:01 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 581B61AA8;
 Sun, 17 Jan 2016 13:10:01 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDA0FQ099782;
 Sun, 17 Jan 2016 13:10:00 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDA0q2099780;
 Sun, 17 Jan 2016 13:10:00 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171310.u0HDA0q2099780@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:10:00 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406337 - head/devel/p5-Test-Warnings
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:10:01 -0000

Author: sunpoet
Date: Sun Jan 17 13:10:00 2016
New Revision: 406337
URL: https://svnweb.freebsd.org/changeset/ports/406337

Log:
  - Update to 0.024
  
  Changes:	http://search.cpan.org/dist/Test-Warnings/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/p5-Test-Warnings/Makefile
  head/devel/p5-Test-Warnings/distinfo

Modified: head/devel/p5-Test-Warnings/Makefile
==============================================================================
--- head/devel/p5-Test-Warnings/Makefile	Sun Jan 17 13:09:55 2016	(r406336)
+++ head/devel/p5-Test-Warnings/Makefile	Sun Jan 17 13:10:00 2016	(r406337)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Test-Warnings
-PORTVERSION=	0.022
+PORTVERSION=	0.024
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/devel/p5-Test-Warnings/distinfo
==============================================================================
--- head/devel/p5-Test-Warnings/distinfo	Sun Jan 17 13:09:55 2016	(r406336)
+++ head/devel/p5-Test-Warnings/distinfo	Sun Jan 17 13:10:00 2016	(r406337)
@@ -1,2 +1,2 @@
-SHA256 (Test-Warnings-0.022.tar.gz) = 9d1efaf67c911652581ac84e975875d0b59e79074f460ed1e7e0a044644c79f0
-SIZE (Test-Warnings-0.022.tar.gz) = 36120
+SHA256 (Test-Warnings-0.024.tar.gz) = 263402bdb1abeb2a677d6d2e86ac1bfdf5c0445b51d05cb7393901e4cab8fdee
+SIZE (Test-Warnings-0.024.tar.gz) = 37279

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:10:06 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81D52A6A043;
 Sun, 17 Jan 2016 13:10:06 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 4C2651BA5;
 Sun, 17 Jan 2016 13:10:06 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDA5U2099896;
 Sun, 17 Jan 2016 13:10:05 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDA5p0099894;
 Sun, 17 Jan 2016 13:10:05 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171310.u0HDA5p0099894@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:10:05 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406338 - head/math/p5-Math-GMPf
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:10:06 -0000

Author: sunpoet
Date: Sun Jan 17 13:10:04 2016
New Revision: 406338
URL: https://svnweb.freebsd.org/changeset/ports/406338

Log:
  - Update to 0.41
  
  Changes:	http://search.cpan.org/dist/Math-GMPf/CHANGES
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/math/p5-Math-GMPf/Makefile
  head/math/p5-Math-GMPf/distinfo

Modified: head/math/p5-Math-GMPf/Makefile
==============================================================================
--- head/math/p5-Math-GMPf/Makefile	Sun Jan 17 13:10:00 2016	(r406337)
+++ head/math/p5-Math-GMPf/Makefile	Sun Jan 17 13:10:04 2016	(r406338)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Math-GMPf
-PORTVERSION=	0.39
-PORTREVISION=	2
+PORTVERSION=	0.41
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/math/p5-Math-GMPf/distinfo
==============================================================================
--- head/math/p5-Math-GMPf/distinfo	Sun Jan 17 13:10:00 2016	(r406337)
+++ head/math/p5-Math-GMPf/distinfo	Sun Jan 17 13:10:04 2016	(r406338)
@@ -1,2 +1,2 @@
-SHA256 (Math-GMPf-0.39.tar.gz) = 9026bbfb376179a76d9a8c1f7312b8c48a444891ac3484d85c60df36111c2c31
-SIZE (Math-GMPf-0.39.tar.gz) = 40854
+SHA256 (Math-GMPf-0.41.tar.gz) = 6317cfba7ad36e3353dcebcd9a3b0c62c05114ced35911659b7f327d775646dc
+SIZE (Math-GMPf-0.41.tar.gz) = 40871

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:10:11 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1652AA6A06B;
 Sun, 17 Jan 2016 13:10:11 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id D97111C7B;
 Sun, 17 Jan 2016 13:10:10 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDA921000115;
 Sun, 17 Jan 2016 13:10:09 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDA9pg000113;
 Sun, 17 Jan 2016 13:10:09 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171310.u0HDA9pg000113@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:10:09 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406339 - head/math/p5-Math-GMPq
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:10:11 -0000

Author: sunpoet
Date: Sun Jan 17 13:10:09 2016
New Revision: 406339
URL: https://svnweb.freebsd.org/changeset/ports/406339

Log:
  - Update to 0.39
  
  Changes:	http://search.cpan.org/dist/Math-GMPq/CHANGES
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/math/p5-Math-GMPq/Makefile
  head/math/p5-Math-GMPq/distinfo

Modified: head/math/p5-Math-GMPq/Makefile
==============================================================================
--- head/math/p5-Math-GMPq/Makefile	Sun Jan 17 13:10:04 2016	(r406338)
+++ head/math/p5-Math-GMPq/Makefile	Sun Jan 17 13:10:09 2016	(r406339)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Math-GMPq
-PORTVERSION=	0.38
+PORTVERSION=	0.39
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/math/p5-Math-GMPq/distinfo
==============================================================================
--- head/math/p5-Math-GMPq/distinfo	Sun Jan 17 13:10:04 2016	(r406338)
+++ head/math/p5-Math-GMPq/distinfo	Sun Jan 17 13:10:09 2016	(r406339)
@@ -1,2 +1,2 @@
-SHA256 (Math-GMPq-0.38.tar.gz) = b656cff629f4753234d85b2c1d5a5294550fc442aa4c98ee7ff98adc7cd34662
-SIZE (Math-GMPq-0.38.tar.gz) = 34263
+SHA256 (Math-GMPq-0.39.tar.gz) = 23faa53ce845ad0ce60ed0024cd962f1354bf4d149d9e7a499173f273555ec0a
+SIZE (Math-GMPq-0.39.tar.gz) = 34683

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:10:15 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE6CAA6A09C;
 Sun, 17 Jan 2016 13:10:15 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 72C181D59;
 Sun, 17 Jan 2016 13:10:15 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDAEJC000231;
 Sun, 17 Jan 2016 13:10:14 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDAEco000229;
 Sun, 17 Jan 2016 13:10:14 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171310.u0HDAEco000229@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:10:14 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406340 - head/math/p5-Math-GMPz
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:10:15 -0000

Author: sunpoet
Date: Sun Jan 17 13:10:14 2016
New Revision: 406340
URL: https://svnweb.freebsd.org/changeset/ports/406340

Log:
  - Update to 0.42
  
  Changes:	http://search.cpan.org/dist/Math-GMPz/CHANGES
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/math/p5-Math-GMPz/Makefile
  head/math/p5-Math-GMPz/distinfo

Modified: head/math/p5-Math-GMPz/Makefile
==============================================================================
--- head/math/p5-Math-GMPz/Makefile	Sun Jan 17 13:10:09 2016	(r406339)
+++ head/math/p5-Math-GMPz/Makefile	Sun Jan 17 13:10:14 2016	(r406340)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Math-GMPz
-PORTVERSION=	0.41
+PORTVERSION=	0.42
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/math/p5-Math-GMPz/distinfo
==============================================================================
--- head/math/p5-Math-GMPz/distinfo	Sun Jan 17 13:10:09 2016	(r406339)
+++ head/math/p5-Math-GMPz/distinfo	Sun Jan 17 13:10:14 2016	(r406340)
@@ -1,2 +1,2 @@
-SHA256 (Math-GMPz-0.41.tar.gz) = 891f252b9962755f204190f5c159bf6ba3a081b68e6e8f75aade03728f092c94
-SIZE (Math-GMPz-0.41.tar.gz) = 62223
+SHA256 (Math-GMPz-0.42.tar.gz) = f91943a0a5f31a3f4f4bd4324d17318330a202321c098747a1556ac70eb76af0
+SIZE (Math-GMPz-0.42.tar.gz) = 62486

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:10:20 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E49AA6A0EA;
 Sun, 17 Jan 2016 13:10:20 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 2C32F1E22;
 Sun, 17 Jan 2016 13:10:20 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDAJgS000346;
 Sun, 17 Jan 2016 13:10:19 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDAJZs000344;
 Sun, 17 Jan 2016 13:10:19 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171310.u0HDAJZs000344@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:10:19 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406341 - head/math/p5-Math-Int64
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:10:20 -0000

Author: sunpoet
Date: Sun Jan 17 13:10:18 2016
New Revision: 406341
URL: https://svnweb.freebsd.org/changeset/ports/406341

Log:
  - Update to 0.54
  
  Changes:	http://search.cpan.org/dist/Math-Int64/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/math/p5-Math-Int64/Makefile
  head/math/p5-Math-Int64/distinfo

Modified: head/math/p5-Math-Int64/Makefile
==============================================================================
--- head/math/p5-Math-Int64/Makefile	Sun Jan 17 13:10:14 2016	(r406340)
+++ head/math/p5-Math-Int64/Makefile	Sun Jan 17 13:10:18 2016	(r406341)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Math-Int64
-PORTVERSION=	0.53
+PORTVERSION=	0.54
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/math/p5-Math-Int64/distinfo
==============================================================================
--- head/math/p5-Math-Int64/distinfo	Sun Jan 17 13:10:14 2016	(r406340)
+++ head/math/p5-Math-Int64/distinfo	Sun Jan 17 13:10:18 2016	(r406341)
@@ -1,2 +1,2 @@
-SHA256 (Math-Int64-0.53.tar.gz) = 3b1f3d685b68c5d1c714cbf6da3b728a3aada66843bb55d3e69ed33b7118fdca
-SIZE (Math-Int64-0.53.tar.gz) = 118906
+SHA256 (Math-Int64-0.54.tar.gz) = dcfc51e698437ea6b9cefe0276215c56cdb6a7f85e3e24a2b6b4189f1960d351
+SIZE (Math-Int64-0.54.tar.gz) = 119664

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:10:25 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CC14A6A113;
 Sun, 17 Jan 2016 13:10:25 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id E20BB1EF0;
 Sun, 17 Jan 2016 13:10:24 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDANRL000464;
 Sun, 17 Jan 2016 13:10:23 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDANxU000461;
 Sun, 17 Jan 2016 13:10:23 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171310.u0HDANxU000461@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:10:23 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406342 - head/misc/p5-Geo-Coder-Geocoder-US
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:10:25 -0000

Author: sunpoet
Date: Sun Jan 17 13:10:23 2016
New Revision: 406342
URL: https://svnweb.freebsd.org/changeset/ports/406342

Log:
  - Update to 0.006
  - Mark DEPRECATED
  
  Changes:	http://search.cpan.org/dist/Geo-Coder-Geocoder-US/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/misc/p5-Geo-Coder-Geocoder-US/Makefile
  head/misc/p5-Geo-Coder-Geocoder-US/distinfo

Modified: head/misc/p5-Geo-Coder-Geocoder-US/Makefile
==============================================================================
--- head/misc/p5-Geo-Coder-Geocoder-US/Makefile	Sun Jan 17 13:10:18 2016	(r406341)
+++ head/misc/p5-Geo-Coder-Geocoder-US/Makefile	Sun Jan 17 13:10:23 2016	(r406342)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Geo-Coder-Geocoder-US
-PORTVERSION=	0.005
+PORTVERSION=	0.006
 CATEGORIES=	misc geography perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,6 +18,8 @@ BUILD_DEPENDS=	p5-Text-CSV>=0:${PORTSDIR
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+DEPRECATED=	http://geocoder.us/ disappeared in late 2015
+
 PORTSCOUT=	limit:^[0-9\.]*$$
 
 NO_ARCH=	yes

Modified: head/misc/p5-Geo-Coder-Geocoder-US/distinfo
==============================================================================
--- head/misc/p5-Geo-Coder-Geocoder-US/distinfo	Sun Jan 17 13:10:18 2016	(r406341)
+++ head/misc/p5-Geo-Coder-Geocoder-US/distinfo	Sun Jan 17 13:10:23 2016	(r406342)
@@ -1,2 +1,2 @@
-SHA256 (Geo-Coder-Geocoder-US-0.005.tar.gz) = 836867e3feb3d4f9000a341973e52ab2f06b8d4f9f7de7ea58a82736a76c9704
-SIZE (Geo-Coder-Geocoder-US-0.005.tar.gz) = 21547
+SHA256 (Geo-Coder-Geocoder-US-0.006.tar.gz) = fc538e0248b0f1bd9c4cdab4241998639fee7b4281619ac4f03ba1745aa0d728
+SIZE (Geo-Coder-Geocoder-US-0.006.tar.gz) = 22124

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:10:30 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34306A6A12F;
 Sun, 17 Jan 2016 13:10:30 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 0C0BD1FBC;
 Sun, 17 Jan 2016 13:10:29 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDASEq000594;
 Sun, 17 Jan 2016 13:10:28 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDAS1U000591;
 Sun, 17 Jan 2016 13:10:28 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171310.u0HDAS1U000591@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:10:28 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406343 - head/net/p5-MaxMind-DB-Reader
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:10:30 -0000

Author: sunpoet
Date: Sun Jan 17 13:10:28 2016
New Revision: 406343
URL: https://svnweb.freebsd.org/changeset/ports/406343

Log:
  - Update to 1.000009
  - Add LICENSE_FILE
  
  Changes:	http://search.cpan.org/dist/MaxMind-DB-Reader/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/net/p5-MaxMind-DB-Reader/Makefile
  head/net/p5-MaxMind-DB-Reader/distinfo
  head/net/p5-MaxMind-DB-Reader/pkg-plist

Modified: head/net/p5-MaxMind-DB-Reader/Makefile
==============================================================================
--- head/net/p5-MaxMind-DB-Reader/Makefile	Sun Jan 17 13:10:23 2016	(r406342)
+++ head/net/p5-MaxMind-DB-Reader/Makefile	Sun Jan 17 13:10:28 2016	(r406343)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	MaxMind-DB-Reader
-PORTVERSION=	1.000007
+PORTVERSION=	1.000009
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MAXMIND
@@ -12,6 +12,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Read MaxMind DB files
 
 LICENSE=	ART20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-Data-IEEE754>=0:${PORTSDIR}/devel/p5-Data-IEEE754 \
 		p5-Data-Printer>=0:${PORTSDIR}/devel/p5-Data-Printer \
@@ -22,17 +23,15 @@ BUILD_DEPENDS=	p5-Data-IEEE754>=0:${PORT
 		p5-Module-Implementation>=0:${PORTSDIR}/devel/p5-Module-Implementation \
 		p5-Moo>=1.003000:${PORTSDIR}/devel/p5-Moo \
 		p5-MooX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooX-StrictConstructor \
-		p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
 		p5-Role-Tiny>=0:${PORTSDIR}/devel/p5-Role-Tiny \
-		p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
 		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-Math-Int128>=0:${PORTSDIR}/math/p5-Math-Int128 \
-		p5-Net-Works>=0:${PORTSDIR}/net/p5-Net-Works \
+TEST_DEPENDS=	p5-Path-Class>=0.27:${PORTSDIR}/devel/p5-Path-Class \
 		p5-Scalar-List-Utils>=1.42:${PORTSDIR}/lang/p5-Scalar-List-Utils \
 		p5-Test-Bits>=0:${PORTSDIR}/devel/p5-Test-Bits \
 		p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
-		p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta
+		p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta \
+		p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
 
 NO_ARCH=	yes
 USE_PERL5=	configure

Modified: head/net/p5-MaxMind-DB-Reader/distinfo
==============================================================================
--- head/net/p5-MaxMind-DB-Reader/distinfo	Sun Jan 17 13:10:23 2016	(r406342)
+++ head/net/p5-MaxMind-DB-Reader/distinfo	Sun Jan 17 13:10:28 2016	(r406343)
@@ -1,2 +1,2 @@
-SHA256 (MaxMind-DB-Reader-1.000007.tar.gz) = e4e88a1bf2b0377e1357b76016488f7cd2b33cdc02512f25f349c28d499814ed
-SIZE (MaxMind-DB-Reader-1.000007.tar.gz) = 257904
+SHA256 (MaxMind-DB-Reader-1.000009.tar.gz) = 0fc957aa6d4303d4a68990c976058e9793b7dca7f90ba86fec171a23c92dc38c
+SIZE (MaxMind-DB-Reader-1.000009.tar.gz) = 253600

Modified: head/net/p5-MaxMind-DB-Reader/pkg-plist
==============================================================================
--- head/net/p5-MaxMind-DB-Reader/pkg-plist	Sun Jan 17 13:10:23 2016	(r406342)
+++ head/net/p5-MaxMind-DB-Reader/pkg-plist	Sun Jan 17 13:10:28 2016	(r406343)
@@ -1,6 +1,5 @@
 bin/mmdb-dump-metadata
 bin/mmdb-dump-search-tree
-bin/mmdb-verify-database
 %%SITE_PERL%%/MaxMind/DB/Reader.pm
 %%SITE_PERL%%/MaxMind/DB/Reader/Data/Container.pm
 %%SITE_PERL%%/MaxMind/DB/Reader/Data/EndMarker.pm
@@ -11,5 +10,4 @@ bin/mmdb-verify-database
 %%SITE_PERL%%/MaxMind/DB/Reader/Role/NodeReader.pm
 %%SITE_PERL%%/MaxMind/DB/Reader/Role/Reader.pm
 %%SITE_PERL%%/MaxMind/DB/Reader/Role/Sysreader.pm
-%%SITE_PERL%%/MaxMind/DB/Verifier.pm
 %%PERL5_MAN3%%/MaxMind::DB::Reader.3.gz

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:10:40 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 438BCA6A180;
 Sun, 17 Jan 2016 13:10:40 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 0FB4E124B;
 Sun, 17 Jan 2016 13:10:39 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDAcs5000847;
 Sun, 17 Jan 2016 13:10:38 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDAcUK000842;
 Sun, 17 Jan 2016 13:10:38 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171310.u0HDAcUK000842@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:10:38 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406345 - head/textproc/p5-HTML-Packer
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:10:40 -0000

Author: sunpoet
Date: Sun Jan 17 13:10:38 2016
New Revision: 406345
URL: https://svnweb.freebsd.org/changeset/ports/406345

Log:
  - Update to 2.01
  - Remove GitHub link from pkg-descr
  
  Changes:	http://search.cpan.org/dist/HTML-Packer/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/textproc/p5-HTML-Packer/Makefile
  head/textproc/p5-HTML-Packer/distinfo
  head/textproc/p5-HTML-Packer/pkg-descr

Modified: head/textproc/p5-HTML-Packer/Makefile
==============================================================================
--- head/textproc/p5-HTML-Packer/Makefile	Sun Jan 17 13:10:33 2016	(r406344)
+++ head/textproc/p5-HTML-Packer/Makefile	Sun Jan 17 13:10:38 2016	(r406345)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	HTML-Packer
-PORTVERSION=	2.00
+PORTVERSION=	2.01
 CATEGORIES=	textproc www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/textproc/p5-HTML-Packer/distinfo
==============================================================================
--- head/textproc/p5-HTML-Packer/distinfo	Sun Jan 17 13:10:33 2016	(r406344)
+++ head/textproc/p5-HTML-Packer/distinfo	Sun Jan 17 13:10:38 2016	(r406345)
@@ -1,2 +1,2 @@
-SHA256 (HTML-Packer-2.00.tar.gz) = 1dd3262be3ef04f40a124ad7e7d34ed44c2ea71c1a80c81b825cb7efdd2577f1
-SIZE (HTML-Packer-2.00.tar.gz) = 33994
+SHA256 (HTML-Packer-2.01.tar.gz) = ba86b7f31ea620d49f80df90d30a2657d6a150ce595e50c35a04968b8fcd005c
+SIZE (HTML-Packer-2.01.tar.gz) = 34107

Modified: head/textproc/p5-HTML-Packer/pkg-descr
==============================================================================
--- head/textproc/p5-HTML-Packer/pkg-descr	Sun Jan 17 13:10:33 2016	(r406344)
+++ head/textproc/p5-HTML-Packer/pkg-descr	Sun Jan 17 13:10:38 2016	(r406345)
@@ -1,4 +1,3 @@
 HTML::Packer is another HTML code cleaner.
 
 WWW: http://search.cpan.org/dist/HTML-Packer/
-     http://github.com/nevesenin/html-packer-perl

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:10:34 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1293A6A146;
 Sun, 17 Jan 2016 13:10:34 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id C293910B5;
 Sun, 17 Jan 2016 13:10:34 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDAXko000713;
 Sun, 17 Jan 2016 13:10:33 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDAXbd000711;
 Sun, 17 Jan 2016 13:10:33 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171310.u0HDAXbd000711@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:10:33 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406344 - head/textproc/p5-Excel-Writer-XLSX
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:10:35 -0000

Author: sunpoet
Date: Sun Jan 17 13:10:33 2016
New Revision: 406344
URL: https://svnweb.freebsd.org/changeset/ports/406344

Log:
  - Update to 0.88
  
  Changes:	http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/textproc/p5-Excel-Writer-XLSX/Makefile
  head/textproc/p5-Excel-Writer-XLSX/distinfo

Modified: head/textproc/p5-Excel-Writer-XLSX/Makefile
==============================================================================
--- head/textproc/p5-Excel-Writer-XLSX/Makefile	Sun Jan 17 13:10:28 2016	(r406343)
+++ head/textproc/p5-Excel-Writer-XLSX/Makefile	Sun Jan 17 13:10:33 2016	(r406344)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Excel-Writer-XLSX
-PORTVERSION=	0.86
+PORTVERSION=	0.88
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:JMCNAMARA

Modified: head/textproc/p5-Excel-Writer-XLSX/distinfo
==============================================================================
--- head/textproc/p5-Excel-Writer-XLSX/distinfo	Sun Jan 17 13:10:28 2016	(r406343)
+++ head/textproc/p5-Excel-Writer-XLSX/distinfo	Sun Jan 17 13:10:33 2016	(r406344)
@@ -1,2 +1,2 @@
-SHA256 (Excel-Writer-XLSX-0.86.tar.gz) = f2a4a893260d240421c93f3e3fa9853c2972dc0b8c236a4089209a5d62b4b21e
-SIZE (Excel-Writer-XLSX-0.86.tar.gz) = 1890992
+SHA256 (Excel-Writer-XLSX-0.88.tar.gz) = 9fbfb071ceeddcd54e3a3336b0c2dd0c7c6bf1fb94eabe1675cf80d9a806d2ea
+SIZE (Excel-Writer-XLSX-0.88.tar.gz) = 1923325

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:10:44 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id E110BA6A1AC;
 Sun, 17 Jan 2016 13:10:44 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 9C19112FF;
 Sun, 17 Jan 2016 13:10:44 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDAh70000969;
 Sun, 17 Jan 2016 13:10:43 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDAhQQ000967;
 Sun, 17 Jan 2016 13:10:43 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171310.u0HDAhQQ000967@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:10:43 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406346 - head/www/p5-Protocol-HTTP2
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:10:45 -0000

Author: sunpoet
Date: Sun Jan 17 13:10:43 2016
New Revision: 406346
URL: https://svnweb.freebsd.org/changeset/ports/406346

Log:
  - Update to 1.05
  - Add LICENSE_FILE
  
  Changes:	http://search.cpan.org/dist/Protocol-HTTP2/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/p5-Protocol-HTTP2/Makefile
  head/www/p5-Protocol-HTTP2/distinfo

Modified: head/www/p5-Protocol-HTTP2/Makefile
==============================================================================
--- head/www/p5-Protocol-HTTP2/Makefile	Sun Jan 17 13:10:38 2016	(r406345)
+++ head/www/p5-Protocol-HTTP2/Makefile	Sun Jan 17 13:10:43 2016	(r406346)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Protocol-HTTP2
-PORTVERSION=	1.04
+PORTVERSION=	1.05
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:CRUX
@@ -13,6 +13,7 @@ COMMENT=	HTTP/2 protocol implementation
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
 		p5-Net-SSLeay>=1.45:${PORTSDIR}/security/p5-Net-SSLeay

Modified: head/www/p5-Protocol-HTTP2/distinfo
==============================================================================
--- head/www/p5-Protocol-HTTP2/distinfo	Sun Jan 17 13:10:38 2016	(r406345)
+++ head/www/p5-Protocol-HTTP2/distinfo	Sun Jan 17 13:10:43 2016	(r406346)
@@ -1,2 +1,2 @@
-SHA256 (Protocol-HTTP2-1.04.tar.gz) = 4532625448ba56bee793f2fcc0b098d8d54dad19eed9577d23b01e87d0c27203
-SIZE (Protocol-HTTP2-1.04.tar.gz) = 47769
+SHA256 (Protocol-HTTP2-1.05.tar.gz) = 6ae839544f3da9bfd8ab0dc6b2aeacba899eae7c6e5bd2d35a0928f5505ccaca
+SIZE (Protocol-HTTP2-1.05.tar.gz) = 48996

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:10:50 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1636CA6A1EE;
 Sun, 17 Jan 2016 13:10:50 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id A1E8B13D6;
 Sun, 17 Jan 2016 13:10:49 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDAm5q001086;
 Sun, 17 Jan 2016 13:10:48 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDAmc0001084;
 Sun, 17 Jan 2016 13:10:48 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171310.u0HDAmc0001084@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:10:48 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406347 - head/devel/py-curtsies
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:10:50 -0000

Author: sunpoet
Date: Sun Jan 17 13:10:48 2016
New Revision: 406347
URL: https://svnweb.freebsd.org/changeset/ports/406347

Log:
  - Update to 0.2.6
  - Add LICENSE_FILE
  
  Changes:	https://github.com/thomasballinger/curtsies/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/py-curtsies/Makefile
  head/devel/py-curtsies/distinfo

Modified: head/devel/py-curtsies/Makefile
==============================================================================
--- head/devel/py-curtsies/Makefile	Sun Jan 17 13:10:43 2016	(r406346)
+++ head/devel/py-curtsies/Makefile	Sun Jan 17 13:10:48 2016	(r406347)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	curtsies
-PORTVERSION=	0.2.4
+PORTVERSION=	0.2.6
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +11,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Curses-like terminal wrapper, with colored strings
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}blessings>=1.5:${PORTSDIR}/devel/py-blessings \
 		${PYTHON_PKGNAMEPREFIX}wcwidth>=0.1.4:${PORTSDIR}/devel/py-wcwidth

Modified: head/devel/py-curtsies/distinfo
==============================================================================
--- head/devel/py-curtsies/distinfo	Sun Jan 17 13:10:43 2016	(r406346)
+++ head/devel/py-curtsies/distinfo	Sun Jan 17 13:10:48 2016	(r406347)
@@ -1,2 +1,2 @@
-SHA256 (curtsies-0.2.4.tar.gz) = ae52dbb1c828369b85ed3650c846bd7bf4832916dc472220d3365c3e46e1dce6
-SIZE (curtsies-0.2.4.tar.gz) = 43313
+SHA256 (curtsies-0.2.6.tar.gz) = 431631b9c1417b2ae8156d0bb6d7c3ce0c97941413717ed6713a9a9c60e9576e
+SIZE (curtsies-0.2.6.tar.gz) = 43639

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:10:54 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C0D2A6A213;
 Sun, 17 Jan 2016 13:10:54 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 38A251509;
 Sun, 17 Jan 2016 13:10:54 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDArnV001200;
 Sun, 17 Jan 2016 13:10:53 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDArLx001198;
 Sun, 17 Jan 2016 13:10:53 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171310.u0HDArLx001198@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:10:53 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406348 - head/textproc/rubygem-gherkin
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:10:54 -0000

Author: sunpoet
Date: Sun Jan 17 13:10:52 2016
New Revision: 406348
URL: https://svnweb.freebsd.org/changeset/ports/406348

Log:
  - Update to 3.2.0
  - Add LICENSE_FILE
  - Add NO_ARCH
  
  Changes:	https://github.com/cucumber/gherkin/blob/master/CHANGELOG.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/textproc/rubygem-gherkin/Makefile
  head/textproc/rubygem-gherkin/distinfo

Modified: head/textproc/rubygem-gherkin/Makefile
==============================================================================
--- head/textproc/rubygem-gherkin/Makefile	Sun Jan 17 13:10:48 2016	(r406347)
+++ head/textproc/rubygem-gherkin/Makefile	Sun Jan 17 13:10:52 2016	(r406348)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gherkin
-PORTVERSION=	2.12.2
+PORTVERSION=	3.2.0
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -9,9 +9,9 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Fast Gherkin lexer/parser based on the Ragel State Machine Compiler
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json
-
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/textproc/rubygem-gherkin/distinfo
==============================================================================
--- head/textproc/rubygem-gherkin/distinfo	Sun Jan 17 13:10:48 2016	(r406347)
+++ head/textproc/rubygem-gherkin/distinfo	Sun Jan 17 13:10:52 2016	(r406348)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/gherkin-2.12.2.gem) = 4528a8235bbb4fee3e7fcda674d780359c7dcef5ab7700709521c65b027faed7
-SIZE (rubygem/gherkin-2.12.2.gem) = 1146368
+SHA256 (rubygem/gherkin-3.2.0.gem) = 712404a266c65f6679afcf09978c048a2eee955010de276538f6078f7a8ead14
+SIZE (rubygem/gherkin-3.2.0.gem) = 30208

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:10:59 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C4DDA6A310;
 Sun, 17 Jan 2016 13:10:59 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 1DDD8160B;
 Sun, 17 Jan 2016 13:10:59 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDAw1k001326;
 Sun, 17 Jan 2016 13:10:58 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDAwP9001324;
 Sun, 17 Jan 2016 13:10:58 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171310.u0HDAwP9001324@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:10:58 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406349 - head/devel/rubygem-cucumber-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-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:10:59 -0000

Author: sunpoet
Date: Sun Jan 17 13:10:57 2016
New Revision: 406349
URL: https://svnweb.freebsd.org/changeset/ports/406349

Log:
  - Update to 1.4.0
  
  Changes:	https://github.com/cucumber/cucumber-ruby-core/blob/master/HISTORY.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-cucumber-core/Makefile
  head/devel/rubygem-cucumber-core/distinfo

Modified: head/devel/rubygem-cucumber-core/Makefile
==============================================================================
--- head/devel/rubygem-cucumber-core/Makefile	Sun Jan 17 13:10:52 2016	(r406348)
+++ head/devel/rubygem-cucumber-core/Makefile	Sun Jan 17 13:10:57 2016	(r406349)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cucumber-core
-PORTVERSION=	1.3.1
+PORTVERSION=	1.4.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +12,7 @@ COMMENT=	Core library for the Cucumber B
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-gherkin3>=3.1.0:${PORTSDIR}/textproc/rubygem-gherkin3
+RUN_DEPENDS=	rubygem-gherkin>=3.2.0:${PORTSDIR}/textproc/rubygem-gherkin
 
 NO_ARCH=	yes
 USE_RUBY=	yes

Modified: head/devel/rubygem-cucumber-core/distinfo
==============================================================================
--- head/devel/rubygem-cucumber-core/distinfo	Sun Jan 17 13:10:52 2016	(r406348)
+++ head/devel/rubygem-cucumber-core/distinfo	Sun Jan 17 13:10:57 2016	(r406349)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/cucumber-core-1.3.1.gem) = 0c86987380e5e91904dc98939aa3b88e66fc6151af4500a1e61bb67f0bccc573
-SIZE (rubygem/cucumber-core-1.3.1.gem) = 44544
+SHA256 (rubygem/cucumber-core-1.4.0.gem) = 683809be76902c34d056a4554d2ef1c060d256d222e9d304f50926fbf2840538
+SIZE (rubygem/cucumber-core-1.4.0.gem) = 44544

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:11:04 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6213CA6A335;
 Sun, 17 Jan 2016 13:11:04 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 1775517B7;
 Sun, 17 Jan 2016 13:11:04 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDB3gV001466;
 Sun, 17 Jan 2016 13:11:03 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDB2PZ001464;
 Sun, 17 Jan 2016 13:11:02 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171311.u0HDB2PZ001464@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:11:02 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406350 - head/devel/rubygem-cucumber
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:11:04 -0000

Author: sunpoet
Date: Sun Jan 17 13:11:02 2016
New Revision: 406350
URL: https://svnweb.freebsd.org/changeset/ports/406350

Log:
  - Update to 2.3.0
  
  Changes:	https://github.com/cucumber/cucumber-ruby/blob/master/History.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-cucumber/Makefile
  head/devel/rubygem-cucumber/distinfo

Modified: head/devel/rubygem-cucumber/Makefile
==============================================================================
--- head/devel/rubygem-cucumber/Makefile	Sun Jan 17 13:10:57 2016	(r406349)
+++ head/devel/rubygem-cucumber/Makefile	Sun Jan 17 13:11:02 2016	(r406350)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cucumber
-PORTVERSION=	2.1.0
+PORTVERSION=	2.3.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,9 +12,11 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-builder32>=2.1.2:${PORTSDIR}/devel/rubygem-builder32 \
-		rubygem-cucumber-core>=1.3.0:${PORTSDIR}/devel/rubygem-cucumber-core \
+		rubygem-cucumber-core>=1.4.0:${PORTSDIR}/devel/rubygem-cucumber-core \
+		rubygem-cucumber-wire>=0.0.1:${PORTSDIR}/devel/rubygem-cucumber-wire \
 		rubygem-diff-lcs>=1.1.3:${PORTSDIR}/textproc/rubygem-diff-lcs \
-		rubygem-gherkin3>=3.1.0:${PORTSDIR}/textproc/rubygem-gherkin3 \
+		rubygem-event-bus>=0.1.0:${PORTSDIR}/devel/rubygem-event-bus \
+		rubygem-gherkin>=3.2.0:${PORTSDIR}/textproc/rubygem-gherkin \
 		rubygem-multi_json>=1.7.5:${PORTSDIR}/devel/rubygem-multi_json \
 		rubygem-multi_test>=0.1.2:${PORTSDIR}/devel/rubygem-multi_test
 

Modified: head/devel/rubygem-cucumber/distinfo
==============================================================================
--- head/devel/rubygem-cucumber/distinfo	Sun Jan 17 13:10:57 2016	(r406349)
+++ head/devel/rubygem-cucumber/distinfo	Sun Jan 17 13:11:02 2016	(r406350)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/cucumber-2.1.0.gem) = 5d0eec2c6b8383cc57be2e1a3240f95da6a23baef3fef3d5044e93e0eeaa9909
-SIZE (rubygem/cucumber-2.1.0.gem) = 253440
+SHA256 (rubygem/cucumber-2.3.0.gem) = 3489150e231c680497ba1ea439821058cdf5ffc17b17c90aa19394bb51716ca2
+SIZE (rubygem/cucumber-2.3.0.gem) = 244736

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:11:09 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24EE4A6A36D;
 Sun, 17 Jan 2016 13:11:09 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id E8AF718BC;
 Sun, 17 Jan 2016 13:11:08 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDB8CU001583;
 Sun, 17 Jan 2016 13:11:08 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDB7Cx001581;
 Sun, 17 Jan 2016 13:11:07 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171311.u0HDB7Cx001581@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:11:07 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406351 - head/devel/rubygem-lumberjack
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:11:09 -0000

Author: sunpoet
Date: Sun Jan 17 13:11:07 2016
New Revision: 406351
URL: https://svnweb.freebsd.org/changeset/ports/406351

Log:
  - Update to 1.0.10
  - Add LICENSE_FILE
  
  Changes:	https://github.com/bdurand/lumberjack/blob/master/CHANGES.txt
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-lumberjack/Makefile
  head/devel/rubygem-lumberjack/distinfo

Modified: head/devel/rubygem-lumberjack/Makefile
==============================================================================
--- head/devel/rubygem-lumberjack/Makefile	Sun Jan 17 13:11:02 2016	(r406350)
+++ head/devel/rubygem-lumberjack/Makefile	Sun Jan 17 13:11:07 2016	(r406351)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lumberjack
-PORTVERSION=	1.0.9
+PORTVERSION=	1.0.10
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,6 +10,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Simple, powerful, and fast logging utility
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT_LICENSE
 
 NO_ARCH=	yes
 USE_RUBY=	yes

Modified: head/devel/rubygem-lumberjack/distinfo
==============================================================================
--- head/devel/rubygem-lumberjack/distinfo	Sun Jan 17 13:11:02 2016	(r406350)
+++ head/devel/rubygem-lumberjack/distinfo	Sun Jan 17 13:11:07 2016	(r406351)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/lumberjack-1.0.9.gem) = 940484987b3b063aa18d83169816cc9a81681451b869c690bca878be44cd4e98
-SIZE (rubygem/lumberjack-1.0.9.gem) = 25088
+SHA256 (rubygem/lumberjack-1.0.10.gem) = 64eb76f7898436256c359dc8ee54924d8fe24f35159ff553e0a9243c90449e46
+SIZE (rubygem/lumberjack-1.0.10.gem) = 25600

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:11:14 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F3EAA6A39A;
 Sun, 17 Jan 2016 13:11:14 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id E6A751A0C;
 Sun, 17 Jan 2016 13:11:13 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDBCvX001700;
 Sun, 17 Jan 2016 13:11:12 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDBCpo001698;
 Sun, 17 Jan 2016 13:11:12 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171311.u0HDBCpo001698@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:11:12 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406352 - head/devel/rubygem-progressbar
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:11:14 -0000

Author: sunpoet
Date: Sun Jan 17 13:11:12 2016
New Revision: 406352
URL: https://svnweb.freebsd.org/changeset/ports/406352

Log:
  - Update to 0.12.0
  
  Changes:	https://github.com/peleteiro/progressbar/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-progressbar/Makefile
  head/devel/rubygem-progressbar/distinfo

Modified: head/devel/rubygem-progressbar/Makefile
==============================================================================
--- head/devel/rubygem-progressbar/Makefile	Sun Jan 17 13:11:07 2016	(r406351)
+++ head/devel/rubygem-progressbar/Makefile	Sun Jan 17 13:11:12 2016	(r406352)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	progressbar
-PORTVERSION=	0.9.2
+PORTVERSION=	0.12.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-progressbar/distinfo
==============================================================================
--- head/devel/rubygem-progressbar/distinfo	Sun Jan 17 13:11:07 2016	(r406351)
+++ head/devel/rubygem-progressbar/distinfo	Sun Jan 17 13:11:12 2016	(r406352)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/progressbar-0.9.2.gem) = 0ccb0e11ca970a6adf278c98228927b60cf7128e32e3b094f6514b432d77e03e
-SIZE (rubygem/progressbar-0.9.2.gem) = 9216
+SHA256 (rubygem/progressbar-0.12.0.gem) = 276a20b052cd72bdc00de3408fc4c5571a0feef8635eafbb98a0c93c08420005
+SIZE (rubygem/progressbar-0.12.0.gem) = 9216

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:11:18 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB611A6A3CA;
 Sun, 17 Jan 2016 13:11:18 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id A9D421AD3;
 Sun, 17 Jan 2016 13:11:18 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDBH1n001815;
 Sun, 17 Jan 2016 13:11:17 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDBHR1001812;
 Sun, 17 Jan 2016 13:11:17 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171311.u0HDBHR1001812@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:11:17 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406353 - head/net/rubygem-fog-aws
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:11:19 -0000

Author: sunpoet
Date: Sun Jan 17 13:11:17 2016
New Revision: 406353
URL: https://svnweb.freebsd.org/changeset/ports/406353

Log:
  - Update to 0.8.1
  
  Changes:	https://github.com/fog/fog-aws/blob/master/CHANGELOG.md
  		https://github.com/fog/fog-aws/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/net/rubygem-fog-aws/Makefile
  head/net/rubygem-fog-aws/distinfo

Modified: head/net/rubygem-fog-aws/Makefile
==============================================================================
--- head/net/rubygem-fog-aws/Makefile	Sun Jan 17 13:11:12 2016	(r406352)
+++ head/net/rubygem-fog-aws/Makefile	Sun Jan 17 13:11:17 2016	(r406353)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fog-aws
-PORTVERSION=	0.7.6
+PORTVERSION=	0.8.1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 

Modified: head/net/rubygem-fog-aws/distinfo
==============================================================================
--- head/net/rubygem-fog-aws/distinfo	Sun Jan 17 13:11:12 2016	(r406352)
+++ head/net/rubygem-fog-aws/distinfo	Sun Jan 17 13:11:17 2016	(r406353)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/fog-aws-0.7.6.gem) = 964a9a95a6b6788b944c2b87e895ae77d1ca92584e59408cc4a9d0166a50962f
-SIZE (rubygem/fog-aws-0.7.6.gem) = 488448
+SHA256 (rubygem/fog-aws-0.8.1.gem) = 26e175bc37a8d3e6fc2f169b547740fd082c40a528b7b2a873540d883054eedf
+SIZE (rubygem/fog-aws-0.8.1.gem) = 489472

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:11:23 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 807A2A6A436;
 Sun, 17 Jan 2016 13:11:23 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 53D9A1BC6;
 Sun, 17 Jan 2016 13:11:23 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDBMhV001931;
 Sun, 17 Jan 2016 13:11:22 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDBMgJ001929;
 Sun, 17 Jan 2016 13:11:22 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171311.u0HDBMgJ001929@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:11:22 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406354 - head/net/rubygem-fog-radosgw
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:11:23 -0000

Author: sunpoet
Date: Sun Jan 17 13:11:22 2016
New Revision: 406354
URL: https://svnweb.freebsd.org/changeset/ports/406354

Log:
  - Update to 0.0.5
  
  Changes:	https://github.com/fog/fog-radosgw/releases
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/net/rubygem-fog-radosgw/Makefile
  head/net/rubygem-fog-radosgw/distinfo

Modified: head/net/rubygem-fog-radosgw/Makefile
==============================================================================
--- head/net/rubygem-fog-radosgw/Makefile	Sun Jan 17 13:11:17 2016	(r406353)
+++ head/net/rubygem-fog-radosgw/Makefile	Sun Jan 17 13:11:22 2016	(r406354)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fog-radosgw
-PORTVERSION=	0.0.4
+PORTVERSION=	0.0.5
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 

Modified: head/net/rubygem-fog-radosgw/distinfo
==============================================================================
--- head/net/rubygem-fog-radosgw/distinfo	Sun Jan 17 13:11:17 2016	(r406353)
+++ head/net/rubygem-fog-radosgw/distinfo	Sun Jan 17 13:11:22 2016	(r406354)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/fog-radosgw-0.0.4.gem) = 639e18c96eced8516b3711029fb2cf259338a18fcc723a45271deb4672ddabdf
-SIZE (rubygem/fog-radosgw-0.0.4.gem) = 13824
+SHA256 (rubygem/fog-radosgw-0.0.5.gem) = 267baecdf66272293b9fc1c8178d30d1e8a35f4855ff217d8e1397ebd17e545b
+SIZE (rubygem/fog-radosgw-0.0.5.gem) = 13824

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:11:28 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C1D8A6A479;
 Sun, 17 Jan 2016 13:11:28 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id CF2741CA5;
 Sun, 17 Jan 2016 13:11:27 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDBQnW002047;
 Sun, 17 Jan 2016 13:11:26 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDBQu8002045;
 Sun, 17 Jan 2016 13:11:26 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171311.u0HDBQu8002045@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:11:26 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406355 - head/net/rubygem-fog-xenserver
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:11:28 -0000

Author: sunpoet
Date: Sun Jan 17 13:11:26 2016
New Revision: 406355
URL: https://svnweb.freebsd.org/changeset/ports/406355

Log:
  - Update to 0.2.3
  
  Changes:	https://github.com/fog/fog-xenserver/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/net/rubygem-fog-xenserver/Makefile
  head/net/rubygem-fog-xenserver/distinfo

Modified: head/net/rubygem-fog-xenserver/Makefile
==============================================================================
--- head/net/rubygem-fog-xenserver/Makefile	Sun Jan 17 13:11:22 2016	(r406354)
+++ head/net/rubygem-fog-xenserver/Makefile	Sun Jan 17 13:11:26 2016	(r406355)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fog-xenserver
-PORTVERSION=	0.2.2
+PORTVERSION=	0.2.3
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 

Modified: head/net/rubygem-fog-xenserver/distinfo
==============================================================================
--- head/net/rubygem-fog-xenserver/distinfo	Sun Jan 17 13:11:22 2016	(r406354)
+++ head/net/rubygem-fog-xenserver/distinfo	Sun Jan 17 13:11:26 2016	(r406355)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/fog-xenserver-0.2.2.gem) = f4d156a29ce0d651434167ca8f3de84c09cf2459c4a2cb40e4674a8a2044fcd9
-SIZE (rubygem/fog-xenserver-0.2.2.gem) = 105984
+SHA256 (rubygem/fog-xenserver-0.2.3.gem) = 60742ac7e215cd98c72177a289790a7e17101ed5e586f95a861c10445e811dcc
+SIZE (rubygem/fog-xenserver-0.2.3.gem) = 105984

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:11:32 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1C1DA6A4B4;
 Sun, 17 Jan 2016 13:11:32 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 9FA3C1DA6;
 Sun, 17 Jan 2016 13:11:32 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDBV8k002162;
 Sun, 17 Jan 2016 13:11:31 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDBVnK002160;
 Sun, 17 Jan 2016 13:11:31 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171311.u0HDBVnK002160@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:11:31 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406356 - head/textproc/rubygem-autoprefixer-rails
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:11:32 -0000

Author: sunpoet
Date: Sun Jan 17 13:11:31 2016
New Revision: 406356
URL: https://svnweb.freebsd.org/changeset/ports/406356

Log:
  - Update to 6.3.0
  
  Changes:	https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/textproc/rubygem-autoprefixer-rails/Makefile
  head/textproc/rubygem-autoprefixer-rails/distinfo

Modified: head/textproc/rubygem-autoprefixer-rails/Makefile
==============================================================================
--- head/textproc/rubygem-autoprefixer-rails/Makefile	Sun Jan 17 13:11:26 2016	(r406355)
+++ head/textproc/rubygem-autoprefixer-rails/Makefile	Sun Jan 17 13:11:31 2016	(r406356)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	autoprefixer-rails
-PORTVERSION=	6.2.3
+PORTVERSION=	6.3.0
 CATEGORIES=	textproc ruby
 MASTER_SITES=	RG
 

Modified: head/textproc/rubygem-autoprefixer-rails/distinfo
==============================================================================
--- head/textproc/rubygem-autoprefixer-rails/distinfo	Sun Jan 17 13:11:26 2016	(r406355)
+++ head/textproc/rubygem-autoprefixer-rails/distinfo	Sun Jan 17 13:11:31 2016	(r406356)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/autoprefixer-rails-6.2.3.gem) = 9d523e7fb46331a162602da58c02a7d7e63fbb57f4f9054b46e482cfac203c54
-SIZE (rubygem/autoprefixer-rails-6.2.3.gem) = 266240
+SHA256 (rubygem/autoprefixer-rails-6.3.0.gem) = 5a7775c5c9e03f7d741bee378de100a34332f22a6f496928794dd1cc94e41ec2
+SIZE (rubygem/autoprefixer-rails-6.3.0.gem) = 268800

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:11:37 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id E530BA6A4E7;
 Sun, 17 Jan 2016 13:11:37 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 8072E1E7A;
 Sun, 17 Jan 2016 13:11:37 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDBaWD002279;
 Sun, 17 Jan 2016 13:11:36 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDBabu002277;
 Sun, 17 Jan 2016 13:11:36 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171311.u0HDBabu002277@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:11:36 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406357 - head/www/rubygem-webrobots
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:11:38 -0000

Author: sunpoet
Date: Sun Jan 17 13:11:36 2016
New Revision: 406357
URL: https://svnweb.freebsd.org/changeset/ports/406357

Log:
  - Update to 0.1.2
  - Add LICENSE_FILE
  
  Changes:	https://github.com/knu/webrobots/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/rubygem-webrobots/Makefile
  head/www/rubygem-webrobots/distinfo

Modified: head/www/rubygem-webrobots/Makefile
==============================================================================
--- head/www/rubygem-webrobots/Makefile	Sun Jan 17 13:11:31 2016	(r406356)
+++ head/www/rubygem-webrobots/Makefile	Sun Jan 17 13:11:36 2016	(r406357)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	webrobots
-PORTVERSION=	0.1.1
+PORTVERSION=	0.1.2
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -10,6 +10,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Write robots.txt compliant web robots in Ruby
 
 LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 NO_ARCH=	yes
 USE_RUBY=	yes

Modified: head/www/rubygem-webrobots/distinfo
==============================================================================
--- head/www/rubygem-webrobots/distinfo	Sun Jan 17 13:11:31 2016	(r406356)
+++ head/www/rubygem-webrobots/distinfo	Sun Jan 17 13:11:36 2016	(r406357)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/webrobots-0.1.1.gem) = 568c5e5a149c5e7fbd5065522bb986ddd8f147e8586818ab7e79d6a02e8496ca
-SIZE (rubygem/webrobots-0.1.1.gem) = 17408
+SHA256 (rubygem/webrobots-0.1.2.gem) = ebbcaa2cb4930fa1b83206f432c5cb64746507b2dcf50ea1301569a4d662cda6
+SIZE (rubygem/webrobots-0.1.2.gem) = 24064

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:11:42 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 135EDA6A51F;
 Sun, 17 Jan 2016 13:11:42 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id D94931F3F;
 Sun, 17 Jan 2016 13:11:41 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDBeT3002379;
 Sun, 17 Jan 2016 13:11:40 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDBe4P002378;
 Sun, 17 Jan 2016 13:11:40 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171311.u0HDBe4P002378@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:11:40 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406358 - head/www/rubygem-mechanize26
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:11:42 -0000

Author: sunpoet
Date: Sun Jan 17 13:11:40 2016
New Revision: 406358
URL: https://svnweb.freebsd.org/changeset/ports/406358

Log:
  - Add LICENSE_FILE
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/rubygem-mechanize26/Makefile

Modified: head/www/rubygem-mechanize26/Makefile
==============================================================================
--- head/www/rubygem-mechanize26/Makefile	Sun Jan 17 13:11:36 2016	(r406357)
+++ head/www/rubygem-mechanize26/Makefile	Sun Jan 17 13:11:40 2016	(r406358)
@@ -11,6 +11,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	WWW::Mechanize, a handy web browsing ruby object
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.rdoc
 
 RUN_DEPENDS=	rubygem-domain_name>=0.5.1:${PORTSDIR}/net/rubygem-domain_name \
 		rubygem-http-cookie>=1.0.0:${PORTSDIR}/www/rubygem-http-cookie \

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:11:47 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1B0AA6A557;
 Sun, 17 Jan 2016 13:11:47 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 7D9CC10EC;
 Sun, 17 Jan 2016 13:11:47 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDBkWB002542;
 Sun, 17 Jan 2016 13:11:46 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDBjkn002537;
 Sun, 17 Jan 2016 13:11:45 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171311.u0HDBjkn002537@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:11:45 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406359 - in head/databases/xapian-core: . files
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:11:47 -0000

Author: sunpoet
Date: Sun Jan 17 13:11:45 2016
New Revision: 406359
URL: https://svnweb.freebsd.org/changeset/ports/406359

Log:
  - Update to 1.2.22
  - Add LICENSE_FILE
  
  Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.22
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/databases/xapian-core/Makefile
  head/databases/xapian-core/distinfo
  head/databases/xapian-core/files/patch-Makefile.in
  head/databases/xapian-core/files/patch-clang
  head/databases/xapian-core/pkg-plist

Modified: head/databases/xapian-core/Makefile
==============================================================================
--- head/databases/xapian-core/Makefile	Sun Jan 17 13:11:40 2016	(r406358)
+++ head/databases/xapian-core/Makefile	Sun Jan 17 13:11:45 2016	(r406359)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xapian-core
-PORTVERSION=	1.2.21
+PORTVERSION=	1.2.22
 PORTEPOCH=	1
 CATEGORIES=	databases
 MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
@@ -12,6 +12,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Probabilistic text search database engine
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 OPTIONS_DEFINE=	DOCS SSE2
 SSE2_DESC=	Use SSE2 for floating point

Modified: head/databases/xapian-core/distinfo
==============================================================================
--- head/databases/xapian-core/distinfo	Sun Jan 17 13:11:40 2016	(r406358)
+++ head/databases/xapian-core/distinfo	Sun Jan 17 13:11:45 2016	(r406359)
@@ -1,2 +1,2 @@
-SHA256 (xapian-core-1.2.21.tar.xz) = 63f48758fbd13fa8456dd4cf9bf3ec35a096e4290f14a51ac7df23f78c162d3f
-SIZE (xapian-core-1.2.21.tar.xz) = 3202560
+SHA256 (xapian-core-1.2.22.tar.xz) = 269b87ca3faf79d444e8bb82ed58a96f1955008d7702f9966dec68608588527f
+SIZE (xapian-core-1.2.22.tar.xz) = 3204096

Modified: head/databases/xapian-core/files/patch-Makefile.in
==============================================================================
--- head/databases/xapian-core/files/patch-Makefile.in	Sun Jan 17 13:11:40 2016	(r406358)
+++ head/databases/xapian-core/files/patch-Makefile.in	Sun Jan 17 13:11:45 2016	(r406359)
@@ -1,5 +1,5 @@
---- Makefile.in.orig	2011-08-10 14:54:57.000000000 +0800
-+++ Makefile.in	2011-09-13 09:01:08.592572769 +0800
+--- Makefile.in.orig	2011-08-10 06:54:57 UTC
++++ Makefile.in
 @@ -47,7 +47,8 @@
  @VPATH_BUILD_TRUE@am__append_1 = -I$(top_builddir)/include \
  @VPATH_BUILD_TRUE@	-I$(top_srcdir)/languages -Ilanguages \

Modified: head/databases/xapian-core/files/patch-clang
==============================================================================
--- head/databases/xapian-core/files/patch-clang	Sun Jan 17 13:11:40 2016	(r406358)
+++ head/databases/xapian-core/files/patch-clang	Sun Jan 17 13:11:45 2016	(r406359)
@@ -1,5 +1,5 @@
---- common/safeuuid.h.orig	2013-12-04 08:13:34.000000000 +0800
-+++ common/safeuuid.h	2013-12-06 00:04:28.067689030 +0800
+--- common/safeuuid.h.orig	2013-12-04 00:13:34 UTC
++++ common/safeuuid.h
 @@ -55,6 +55,7 @@
  
  // UUID API on FreeBSD, NetBSD and AIX.

Modified: head/databases/xapian-core/pkg-plist
==============================================================================
--- head/databases/xapian-core/pkg-plist	Sun Jan 17 13:11:40 2016	(r406358)
+++ head/databases/xapian-core/pkg-plist	Sun Jan 17 13:11:45 2016	(r406359)
@@ -45,7 +45,7 @@ lib/cmake/xapian/xapian-config.cmake
 lib/libxapian.a
 lib/libxapian.so
 lib/libxapian.so.22
-lib/libxapian.so.22.6.8
+lib/libxapian.so.22.7.0
 libdata/pkgconfig/xapian-core.pc
 man/man1/xapian-check.1.gz
 man/man1/xapian-chert-update.1.gz

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:11:52 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6570A6A58C;
 Sun, 17 Jan 2016 13:11:52 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 7FDEF1165;
 Sun, 17 Jan 2016 13:11:52 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDBp0B002675;
 Sun, 17 Jan 2016 13:11:51 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDBpPI002672;
 Sun, 17 Jan 2016 13:11:51 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171311.u0HDBpPI002672@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:11:51 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406360 - head/databases/p5-Search-Xapian
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:11:52 -0000

Author: sunpoet
Date: Sun Jan 17 13:11:51 2016
New Revision: 406360
URL: https://svnweb.freebsd.org/changeset/ports/406360

Log:
  - Update to 1.2.22
  
  Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.22
  		http://search.cpan.org/dist/Search-Xapian/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/databases/p5-Search-Xapian/Makefile
  head/databases/p5-Search-Xapian/distinfo
  head/databases/p5-Search-Xapian/pkg-plist

Modified: head/databases/p5-Search-Xapian/Makefile
==============================================================================
--- head/databases/p5-Search-Xapian/Makefile	Sun Jan 17 13:11:45 2016	(r406359)
+++ head/databases/p5-Search-Xapian/Makefile	Sun Jan 17 13:11:51 2016	(r406360)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Search-Xapian
-PORTVERSION=	1.2.21.0
-PORTREVISION=	1
+PORTVERSION=	1.2.22.0
 CATEGORIES=	databases perl5
 MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION:R}/ \
 		LOCAL/sunpoet \

Modified: head/databases/p5-Search-Xapian/distinfo
==============================================================================
--- head/databases/p5-Search-Xapian/distinfo	Sun Jan 17 13:11:45 2016	(r406359)
+++ head/databases/p5-Search-Xapian/distinfo	Sun Jan 17 13:11:51 2016	(r406360)
@@ -1,2 +1,2 @@
-SHA256 (Search-Xapian-1.2.21.0.tar.gz) = 34cb6279c3394b763e16ff9ae6b48942bdddb494312548366156cfdb4d8c70b5
-SIZE (Search-Xapian-1.2.21.0.tar.gz) = 67726
+SHA256 (Search-Xapian-1.2.22.0.tar.gz) = 52c24e224c68ed763d50b040c38a21dfc31bc69a7c896a3114262786c03c4edd
+SIZE (Search-Xapian-1.2.22.0.tar.gz) = 70102

Modified: head/databases/p5-Search-Xapian/pkg-plist
==============================================================================
--- head/databases/p5-Search-Xapian/pkg-plist	Sun Jan 17 13:11:45 2016	(r406359)
+++ head/databases/p5-Search-Xapian/pkg-plist	Sun Jan 17 13:11:51 2016	(r406360)
@@ -24,6 +24,7 @@
 %%SITE_ARCH%%/Search/Xapian/MSet.pm
 %%SITE_ARCH%%/Search/Xapian/MSet/Tied.pm
 %%SITE_ARCH%%/Search/Xapian/MSetIterator.pm
+%%SITE_ARCH%%/Search/Xapian/MatchSpy.pm
 %%SITE_ARCH%%/Search/Xapian/MultiValueSorter.pm
 %%SITE_ARCH%%/Search/Xapian/NetworkError.pm
 %%SITE_ARCH%%/Search/Xapian/NetworkTimeoutError.pm
@@ -44,6 +45,7 @@
 %%SITE_ARCH%%/Search/Xapian/TermIterator.pm
 %%SITE_ARCH%%/Search/Xapian/TradWeight.pm
 %%SITE_ARCH%%/Search/Xapian/UnimplementedError.pm
+%%SITE_ARCH%%/Search/Xapian/ValueCountMatchSpy.pm
 %%SITE_ARCH%%/Search/Xapian/ValueIterator.pm
 %%SITE_ARCH%%/Search/Xapian/Weight.pm
 %%SITE_ARCH%%/Search/Xapian/WritableDatabase.pm
@@ -69,6 +71,7 @@
 %%PERL5_MAN3%%/Search::Xapian::InvalidArgumentError.3.gz
 %%PERL5_MAN3%%/Search::Xapian::InvalidOperationError.3.gz
 %%PERL5_MAN3%%/Search::Xapian::LogicError.3.gz
+%%PERL5_MAN3%%/Search::Xapian::MatchSpy.3.gz
 %%PERL5_MAN3%%/Search::Xapian::MultiValueSorter.3.gz
 %%PERL5_MAN3%%/Search::Xapian::NetworkError.3.gz
 %%PERL5_MAN3%%/Search::Xapian::NetworkTimeoutError.3.gz
@@ -84,6 +87,7 @@
 %%PERL5_MAN3%%/Search::Xapian::TermIterator.3.gz
 %%PERL5_MAN3%%/Search::Xapian::TradWeight.3.gz
 %%PERL5_MAN3%%/Search::Xapian::UnimplementedError.3.gz
+%%PERL5_MAN3%%/Search::Xapian::ValueCountMatchSpy.3.gz
 %%PERL5_MAN3%%/Search::Xapian::ValueIterator.3.gz
 %%PERL5_MAN3%%/Search::Xapian::Weight.3.gz
 %%PERL5_MAN3%%/Search::Xapian::WritableDatabase.3.gz

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:11:57 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74EB3A6A5BE;
 Sun, 17 Jan 2016 13:11:57 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 44E75126B;
 Sun, 17 Jan 2016 13:11:57 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDBuZ8005340;
 Sun, 17 Jan 2016 13:11:56 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDBukO005338;
 Sun, 17 Jan 2016 13:11:56 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171311.u0HDBukO005338@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:11:56 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406361 - head/databases/xapian-bindings
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:11:57 -0000

Author: sunpoet
Date: Sun Jan 17 13:11:55 2016
New Revision: 406361
URL: https://svnweb.freebsd.org/changeset/ports/406361

Log:
  - Update to 1.2.22
  - Add LICENSE_FILE
  
  Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.22
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/databases/xapian-bindings/Makefile
  head/databases/xapian-bindings/distinfo

Modified: head/databases/xapian-bindings/Makefile
==============================================================================
--- head/databases/xapian-bindings/Makefile	Sun Jan 17 13:11:51 2016	(r406360)
+++ head/databases/xapian-bindings/Makefile	Sun Jan 17 13:11:55 2016	(r406361)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xapian-bindings
-PORTVERSION=	1.2.21
+PORTVERSION=	1.2.22
 CATEGORIES=	databases
 MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
 		LOCAL/sunpoet
@@ -11,6 +11,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Bindings allowing Xapian to be used from various programming languages
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libxapian.so:${PORTSDIR}/databases/xapian-core
 

Modified: head/databases/xapian-bindings/distinfo
==============================================================================
--- head/databases/xapian-bindings/distinfo	Sun Jan 17 13:11:51 2016	(r406360)
+++ head/databases/xapian-bindings/distinfo	Sun Jan 17 13:11:55 2016	(r406361)
@@ -1,2 +1,2 @@
-SHA256 (xapian-bindings-1.2.21.tar.xz) = 28a39247ac875be2dc1386c273167aab5c9949227c1070b65ca8de603c06d546
-SIZE (xapian-bindings-1.2.21.tar.xz) = 842696
+SHA256 (xapian-bindings-1.2.22.tar.xz) = b15ca7984980a1d2aedd3378648ef5f3889cb39a047bac1522a8e5d04f0a8557
+SIZE (xapian-bindings-1.2.22.tar.xz) = 844040

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:12:02 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FA9FA6A5E9;
 Sun, 17 Jan 2016 13:12:02 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 20E15134B;
 Sun, 17 Jan 2016 13:12:02 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDC13E005461;
 Sun, 17 Jan 2016 13:12:01 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDC1Br005459;
 Sun, 17 Jan 2016 13:12:01 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171312.u0HDC1Br005459@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:12:01 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406362 - head/www/xapian-omega
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:12:02 -0000

Author: sunpoet
Date: Sun Jan 17 13:12:00 2016
New Revision: 406362
URL: https://svnweb.freebsd.org/changeset/ports/406362

Log:
  - Update to 1.2.22
  
  Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.22
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/xapian-omega/Makefile
  head/www/xapian-omega/distinfo

Modified: head/www/xapian-omega/Makefile
==============================================================================
--- head/www/xapian-omega/Makefile	Sun Jan 17 13:11:55 2016	(r406361)
+++ head/www/xapian-omega/Makefile	Sun Jan 17 13:12:00 2016	(r406362)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xapian-omega
-PORTVERSION=	1.2.21
+PORTVERSION=	1.2.22
 CATEGORIES=	www
 MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
 		LOCAL/sunpoet

Modified: head/www/xapian-omega/distinfo
==============================================================================
--- head/www/xapian-omega/distinfo	Sun Jan 17 13:11:55 2016	(r406361)
+++ head/www/xapian-omega/distinfo	Sun Jan 17 13:12:00 2016	(r406362)
@@ -1,2 +1,2 @@
-SHA256 (xapian-omega-1.2.21.tar.xz) = 862d3a5d7052fc13c16eed51c42d774c4ab1c56967c477d994995b753dc9527e
-SIZE (xapian-omega-1.2.21.tar.xz) = 435624
+SHA256 (xapian-omega-1.2.22.tar.xz) = a7d4b00f6830d003490c0f727fc03584e703cd6e96738e03930f135cd966381b
+SIZE (xapian-omega-1.2.22.tar.xz) = 437556

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:12:28 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9BA3A6A61E;
 Sun, 17 Jan 2016 13:12:28 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id ABCDA1649;
 Sun, 17 Jan 2016 13:12:28 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDCRV9005574;
 Sun, 17 Jan 2016 13:12:27 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDCRSm005573;
 Sun, 17 Jan 2016 13:12:27 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171312.u0HDCRSm005573@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:12:27 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406363 - head/graphics/ming
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:12:29 -0000

Author: sunpoet
Date: Sun Jan 17 13:12:27 2016
New Revision: 406363
URL: https://svnweb.freebsd.org/changeset/ports/406363

Log:
  - Add PORTSCOUT
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/graphics/ming/Makefile

Modified: head/graphics/ming/Makefile
==============================================================================
--- head/graphics/ming/Makefile	Sun Jan 17 13:12:00 2016	(r406362)
+++ head/graphics/ming/Makefile	Sun Jan 17 13:12:27 2016	(r406363)
@@ -23,6 +23,8 @@ CONFLICTS_INSTALL=	ja-ming-[0-9]*
 
 OPTIONS_DEFINE=	DOCS
 
+PORTSCOUT=	limit:^ming-
+
 CONFIGURE_ARGS=	--includedir=${PREFIX}/include/ming
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:12:33 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78013A6A652;
 Sun, 17 Jan 2016 13:12:33 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 35C9F1741;
 Sun, 17 Jan 2016 13:12:33 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDCWNF005677;
 Sun, 17 Jan 2016 13:12:32 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDCWHx005676;
 Sun, 17 Jan 2016 13:12:32 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171312.u0HDCWHx005676@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:12:32 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406364 - head/graphics/p5-ming
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:12:33 -0000

Author: sunpoet
Date: Sun Jan 17 13:12:32 2016
New Revision: 406364
URL: https://svnweb.freebsd.org/changeset/ports/406364

Log:
  - Add PORTSCOUT
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/graphics/p5-ming/Makefile

Modified: head/graphics/p5-ming/Makefile
==============================================================================
--- head/graphics/p5-ming/Makefile	Sun Jan 17 13:12:27 2016	(r406363)
+++ head/graphics/p5-ming/Makefile	Sun Jan 17 13:12:32 2016	(r406364)
@@ -22,6 +22,8 @@ LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/
 
 OPTIONS_DEFINE=	EXAMPLES
 
+PORTSCOUT=	limit:^ming-
+
 CONFIGURE_ARGS=	--enable-perl
 GNU_CONFIGURE=	yes
 USES=		autoreconf bison gmake libtool localbase perl5 shebangfix

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:12:38 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F35FA6A68C;
 Sun, 17 Jan 2016 13:12:38 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id D33E6182E;
 Sun, 17 Jan 2016 13:12:37 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDCalY005782;
 Sun, 17 Jan 2016 13:12:36 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDCa5b005781;
 Sun, 17 Jan 2016 13:12:36 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171312.u0HDCa5b005781@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:12:36 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406365 - head/graphics/py-ming
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:12:38 -0000

Author: sunpoet
Date: Sun Jan 17 13:12:36 2016
New Revision: 406365
URL: https://svnweb.freebsd.org/changeset/ports/406365

Log:
  - Add PORTSCOUT
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/graphics/py-ming/Makefile

Modified: head/graphics/py-ming/Makefile
==============================================================================
--- head/graphics/py-ming/Makefile	Sun Jan 17 13:12:32 2016	(r406364)
+++ head/graphics/py-ming/Makefile	Sun Jan 17 13:12:36 2016	(r406365)
@@ -21,6 +21,8 @@ LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/
 		libming.so:${PORTSDIR}/graphics/ming \
 		libpng.so:${PORTSDIR}/graphics/png
 
+PORTSCOUT=	limit:^ming-
+
 CONFIGURE_ARGS=	--enable-python
 CONFIGURE_ENV=	PYTHON_LDFLAGS="-L${PYTHON_LIBDIR} -l${PYTHON_VERSION}${PYTHON_ABIVER}"
 GNU_CONFIGURE=	yes

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:12:43 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AF47A6A6C9;
 Sun, 17 Jan 2016 13:12:43 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id E1895199E;
 Sun, 17 Jan 2016 13:12:42 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDCf5a005914;
 Sun, 17 Jan 2016 13:12:41 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDCfvJ005911;
 Sun, 17 Jan 2016 13:12:41 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171312.u0HDCfvJ005911@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:12:41 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406366 - head/www/p5-HTTP-SimpleLinkChecker
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:12:43 -0000

Author: sunpoet
Date: Sun Jan 17 13:12:41 2016
New Revision: 406366
URL: https://svnweb.freebsd.org/changeset/ports/406366

Log:
  - Update to 0.163
  - Add LICENSE
  - Fix *_DEPENDS
  - Add NO_ARCH
  - Sort PLIST
  
  Changes:	http://search.cpan.org/dist/HTTP-SimpleLinkChecker/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/p5-HTTP-SimpleLinkChecker/Makefile
  head/www/p5-HTTP-SimpleLinkChecker/distinfo
  head/www/p5-HTTP-SimpleLinkChecker/pkg-plist

Modified: head/www/p5-HTTP-SimpleLinkChecker/Makefile
==============================================================================
--- head/www/p5-HTTP-SimpleLinkChecker/Makefile	Sun Jan 17 13:12:36 2016	(r406365)
+++ head/www/p5-HTTP-SimpleLinkChecker/Makefile	Sun Jan 17 13:12:41 2016	(r406366)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	HTTP-SimpleLinkChecker
-PORTVERSION=	1.16
-PORTREVISION=	1
+PORTVERSION=	1.163
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,9 +10,16 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Check the HTTP response code for a link
 
-BUILD_DEPENDS=	p5-libwww>0:${PORTSDIR}/www/p5-libwww
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	p5-HTTP-Message>=1.28:${PORTSDIR}/www/p5-HTTP-Message \
+		p5-LWP-Protocol-https>=1:${PORTSDIR}/www/p5-LWP-Protocol-https \
+		p5-libwww>0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/www/p5-HTTP-SimpleLinkChecker/distinfo
==============================================================================
--- head/www/p5-HTTP-SimpleLinkChecker/distinfo	Sun Jan 17 13:12:36 2016	(r406365)
+++ head/www/p5-HTTP-SimpleLinkChecker/distinfo	Sun Jan 17 13:12:41 2016	(r406366)
@@ -1,2 +1,2 @@
-SHA256 (HTTP-SimpleLinkChecker-1.16.tar.gz) = 619c5691ad3d29c181e259bc3522d607fd2edd8bc72da306be6618b7dddb72df
-SIZE (HTTP-SimpleLinkChecker-1.16.tar.gz) = 5288
+SHA256 (HTTP-SimpleLinkChecker-1.163.tar.gz) = 40b1cfc636317cd7058bb12afccc67342bbfcf7bc73571f4a5c89a23e5e08f39
+SIZE (HTTP-SimpleLinkChecker-1.163.tar.gz) = 10846

Modified: head/www/p5-HTTP-SimpleLinkChecker/pkg-plist
==============================================================================
--- head/www/p5-HTTP-SimpleLinkChecker/pkg-plist	Sun Jan 17 13:12:36 2016	(r406365)
+++ head/www/p5-HTTP-SimpleLinkChecker/pkg-plist	Sun Jan 17 13:12:41 2016	(r406366)
@@ -1,4 +1,4 @@
 bin/http_status
-%%PERL5_MAN3%%/HTTP::SimpleLinkChecker.3.gz
 %%SITE_PERL%%/HTTP/SimpleLinkChecker.pm
 %%PERL5_MAN1%%/http_status.1.gz
+%%PERL5_MAN3%%/HTTP::SimpleLinkChecker.3.gz

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:12:48 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DE61A6A6FE;
 Sun, 17 Jan 2016 13:12:48 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 2708C1A84;
 Sun, 17 Jan 2016 13:12:48 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDClcf006074;
 Sun, 17 Jan 2016 13:12:47 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDCk3u006070;
 Sun, 17 Jan 2016 13:12:46 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171312.u0HDCk3u006070@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:12:46 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406367 - in head/archivers: . py-warctools
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:12:48 -0000

Author: sunpoet
Date: Sun Jan 17 13:12:46 2016
New Revision: 406367
URL: https://svnweb.freebsd.org/changeset/ports/406367

Log:
  - Add py-warctools 4.9.0
  
  Command line tools and libraries for handling and manipulating ISO 28500
  WARC files and their HTTP contents.
  
  WWW: https://pypi.python.org/pypi/warctools
  
  PR:		205739
  Submitted by:	phk
  Sponsored by:	PortsCamp Taiwan

Added:
  head/archivers/py-warctools/
  head/archivers/py-warctools/Makefile   (contents, props changed)
  head/archivers/py-warctools/distinfo   (contents, props changed)
  head/archivers/py-warctools/pkg-descr   (contents, props changed)
Modified:
  head/archivers/Makefile

Modified: head/archivers/Makefile
==============================================================================
--- head/archivers/Makefile	Sun Jan 17 13:12:41 2016	(r406366)
+++ head/archivers/Makefile	Sun Jan 17 13:12:46 2016	(r406367)
@@ -170,6 +170,7 @@
     SUBDIR += py-pyliblzma
     SUBDIR += py-python-snappy
     SUBDIR += py-rarfile
+    SUBDIR += py-warctools
     SUBDIR += qpress
     SUBDIR += quazip
     SUBDIR += quazip-qt5

Added: head/archivers/py-warctools/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/archivers/py-warctools/Makefile	Sun Jan 17 13:12:46 2016	(r406367)
@@ -0,0 +1,19 @@
+# Created by: Poul-Henning Kamp 
+# $FreeBSD$
+
+PORTNAME=	warctools
+PORTVERSION=	4.9.0
+CATEGORIES=	archivers python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	python@FreeBSD.org
+COMMENT=	Tools for debugging ISO28500/WARC files
+
+LICENSE=	MIT
+
+NO_ARCH=	yes
+USE_PYTHON=	autoplist distutils
+USES=		python
+
+.include 

Added: head/archivers/py-warctools/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/archivers/py-warctools/distinfo	Sun Jan 17 13:12:46 2016	(r406367)
@@ -0,0 +1,2 @@
+SHA256 (warctools-4.9.0.tar.gz) = 81796a4a05779e6746930d3e43a556363fcf77d0361c10611c78db4109a8817f
+SIZE (warctools-4.9.0.tar.gz) = 24099

Added: head/archivers/py-warctools/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/archivers/py-warctools/pkg-descr	Sun Jan 17 13:12:46 2016	(r406367)
@@ -0,0 +1,4 @@
+Command line tools and libraries for handling and manipulating ISO 28500
+WARC files and their HTTP contents.
+
+WWW: https://pypi.python.org/pypi/warctools

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:12:52 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A03B2A6A72F;
 Sun, 17 Jan 2016 13:12:52 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 6EC861AF3;
 Sun, 17 Jan 2016 13:12:52 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDCp7b006187;
 Sun, 17 Jan 2016 13:12:51 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDCpQP006186;
 Sun, 17 Jan 2016 13:12:51 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171312.u0HDCpQP006186@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:12:51 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406368 - head/german/hunspell
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:12:52 -0000

Author: sunpoet
Date: Sun Jan 17 13:12:51 2016
New Revision: 406368
URL: https://svnweb.freebsd.org/changeset/ports/406368

Log:
  - Make build process independent from locale setting
  
  PR:		206191
  Submitted by:	Rainer Hurling 
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/german/hunspell/Makefile

Modified: head/german/hunspell/Makefile
==============================================================================
--- head/german/hunspell/Makefile	Sun Jan 17 13:12:46 2016	(r406367)
+++ head/german/hunspell/Makefile	Sun Jan 17 13:12:51 2016	(r406368)
@@ -19,6 +19,7 @@ BUILD_DEPENDS=	aspell:${PORTSDIR}/textpr
 
 USES=		gmake perl5 shebangfix tar:bzip2
 ALL_TARGET=	hunspell-all
+MAKE_ENV=	LANG=C LC_ALL=C
 NO_ARCH=	yes
 USE_PERL5=	build
 SHEBANG_FILES=	bin/*.pl

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:12:57 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7094FA6A75E;
 Sun, 17 Jan 2016 13:12:57 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 3F1C81BFF;
 Sun, 17 Jan 2016 13:12:57 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDCujv006317;
 Sun, 17 Jan 2016 13:12:56 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDCuFN006315;
 Sun, 17 Jan 2016 13:12:56 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171312.u0HDCuFN006315@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:12:56 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406369 - 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-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:12:57 -0000

Author: sunpoet
Date: Sun Jan 17 13:12:55 2016
New Revision: 406369
URL: https://svnweb.freebsd.org/changeset/ports/406369

Log:
  - Update to 5.4.1
  
  Changes:	https://github.com/nodejs/node/blob/master/CHANGELOG.md
  PR:		206222
  Submitted by:	Daniel Lin  (maintainer)
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/node/Makefile
  head/www/node/distinfo

Modified: head/www/node/Makefile
==============================================================================
--- head/www/node/Makefile	Sun Jan 17 13:12:51 2016	(r406368)
+++ head/www/node/Makefile	Sun Jan 17 13:12:55 2016	(r406369)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	5.2.0
-PORTREVISION=	1
+PORTVERSION=	5.4.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/

Modified: head/www/node/distinfo
==============================================================================
--- head/www/node/distinfo	Sun Jan 17 13:12:51 2016	(r406368)
+++ head/www/node/distinfo	Sun Jan 17 13:12:55 2016	(r406369)
@@ -1,2 +1,2 @@
-SHA256 (node-v5.2.0.tar.gz) = 5df5682f9fdd8e747f652e0b09fed46478a1e3df159797852787a074b8787664
-SIZE (node-v5.2.0.tar.gz) = 22445745
+SHA256 (node-v5.4.1.tar.gz) = 78455ef2e3dea06b7d13d393c36711009048a91e5de5892523ec4a9be5a55e0c
+SIZE (node-v5.4.1.tar.gz) = 22559624

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:13:02 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 578B8A6A78F;
 Sun, 17 Jan 2016 13:13:02 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 2919F1CDD;
 Sun, 17 Jan 2016 13:13:02 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDD1iU006450;
 Sun, 17 Jan 2016 13:13:01 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDD1sw006448;
 Sun, 17 Jan 2016 13:13:01 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171313.u0HDD1sw006448@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:13:01 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406370 - head/www/node4
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:13:02 -0000

Author: sunpoet
Date: Sun Jan 17 13:13:00 2016
New Revision: 406370
URL: https://svnweb.freebsd.org/changeset/ports/406370

Log:
  - Update to 4.2.4
  
  Changes:	https://github.com/nodejs/node/blob/v4.x/CHANGELOG.md
  PR:		206223
  Submitted by:	Daniel Lin  (maintainer)
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/node4/Makefile
  head/www/node4/distinfo

Modified: head/www/node4/Makefile
==============================================================================
--- head/www/node4/Makefile	Sun Jan 17 13:12:55 2016	(r406369)
+++ head/www/node4/Makefile	Sun Jan 17 13:13:00 2016	(r406370)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	4.2.3
+PORTVERSION=	4.2.4
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/

Modified: head/www/node4/distinfo
==============================================================================
--- head/www/node4/distinfo	Sun Jan 17 13:12:55 2016	(r406369)
+++ head/www/node4/distinfo	Sun Jan 17 13:13:00 2016	(r406370)
@@ -1,2 +1,2 @@
-SHA256 (node-v4.2.3.tar.gz) = 5008ade5feb4b089f59163f66bffddc113f27de5d78edf203e39435c2c5d554f
-SIZE (node-v4.2.3.tar.gz) = 22482259
+SHA256 (node-v4.2.4.tar.gz) = 4ee244ffede7328d9fa24c3024787e71225b7abaac49fe2b30e68b27460c10ec
+SIZE (node-v4.2.4.tar.gz) = 22438363

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:13:07 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41DF4A6A7C8;
 Sun, 17 Jan 2016 13:13:07 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 13D7E1DB4;
 Sun, 17 Jan 2016 13:13:07 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDD60l006578;
 Sun, 17 Jan 2016 13:13:06 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDD6dE006576;
 Sun, 17 Jan 2016 13:13:06 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171313.u0HDD6dE006576@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:13:06 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406371 - head/archivers/rubygem-archive-zip
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:13:07 -0000

Author: sunpoet
Date: Sun Jan 17 13:13:05 2016
New Revision: 406371
URL: https://svnweb.freebsd.org/changeset/ports/406371

Log:
  - Update to 0.8.0
  - Add NO_ARCH
  
  Changes:	https://github.com/javanthropus/archive-zip/blob/master/NEWS.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/archivers/rubygem-archive-zip/Makefile
  head/archivers/rubygem-archive-zip/distinfo

Modified: head/archivers/rubygem-archive-zip/Makefile
==============================================================================
--- head/archivers/rubygem-archive-zip/Makefile	Sun Jan 17 13:13:00 2016	(r406370)
+++ head/archivers/rubygem-archive-zip/Makefile	Sun Jan 17 13:13:05 2016	(r406371)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	archive-zip
-PORTVERSION=	0.7.0
+PORTVERSION=	0.8.0
 CATEGORIES=	archivers rubygems
 MASTER_SITES=	RG
 
@@ -14,6 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-io-like>=0.3.0:${PORTSDIR}/devel/rubygem-io-like
 
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/archivers/rubygem-archive-zip/distinfo
==============================================================================
--- head/archivers/rubygem-archive-zip/distinfo	Sun Jan 17 13:13:00 2016	(r406370)
+++ head/archivers/rubygem-archive-zip/distinfo	Sun Jan 17 13:13:05 2016	(r406371)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/archive-zip-0.7.0.gem) = 2e15771b5208fe796199bb8d676b22449bfbf7e5365c15b8863e87988f408d4e
-SIZE (rubygem/archive-zip-0.7.0.gem) = 57856
+SHA256 (rubygem/archive-zip-0.8.0.gem) = c7ef7b7b7d97ab4ee9f70b4fe2d4973728634b3ba8fa8a483eb144c71ce3f67b
+SIZE (rubygem/archive-zip-0.8.0.gem) = 57856

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:13:11 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D991CA6A805;
 Sun, 17 Jan 2016 13:13:11 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id AD1661E83;
 Sun, 17 Jan 2016 13:13:11 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDDApU006695;
 Sun, 17 Jan 2016 13:13:10 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDDA7X006693;
 Sun, 17 Jan 2016 13:13:10 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171313.u0HDDA7X006693@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:13:10 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406372 - head/databases/rubygem-amalgalite
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:13:11 -0000

Author: sunpoet
Date: Sun Jan 17 13:13:10 2016
New Revision: 406372
URL: https://svnweb.freebsd.org/changeset/ports/406372

Log:
  - Update to 1.5.0
  - Add LICENSE_FILE
  
  Changes:	https://github.com/copiousfreetime/amalgalite/blob/master/HISTORY.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/databases/rubygem-amalgalite/Makefile
  head/databases/rubygem-amalgalite/distinfo

Modified: head/databases/rubygem-amalgalite/Makefile
==============================================================================
--- head/databases/rubygem-amalgalite/Makefile	Sun Jan 17 13:13:05 2016	(r406371)
+++ head/databases/rubygem-amalgalite/Makefile	Sun Jan 17 13:13:10 2016	(r406372)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	amalgalite
-PORTVERSION=	1.4.1
+PORTVERSION=	1.5.0
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
 
@@ -10,6 +10,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Embeds the SQLite database engine in a Ruby extension
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-arrayfields>=4.9:${PORTSDIR}/devel/rubygem-arrayfields
 

Modified: head/databases/rubygem-amalgalite/distinfo
==============================================================================
--- head/databases/rubygem-amalgalite/distinfo	Sun Jan 17 13:13:05 2016	(r406371)
+++ head/databases/rubygem-amalgalite/distinfo	Sun Jan 17 13:13:10 2016	(r406372)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/amalgalite-1.4.1.gem) = bac8b75a1010ec8df3cba491ff0fbc60f1fc9a0fac403f845f3d7b0bdfc1b6e4
-SIZE (rubygem/amalgalite-1.4.1.gem) = 1733632
+SHA256 (rubygem/amalgalite-1.5.0.gem) = c31d3dc841df7a3a8bd65371b61431332cfd99cb8bfea4aa2060b1360a1a79a0
+SIZE (rubygem/amalgalite-1.5.0.gem) = 1913856

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:13:16 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 818CFA6A83E;
 Sun, 17 Jan 2016 13:13:16 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 528FE1F5D;
 Sun, 17 Jan 2016 13:13:16 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDDFOW006809;
 Sun, 17 Jan 2016 13:13:15 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDDFDM006807;
 Sun, 17 Jan 2016 13:13:15 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171313.u0HDDFDM006807@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:13:15 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406373 - head/databases/rubygem-hiredis
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:13:16 -0000

Author: sunpoet
Date: Sun Jan 17 13:13:15 2016
New Revision: 406373
URL: https://svnweb.freebsd.org/changeset/ports/406373

Log:
  - Update to 0.6.1
  - Add LICENSE_FILE
  
  Changes:	https://github.com/redis/hiredis-rb/blob/master/CHANGELOG.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/databases/rubygem-hiredis/Makefile
  head/databases/rubygem-hiredis/distinfo

Modified: head/databases/rubygem-hiredis/Makefile
==============================================================================
--- head/databases/rubygem-hiredis/Makefile	Sun Jan 17 13:13:10 2016	(r406372)
+++ head/databases/rubygem-hiredis/Makefile	Sun Jan 17 13:13:15 2016	(r406373)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hiredis
-PORTVERSION=	0.6.0
+PORTVERSION=	0.6.1
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
 
@@ -10,6 +10,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby wrapper for hiredis
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	redis>=0:${PORTSDIR}/databases/redis
 

Modified: head/databases/rubygem-hiredis/distinfo
==============================================================================
--- head/databases/rubygem-hiredis/distinfo	Sun Jan 17 13:13:10 2016	(r406372)
+++ head/databases/rubygem-hiredis/distinfo	Sun Jan 17 13:13:15 2016	(r406373)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/hiredis-0.6.0.gem) = 0e7dea645a8541a5398befd41161906689bcec568460ccedb4acc297a3754cff
-SIZE (rubygem/hiredis-0.6.0.gem) = 54784
+SHA256 (rubygem/hiredis-0.6.1.gem) = d4f2007a600b1e4b2a3ac7154e630e1981791133b7822ac3f657838d81afdaa5
+SIZE (rubygem/hiredis-0.6.1.gem) = 54784

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:13:21 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A054A6A896;
 Sun, 17 Jan 2016 13:13:21 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 06E701069;
 Sun, 17 Jan 2016 13:13:20 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDDJaA006926;
 Sun, 17 Jan 2016 13:13:19 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDDJ8u006924;
 Sun, 17 Jan 2016 13:13:19 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171313.u0HDDJ8u006924@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:13:19 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406374 - head/databases/rubygem-paranoia
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:13:21 -0000

Author: sunpoet
Date: Sun Jan 17 13:13:19 2016
New Revision: 406374
URL: https://svnweb.freebsd.org/changeset/ports/406374

Log:
  - Update to 2.1.5
  
  Changes:	https://github.com/rubysherpas/paranoia/commits/rails4
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/databases/rubygem-paranoia/Makefile
  head/databases/rubygem-paranoia/distinfo

Modified: head/databases/rubygem-paranoia/Makefile
==============================================================================
--- head/databases/rubygem-paranoia/Makefile	Sun Jan 17 13:13:15 2016	(r406373)
+++ head/databases/rubygem-paranoia/Makefile	Sun Jan 17 13:13:19 2016	(r406374)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	paranoia
-PORTVERSION=	2.1.4
+PORTVERSION=	2.1.5
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
 

Modified: head/databases/rubygem-paranoia/distinfo
==============================================================================
--- head/databases/rubygem-paranoia/distinfo	Sun Jan 17 13:13:15 2016	(r406373)
+++ head/databases/rubygem-paranoia/distinfo	Sun Jan 17 13:13:19 2016	(r406374)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/paranoia-2.1.4.gem) = 20776a5bbe3ebd4cf866bf766485dc0bc81934d3e94f5728d10c4af8acad5a7c
-SIZE (rubygem/paranoia-2.1.4.gem) = 17920
+SHA256 (rubygem/paranoia-2.1.5.gem) = ddd7ea7501fe5d9edec7d9a2749d58245f3922dfc5d77290b52aba383f8aabbb
+SIZE (rubygem/paranoia-2.1.5.gem) = 17920

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:13:26 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21B94A6A8D3;
 Sun, 17 Jan 2016 13:13:26 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id CAADE1149;
 Sun, 17 Jan 2016 13:13:25 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDDOrG007042;
 Sun, 17 Jan 2016 13:13:24 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDDOfT007040;
 Sun, 17 Jan 2016 13:13:24 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171313.u0HDDOfT007040@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:13:24 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406375 - head/devel/rubygem-active_scaffold
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:13:26 -0000

Author: sunpoet
Date: Sun Jan 17 13:13:24 2016
New Revision: 406375
URL: https://svnweb.freebsd.org/changeset/ports/406375

Log:
  - Update to 3.4.32 and unbreak this port on Ruby 2.3
  - Add LICENSE_FILE
  - Update RUN_DEPENDS: use Rails 4
  
  Changes:	https://github.com/activescaffold/active_scaffold/blob/master/CHANGELOG
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-active_scaffold/Makefile
  head/devel/rubygem-active_scaffold/distinfo

Modified: head/devel/rubygem-active_scaffold/Makefile
==============================================================================
--- head/devel/rubygem-active_scaffold/Makefile	Sun Jan 17 13:13:19 2016	(r406374)
+++ head/devel/rubygem-active_scaffold/Makefile	Sun Jan 17 13:13:24 2016	(r406375)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	active_scaffold
-PORTVERSION=	3.4.21.1
+PORTVERSION=	3.4.32
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,15 +10,13 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Gem to handle all CRUD user interface needs
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-rails>=3.2.18:${PORTSDIR}/www/rubygem-rails
+RUN_DEPENDS=	rubygem-rails4>=3.2.18:${PORTSDIR}/www/rubygem-rails4
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-BROKEN_RUBY23=	yes
-
 .include 

Modified: head/devel/rubygem-active_scaffold/distinfo
==============================================================================
--- head/devel/rubygem-active_scaffold/distinfo	Sun Jan 17 13:13:19 2016	(r406374)
+++ head/devel/rubygem-active_scaffold/distinfo	Sun Jan 17 13:13:24 2016	(r406375)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/active_scaffold-3.4.21.1.gem) = e23b0d926a9d41e1c39dea9e5d17d634d4112a8e0b7970fc032a2328ff0d1e4b
-SIZE (rubygem/active_scaffold-3.4.21.1.gem) = 271360
+SHA256 (rubygem/active_scaffold-3.4.32.gem) = 170023b89f1c89f623dd9d20baca59b8e0ac261c5958aa35b7193a90fde1ebd5
+SIZE (rubygem/active_scaffold-3.4.32.gem) = 272384

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:13:31 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 171D4A6A917;
 Sun, 17 Jan 2016 13:13:31 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id BE93312C8;
 Sun, 17 Jan 2016 13:13:30 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDDTqt007157;
 Sun, 17 Jan 2016 13:13:29 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDDTL2007155;
 Sun, 17 Jan 2016 13:13:29 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171313.u0HDDTL2007155@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:13:29 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406376 - head/devel/rubygem-ast
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:13:31 -0000

Author: sunpoet
Date: Sun Jan 17 13:13:29 2016
New Revision: 406376
URL: https://svnweb.freebsd.org/changeset/ports/406376

Log:
  - Update to 2.2.0
  
  Changes:	https://github.com/whitequark/ast/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-ast/Makefile
  head/devel/rubygem-ast/distinfo

Modified: head/devel/rubygem-ast/Makefile
==============================================================================
--- head/devel/rubygem-ast/Makefile	Sun Jan 17 13:13:24 2016	(r406375)
+++ head/devel/rubygem-ast/Makefile	Sun Jan 17 13:13:29 2016	(r406376)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ast
-PORTVERSION=	2.1.0
+PORTVERSION=	2.2.0
 CATEGORIES=	devel ruby
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-ast/distinfo
==============================================================================
--- head/devel/rubygem-ast/distinfo	Sun Jan 17 13:13:24 2016	(r406375)
+++ head/devel/rubygem-ast/distinfo	Sun Jan 17 13:13:29 2016	(r406376)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/ast-2.1.0.gem) = f3066fd52ad2aa5731d5321ea609190deade4f2be251a3891d1cecdc1df74b80
-SIZE (rubygem/ast-2.1.0.gem) = 14848
+SHA256 (rubygem/ast-2.2.0.gem) = 8be669575d41b7b961a3e6ed370e550bed6083b3f8337ab6c8b506871c02ad92
+SIZE (rubygem/ast-2.2.0.gem) = 14848

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:13:26 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB7DFA6A8DA
 for ;
 Sun, 17 Jan 2016 13:13:26 +0000 (UTC)
 (envelope-from sunpoet@sunpoet.net)
Received: from mail-vk0-x22e.google.com (mail-vk0-x22e.google.com
 [IPv6:2607:f8b0:400c:c05::22e])
 (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 656721159
 for ; Sun, 17 Jan 2016 13:13:26 +0000 (UTC)
 (envelope-from sunpoet@sunpoet.net)
Received: by mail-vk0-x22e.google.com with SMTP id i129so181436998vkb.0
 for ; Sun, 17 Jan 2016 05:13:26 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=sunpoet-net.20150623.gappssmtp.com; s=20150623;
 h=mime-version:sender:in-reply-to:references:from:date:message-id
 :subject:to:cc:content-type;
 bh=JncCf9vbRVa3Kz066CRu/CfC7EgVUKCgecZo0WIq5nQ=;
 b=LTDqByI5srm5NKkHthBOqCDs4Tlt12+Iy/Ian1FlbSeWkh77qUk42FmgKJSlkE+z6V
 oIZQXAb2iJB3lF5yJR/VfV+6jfcj9pnD07HpkPdQM8P26JrxK+rGSdPMMSPqbMZx7jyD
 1AJdNSZD5HCNEWLj6kKm92LN9BJA0TS2OutCnSfOpOPZ6NlMamet/oyKV23S8XJg7ztd
 rhX+4S0+CiGdZuKJDFbHVjvyYerwiyMAFQ7LBDXhzQgWlqxO9qoBYCrSDb9TXvf8A7IA
 7czx1Rv7PtKUNFclncRb/SF96425OfaYN0s865zacK1CY0zcFEv8sg64jiAz/OPtVxz5
 EikQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:mime-version:sender:in-reply-to:references:from
 :date:message-id:subject:to:cc:content-type;
 bh=JncCf9vbRVa3Kz066CRu/CfC7EgVUKCgecZo0WIq5nQ=;
 b=k5eNiFZOBB4LEbuqhYgjZXjHoID1TYSeQcRP+RnHZP5iFcF1s5Jb40TEsB2lz2+u+8
 nRPPgZDJ5TMREq6Py5Ppe2T6OcRegVaqgT3nJ/6McXJ45/tFQiK0USBh0uIW5+ScthNJ
 TIeQtMKXo7L2poDl4V8xz9I9YLqXIf1ZhPcbhpK1F+4Q9sLYEKnar6xEL8/kEB+kWS/4
 5v7npGXtECdgBTAT/052cK2DU1YaO/VZlYy0yh601djhX1WjWjXZoWKZuNLK1U8Sd779
 JMT7R2jmJtq+2ufbqdTdXrecMoMZQ7mKWd51l1d2NJcyEl5/SgOzPGmaLYqwMXk/jE21
 4FZA==
X-Gm-Message-State: ALoCoQk948q5mJOdIHN7+uO5ws787aRwEDroF1U8F9fiq3xNSyDgcK9g/fPoKUSOzaa5iyxrr8RpDYLfvk0eyRGTpkj4n13wdA==
X-Received: by 10.31.54.149 with SMTP id d143mr14056615vka.111.1453036405504; 
 Sun, 17 Jan 2016 05:13:25 -0800 (PST)
MIME-Version: 1.0
Sender: sunpoet@sunpoet.net
Received: by 10.31.219.3 with HTTP; Sun, 17 Jan 2016 05:12:45 -0800 (PST)
In-Reply-To: <201601161811.u0GIBNK7059666@repo.freebsd.org>
References: <201601161811.u0GIBNK7059666@repo.freebsd.org>
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 21:12:45 +0800
X-Google-Sender-Auth: NQ6J9EBCT18S-syAQ5eSyAzO1hc
Message-ID: 
Subject: Re: svn commit: r406260 - head/security/rubygem-net-ssh
To: Martin Wilke 
Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, 
 svn-ports-head@freebsd.org
Content-Type: text/plain; charset=UTF-8
X-Content-Filtered-By: Mailman/MimeDel 2.1.20
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:13:26 -0000

On Sun, Jan 17, 2016 at 2:11 AM, Martin Wilke  wrote:

> Author: miwi
> Date: Sat Jan 16 18:11:23 2016
> New Revision: 406260
> URL: https://svnweb.freebsd.org/changeset/ports/406260
>
> Log:
>   - Update to 3.0.2
>

Hello Martin,

Did you check all dependent ports?
At least sysutils/rubygem-chef and sysutils/vagrant (require net-ssh 2.x)
are affected by this update.


>   PR:           206130
>   Submitted by: Torsten Zuehlsdorff
>
> Modified:
>   head/security/rubygem-net-ssh/Makefile
>   head/security/rubygem-net-ssh/distinfo
>
> Modified: head/security/rubygem-net-ssh/Makefile
>
> ==============================================================================
> --- head/security/rubygem-net-ssh/Makefile      Sat Jan 16 18:10:07 2016
>       (r406259)
> +++ head/security/rubygem-net-ssh/Makefile      Sat Jan 16 18:11:23 2016
>       (r406260)
> @@ -2,9 +2,8 @@
>  # $FreeBSD$
>
>  PORTNAME=      net-ssh
> -PORTVERSION=   2.9.2
> +PORTVERSION=   3.0.2
>  PORTEPOCH=     2
> -PORTREVISION=  1
>  CATEGORIES=    security rubygems
>  MASTER_SITES=  RG
>
>
> Modified: head/security/rubygem-net-ssh/distinfo
>
> ==============================================================================
> --- head/security/rubygem-net-ssh/distinfo      Sat Jan 16 18:10:07 2016
>       (r406259)
> +++ head/security/rubygem-net-ssh/distinfo      Sat Jan 16 18:11:23 2016
>       (r406260)
> @@ -1,2 +1,2 @@
> -SHA256 (rubygem/net-ssh-2.9.2.gem) =
> 19c11b66feb5659b8e4a394f972ef1e9bb5fcac23754da2da485d7fc03910bdc
> -SIZE (rubygem/net-ssh-2.9.2.gem) = 177664
> +SHA256 (rubygem/net-ssh-3.0.2.gem) =
> 1cef182c24e7bd92f8c36a033d393d0cae8f8bb590b051ec84b4a584f2cb70cc
> +SIZE (rubygem/net-ssh-3.0.2.gem) = 182272
> _______________________________________________
> svn-ports-all@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:13:40 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B442EA6A97A;
 Sun, 17 Jan 2016 13:13:40 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 84C901561;
 Sun, 17 Jan 2016 13:13:40 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDDdaf007398;
 Sun, 17 Jan 2016 13:13:39 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDDdiS007396;
 Sun, 17 Jan 2016 13:13:39 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171313.u0HDDdiS007396@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:13:39 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406378 - head/devel/rubygem-aws-sdk-resources
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:13:40 -0000

Author: sunpoet
Date: Sun Jan 17 13:13:39 2016
New Revision: 406378
URL: https://svnweb.freebsd.org/changeset/ports/406378

Log:
  - Update to 2.2.10
  
  Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-aws-sdk-resources/Makefile
  head/devel/rubygem-aws-sdk-resources/distinfo

Modified: head/devel/rubygem-aws-sdk-resources/Makefile
==============================================================================
--- head/devel/rubygem-aws-sdk-resources/Makefile	Sun Jan 17 13:13:34 2016	(r406377)
+++ head/devel/rubygem-aws-sdk-resources/Makefile	Sun Jan 17 13:13:39 2016	(r406378)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	aws-sdk-resources
-PORTVERSION=	2.2.0
+PORTVERSION=	2.2.10
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-aws-sdk-resources/distinfo
==============================================================================
--- head/devel/rubygem-aws-sdk-resources/distinfo	Sun Jan 17 13:13:34 2016	(r406377)
+++ head/devel/rubygem-aws-sdk-resources/distinfo	Sun Jan 17 13:13:39 2016	(r406378)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/aws-sdk-resources-2.2.0.gem) = f3cf66f943dedeb3688047fca6158983dff1c45f373afd76e2f2863384d4c71b
-SIZE (rubygem/aws-sdk-resources-2.2.0.gem) = 45056
+SHA256 (rubygem/aws-sdk-resources-2.2.10.gem) = 5d5351fb0afd64dc975793f74888a2f516eb7e8fdab4fd8162b4d62855a068c5
+SIZE (rubygem/aws-sdk-resources-2.2.10.gem) = 45056

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:13:35 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD9A0A6A944;
 Sun, 17 Jan 2016 13:13:35 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 7AC67143E;
 Sun, 17 Jan 2016 13:13:35 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDDYme007281;
 Sun, 17 Jan 2016 13:13:34 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDDYYb007279;
 Sun, 17 Jan 2016 13:13:34 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171313.u0HDDYYb007279@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:13:34 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406377 - head/devel/rubygem-aws-sdk-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-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:13:35 -0000

Author: sunpoet
Date: Sun Jan 17 13:13:34 2016
New Revision: 406377
URL: https://svnweb.freebsd.org/changeset/ports/406377

Log:
  - Update to 2.2.10
  
  Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-aws-sdk-core/Makefile
  head/devel/rubygem-aws-sdk-core/distinfo

Modified: head/devel/rubygem-aws-sdk-core/Makefile
==============================================================================
--- head/devel/rubygem-aws-sdk-core/Makefile	Sun Jan 17 13:13:29 2016	(r406376)
+++ head/devel/rubygem-aws-sdk-core/Makefile	Sun Jan 17 13:13:34 2016	(r406377)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	aws-sdk-core
-PORTVERSION=	2.2.0
+PORTVERSION=	2.2.10
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-aws-sdk-core/distinfo
==============================================================================
--- head/devel/rubygem-aws-sdk-core/distinfo	Sun Jan 17 13:13:29 2016	(r406376)
+++ head/devel/rubygem-aws-sdk-core/distinfo	Sun Jan 17 13:13:34 2016	(r406377)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/aws-sdk-core-2.2.0.gem) = 99603a3f1efbf50eb8dc4835098ac4b8be1c9fc57d420a2222e0ef6ee28c0db9
-SIZE (rubygem/aws-sdk-core-2.2.0.gem) = 482816
+SHA256 (rubygem/aws-sdk-core-2.2.10.gem) = 5353c7567c8280b565c936e0557421be7c0dc920578c7bf4e6756748434dbd07
+SIZE (rubygem/aws-sdk-core-2.2.10.gem) = 487936

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:13:45 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A78DFA6A9C2;
 Sun, 17 Jan 2016 13:13:45 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 754591639;
 Sun, 17 Jan 2016 13:13:45 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDDisj007514;
 Sun, 17 Jan 2016 13:13:44 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDDiG3007512;
 Sun, 17 Jan 2016 13:13:44 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171313.u0HDDiG3007512@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:13:44 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406379 - head/devel/rubygem-aws-sdk
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:13:45 -0000

Author: sunpoet
Date: Sun Jan 17 13:13:44 2016
New Revision: 406379
URL: https://svnweb.freebsd.org/changeset/ports/406379

Log:
  - Update to 2.2.10
  
  Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-aws-sdk/Makefile
  head/devel/rubygem-aws-sdk/distinfo

Modified: head/devel/rubygem-aws-sdk/Makefile
==============================================================================
--- head/devel/rubygem-aws-sdk/Makefile	Sun Jan 17 13:13:39 2016	(r406378)
+++ head/devel/rubygem-aws-sdk/Makefile	Sun Jan 17 13:13:44 2016	(r406379)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	aws-sdk
-PORTVERSION=	2.2.0
+PORTVERSION=	2.2.10
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-aws-sdk/distinfo
==============================================================================
--- head/devel/rubygem-aws-sdk/distinfo	Sun Jan 17 13:13:39 2016	(r406378)
+++ head/devel/rubygem-aws-sdk/distinfo	Sun Jan 17 13:13:44 2016	(r406379)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/aws-sdk-2.2.0.gem) = f98e5a3cc382f3fdd0422d110f532d312ec7ab464a5031ee4f01f8781db2caf5
-SIZE (rubygem/aws-sdk-2.2.0.gem) = 4608
+SHA256 (rubygem/aws-sdk-2.2.10.gem) = a3bef5c74f1b7ba554a3810727b492891ea15cdaebdac5c8712b977a6a962e30
+SIZE (rubygem/aws-sdk-2.2.10.gem) = 4608

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:13:50 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 803DEA6A9F0;
 Sun, 17 Jan 2016 13:13:50 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 4DC9517D9;
 Sun, 17 Jan 2016 13:13:50 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDDnI4007634;
 Sun, 17 Jan 2016 13:13:49 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDDnjl007632;
 Sun, 17 Jan 2016 13:13:49 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171313.u0HDDnjl007632@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:13:49 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406380 - head/devel/rubygem-bosh_common
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:13:50 -0000

Author: sunpoet
Date: Sun Jan 17 13:13:48 2016
New Revision: 406380
URL: https://svnweb.freebsd.org/changeset/ports/406380

Log:
  - Update to 1.3177.0
  
  Changes:	https://github.com/cloudfoundry/bosh/releases
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-bosh_common/Makefile
  head/devel/rubygem-bosh_common/distinfo

Modified: head/devel/rubygem-bosh_common/Makefile
==============================================================================
--- head/devel/rubygem-bosh_common/Makefile	Sun Jan 17 13:13:44 2016	(r406379)
+++ head/devel/rubygem-bosh_common/Makefile	Sun Jan 17 13:13:48 2016	(r406380)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bosh_common
-PORTVERSION=	1.3156.0
+PORTVERSION=	1.3177.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-bosh_common/distinfo
==============================================================================
--- head/devel/rubygem-bosh_common/distinfo	Sun Jan 17 13:13:44 2016	(r406379)
+++ head/devel/rubygem-bosh_common/distinfo	Sun Jan 17 13:13:48 2016	(r406380)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/bosh_common-1.3156.0.gem) = 47e823cfa817a44587d9c957f575dd4f030408b69c6587e880486c84613cd47c
-SIZE (rubygem/bosh_common-1.3156.0.gem) = 11776
+SHA256 (rubygem/bosh_common-1.3177.0.gem) = 57ecd143e0f30d0f0a435a72ee83df56584e76b1670508f5fbc3d8f66c335956
+SIZE (rubygem/bosh_common-1.3177.0.gem) = 11776

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:13:55 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A8BCA6AA17;
 Sun, 17 Jan 2016 13:13:55 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 0E05818CC;
 Sun, 17 Jan 2016 13:13:54 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDDsC5007751;
 Sun, 17 Jan 2016 13:13:54 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDDreO007749;
 Sun, 17 Jan 2016 13:13:53 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171313.u0HDDreO007749@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:13:53 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406381 - head/devel/rubygem-blobstore_client
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:13:55 -0000

Author: sunpoet
Date: Sun Jan 17 13:13:53 2016
New Revision: 406381
URL: https://svnweb.freebsd.org/changeset/ports/406381

Log:
  - Update to 1.3177.0
  
  Changes:	https://github.com/cloudfoundry/bosh/releases
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-blobstore_client/Makefile
  head/devel/rubygem-blobstore_client/distinfo

Modified: head/devel/rubygem-blobstore_client/Makefile
==============================================================================
--- head/devel/rubygem-blobstore_client/Makefile	Sun Jan 17 13:13:48 2016	(r406380)
+++ head/devel/rubygem-blobstore_client/Makefile	Sun Jan 17 13:13:53 2016	(r406381)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	blobstore_client
-PORTVERSION=	1.3156.0
+PORTVERSION=	1.3177.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-blobstore_client/distinfo
==============================================================================
--- head/devel/rubygem-blobstore_client/distinfo	Sun Jan 17 13:13:48 2016	(r406380)
+++ head/devel/rubygem-blobstore_client/distinfo	Sun Jan 17 13:13:53 2016	(r406381)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/blobstore_client-1.3156.0.gem) = a0723d910de83399dbce1b63b8c22e35a91d75994f367ccae5b167eba267c3ce
-SIZE (rubygem/blobstore_client-1.3156.0.gem) = 10752
+SHA256 (rubygem/blobstore_client-1.3177.0.gem) = 0c935276dd9d87db43d6bc0fbdfd2bb41d740e6608bdf7f95c6265afb7c469c4
+SIZE (rubygem/blobstore_client-1.3177.0.gem) = 10752

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:14:00 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19D89A6AA45;
 Sun, 17 Jan 2016 13:14:00 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id E13E919F1;
 Sun, 17 Jan 2016 13:13:59 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDDwnN007868;
 Sun, 17 Jan 2016 13:13:58 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDDw7c007866;
 Sun, 17 Jan 2016 13:13:58 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171313.u0HDDw7c007866@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:13:58 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406382 - head/devel/rubygem-bosh-template
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:14:00 -0000

Author: sunpoet
Date: Sun Jan 17 13:13:58 2016
New Revision: 406382
URL: https://svnweb.freebsd.org/changeset/ports/406382

Log:
  - Update to 1.3177.0
  
  Changes:	https://github.com/cloudfoundry/bosh/releases
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-bosh-template/Makefile
  head/devel/rubygem-bosh-template/distinfo

Modified: head/devel/rubygem-bosh-template/Makefile
==============================================================================
--- head/devel/rubygem-bosh-template/Makefile	Sun Jan 17 13:13:53 2016	(r406381)
+++ head/devel/rubygem-bosh-template/Makefile	Sun Jan 17 13:13:58 2016	(r406382)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bosh-template
-PORTVERSION=	1.3156.0
+PORTVERSION=	1.3177.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-bosh-template/distinfo
==============================================================================
--- head/devel/rubygem-bosh-template/distinfo	Sun Jan 17 13:13:53 2016	(r406381)
+++ head/devel/rubygem-bosh-template/distinfo	Sun Jan 17 13:13:58 2016	(r406382)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/bosh-template-1.3156.0.gem) = dacdc32276bfdcd9d7817d8142d663ddb28e6d88507704ffab04a2657bb9e81f
-SIZE (rubygem/bosh-template-1.3156.0.gem) = 6656
+SHA256 (rubygem/bosh-template-1.3177.0.gem) = 076b5cbd1cf90d4dca8994fb7691270e3c0361aa7d7cf0d1081b85b939b632ce
+SIZE (rubygem/bosh-template-1.3177.0.gem) = 6656

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:14:05 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80D6AA6AA70;
 Sun, 17 Jan 2016 13:14:05 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 223BA1B01;
 Sun, 17 Jan 2016 13:14:05 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDE4a9008004;
 Sun, 17 Jan 2016 13:14:04 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDE3dJ008001;
 Sun, 17 Jan 2016 13:14:03 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171314.u0HDE3dJ008001@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:14:03 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406383 - in head/sysutils/rubygem-bosh_cli: . files
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:14:05 -0000

Author: sunpoet
Date: Sun Jan 17 13:14:03 2016
New Revision: 406383
URL: https://svnweb.freebsd.org/changeset/ports/406383

Log:
  - Update to 1.3177.0
  - Fix gemspec for rubygem-progressbar 0.12.0 update
  
  Changes:	https://github.com/cloudfoundry/bosh/releases
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/sysutils/rubygem-bosh_cli/Makefile
  head/sysutils/rubygem-bosh_cli/distinfo
  head/sysutils/rubygem-bosh_cli/files/patch-gemspec

Modified: head/sysutils/rubygem-bosh_cli/Makefile
==============================================================================
--- head/sysutils/rubygem-bosh_cli/Makefile	Sun Jan 17 13:13:58 2016	(r406382)
+++ head/sysutils/rubygem-bosh_cli/Makefile	Sun Jan 17 13:14:03 2016	(r406383)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bosh_cli
-PORTVERSION=	1.3156.0
+PORTVERSION=	1.3177.0
 CATEGORIES=	sysutils rubygems
 MASTER_SITES=	RG
 

Modified: head/sysutils/rubygem-bosh_cli/distinfo
==============================================================================
--- head/sysutils/rubygem-bosh_cli/distinfo	Sun Jan 17 13:13:58 2016	(r406382)
+++ head/sysutils/rubygem-bosh_cli/distinfo	Sun Jan 17 13:14:03 2016	(r406383)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/bosh_cli-1.3156.0.gem) = 298d026acccccb7f484f2d34518ece29dcd5bdad5c184bcc41b95dfd4dce3d67
-SIZE (rubygem/bosh_cli-1.3156.0.gem) = 97792
+SHA256 (rubygem/bosh_cli-1.3177.0.gem) = 1df169266b497f2d4888ff04706ec402b80277f4be64345e36e1b141c0b53e99
+SIZE (rubygem/bosh_cli-1.3177.0.gem) = 98304

Modified: head/sysutils/rubygem-bosh_cli/files/patch-gemspec
==============================================================================
--- head/sysutils/rubygem-bosh_cli/files/patch-gemspec	Sun Jan 17 13:13:58 2016	(r406382)
+++ head/sysutils/rubygem-bosh_cli/files/patch-gemspec	Sun Jan 17 13:14:03 2016	(r406383)
@@ -1,17 +1,18 @@
 --- bosh_cli.gemspec.orig	2015-12-25 06:40:56 UTC
 +++ bosh_cli.gemspec
 @@ -27,17 +27,17 @@ Gem::Specification.new do |s|
-       s.add_runtime_dependency(%q, ["~> 1.3156.0"])
+       s.add_runtime_dependency(%q, ["~> 1.3177.0"])
        s.add_runtime_dependency(%q, ["~> 3.2.1"])
        s.add_runtime_dependency(%q, ["~> 1.7"])
 -      s.add_runtime_dependency(%q, ["~> 1.6.2"])
-+      s.add_runtime_dependency(%q, [">= 1.6.2"])
-       s.add_runtime_dependency(%q, ["~> 0.9.0"])
+-      s.add_runtime_dependency(%q, ["~> 0.9.0"])
 -      s.add_runtime_dependency(%q, ["= 2.4.0"])
 -      s.add_runtime_dependency(%q, ["~> 1.4.3"])
++      s.add_runtime_dependency(%q, [">= 1.6.2"])
++      s.add_runtime_dependency(%q, [">= 0.9.0"])
 +      s.add_runtime_dependency(%q, [">= 2.4.0"])
 +      s.add_runtime_dependency(%q, [">= 1.4.3"])
-       s.add_runtime_dependency(%q, ["~> 1.3156.0"])
+       s.add_runtime_dependency(%q, ["~> 1.3177.0"])
        s.add_runtime_dependency(%q, ["= 2.9.2"])
        s.add_runtime_dependency(%q, ["~> 1.2.0"])
 -      s.add_runtime_dependency(%q, ["~> 1.1.0"])

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:14:10 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CDF6A6AA93;
 Sun, 17 Jan 2016 13:14:10 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id F1AC41BB9;
 Sun, 17 Jan 2016 13:14:09 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDE9f8008119;
 Sun, 17 Jan 2016 13:14:09 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDE8uh008117;
 Sun, 17 Jan 2016 13:14:08 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171314.u0HDE8uh008117@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:14:08 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406384 - head/devel/rubygem-blockenspiel
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:14:10 -0000

Author: sunpoet
Date: Sun Jan 17 13:14:08 2016
New Revision: 406384
URL: https://svnweb.freebsd.org/changeset/ports/406384

Log:
  - Update to 0.5.0 and unbreak this port on Ruby 2.3
  - Add NO_ARCH
  
  Changes:	https://github.com/dazuma/blockenspiel/blob/master/History.rdoc
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-blockenspiel/Makefile
  head/devel/rubygem-blockenspiel/distinfo

Modified: head/devel/rubygem-blockenspiel/Makefile
==============================================================================
--- head/devel/rubygem-blockenspiel/Makefile	Sun Jan 17 13:14:03 2016	(r406383)
+++ head/devel/rubygem-blockenspiel/Makefile	Sun Jan 17 13:14:08 2016	(r406384)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	blockenspiel
-PORTVERSION=	0.4.5
+PORTVERSION=	0.5.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,10 +11,9 @@ COMMENT=	Library designed to make it eas
 
 LICENSE=	BSD3CLAUSE
 
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-BROKEN_RUBY23=	yes
-
 .include 

Modified: head/devel/rubygem-blockenspiel/distinfo
==============================================================================
--- head/devel/rubygem-blockenspiel/distinfo	Sun Jan 17 13:14:03 2016	(r406383)
+++ head/devel/rubygem-blockenspiel/distinfo	Sun Jan 17 13:14:08 2016	(r406384)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/blockenspiel-0.4.5.gem) = 321f1fc89fbf2e7efb840bbb662a1ade5245c08ec07f066fc7e31a9ae56aa53f
-SIZE (rubygem/blockenspiel-0.4.5.gem) = 50688
+SHA256 (rubygem/blockenspiel-0.5.0.gem) = a8f7b3e06aab850f2deed3fe7b4037e522640bc9d61d76d9ce17175b880ee0c0
+SIZE (rubygem/blockenspiel-0.5.0.gem) = 50688

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:14:14 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id EABD4A6AAB6;
 Sun, 17 Jan 2016 13:14:14 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id BC3A31C93;
 Sun, 17 Jan 2016 13:14:14 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDEDLY008236;
 Sun, 17 Jan 2016 13:14:13 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDEDDL008234;
 Sun, 17 Jan 2016 13:14:13 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171314.u0HDEDDL008234@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:14:13 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406385 - head/devel/rubygem-versionomy
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:14:15 -0000

Author: sunpoet
Date: Sun Jan 17 13:14:13 2016
New Revision: 406385
URL: https://svnweb.freebsd.org/changeset/ports/406385

Log:
  - Update to 0.5.0
  
  Changes:	https://github.com/dazuma/versionomy/blob/master/History.rdoc
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-versionomy/Makefile
  head/devel/rubygem-versionomy/distinfo

Modified: head/devel/rubygem-versionomy/Makefile
==============================================================================
--- head/devel/rubygem-versionomy/Makefile	Sun Jan 17 13:14:08 2016	(r406384)
+++ head/devel/rubygem-versionomy/Makefile	Sun Jan 17 13:14:13 2016	(r406385)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	versionomy
-PORTVERSION=	0.4.4
+PORTVERSION=	0.5.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,10 +11,9 @@ COMMENT=	Generalized version number libr
 
 LICENSE=	BSD3CLAUSE
 
-RUN_DEPENDS=	rubygem-blockenspiel>=0.4.5:${PORTSDIR}/devel/rubygem-blockenspiel
+RUN_DEPENDS=	rubygem-blockenspiel>=0.5:${PORTSDIR}/devel/rubygem-blockenspiel
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/devel/rubygem-versionomy/distinfo
==============================================================================
--- head/devel/rubygem-versionomy/distinfo	Sun Jan 17 13:14:08 2016	(r406384)
+++ head/devel/rubygem-versionomy/distinfo	Sun Jan 17 13:14:13 2016	(r406385)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/versionomy-0.4.4.gem) = 4e605751bf71dc27bd223ac3a2eed083b12308ec101c318c5af9a376f2327746
-SIZE (rubygem/versionomy-0.4.4.gem) = 52224
+SHA256 (rubygem/versionomy-0.5.0.gem) = 636c8f9174c884034d1b24354a479c579b32e7839d897729b97e079aff251444
+SIZE (rubygem/versionomy-0.5.0.gem) = 52736

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:14:19 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1561A6AADA;
 Sun, 17 Jan 2016 13:14:19 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 8FE171D7C;
 Sun, 17 Jan 2016 13:14:19 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDEIMC008350;
 Sun, 17 Jan 2016 13:14:18 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDEIsU008348;
 Sun, 17 Jan 2016 13:14:18 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171314.u0HDEIsU008348@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:14:18 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406386 - head/devel/rubygem-bson
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:14:20 -0000

Author: sunpoet
Date: Sun Jan 17 13:14:18 2016
New Revision: 406386
URL: https://svnweb.freebsd.org/changeset/ports/406386

Log:
  - Update to 4.0.0
  
  Changes:	https://github.com/mongodb/bson-ruby/releases
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-bson/Makefile
  head/devel/rubygem-bson/distinfo

Modified: head/devel/rubygem-bson/Makefile
==============================================================================
--- head/devel/rubygem-bson/Makefile	Sun Jan 17 13:14:13 2016	(r406385)
+++ head/devel/rubygem-bson/Makefile	Sun Jan 17 13:14:18 2016	(r406386)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bson
-PORTVERSION=	3.2.6
+PORTVERSION=	4.0.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-bson/distinfo
==============================================================================
--- head/devel/rubygem-bson/distinfo	Sun Jan 17 13:14:13 2016	(r406385)
+++ head/devel/rubygem-bson/distinfo	Sun Jan 17 13:14:18 2016	(r406386)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/bson-3.2.6.gem) = f6af81976f82cdca368cd75970343e0be77d516cbc28c70024bb0c8717e5d76d
-SIZE (rubygem/bson-3.2.6.gem) = 46080
+SHA256 (rubygem/bson-4.0.0.gem) = 4c7f357475442467637b469ff13852c74af57ffea50077308742ebf12dde313b
+SIZE (rubygem/bson-4.0.0.gem) = 46592

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:14:24 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B63EFA6AB02;
 Sun, 17 Jan 2016 13:14:24 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 5EF1A1E3C;
 Sun, 17 Jan 2016 13:14:24 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDENrq008467;
 Sun, 17 Jan 2016 13:14:23 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDEN6B008465;
 Sun, 17 Jan 2016 13:14:23 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171314.u0HDEN6B008465@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:14:23 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406387 - head/devel/rubygem-childprocess
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:14:24 -0000

Author: sunpoet
Date: Sun Jan 17 13:14:23 2016
New Revision: 406387
URL: https://svnweb.freebsd.org/changeset/ports/406387

Log:
  - Update to 0.5.9
  
  Changes:	https://github.com/jarib/childprocess/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-childprocess/Makefile
  head/devel/rubygem-childprocess/distinfo

Modified: head/devel/rubygem-childprocess/Makefile
==============================================================================
--- head/devel/rubygem-childprocess/Makefile	Sun Jan 17 13:14:18 2016	(r406386)
+++ head/devel/rubygem-childprocess/Makefile	Sun Jan 17 13:14:23 2016	(r406387)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	childprocess
-PORTVERSION=	0.5.8
+PORTVERSION=	0.5.9
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-childprocess/distinfo
==============================================================================
--- head/devel/rubygem-childprocess/distinfo	Sun Jan 17 13:14:18 2016	(r406386)
+++ head/devel/rubygem-childprocess/distinfo	Sun Jan 17 13:14:23 2016	(r406387)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/childprocess-0.5.8.gem) = e06178990b906c23e47960c5fd38aadae69543a703766953655a4117625767d3
-SIZE (rubygem/childprocess-0.5.8.gem) = 29184
+SHA256 (rubygem/childprocess-0.5.9.gem) = 221f98abeacce606ab3940785217c2d4a58ddbb7d267678b185acc54f92842c7
+SIZE (rubygem/childprocess-0.5.9.gem) = 29184

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:14:29 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DD3FA6AB30;
 Sun, 17 Jan 2016 13:14:29 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 171841F0A;
 Sun, 17 Jan 2016 13:14:29 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDESgY008583;
 Sun, 17 Jan 2016 13:14:28 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDERKt008581;
 Sun, 17 Jan 2016 13:14:27 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171314.u0HDERKt008581@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:14:27 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406388 - head/www/rubygem-selenium-webdriver
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:14:29 -0000

Author: sunpoet
Date: Sun Jan 17 13:14:27 2016
New Revision: 406388
URL: https://svnweb.freebsd.org/changeset/ports/406388

Log:
  - Update to 2.49.0
  
  Changes:	https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/rubygem-selenium-webdriver/Makefile
  head/www/rubygem-selenium-webdriver/distinfo

Modified: head/www/rubygem-selenium-webdriver/Makefile
==============================================================================
--- head/www/rubygem-selenium-webdriver/Makefile	Sun Jan 17 13:14:23 2016	(r406387)
+++ head/www/rubygem-selenium-webdriver/Makefile	Sun Jan 17 13:14:27 2016	(r406388)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	selenium-webdriver
-PORTVERSION=	2.48.1
+PORTVERSION=	2.49.0
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 

Modified: head/www/rubygem-selenium-webdriver/distinfo
==============================================================================
--- head/www/rubygem-selenium-webdriver/distinfo	Sun Jan 17 13:14:23 2016	(r406387)
+++ head/www/rubygem-selenium-webdriver/distinfo	Sun Jan 17 13:14:27 2016	(r406388)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/selenium-webdriver-2.48.1.gem) = b804174665cbc2086c24a98f5331dcc6e1ab313db0852849c6a4d0779deb2484
-SIZE (rubygem/selenium-webdriver-2.48.1.gem) = 884736
+SHA256 (rubygem/selenium-webdriver-2.49.0.gem) = c3ceba30bcecfb2e6d0f53bed34ac046f740793871ebfd011c339860f79d4bc8
+SIZE (rubygem/selenium-webdriver-2.49.0.gem) = 887808

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:14:34 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23122A6AB55;
 Sun, 17 Jan 2016 13:14:34 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id E5F741FF1;
 Sun, 17 Jan 2016 13:14:33 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDEWPR008698;
 Sun, 17 Jan 2016 13:14:32 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDEW57008696;
 Sun, 17 Jan 2016 13:14:32 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171314.u0HDEW57008696@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:14:32 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406389 - head/devel/rubygem-flexmock
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:14:34 -0000

Author: sunpoet
Date: Sun Jan 17 13:14:32 2016
New Revision: 406389
URL: https://svnweb.freebsd.org/changeset/ports/406389

Log:
  - Update to 2.0.4
  
  Changes:	https://github.com/doudou/flexmock/blob/master/CHANGES
  		https://github.com/doudou/flexmock/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-flexmock/Makefile
  head/devel/rubygem-flexmock/distinfo

Modified: head/devel/rubygem-flexmock/Makefile
==============================================================================
--- head/devel/rubygem-flexmock/Makefile	Sun Jan 17 13:14:27 2016	(r406388)
+++ head/devel/rubygem-flexmock/Makefile	Sun Jan 17 13:14:32 2016	(r406389)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	flexmock
-PORTVERSION=	2.0.2
+PORTVERSION=	2.0.4
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-flexmock/distinfo
==============================================================================
--- head/devel/rubygem-flexmock/distinfo	Sun Jan 17 13:14:27 2016	(r406388)
+++ head/devel/rubygem-flexmock/distinfo	Sun Jan 17 13:14:32 2016	(r406389)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/flexmock-2.0.2.gem) = 729b8d194b2e813c32071f0243fbb259d1145301ea00e41402d7fe5c20ad8405
-SIZE (rubygem/flexmock-2.0.2.gem) = 63488
+SHA256 (rubygem/flexmock-2.0.4.gem) = 7a62cf9034343bc59c07ea27a0a0fef31fe332700997334c072017c27ad45fd9
+SIZE (rubygem/flexmock-2.0.4.gem) = 63488

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:14:39 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19B35A6AB7E;
 Sun, 17 Jan 2016 13:14:39 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id BD22F1128;
 Sun, 17 Jan 2016 13:14:38 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDEbAr008815;
 Sun, 17 Jan 2016 13:14:37 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDEbEs008813;
 Sun, 17 Jan 2016 13:14:37 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171314.u0HDEbEs008813@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:14:37 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406390 - head/devel/rubygem-github_api
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:14:39 -0000

Author: sunpoet
Date: Sun Jan 17 13:14:37 2016
New Revision: 406390
URL: https://svnweb.freebsd.org/changeset/ports/406390

Log:
  - Update to 0.13.1
  
  Changes:	https://github.com/peter-murach/github/blob/master/CHANGELOG.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-github_api/Makefile
  head/devel/rubygem-github_api/distinfo

Modified: head/devel/rubygem-github_api/Makefile
==============================================================================
--- head/devel/rubygem-github_api/Makefile	Sun Jan 17 13:14:32 2016	(r406389)
+++ head/devel/rubygem-github_api/Makefile	Sun Jan 17 13:14:37 2016	(r406390)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	github_api
-PORTVERSION=	0.13.0
+PORTVERSION=	0.13.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,12 +12,11 @@ COMMENT=	Wrapper that supports all of th
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable \
+RUN_DEPENDS=	rubygem-addressable>=2.4.0:${PORTSDIR}/www/rubygem-addressable \
 		rubygem-descendants_tracker>=0.0.4:${PORTSDIR}/devel/rubygem-descendants_tracker \
 		rubygem-faraday>=0.8:${PORTSDIR}/www/rubygem-faraday \
 		rubygem-hashie>=3.4:${PORTSDIR}/devel/rubygem-hashie \
 		rubygem-multi_json>=1.7.5:${PORTSDIR}/devel/rubygem-multi_json \
-		rubygem-nokogiri>=1.6.6:${PORTSDIR}/textproc/rubygem-nokogiri \
 		rubygem-oauth2>=0:${PORTSDIR}/net/rubygem-oauth2
 
 NO_ARCH=	yes

Modified: head/devel/rubygem-github_api/distinfo
==============================================================================
--- head/devel/rubygem-github_api/distinfo	Sun Jan 17 13:14:32 2016	(r406389)
+++ head/devel/rubygem-github_api/distinfo	Sun Jan 17 13:14:37 2016	(r406390)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/github_api-0.13.0.gem) = 688c42e62b47ef8fd47624bbbf31b807316e9bbda17764c6b35068623ec36441
-SIZE (rubygem/github_api-0.13.0.gem) = 136704
+SHA256 (rubygem/github_api-0.13.1.gem) = 52a041fa41d63dbb5a25343bce6538d1cf1aee41a41d4c89554a39e8848eaed9
+SIZE (rubygem/github_api-0.13.1.gem) = 137216

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:14:43 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5AB5A6ABB3;
 Sun, 17 Jan 2016 13:14:43 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 87030121F;
 Sun, 17 Jan 2016 13:14:43 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDEg5n008930;
 Sun, 17 Jan 2016 13:14:42 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDEgq2008928;
 Sun, 17 Jan 2016 13:14:42 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171314.u0HDEgq2008928@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:14:42 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406391 - head/textproc/rubygem-github-linguist
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:14:43 -0000

Author: sunpoet
Date: Sun Jan 17 13:14:42 2016
New Revision: 406391
URL: https://svnweb.freebsd.org/changeset/ports/406391

Log:
  - Update to 4.7.3
  
  Changes:	https://github.com/github/linguist/releases
  		https://github.com/github/linguist/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/textproc/rubygem-github-linguist/Makefile
  head/textproc/rubygem-github-linguist/distinfo

Modified: head/textproc/rubygem-github-linguist/Makefile
==============================================================================
--- head/textproc/rubygem-github-linguist/Makefile	Sun Jan 17 13:14:37 2016	(r406390)
+++ head/textproc/rubygem-github-linguist/Makefile	Sun Jan 17 13:14:42 2016	(r406391)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	github-linguist
-PORTVERSION=	4.7.2
+PORTVERSION=	4.7.3
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 

Modified: head/textproc/rubygem-github-linguist/distinfo
==============================================================================
--- head/textproc/rubygem-github-linguist/distinfo	Sun Jan 17 13:14:37 2016	(r406390)
+++ head/textproc/rubygem-github-linguist/distinfo	Sun Jan 17 13:14:42 2016	(r406391)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/github-linguist-4.7.2.gem) = e2058de7ff31c1cae45a056a19c74581eadbefb62e077cc73d5a5efeab398f51
-SIZE (rubygem/github-linguist-4.7.2.gem) = 672768
+SHA256 (rubygem/github-linguist-4.7.3.gem) = f52dcebc58852131ca74e0acfd85c250b6f03836f88e1c34fd86351d025692e2
+SIZE (rubygem/github-linguist-4.7.3.gem) = 675840

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:14:48 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 944F9A6ABE5;
 Sun, 17 Jan 2016 13:14:48 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 6634612FB;
 Sun, 17 Jan 2016 13:14:48 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDElwr009046;
 Sun, 17 Jan 2016 13:14:47 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDElj0009044;
 Sun, 17 Jan 2016 13:14:47 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171314.u0HDElj0009044@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:14:47 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406392 - head/devel/rubygem-gitlab_git
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:14:48 -0000

Author: sunpoet
Date: Sun Jan 17 13:14:47 2016
New Revision: 406392
URL: https://svnweb.freebsd.org/changeset/ports/406392

Log:
  - Update to 7.2.22
  
  Changes:	https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-gitlab_git/Makefile
  head/devel/rubygem-gitlab_git/distinfo

Modified: head/devel/rubygem-gitlab_git/Makefile
==============================================================================
--- head/devel/rubygem-gitlab_git/Makefile	Sun Jan 17 13:14:42 2016	(r406391)
+++ head/devel/rubygem-gitlab_git/Makefile	Sun Jan 17 13:14:47 2016	(r406392)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab_git
-PORTVERSION=	7.2.20
+PORTVERSION=	7.2.22
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-gitlab_git/distinfo
==============================================================================
--- head/devel/rubygem-gitlab_git/distinfo	Sun Jan 17 13:14:42 2016	(r406391)
+++ head/devel/rubygem-gitlab_git/distinfo	Sun Jan 17 13:14:47 2016	(r406392)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/gitlab_git-7.2.20.gem) = 4be4a837c3c318a9115e5a6936084fa5386fab3cbe1a029ebb41acd3117c0629
-SIZE (rubygem/gitlab_git-7.2.20.gem) = 23552
+SHA256 (rubygem/gitlab_git-7.2.22.gem) = ff88a0ba7a649d0591f2e8fa57fdbe8bd5ee15874c04cba093c022be43d39908
+SIZE (rubygem/gitlab_git-7.2.22.gem) = 23552

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:14:53 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B159A6AC1F;
 Sun, 17 Jan 2016 13:14:53 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 2E4EE13CF;
 Sun, 17 Jan 2016 13:14:53 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDEqGU009163;
 Sun, 17 Jan 2016 13:14:52 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDEqba009161;
 Sun, 17 Jan 2016 13:14:52 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171314.u0HDEqba009161@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:14:52 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406393 - head/devel/rubygem-grape
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:14:53 -0000

Author: sunpoet
Date: Sun Jan 17 13:14:51 2016
New Revision: 406393
URL: https://svnweb.freebsd.org/changeset/ports/406393

Log:
  - Update to 0.14.0
  
  Changes:	https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-grape/Makefile
  head/devel/rubygem-grape/distinfo

Modified: head/devel/rubygem-grape/Makefile
==============================================================================
--- head/devel/rubygem-grape/Makefile	Sun Jan 17 13:14:47 2016	(r406392)
+++ head/devel/rubygem-grape/Makefile	Sun Jan 17 13:14:51 2016	(r406393)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	grape
-PORTVERSION=	0.13.0
+PORTVERSION=	0.14.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-grape/distinfo
==============================================================================
--- head/devel/rubygem-grape/distinfo	Sun Jan 17 13:14:47 2016	(r406392)
+++ head/devel/rubygem-grape/distinfo	Sun Jan 17 13:14:51 2016	(r406393)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/grape-0.13.0.gem) = b0561d6f10fa54219dc16e2d4a7de3ba95fbfa690b4f294530b85f2d0b55aeb7
-SIZE (rubygem/grape-0.13.0.gem) = 145408
+SHA256 (rubygem/grape-0.14.0.gem) = a72819a2ffe5adbc70d25f5ccf067fda28f66ecea674b0aa783225bea6c74580
+SIZE (rubygem/grape-0.14.0.gem) = 304640

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:14:58 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E355A6AC45;
 Sun, 17 Jan 2016 13:14:58 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 2BEF4150C;
 Sun, 17 Jan 2016 13:14:58 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDEvUN009279;
 Sun, 17 Jan 2016 13:14:57 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDEv5L009277;
 Sun, 17 Jan 2016 13:14:57 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171314.u0HDEv5L009277@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:14:57 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406394 - head/devel/rubygem-grape-entity
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:14:58 -0000

Author: sunpoet
Date: Sun Jan 17 13:14:56 2016
New Revision: 406394
URL: https://svnweb.freebsd.org/changeset/ports/406394

Log:
  - Update to 0.5.0
  - Add LICENSE_FILE
  
  Changes:	https://github.com/ruby-grape/grape-entity/blob/master/CHANGELOG.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-grape-entity/Makefile
  head/devel/rubygem-grape-entity/distinfo

Modified: head/devel/rubygem-grape-entity/Makefile
==============================================================================
--- head/devel/rubygem-grape-entity/Makefile	Sun Jan 17 13:14:51 2016	(r406393)
+++ head/devel/rubygem-grape-entity/Makefile	Sun Jan 17 13:14:56 2016	(r406394)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	grape-entity
-PORTVERSION=	0.4.8
+PORTVERSION=	0.5.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -9,6 +9,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Entities - a simple Facade to use with your models and API
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
 		rubygem-multi_json>=1.3.2:${PORTSDIR}/devel/rubygem-multi_json

Modified: head/devel/rubygem-grape-entity/distinfo
==============================================================================
--- head/devel/rubygem-grape-entity/distinfo	Sun Jan 17 13:14:51 2016	(r406393)
+++ head/devel/rubygem-grape-entity/distinfo	Sun Jan 17 13:14:56 2016	(r406394)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/grape-entity-0.4.8.gem) = 68cab76417ef92fb35f05f82d61261a294478e0a993773216f9bd9748586af43
-SIZE (rubygem/grape-entity-0.4.8.gem) = 29696
+SHA256 (rubygem/grape-entity-0.5.0.gem) = 200ec0884d2cd0f7cad554936c9b8d3e5bccdc256e796e7b92918cf53d669608
+SIZE (rubygem/grape-entity-0.5.0.gem) = 35840

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:15:03 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38FC1A6AC7D;
 Sun, 17 Jan 2016 13:15:03 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 08FEB15F9;
 Sun, 17 Jan 2016 13:15:02 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDF22L009410;
 Sun, 17 Jan 2016 13:15:02 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDF1po009408;
 Sun, 17 Jan 2016 13:15:01 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171315.u0HDF1po009408@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:15:01 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406395 - head/devel/rubygem-holidays
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:15:03 -0000

Author: sunpoet
Date: Sun Jan 17 13:15:01 2016
New Revision: 406395
URL: https://svnweb.freebsd.org/changeset/ports/406395

Log:
  - Update to 3.1.2
  - Add LICENSE_FILE
  
  Changes:	https://github.com/holidays/holidays/blob/master/CHANGELOG.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-holidays/Makefile
  head/devel/rubygem-holidays/distinfo

Modified: head/devel/rubygem-holidays/Makefile
==============================================================================
--- head/devel/rubygem-holidays/Makefile	Sun Jan 17 13:14:56 2016	(r406394)
+++ head/devel/rubygem-holidays/Makefile	Sun Jan 17 13:15:01 2016	(r406395)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	holidays
-PORTVERSION=	2.2.0
+PORTVERSION=	3.1.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,6 +10,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Collection of Ruby methods to deal with statutory and other holidays
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
 USE_RUBY=	yes

Modified: head/devel/rubygem-holidays/distinfo
==============================================================================
--- head/devel/rubygem-holidays/distinfo	Sun Jan 17 13:14:56 2016	(r406394)
+++ head/devel/rubygem-holidays/distinfo	Sun Jan 17 13:15:01 2016	(r406395)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/holidays-2.2.0.gem) = 2a4e0f45171fd2f3913f95d669a3a991c684204c9e3804904971c0153061ded3
-SIZE (rubygem/holidays-2.2.0.gem) = 95232
+SHA256 (rubygem/holidays-3.1.2.gem) = 0f747421ba77185bb9633f5e2f8fc4753a694971904eb903bcd3e3b3856ddb43
+SIZE (rubygem/holidays-3.1.2.gem) = 111104

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:15:08 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B398A6ACAE;
 Sun, 17 Jan 2016 13:15:08 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 0B2FA178B;
 Sun, 17 Jan 2016 13:15:07 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDF79x009527;
 Sun, 17 Jan 2016 13:15:07 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDF6pH009525;
 Sun, 17 Jan 2016 13:15:06 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171315.u0HDF6pH009525@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:15:06 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406396 - head/devel/rubygem-ice_cube
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:15:08 -0000

Author: sunpoet
Date: Sun Jan 17 13:15:06 2016
New Revision: 406396
URL: https://svnweb.freebsd.org/changeset/ports/406396

Log:
  - Update to 0.13.2
  
  Changes:	https://github.com/seejohnrun/ice_cube/blob/master/CHANGELOG.md
  		https://github.com/seejohnrun/ice_cube/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-ice_cube/Makefile
  head/devel/rubygem-ice_cube/distinfo

Modified: head/devel/rubygem-ice_cube/Makefile
==============================================================================
--- head/devel/rubygem-ice_cube/Makefile	Sun Jan 17 13:15:01 2016	(r406395)
+++ head/devel/rubygem-ice_cube/Makefile	Sun Jan 17 13:15:06 2016	(r406396)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ice_cube
-PORTVERSION=	0.13.0
+PORTVERSION=	0.13.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-ice_cube/distinfo
==============================================================================
--- head/devel/rubygem-ice_cube/distinfo	Sun Jan 17 13:15:01 2016	(r406395)
+++ head/devel/rubygem-ice_cube/distinfo	Sun Jan 17 13:15:06 2016	(r406396)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/ice_cube-0.13.0.gem) = 3f57d137a42a7b847a0a92298b459ca6168d75d2407c120907a1d39a3b82ac4b
-SIZE (rubygem/ice_cube-0.13.0.gem) = 23552
+SHA256 (rubygem/ice_cube-0.13.2.gem) = b486b13ccc6d7ccdc89614b1b127bddf50e6b9fc3cb49065eb0d964e3f33c7be
+SIZE (rubygem/ice_cube-0.13.2.gem) = 26624

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:15:13 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39149A6ACE6;
 Sun, 17 Jan 2016 13:15:13 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 0687B18A5;
 Sun, 17 Jan 2016 13:15:12 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDFB01009647;
 Sun, 17 Jan 2016 13:15:11 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDFBtX009645;
 Sun, 17 Jan 2016 13:15:11 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171315.u0HDFBtX009645@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:15:11 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406397 - head/devel/rubygem-map
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:15:13 -0000

Author: sunpoet
Date: Sun Jan 17 13:15:11 2016
New Revision: 406397
URL: https://svnweb.freebsd.org/changeset/ports/406397

Log:
  - Update to 6.6.0
  
  Changes:	https://github.com/ahoward/map/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-map/Makefile
  head/devel/rubygem-map/distinfo

Modified: head/devel/rubygem-map/Makefile
==============================================================================
--- head/devel/rubygem-map/Makefile	Sun Jan 17 13:15:06 2016	(r406396)
+++ head/devel/rubygem-map/Makefile	Sun Jan 17 13:15:11 2016	(r406397)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	map
-PORTVERSION=	6.5.5
+PORTVERSION=	6.6.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -13,7 +13,6 @@ LICENSE=	BSD2CLAUSE RUBY
 LICENSE_COMB=	dual
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/devel/rubygem-map/distinfo
==============================================================================
--- head/devel/rubygem-map/distinfo	Sun Jan 17 13:15:06 2016	(r406396)
+++ head/devel/rubygem-map/distinfo	Sun Jan 17 13:15:11 2016	(r406397)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/map-6.5.5.gem) = 71d248690fecab630d4efc8bcfbff5ce7a225c107c544cba79f19ead1221731c
-SIZE (rubygem/map-6.5.5.gem) = 24064
+SHA256 (rubygem/map-6.6.0.gem) = 153a6f384515b14085805f5839d318f9d3c9dab676f341340fa4300150373cbc
+SIZE (rubygem/map-6.6.0.gem) = 23040

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:15:18 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 058B4A6AD4B;
 Sun, 17 Jan 2016 13:15:18 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id CAD7A19C1;
 Sun, 17 Jan 2016 13:15:17 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDFGmI009766;
 Sun, 17 Jan 2016 13:15:16 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDFG5k009764;
 Sun, 17 Jan 2016 13:15:16 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171315.u0HDFG5k009764@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:15:16 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406398 - head/devel/rubygem-main
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:15:18 -0000

Author: sunpoet
Date: Sun Jan 17 13:15:16 2016
New Revision: 406398
URL: https://svnweb.freebsd.org/changeset/ports/406398

Log:
  - Update to 6.2.0
  
  Changes:	https://github.com/ahoward/main/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-main/Makefile
  head/devel/rubygem-main/distinfo

Modified: head/devel/rubygem-main/Makefile
==============================================================================
--- head/devel/rubygem-main/Makefile	Sun Jan 17 13:15:11 2016	(r406397)
+++ head/devel/rubygem-main/Makefile	Sun Jan 17 13:15:16 2016	(r406398)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	main
-PORTVERSION=	6.1.0
+PORTVERSION=	6.2.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -18,7 +18,6 @@ RUN_DEPENDS=	rubygem-arrayfields>=4.7.4:
 		rubygem-map>=5.1.0:${PORTSDIR}/devel/rubygem-map
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/devel/rubygem-main/distinfo
==============================================================================
--- head/devel/rubygem-main/distinfo	Sun Jan 17 13:15:11 2016	(r406397)
+++ head/devel/rubygem-main/distinfo	Sun Jan 17 13:15:16 2016	(r406398)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/main-6.1.0.gem) = c82c3927915f13607205073b9ab1ad550c41643436300e301db9751b1230c41a
-SIZE (rubygem/main-6.1.0.gem) = 41984
+SHA256 (rubygem/main-6.2.0.gem) = 798aa9cc84c4e9ad1c608bb59a3ca7752528bb349b677b72d1725a15e037e8f7
+SIZE (rubygem/main-6.2.0.gem) = 42496

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:15:22 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B724CA6AD82;
 Sun, 17 Jan 2016 13:15:22 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 8A1C61AAE;
 Sun, 17 Jan 2016 13:15:22 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDFLUo009884;
 Sun, 17 Jan 2016 13:15:21 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDFLPO009882;
 Sun, 17 Jan 2016 13:15:21 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171315.u0HDFLPO009882@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:15:21 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406399 - head/devel/rubygem-paint
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:15:22 -0000

Author: sunpoet
Date: Sun Jan 17 13:15:21 2016
New Revision: 406399
URL: https://svnweb.freebsd.org/changeset/ports/406399

Log:
  - Update to 1.0.1
  - Add LICENSE_FILE
  
  Changes:	https://github.com/janlelis/paint/blob/master/CHANGELOG.rdoc
  		https://github.com/janlelis/paint/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-paint/Makefile
  head/devel/rubygem-paint/distinfo

Modified: head/devel/rubygem-paint/Makefile
==============================================================================
--- head/devel/rubygem-paint/Makefile	Sun Jan 17 13:15:16 2016	(r406398)
+++ head/devel/rubygem-paint/Makefile	Sun Jan 17 13:15:21 2016	(r406399)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	paint
-PORTVERSION=	1.0.0
+PORTVERSION=	1.0.1
 CATEGORIES=	devel
 MASTER_SITES=	RG
 
@@ -9,9 +9,9 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Terminal painter
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE.txt
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/devel/rubygem-paint/distinfo
==============================================================================
--- head/devel/rubygem-paint/distinfo	Sun Jan 17 13:15:16 2016	(r406398)
+++ head/devel/rubygem-paint/distinfo	Sun Jan 17 13:15:21 2016	(r406399)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/paint-1.0.0.gem) = e1ae5fa7235d516d2fc2a80d26f596f0cdb017ea1d7d691ce1806060b8911c56
-SIZE (rubygem/paint-1.0.0.gem) = 18432
+SHA256 (rubygem/paint-1.0.1.gem) = 125ae0709b487812ee7918bf427ba52277268a81c790bd94373b4ac1bcc72efc
+SIZE (rubygem/paint-1.0.1.gem) = 18432

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:15:27 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4132FA6ADA6;
 Sun, 17 Jan 2016 13:15:27 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 14C6F1B91;
 Sun, 17 Jan 2016 13:15:27 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDFQiV009978;
 Sun, 17 Jan 2016 13:15:26 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDFQZI009977;
 Sun, 17 Jan 2016 13:15:26 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171315.u0HDFQZI009977@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:15:26 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406400 - head/devel/rubygem-cliprompt
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:15:27 -0000

Author: sunpoet
Date: Sun Jan 17 13:15:25 2016
New Revision: 406400
URL: https://svnweb.freebsd.org/changeset/ports/406400

Log:
  - Add LICENSE_FILE
  
  Approved by:	portmgr (blanket)
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-cliprompt/Makefile

Modified: head/devel/rubygem-cliprompt/Makefile
==============================================================================
--- head/devel/rubygem-cliprompt/Makefile	Sun Jan 17 13:15:21 2016	(r406399)
+++ head/devel/rubygem-cliprompt/Makefile	Sun Jan 17 13:15:25 2016	(r406400)
@@ -9,6 +9,7 @@ MAINTAINER=	mose@mose.com
 COMMENT=	Env aware lib for CLI prompt
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-paint>=1.0.0:${PORTSDIR}/devel/rubygem-paint
 

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:15:32 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F6B6A6ADD4;
 Sun, 17 Jan 2016 13:15:32 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 00C251C4E;
 Sun, 17 Jan 2016 13:15:31 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDFVqo010097;
 Sun, 17 Jan 2016 13:15:31 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDFUR1010095;
 Sun, 17 Jan 2016 13:15:30 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171315.u0HDFUR1010095@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:15:30 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406401 - head/devel/rubygem-power_assert
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:15:32 -0000

Author: sunpoet
Date: Sun Jan 17 13:15:30 2016
New Revision: 406401
URL: https://svnweb.freebsd.org/changeset/ports/406401

Log:
  - Update to 0.2.7
  - Add LICENSE_FILE
  
  Changes:	https://github.com/k-tsj/power_assert/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-power_assert/Makefile
  head/devel/rubygem-power_assert/distinfo

Modified: head/devel/rubygem-power_assert/Makefile
==============================================================================
--- head/devel/rubygem-power_assert/Makefile	Sun Jan 17 13:15:25 2016	(r406400)
+++ head/devel/rubygem-power_assert/Makefile	Sun Jan 17 13:15:30 2016	(r406401)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	power_assert
-PORTVERSION=	0.2.6
+PORTVERSION=	0.2.7
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,6 +11,8 @@ COMMENT=	Power Assert for Ruby
 
 LICENSE=	BSD2CLAUSE RUBY
 LICENSE_COMB=	dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
+LICENSE_FILE_RUBY=	${WRKSRC}/COPYING
 
 NO_ARCH=	yes
 USE_RUBY=	yes

Modified: head/devel/rubygem-power_assert/distinfo
==============================================================================
--- head/devel/rubygem-power_assert/distinfo	Sun Jan 17 13:15:25 2016	(r406400)
+++ head/devel/rubygem-power_assert/distinfo	Sun Jan 17 13:15:30 2016	(r406401)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/power_assert-0.2.6.gem) = a34b21b9b62b343454ff3d08a0c2975f0b246afb7354b35646ce5928d319723d
-SIZE (rubygem/power_assert-0.2.6.gem) = 13312
+SHA256 (rubygem/power_assert-0.2.7.gem) = 7149d741fcdc1e00387a328c3d15a449d564d91db18710dce3c42a46c3e1464d
+SIZE (rubygem/power_assert-0.2.7.gem) = 13312

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:15:37 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DB3FA6AE02;
 Sun, 17 Jan 2016 13:15:37 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id D325B1D3B;
 Sun, 17 Jan 2016 13:15:36 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDFZHT010215;
 Sun, 17 Jan 2016 13:15:35 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDFZ04010213;
 Sun, 17 Jan 2016 13:15:35 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171315.u0HDFZ04010213@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:15:35 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406402 - head/devel/rubygem-powerbar
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:15:37 -0000

Author: sunpoet
Date: Sun Jan 17 13:15:35 2016
New Revision: 406402
URL: https://svnweb.freebsd.org/changeset/ports/406402

Log:
  - Update to 1.0.16
  
  Changes:	https://github.com/busyloop/powerbar/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-powerbar/Makefile
  head/devel/rubygem-powerbar/distinfo   (contents, props changed)

Modified: head/devel/rubygem-powerbar/Makefile
==============================================================================
--- head/devel/rubygem-powerbar/Makefile	Sun Jan 17 13:15:30 2016	(r406401)
+++ head/devel/rubygem-powerbar/Makefile	Sun Jan 17 13:15:35 2016	(r406402)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	powerbar
-PORTVERSION=	1.0.12
+PORTVERSION=	1.0.16
 CATEGORIES=	devel ruby
 MASTER_SITES=	RG
 
@@ -11,8 +11,7 @@ COMMENT=	Progressbar library for Ruby
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-ansi>=1.5.0:${PORTSDIR}/devel/rubygem-ansi \
-		rubygem-hashie>=1.1.0:${PORTSDIR}/devel/rubygem-hashie
+RUN_DEPENDS=	rubygem-hashie>=1.1.0:${PORTSDIR}/devel/rubygem-hashie
 
 NO_ARCH=	yes
 USE_RUBY=	yes

Modified: head/devel/rubygem-powerbar/distinfo
==============================================================================
--- head/devel/rubygem-powerbar/distinfo	Sun Jan 17 13:15:30 2016	(r406401)
+++ head/devel/rubygem-powerbar/distinfo	Sun Jan 17 13:15:35 2016	(r406402)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/powerbar-1.0.12.gem) = dbb331d80f0ddfe48ec256245961eef9b7db296605c791524344644af785653f
-SIZE (rubygem/powerbar-1.0.12.gem) = 23552
+SHA256 (rubygem/powerbar-1.0.16.gem) = 0565e2b8f7a6c75474bd9d6fcb020acd0abb7772e8971c99c2a640949471ae0d
+SIZE (rubygem/powerbar-1.0.16.gem) = 2160640

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:15:42 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7611AA6AE30;
 Sun, 17 Jan 2016 13:15:42 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 0429A1E5E;
 Sun, 17 Jan 2016 13:15:41 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDFea1010351;
 Sun, 17 Jan 2016 13:15:40 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDFer8010349;
 Sun, 17 Jan 2016 13:15:40 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171315.u0HDFer8010349@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:15:40 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406403 - in head/devel/rubygem-kafo: . files
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:15:42 -0000

Author: sunpoet
Date: Sun Jan 17 13:15:40 2016
New Revision: 406403
URL: https://svnweb.freebsd.org/changeset/ports/406403

Log:
  - Sort RUN_DEPENDS
  - Rename gemspec patch to patch-gemspec
  
  Sponsored by:	PortsCamp Taiwan

Added:
  head/devel/rubygem-kafo/files/patch-gemspec
     - copied unchanged from r406402, head/devel/rubygem-kafo/files/patch-kafo.gemspec
Deleted:
  head/devel/rubygem-kafo/files/patch-kafo.gemspec
Modified:
  head/devel/rubygem-kafo/Makefile

Modified: head/devel/rubygem-kafo/Makefile
==============================================================================
--- head/devel/rubygem-kafo/Makefile	Sun Jan 17 13:15:35 2016	(r406402)
+++ head/devel/rubygem-kafo/Makefile	Sun Jan 17 13:15:40 2016	(r406403)
@@ -12,19 +12,18 @@ COMMENT=	Ruby framework to create instal
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-clamp>=0.6.2:${PORTSDIR}/devel/rubygem-clamp \
+RUN_DEPENDS=	gsed:${PORTSDIR}/textproc/gsed \
+		rubygem-clamp>=0.6.2:${PORTSDIR}/devel/rubygem-clamp \
 		rubygem-highline>=1.6.21:${PORTSDIR}/devel/rubygem-highline \
-		rubygem-logging>=1.8.1:${PORTSDIR}/devel/rubygem-logging \
-		rubygem-powerbar>=1.0.11:${PORTSDIR}/devel/rubygem-powerbar \
-		rubygem-kafo_parsers>=0.0.3:${PORTSDIR}/devel/rubygem-kafo_parsers \
-		gsed:${PORTSDIR}/textproc/gsed
+		rubygem-kafo_parsers>=0:${PORTSDIR}/devel/rubygem-kafo_parsers \
+		rubygem-logging>=0:${PORTSDIR}/devel/rubygem-logging \
+		rubygem-powerbar>=0:${PORTSDIR}/devel/rubygem-powerbar
 
-USES=		cpe
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+USES=		cpe
 
 CPE_VENDOR=	theforeman
 

Copied: head/devel/rubygem-kafo/files/patch-gemspec (from r406402, head/devel/rubygem-kafo/files/patch-kafo.gemspec)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-kafo/files/patch-gemspec	Sun Jan 17 13:15:40 2016	(r406403, copy of r406402, head/devel/rubygem-kafo/files/patch-kafo.gemspec)
@@ -0,0 +1,10 @@
+--- kafo.gemspec.orig	2015-08-28 14:32:28 UTC
++++ kafo.gemspec
+@@ -28,7 +28,6 @@ Gem::Specification.new do |s|
+       s.add_development_dependency(%q, ["< 0.9"])
+       s.add_development_dependency(%q, ["~> 1.9.0"])
+       s.add_runtime_dependency(%q, [">= 0"])
+-      s.add_runtime_dependency(%q, ["< 4.0.0"])
+       s.add_runtime_dependency(%q, ["< 3.0.0"])
+       s.add_runtime_dependency(%q, [">= 0.6.2"])
+       s.add_runtime_dependency(%q, ["< 2.0", ">= 1.6.21"])

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:15:46 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D18D7A6AE5C;
 Sun, 17 Jan 2016 13:15:46 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id A32871EEC;
 Sun, 17 Jan 2016 13:15:46 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDFjHM010468;
 Sun, 17 Jan 2016 13:15:45 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDFjPs010466;
 Sun, 17 Jan 2016 13:15:45 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171315.u0HDFjPs010466@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:15:45 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406404 - head/devel/rubygem-r18n-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-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:15:46 -0000

Author: sunpoet
Date: Sun Jan 17 13:15:45 2016
New Revision: 406404
URL: https://svnweb.freebsd.org/changeset/ports/406404

Log:
  - Update to 2.1.2
  
  Changes:	https://github.com/ai/r18n/blob/master/r18n-core/ChangeLog.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-r18n-core/Makefile
  head/devel/rubygem-r18n-core/distinfo

Modified: head/devel/rubygem-r18n-core/Makefile
==============================================================================
--- head/devel/rubygem-r18n-core/Makefile	Sun Jan 17 13:15:40 2016	(r406403)
+++ head/devel/rubygem-r18n-core/Makefile	Sun Jan 17 13:15:45 2016	(r406404)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	r18n-core
-PORTVERSION=	2.1.0
+PORTVERSION=	2.1.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-r18n-core/distinfo
==============================================================================
--- head/devel/rubygem-r18n-core/distinfo	Sun Jan 17 13:15:40 2016	(r406403)
+++ head/devel/rubygem-r18n-core/distinfo	Sun Jan 17 13:15:45 2016	(r406404)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/r18n-core-2.1.0.gem) = f0a9a5b8a78e4ef09693eb1f484f9387ae16aa60ab5ec96e27d0156559b17da4
-SIZE (rubygem/r18n-core-2.1.0.gem) = 55808
+SHA256 (rubygem/r18n-core-2.1.2.gem) = 96e62ff64ba084f47ac33423b52ca8d310c7115461bb13aa1caa76d28f507171
+SIZE (rubygem/r18n-core-2.1.2.gem) = 55808

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:15:51 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 945C6A6AE87;
 Sun, 17 Jan 2016 13:15:51 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 631D41FE1;
 Sun, 17 Jan 2016 13:15:51 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDFore010588;
 Sun, 17 Jan 2016 13:15:50 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDFoen010586;
 Sun, 17 Jan 2016 13:15:50 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171315.u0HDFoen010586@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:15:50 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406405 - head/www/rubygem-sinatra-r18n
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:15:51 -0000

Author: sunpoet
Date: Sun Jan 17 13:15:50 2016
New Revision: 406405
URL: https://svnweb.freebsd.org/changeset/ports/406405

Log:
  - Update to 2.1.2
  - Add LICENSE_FILE
  
  Changes:	https://github.com/ai/r18n/blob/master/r18n-core/ChangeLog.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/rubygem-sinatra-r18n/Makefile
  head/www/rubygem-sinatra-r18n/distinfo

Modified: head/www/rubygem-sinatra-r18n/Makefile
==============================================================================
--- head/www/rubygem-sinatra-r18n/Makefile	Sun Jan 17 13:15:45 2016	(r406404)
+++ head/www/rubygem-sinatra-r18n/Makefile	Sun Jan 17 13:15:50 2016	(r406405)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sinatra-r18n
-PORTVERSION=	2.1.0
+PORTVERSION=	2.1.2
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -10,6 +10,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Sinatra extension that provides i18n support to your web application
 
 LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-r18n-core=${PORTVERSION}:${PORTSDIR}/devel/rubygem-r18n-core \
 		rubygem-sinatra>=1.3:${PORTSDIR}/www/rubygem-sinatra

Modified: head/www/rubygem-sinatra-r18n/distinfo
==============================================================================
--- head/www/rubygem-sinatra-r18n/distinfo	Sun Jan 17 13:15:45 2016	(r406404)
+++ head/www/rubygem-sinatra-r18n/distinfo	Sun Jan 17 13:15:50 2016	(r406405)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/sinatra-r18n-2.1.0.gem) = 814e175fcd7e45f2d39b708074acba73318bfda42512f8502e97c2e8fa1e7e8c
-SIZE (rubygem/sinatra-r18n-2.1.0.gem) = 10752
+SHA256 (rubygem/sinatra-r18n-2.1.2.gem) = 80da0e0ad7c77f15518f03074937dd3673da0e901baf042801fb9edf098abe69
+SIZE (rubygem/sinatra-r18n-2.1.2.gem) = 10752

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:15:56 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D85BA6AEC0;
 Sun, 17 Jan 2016 13:15:56 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 35B8B10E8;
 Sun, 17 Jan 2016 13:15:56 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDFtF9010707;
 Sun, 17 Jan 2016 13:15:55 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDFt5t010705;
 Sun, 17 Jan 2016 13:15:55 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171315.u0HDFt5t010705@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:15:55 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406406 - head/devel/rubygem-rake
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:15:56 -0000

Author: sunpoet
Date: Sun Jan 17 13:15:54 2016
New Revision: 406406
URL: https://svnweb.freebsd.org/changeset/ports/406406

Log:
  - Update to 10.5.0
  
  Changes:	https://github.com/ruby/rake/blob/master/History.rdoc
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-rake/Makefile
  head/devel/rubygem-rake/distinfo

Modified: head/devel/rubygem-rake/Makefile
==============================================================================
--- head/devel/rubygem-rake/Makefile	Sun Jan 17 13:15:50 2016	(r406405)
+++ head/devel/rubygem-rake/Makefile	Sun Jan 17 13:15:54 2016	(r406406)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rake
-PORTVERSION=	10.4.2
+PORTVERSION=	10.5.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-rake/distinfo
==============================================================================
--- head/devel/rubygem-rake/distinfo	Sun Jan 17 13:15:50 2016	(r406405)
+++ head/devel/rubygem-rake/distinfo	Sun Jan 17 13:15:54 2016	(r406406)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/rake-10.4.2.gem) = 28970905a7bb57ba7ebcd2eda820ccea622f549b101d7590353b0647711ec0e6
-SIZE (rubygem/rake-10.4.2.gem) = 130560
+SHA256 (rubygem/rake-10.5.0.gem) = 2b55a1ad44b5c945719d8a97c302a316af770b835187d12143e83069df5a8a49
+SIZE (rubygem/rake-10.5.0.gem) = 130560

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:17:39 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79EECA6AF2B;
 Sun, 17 Jan 2016 13:17:39 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 4AF2612D5;
 Sun, 17 Jan 2016 13:17:39 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDHcAH010919;
 Sun, 17 Jan 2016 13:17:38 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDHccr010918;
 Sun, 17 Jan 2016 13:17:38 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171317.u0HDHccr010918@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:17:38 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406407 - head/databases/puppetdb
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:17:39 -0000

Author: sunpoet
Date: Sun Jan 17 13:17:38 2016
New Revision: 406407
URL: https://svnweb.freebsd.org/changeset/ports/406407

Log:
  - Add NO_ARCH
  
  Approved by:	portmgr (blanket)
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/databases/puppetdb/Makefile

Modified: head/databases/puppetdb/Makefile
==============================================================================
--- head/databases/puppetdb/Makefile	Sun Jan 17 13:15:54 2016	(r406406)
+++ head/databases/puppetdb/Makefile	Sun Jan 17 13:17:38 2016	(r406407)
@@ -27,6 +27,7 @@ SHEBANG_FILES=	ext/files/puppetdb \
 		ext/files/puppetdb-ssl-setup
 USE_JAVA=	yes
 USE_RAKE=	yes
+NO_ARCH=	yes
 NO_BUILD=	yes
 JAVA_VERSION=	1.7+
 

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:17:48 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB8D0A6AF8C;
 Sun, 17 Jan 2016 13:17:48 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 9BB2C13A7;
 Sun, 17 Jan 2016 13:17:48 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDHlSC011028;
 Sun, 17 Jan 2016 13:17:47 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDHl1l011027;
 Sun, 17 Jan 2016 13:17:47 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171317.u0HDHl1l011027@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:17:47 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406408 - head/www/rubygem-ramaze
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:17:48 -0000

Author: sunpoet
Date: Sun Jan 17 13:17:47 2016
New Revision: 406408
URL: https://svnweb.freebsd.org/changeset/ports/406408

Log:
  - Cleanup Makefile
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/rubygem-ramaze/Makefile

Modified: head/www/rubygem-ramaze/Makefile
==============================================================================
--- head/www/rubygem-ramaze/Makefile	Sun Jan 17 13:17:38 2016	(r406407)
+++ head/www/rubygem-ramaze/Makefile	Sun Jan 17 13:17:47 2016	(r406408)
@@ -14,9 +14,7 @@ LICENSE=	MIT
 RUN_DEPENDS=	rubygem-innate>=2012.12:${PORTSDIR}/www/rubygem-innate \
 		rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake
 
-#USE_RAKE=	yes
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:17:53 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B05B6A6AFC8;
 Sun, 17 Jan 2016 13:17:53 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 81B7313D8;
 Sun, 17 Jan 2016 13:17:53 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDHqpp011149;
 Sun, 17 Jan 2016 13:17:52 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDHqQ1011147;
 Sun, 17 Jan 2016 13:17:52 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171317.u0HDHqQ1011147@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:17:52 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406409 - head/devel/rubygem-request_store
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:17:53 -0000

Author: sunpoet
Date: Sun Jan 17 13:17:52 2016
New Revision: 406409
URL: https://svnweb.freebsd.org/changeset/ports/406409

Log:
  - Update to 1.3.0
  
  Changes:	https://github.com/steveklabnik/request_store/releases
  		https://github.com/steveklabnik/request_store/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-request_store/Makefile
  head/devel/rubygem-request_store/distinfo

Modified: head/devel/rubygem-request_store/Makefile
==============================================================================
--- head/devel/rubygem-request_store/Makefile	Sun Jan 17 13:17:47 2016	(r406408)
+++ head/devel/rubygem-request_store/Makefile	Sun Jan 17 13:17:52 2016	(r406409)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	request_store
-PORTVERSION=	1.2.1
+PORTVERSION=	1.3.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-request_store/distinfo
==============================================================================
--- head/devel/rubygem-request_store/distinfo	Sun Jan 17 13:17:47 2016	(r406408)
+++ head/devel/rubygem-request_store/distinfo	Sun Jan 17 13:17:52 2016	(r406409)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/request_store-1.2.1.gem) = e982a48063514541d6eb004b3e50438d7ba588b632a40cfe18c113c4a1883d07
-SIZE (rubygem/request_store-1.2.1.gem) = 8704
+SHA256 (rubygem/request_store-1.3.0.gem) = 766e6b0202e42b9abc93a90b33f73abcac3cac8be231b202fbefae6bdfdc83ef
+SIZE (rubygem/request_store-1.3.0.gem) = 8704

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:17:58 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40684A85011;
 Sun, 17 Jan 2016 13:17:58 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 1297E14FD;
 Sun, 17 Jan 2016 13:17:58 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDHvos011251;
 Sun, 17 Jan 2016 13:17:57 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDHvdW011250;
 Sun, 17 Jan 2016 13:17:57 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171317.u0HDHvdW011250@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:17:57 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406410 - head/devel/rubygem-authlogic
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:17:58 -0000

Author: sunpoet
Date: Sun Jan 17 13:17:56 2016
New Revision: 406410
URL: https://svnweb.freebsd.org/changeset/ports/406410

Log:
  - Update RUN_DEPENDS: use Rails 4
  - Bump PORTREVISION for dependency change
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-authlogic/Makefile

Modified: head/devel/rubygem-authlogic/Makefile
==============================================================================
--- head/devel/rubygem-authlogic/Makefile	Sun Jan 17 13:17:52 2016	(r406409)
+++ head/devel/rubygem-authlogic/Makefile	Sun Jan 17 13:17:56 2016	(r406410)
@@ -3,6 +3,7 @@
 
 PORTNAME=	authlogic
 PORTVERSION=	3.4.6
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,8 +13,8 @@ COMMENT=	Clean, simple, and unobtrusive 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport>=3.2:${PORTSDIR}/devel/rubygem-activesupport \
-		rubygem-activerecord>=3.2:${PORTSDIR}/databases/rubygem-activerecord \
+RUN_DEPENDS=	rubygem-activerecord4>=3.2:${PORTSDIR}/databases/rubygem-activerecord4 \
+		rubygem-activesupport4>=3.2:${PORTSDIR}/devel/rubygem-activesupport4 \
 		rubygem-request_store>=1.0:${PORTSDIR}/devel/rubygem-request_store \
 		rubygem-scrypt>=1.2:${PORTSDIR}/security/rubygem-scrypt
 

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:19:39 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 974B5A85106;
 Sun, 17 Jan 2016 13:19:39 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 6A33B17C9;
 Sun, 17 Jan 2016 13:19:39 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDJcW8011482;
 Sun, 17 Jan 2016 13:19:38 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDJcgF011480;
 Sun, 17 Jan 2016 13:19:38 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171319.u0HDJcgF011480@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:19:38 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406411 - head/devel/rubygem-rspec-mocks
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:19:39 -0000

Author: sunpoet
Date: Sun Jan 17 13:19:38 2016
New Revision: 406411
URL: https://svnweb.freebsd.org/changeset/ports/406411

Log:
  - Update to 3.4.1
  
  Changes:	https://github.com/rspec/rspec-mocks/blob/master/Changelog.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-rspec-mocks/Makefile
  head/devel/rubygem-rspec-mocks/distinfo

Modified: head/devel/rubygem-rspec-mocks/Makefile
==============================================================================
--- head/devel/rubygem-rspec-mocks/Makefile	Sun Jan 17 13:17:56 2016	(r406410)
+++ head/devel/rubygem-rspec-mocks/Makefile	Sun Jan 17 13:19:38 2016	(r406411)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rspec-mocks
-PORTVERSION=	3.4.0
+PORTVERSION=	3.4.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-rspec-mocks/distinfo
==============================================================================
--- head/devel/rubygem-rspec-mocks/distinfo	Sun Jan 17 13:17:56 2016	(r406410)
+++ head/devel/rubygem-rspec-mocks/distinfo	Sun Jan 17 13:19:38 2016	(r406411)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/rspec-mocks-3.4.0.gem) = c14b7d92830c3863f57cbf6e5a1cc1e985e0c90ef1c63e1e736c48aeeec68947
-SIZE (rubygem/rspec-mocks-3.4.0.gem) = 74752
+SHA256 (rubygem/rspec-mocks-3.4.1.gem) = 791fcb422d94d6aabfc25addb752aab36bed04a8ee9184e5867c9956b08c686a
+SIZE (rubygem/rspec-mocks-3.4.1.gem) = 74752

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:20:02 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C0E0A85162;
 Sun, 17 Jan 2016 13:20:02 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 0DC2718D9;
 Sun, 17 Jan 2016 13:20:01 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDK13u011636;
 Sun, 17 Jan 2016 13:20:01 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDK07F011634;
 Sun, 17 Jan 2016 13:20:00 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171320.u0HDK07F011634@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:20:00 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406412 - head/devel/rubygem-ruby-prof
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:20:02 -0000

Author: sunpoet
Date: Sun Jan 17 13:20:00 2016
New Revision: 406412
URL: https://svnweb.freebsd.org/changeset/ports/406412

Log:
  - Update to 0.15.9
  
  Changes:	https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-ruby-prof/Makefile
  head/devel/rubygem-ruby-prof/distinfo

Modified: head/devel/rubygem-ruby-prof/Makefile
==============================================================================
--- head/devel/rubygem-ruby-prof/Makefile	Sun Jan 17 13:19:38 2016	(r406411)
+++ head/devel/rubygem-ruby-prof/Makefile	Sun Jan 17 13:20:00 2016	(r406412)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ruby-prof
-PORTVERSION=	0.15.8
+PORTVERSION=	0.15.9
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-ruby-prof/distinfo
==============================================================================
--- head/devel/rubygem-ruby-prof/distinfo	Sun Jan 17 13:19:38 2016	(r406411)
+++ head/devel/rubygem-ruby-prof/distinfo	Sun Jan 17 13:20:00 2016	(r406412)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/ruby-prof-0.15.8.gem) = c249f42be037b0e672aea16ade483a9078fd9df445a3a8d8a9a259bc60657688
-SIZE (rubygem/ruby-prof-0.15.8.gem) = 402944
+SHA256 (rubygem/ruby-prof-0.15.9.gem) = e200a6856677aa2c25498ee12ad1aa4b4b04cbb2951fc8eb1a90f54d99477f63
+SIZE (rubygem/ruby-prof-0.15.9.gem) = 470528

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:20:07 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 433A4A85199;
 Sun, 17 Jan 2016 13:20:07 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 0AF741975;
 Sun, 17 Jan 2016 13:20:06 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDK5eH011755;
 Sun, 17 Jan 2016 13:20:05 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDK50x011752;
 Sun, 17 Jan 2016 13:20:05 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171320.u0HDK50x011752@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:20:05 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406413 - head/devel/rubygem-rubytree
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:20:07 -0000

Author: sunpoet
Date: Sun Jan 17 13:20:05 2016
New Revision: 406413
URL: https://svnweb.freebsd.org/changeset/ports/406413

Log:
  - Update to 0.9.7
  - Add LICENSE_FILE
  
  Changes:	https://github.com/evolve75/RubyTree/blob/master/History.rdoc
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-rubytree/Makefile
  head/devel/rubygem-rubytree/distinfo

Modified: head/devel/rubygem-rubytree/Makefile
==============================================================================
--- head/devel/rubygem-rubytree/Makefile	Sun Jan 17 13:20:00 2016	(r406412)
+++ head/devel/rubygem-rubytree/Makefile	Sun Jan 17 13:20:05 2016	(r406413)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rubytree
-PORTVERSION=	0.9.6
+PORTVERSION=	0.9.7
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,12 +10,12 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Implementation of the Tree data structure for the Ruby
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	rubygem-json>=1.8:${PORTSDIR}/devel/rubygem-json \
 		rubygem-structured_warnings>=0.2:${PORTSDIR}/devel/rubygem-structured_warnings
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 USE_RUBY_RDOC=	yes

Modified: head/devel/rubygem-rubytree/distinfo
==============================================================================
--- head/devel/rubygem-rubytree/distinfo	Sun Jan 17 13:20:00 2016	(r406412)
+++ head/devel/rubygem-rubytree/distinfo	Sun Jan 17 13:20:05 2016	(r406413)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/rubytree-0.9.6.gem) = f40895f9b4ffdbe3123e32a42e93b800b2d47b17076522fe88692cb0f6d3c2d8
-SIZE (rubygem/rubytree-0.9.6.gem) = 110592
+SHA256 (rubygem/rubytree-0.9.7.gem) = 2cdb436f83a6dd14f7c75baae8266dae050c8f4b5382b81d31a0bc542c2a5e3f
+SIZE (rubygem/rubytree-0.9.7.gem) = 111616

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:20:11 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBE25A851CA;
 Sun, 17 Jan 2016 13:20:11 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 9D6851A0E;
 Sun, 17 Jan 2016 13:20:11 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDKA8I011875;
 Sun, 17 Jan 2016 13:20:10 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDKA6P011873;
 Sun, 17 Jan 2016 13:20:10 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171320.u0HDKA6P011873@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:20:10 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406414 - head/devel/rubygem-sequel
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:20:11 -0000

Author: sunpoet
Date: Sun Jan 17 13:20:10 2016
New Revision: 406414
URL: https://svnweb.freebsd.org/changeset/ports/406414

Log:
  - Update to 4.30.0
  
  Changes:	https://github.com/jeremyevans/sequel/blob/master/CHANGELOG
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-sequel/Makefile
  head/devel/rubygem-sequel/distinfo

Modified: head/devel/rubygem-sequel/Makefile
==============================================================================
--- head/devel/rubygem-sequel/Makefile	Sun Jan 17 13:20:05 2016	(r406413)
+++ head/devel/rubygem-sequel/Makefile	Sun Jan 17 13:20:10 2016	(r406414)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sequel
-PORTVERSION=	4.29.0
+PORTVERSION=	4.30.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-sequel/distinfo
==============================================================================
--- head/devel/rubygem-sequel/distinfo	Sun Jan 17 13:20:05 2016	(r406413)
+++ head/devel/rubygem-sequel/distinfo	Sun Jan 17 13:20:10 2016	(r406414)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/sequel-4.29.0.gem) = 7d3e0b58e8e28d8b0314f4ef743f071c05890ed7129c95948f8f71678a82ccbf
-SIZE (rubygem/sequel-4.29.0.gem) = 1328640
+SHA256 (rubygem/sequel-4.30.0.gem) = 524fc1bf7684e0b77164d6c64aca3b358ad94e26e3095e6972e4a0d9c481c84a
+SIZE (rubygem/sequel-4.30.0.gem) = 1331200

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:20:16 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DB51A851F7;
 Sun, 17 Jan 2016 13:20:16 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 0CD521ADD;
 Sun, 17 Jan 2016 13:20:15 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDKFj5011977;
 Sun, 17 Jan 2016 13:20:15 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDKFkd011976;
 Sun, 17 Jan 2016 13:20:15 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171320.u0HDKFkd011976@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:20:15 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406415 - head/sysutils/rubygem-smart_proxy_dynflow
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:20:16 -0000

Author: sunpoet
Date: Sun Jan 17 13:20:14 2016
New Revision: 406415
URL: https://svnweb.freebsd.org/changeset/ports/406415

Log:
  - Sort PLIST_FILES
  - Fix indent
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/sysutils/rubygem-smart_proxy_dynflow/Makefile

Modified: head/sysutils/rubygem-smart_proxy_dynflow/Makefile
==============================================================================
--- head/sysutils/rubygem-smart_proxy_dynflow/Makefile	Sun Jan 17 13:20:10 2016	(r406414)
+++ head/sysutils/rubygem-smart_proxy_dynflow/Makefile	Sun Jan 17 13:20:14 2016	(r406415)
@@ -17,20 +17,18 @@ RUN_DEPENDS=	foreman-proxy>=1.9.0:${PORT
 		rubygem-sqlite3>=0:${PORTSDIR}/databases/rubygem-sqlite3
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-PLIST_FILES=	share/foreman-proxy/bundler.d/dynflow.rb \
-		"@sample etc/foreman-proxy/settings.d/dynflow.yml.sample"
+PLIST_FILES=	"@sample etc/foreman-proxy/settings.d/dynflow.yml.sample" \
+		share/foreman-proxy/bundler.d/dynflow.rb
 
 post-install:
-		${MKDIR} ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d
-		${INSTALL_DATA} ${WRKSRC}/settings.d/dynflow.yml.example \
-			${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d/dynflow.yml.sample
-		${MKDIR} ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d
-		${INSTALL_DATA} ${WRKSRC}/bundler.d/dynflow.rb \
-			${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d/dynflow.rb
+	${MKDIR} ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d
+	${INSTALL_DATA} ${WRKSRC}/settings.d/dynflow.yml.example \
+		${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d/dynflow.yml.sample
+	${INSTALL_DATA} ${WRKSRC}/bundler.d/dynflow.rb \
+		${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d/dynflow.rb
 
 .include 

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:20:21 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 157A2A8521C;
 Sun, 17 Jan 2016 13:20:21 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id D86C31BD7;
 Sun, 17 Jan 2016 13:20:20 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDKJlh012098;
 Sun, 17 Jan 2016 13:20:19 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDKJkx012096;
 Sun, 17 Jan 2016 13:20:19 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171320.u0HDKJkx012096@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:20:19 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406416 - head/devel/rubygem-shoulda-matchers
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:20:21 -0000

Author: sunpoet
Date: Sun Jan 17 13:20:19 2016
New Revision: 406416
URL: https://svnweb.freebsd.org/changeset/ports/406416

Log:
  - Update to 3.1.0
  
  Changes:	https://github.com/thoughtbot/shoulda-matchers/blob/master/NEWS.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-shoulda-matchers/Makefile
  head/devel/rubygem-shoulda-matchers/distinfo

Modified: head/devel/rubygem-shoulda-matchers/Makefile
==============================================================================
--- head/devel/rubygem-shoulda-matchers/Makefile	Sun Jan 17 13:20:14 2016	(r406415)
+++ head/devel/rubygem-shoulda-matchers/Makefile	Sun Jan 17 13:20:19 2016	(r406416)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	shoulda-matchers
-PORTVERSION=	3.0.1
+PORTVERSION=	3.1.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-shoulda-matchers/distinfo
==============================================================================
--- head/devel/rubygem-shoulda-matchers/distinfo	Sun Jan 17 13:20:14 2016	(r406415)
+++ head/devel/rubygem-shoulda-matchers/distinfo	Sun Jan 17 13:20:19 2016	(r406416)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/shoulda-matchers-3.0.1.gem) = 4b06fb7d92165507246dbc4154440cb30742e1b6e8ac396e96358d88d65eeaa9
-SIZE (rubygem/shoulda-matchers-3.0.1.gem) = 177664
+SHA256 (rubygem/shoulda-matchers-3.1.0.gem) = b503c3c7112d9de1288d03b96d1c03ec4bfd7357d43379d82e9758cf222256ee
+SIZE (rubygem/shoulda-matchers-3.1.0.gem) = 197632

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:20:26 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20AA0A85242;
 Sun, 17 Jan 2016 13:20:26 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id C5D621CD1;
 Sun, 17 Jan 2016 13:20:25 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDKOUU012215;
 Sun, 17 Jan 2016 13:20:24 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDKOrG012213;
 Sun, 17 Jan 2016 13:20:24 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171320.u0HDKOrG012213@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:20:24 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406417 - head/devel/rubygem-sidekiq
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:20:26 -0000

Author: sunpoet
Date: Sun Jan 17 13:20:24 2016
New Revision: 406417
URL: https://svnweb.freebsd.org/changeset/ports/406417

Log:
  - Update to 4.0.2
  
  Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-sidekiq/Makefile
  head/devel/rubygem-sidekiq/distinfo

Modified: head/devel/rubygem-sidekiq/Makefile
==============================================================================
--- head/devel/rubygem-sidekiq/Makefile	Sun Jan 17 13:20:19 2016	(r406416)
+++ head/devel/rubygem-sidekiq/Makefile	Sun Jan 17 13:20:24 2016	(r406417)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sidekiq
-PORTVERSION=	4.0.1
+PORTVERSION=	4.0.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -14,7 +14,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-concurrent-ruby>=1.0.0:${PORTSDIR}/devel/rubygem-concurrent-ruby \
 		rubygem-connection_pool>=2.2:${PORTSDIR}/net/rubygem-connection_pool \
-		rubygem-json>=1:${PORTSDIR}/devel/rubygem-json \
 		rubygem-redis>=3.2.1:${PORTSDIR}/databases/rubygem-redis
 
 NO_ARCH=	yes

Modified: head/devel/rubygem-sidekiq/distinfo
==============================================================================
--- head/devel/rubygem-sidekiq/distinfo	Sun Jan 17 13:20:19 2016	(r406416)
+++ head/devel/rubygem-sidekiq/distinfo	Sun Jan 17 13:20:24 2016	(r406417)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/sidekiq-4.0.1.gem) = 7ebc2d4bc6930fa39ce35f8e0210977992e963e3c035e71c73a603b50573f2f4
-SIZE (rubygem/sidekiq-4.0.1.gem) = 300032
+SHA256 (rubygem/sidekiq-4.0.2.gem) = f97c81e0819f3e0133be99998b9531d1182c2ae6dca006535de48e3df4a20a80
+SIZE (rubygem/sidekiq-4.0.2.gem) = 303104

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:20:30 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id C84E0A85270;
 Sun, 17 Jan 2016 13:20:30 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 84B381D98;
 Sun, 17 Jan 2016 13:20:30 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDKTOn012335;
 Sun, 17 Jan 2016 13:20:29 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDKTnM012333;
 Sun, 17 Jan 2016 13:20:29 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171320.u0HDKTnM012333@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:20:29 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406418 - head/devel/rubygem-simple_form
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:20:30 -0000

Author: sunpoet
Date: Sun Jan 17 13:20:29 2016
New Revision: 406418
URL: https://svnweb.freebsd.org/changeset/ports/406418

Log:
  - Update to 3.2.1
  
  Changes:	https://github.com/plataformatec/simple_form/blob/master/CHANGELOG.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-simple_form/Makefile
  head/devel/rubygem-simple_form/distinfo

Modified: head/devel/rubygem-simple_form/Makefile
==============================================================================
--- head/devel/rubygem-simple_form/Makefile	Sun Jan 17 13:20:24 2016	(r406417)
+++ head/devel/rubygem-simple_form/Makefile	Sun Jan 17 13:20:29 2016	(r406418)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	simple_form
-PORTVERSION=	3.2.0
+PORTVERSION=	3.2.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,8 +12,8 @@ COMMENT=	Forms made easy
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-activemodel4>=4.0:${PORTSDIR}/databases/rubygem-activemodel4 \
-		rubygem-actionpack4>=4.0:${PORTSDIR}/www/rubygem-actionpack4
+RUN_DEPENDS=	rubygem-activemodel4>=4:${PORTSDIR}/databases/rubygem-activemodel4 \
+		rubygem-actionpack4>=4:${PORTSDIR}/www/rubygem-actionpack4
 
 NO_ARCH=	yes
 USE_RUBY=	yes

Modified: head/devel/rubygem-simple_form/distinfo
==============================================================================
--- head/devel/rubygem-simple_form/distinfo	Sun Jan 17 13:20:24 2016	(r406417)
+++ head/devel/rubygem-simple_form/distinfo	Sun Jan 17 13:20:29 2016	(r406418)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/simple_form-3.2.0.gem) = 3aa7d8289fbd10bd6954a40085020405a4635a6c7887ccff53af98f851a8add8
-SIZE (rubygem/simple_form-3.2.0.gem) = 74240
+SHA256 (rubygem/simple_form-3.2.1.gem) = 65420448e31a004d4c8bc21376944d665d89a00b6c94466e3ebd5419420e148a
+SIZE (rubygem/simple_form-3.2.1.gem) = 73728

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:20:35 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8581A8536F;
 Sun, 17 Jan 2016 13:20:35 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 8728C1E74;
 Sun, 17 Jan 2016 13:20:35 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDKYUI012455;
 Sun, 17 Jan 2016 13:20:34 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDKYDt012453;
 Sun, 17 Jan 2016 13:20:34 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171320.u0HDKYDt012453@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:20:34 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406419 - head/www/rubygem-ethon
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:20:35 -0000

Author: sunpoet
Date: Sun Jan 17 13:20:34 2016
New Revision: 406419
URL: https://svnweb.freebsd.org/changeset/ports/406419

Log:
  - Update to 0.8.1
  - Add LICENSE_FILE
  
  Changes:	https://github.com/typhoeus/ethon/blob/master/CHANGELOG.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/rubygem-ethon/Makefile
  head/www/rubygem-ethon/distinfo

Modified: head/www/rubygem-ethon/Makefile
==============================================================================
--- head/www/rubygem-ethon/Makefile	Sun Jan 17 13:20:29 2016	(r406418)
+++ head/www/rubygem-ethon/Makefile	Sun Jan 17 13:20:34 2016	(r406419)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ethon
-PORTVERSION=	0.8.0
+PORTVERSION=	0.8.1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -10,6 +10,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Very lightweight libcurl wrapper
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
 RUN_DEPENDS=	rubygem-ffi>=1.3.0:${PORTSDIR}/devel/rubygem-ffi

Modified: head/www/rubygem-ethon/distinfo
==============================================================================
--- head/www/rubygem-ethon/distinfo	Sun Jan 17 13:20:29 2016	(r406418)
+++ head/www/rubygem-ethon/distinfo	Sun Jan 17 13:20:34 2016	(r406419)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/ethon-0.8.0.gem) = 63889de174693c81b48421cbbe98070d1c61aa8ecabc57beb8a1528bb96a92e5
-SIZE (rubygem/ethon-0.8.0.gem) = 54784
+SHA256 (rubygem/ethon-0.8.1.gem) = 327a3413c1aac2be7d5a56ea4fdaf6e0c8878d9ce97732a10463e8aec9dedb29
+SIZE (rubygem/ethon-0.8.1.gem) = 55296

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:20:40 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D156A85399;
 Sun, 17 Jan 2016 13:20:40 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 0A6ED1F26;
 Sun, 17 Jan 2016 13:20:39 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDKcfn012558;
 Sun, 17 Jan 2016 13:20:38 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDKc0F012557;
 Sun, 17 Jan 2016 13:20:38 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171320.u0HDKc0F012557@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:20:38 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406420 - head/www/rubygem-typhoeus
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:20:40 -0000

Author: sunpoet
Date: Sun Jan 17 13:20:38 2016
New Revision: 406420
URL: https://svnweb.freebsd.org/changeset/ports/406420

Log:
  - Add LICENSE_FILE
  - Update RUN_DEPENDS
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/rubygem-typhoeus/Makefile

Modified: head/www/rubygem-typhoeus/Makefile
==============================================================================
--- head/www/rubygem-typhoeus/Makefile	Sun Jan 17 13:20:34 2016	(r406419)
+++ head/www/rubygem-typhoeus/Makefile	Sun Jan 17 13:20:38 2016	(r406420)
@@ -10,8 +10,9 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Parallel HTTP request library
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-ethon>=0.7.4:${PORTSDIR}/www/rubygem-ethon
+RUN_DEPENDS=	rubygem-ethon>=0.8.0:${PORTSDIR}/www/rubygem-ethon
 
 NO_ARCH=	yes
 USE_RUBY=	yes

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:20:45 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32413A853E5;
 Sun, 17 Jan 2016 13:20:45 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id DB4121029;
 Sun, 17 Jan 2016 13:20:44 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDKhZg012688;
 Sun, 17 Jan 2016 13:20:43 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDKhZ3012686;
 Sun, 17 Jan 2016 13:20:43 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171320.u0HDKhZ3012686@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:20:43 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406421 - in head/devel/rubygem-travis: . files
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:20:45 -0000

Author: sunpoet
Date: Sun Jan 17 13:20:43 2016
New Revision: 406421
URL: https://svnweb.freebsd.org/changeset/ports/406421

Log:
  - Update to 1.8.2
  
  Changes:	https://github.com/travis-ci/travis.rb/commits/master
  Sponsored by:	PortsCamp Taiwan

Deleted:
  head/devel/rubygem-travis/files/
Modified:
  head/devel/rubygem-travis/Makefile
  head/devel/rubygem-travis/distinfo

Modified: head/devel/rubygem-travis/Makefile
==============================================================================
--- head/devel/rubygem-travis/Makefile	Sun Jan 17 13:20:38 2016	(r406420)
+++ head/devel/rubygem-travis/Makefile	Sun Jan 17 13:20:43 2016	(r406421)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	travis
-PORTVERSION=	1.8.0
+PORTVERSION=	1.8.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,14 +12,12 @@ COMMENT=	CLI and Ruby client library for
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable \
-		rubygem-backports>=0:${PORTSDIR}/devel/rubygem-backports \
+RUN_DEPENDS=	rubygem-backports>=0:${PORTSDIR}/devel/rubygem-backports \
 		rubygem-faraday>=0.9:${PORTSDIR}/www/rubygem-faraday \
 		rubygem-faraday_middleware>=0.9.1:${PORTSDIR}/www/rubygem-faraday_middleware \
 		rubygem-gh>=0.13:${PORTSDIR}/devel/rubygem-gh \
 		rubygem-highline>=1.6:${PORTSDIR}/devel/rubygem-highline \
 		rubygem-launchy>=2.1:${PORTSDIR}/devel/rubygem-launchy \
-		rubygem-pry>=0.9:${PORTSDIR}/devel/rubygem-pry \
 		rubygem-pusher-client>=0.4:${PORTSDIR}/www/rubygem-pusher-client \
 		rubygem-typhoeus>=0.6.8:${PORTSDIR}/www/rubygem-typhoeus
 

Modified: head/devel/rubygem-travis/distinfo
==============================================================================
--- head/devel/rubygem-travis/distinfo	Sun Jan 17 13:20:38 2016	(r406420)
+++ head/devel/rubygem-travis/distinfo	Sun Jan 17 13:20:43 2016	(r406421)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/travis-1.8.0.gem) = 7f1c6d0201711b29553ed3f06506d30048b80d1c3c989274579a42ca413a0869
-SIZE (rubygem/travis-1.8.0.gem) = 190976
+SHA256 (rubygem/travis-1.8.2.gem) = 1ae0415a342838f9faeedbb8a8536ed3c40d9e6872ae37c39d1216fe211f085e
+SIZE (rubygem/travis-1.8.2.gem) = 192000

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:20:50 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1581FA85413;
 Sun, 17 Jan 2016 13:20:50 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id D73041136;
 Sun, 17 Jan 2016 13:20:49 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDKmLx012807;
 Sun, 17 Jan 2016 13:20:48 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDKm43012805;
 Sun, 17 Jan 2016 13:20:48 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171320.u0HDKm43012805@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:20:48 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406422 - head/devel/rubygem-warden
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:20:50 -0000

Author: sunpoet
Date: Sun Jan 17 13:20:48 2016
New Revision: 406422
URL: https://svnweb.freebsd.org/changeset/ports/406422

Log:
  - Update to 1.2.4
  - Add LICENSE_FILE
  
  Changes:	https://github.com/hassox/warden/blob/master/History.rdoc
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-warden/Makefile
  head/devel/rubygem-warden/distinfo

Modified: head/devel/rubygem-warden/Makefile
==============================================================================
--- head/devel/rubygem-warden/Makefile	Sun Jan 17 13:20:43 2016	(r406421)
+++ head/devel/rubygem-warden/Makefile	Sun Jan 17 13:20:48 2016	(r406422)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	warden
-PORTVERSION=	1.2.3
-PORTREVISION=	1
+PORTVERSION=	1.2.4
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,6 +10,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Rack middleware that provides authentication for rack applications
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-rack16>=1.0:${PORTSDIR}/www/rubygem-rack16
 

Modified: head/devel/rubygem-warden/distinfo
==============================================================================
--- head/devel/rubygem-warden/distinfo	Sun Jan 17 13:20:43 2016	(r406421)
+++ head/devel/rubygem-warden/distinfo	Sun Jan 17 13:20:48 2016	(r406422)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/warden-1.2.3.gem) = 97769e5b5d230fec4f77e91b1116b28fdd27428f4acab68dc5ed025af9d37f7a
-SIZE (rubygem/warden-1.2.3.gem) = 30720
+SHA256 (rubygem/warden-1.2.4.gem) = 67bd70d8982703b57d96df9d89b27673b5eb2289de65b60f6c60a4a16be0ddc7
+SIZE (rubygem/warden-1.2.4.gem) = 31744

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:20:54 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5586A8543B;
 Sun, 17 Jan 2016 13:20:54 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 82DCA132E;
 Sun, 17 Jan 2016 13:20:54 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDKreg012911;
 Sun, 17 Jan 2016 13:20:53 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDKral012910;
 Sun, 17 Jan 2016 13:20:53 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171320.u0HDKral012910@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:20:53 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406423 - head/devel/rubygem-devise
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:20:54 -0000

Author: sunpoet
Date: Sun Jan 17 13:20:53 2016
New Revision: 406423
URL: https://svnweb.freebsd.org/changeset/ports/406423

Log:
  - Add LICENSE_FILE
  - Use full path for SLAVEDIRS
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-devise/Makefile

Modified: head/devel/rubygem-devise/Makefile
==============================================================================
--- head/devel/rubygem-devise/Makefile	Sun Jan 17 13:20:48 2016	(r406422)
+++ head/devel/rubygem-devise/Makefile	Sun Jan 17 13:20:53 2016	(r406423)
@@ -10,6 +10,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Flexible authentication solution for Rails with Warden
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 RUN_DEPENDS=	rubygem-bcrypt>=3.0:${PORTSDIR}/security/rubygem-bcrypt \
 		rubygem-orm_adapter>=0.1:${PORTSDIR}/devel/rubygem-orm_adapter \
@@ -17,14 +18,13 @@ RUN_DEPENDS=	rubygem-bcrypt>=3.0:${PORTS
 		rubygem-warden>=1.2.3:${PORTSDIR}/devel/rubygem-warden
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
 BROKEN_RUBY23=	yes
 
-SLAVEDIRS=	rubygem-devise-rails4
+SLAVEDIRS=	devel/rubygem-devise-rails4
 
 OPTIONS_SINGLE=	RAILS
 OPTIONS_SINGLE_RAILS=	RAILS3 RAILS4

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:20:59 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64F16A8546C;
 Sun, 17 Jan 2016 13:20:59 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 2F2E0143E;
 Sun, 17 Jan 2016 13:20:59 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDKwc4013031;
 Sun, 17 Jan 2016 13:20:58 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDKwhS013029;
 Sun, 17 Jan 2016 13:20:58 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171320.u0HDKwhS013029@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:20:58 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406424 - head/dns/rubygem-public_suffix
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:20:59 -0000

Author: sunpoet
Date: Sun Jan 17 13:20:57 2016
New Revision: 406424
URL: https://svnweb.freebsd.org/changeset/ports/406424

Log:
  - Update to 1.5.3
  
  Changes:	https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/dns/rubygem-public_suffix/Makefile
  head/dns/rubygem-public_suffix/distinfo

Modified: head/dns/rubygem-public_suffix/Makefile
==============================================================================
--- head/dns/rubygem-public_suffix/Makefile	Sun Jan 17 13:20:53 2016	(r406423)
+++ head/dns/rubygem-public_suffix/Makefile	Sun Jan 17 13:20:57 2016	(r406424)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	public_suffix
-PORTVERSION=	1.5.2
-PORTREVISION=	2
+PORTVERSION=	1.5.3
 CATEGORIES=	dns rubygems
 MASTER_SITES=	RG
 

Modified: head/dns/rubygem-public_suffix/distinfo
==============================================================================
--- head/dns/rubygem-public_suffix/distinfo	Sun Jan 17 13:20:53 2016	(r406423)
+++ head/dns/rubygem-public_suffix/distinfo	Sun Jan 17 13:20:57 2016	(r406424)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/public_suffix-1.5.2.gem) = b5e9dc5f72cdc3d97fcdedb4eaf26f6605b321850539571ed1cde795d109994e
-SIZE (rubygem/public_suffix-1.5.2.gem) = 80384
+SHA256 (rubygem/public_suffix-1.5.3.gem) = ac7814801e511a14e45938e231b656181a967d87bb437444900495513275380b
+SIZE (rubygem/public_suffix-1.5.3.gem) = 80896

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:21:04 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35694A854AA;
 Sun, 17 Jan 2016 13:21:04 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 06DE6155F;
 Sun, 17 Jan 2016 13:21:03 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDL3cE013152;
 Sun, 17 Jan 2016 13:21:03 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDL2QY013150;
 Sun, 17 Jan 2016 13:21:02 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171321.u0HDL2QY013150@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:21:02 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406425 - head/ftp/rubygem-curb
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:21:04 -0000

Author: sunpoet
Date: Sun Jan 17 13:21:02 2016
New Revision: 406425
URL: https://svnweb.freebsd.org/changeset/ports/406425

Log:
  - Update to 0.9.1
  - Add LICENSE_FILE
  
  Changes:	https://github.com/taf2/curb/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/ftp/rubygem-curb/Makefile
  head/ftp/rubygem-curb/distinfo

Modified: head/ftp/rubygem-curb/Makefile
==============================================================================
--- head/ftp/rubygem-curb/Makefile	Sun Jan 17 13:20:57 2016	(r406424)
+++ head/ftp/rubygem-curb/Makefile	Sun Jan 17 13:21:02 2016	(r406425)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	curb
-PORTVERSION=	0.8.8
+PORTVERSION=	0.9.1
 CATEGORIES=	ftp rubygems
 MASTER_SITES=	RG
 
@@ -10,6 +10,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby bindings for libcurl
 
 LICENSE=	RUBY
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
 

Modified: head/ftp/rubygem-curb/distinfo
==============================================================================
--- head/ftp/rubygem-curb/distinfo	Sun Jan 17 13:20:57 2016	(r406424)
+++ head/ftp/rubygem-curb/distinfo	Sun Jan 17 13:21:02 2016	(r406425)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/curb-0.8.8.gem) = ec3b5880d92c9a9140555fc5c86524025474a905e6548e1c37816247ad60903e
-SIZE (rubygem/curb-0.8.8.gem) = 80384
+SHA256 (rubygem/curb-0.9.1.gem) = 93fd4ea6fa77fdd4339af9f71d95a994a156d4dc17586345c8a82743490c610a
+SIZE (rubygem/curb-0.9.1.gem) = 80896

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:21:08 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC786A854D3;
 Sun, 17 Jan 2016 13:21:08 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id AE0931642;
 Sun, 17 Jan 2016 13:21:08 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDL7h4013272;
 Sun, 17 Jan 2016 13:21:07 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDL7NF013270;
 Sun, 17 Jan 2016 13:21:07 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171321.u0HDL7NF013270@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:21:07 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406426 - head/graphics/rubygem-exifr
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:21:09 -0000

Author: sunpoet
Date: Sun Jan 17 13:21:07 2016
New Revision: 406426
URL: https://svnweb.freebsd.org/changeset/ports/406426

Log:
  - Update to 1.2.4
  
  Changes:	https://github.com/remvee/exifr/blob/master/CHANGELOG
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/graphics/rubygem-exifr/Makefile
  head/graphics/rubygem-exifr/distinfo

Modified: head/graphics/rubygem-exifr/Makefile
==============================================================================
--- head/graphics/rubygem-exifr/Makefile	Sun Jan 17 13:21:02 2016	(r406425)
+++ head/graphics/rubygem-exifr/Makefile	Sun Jan 17 13:21:07 2016	(r406426)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	exifr
-PORTVERSION=	1.2.3
+PORTVERSION=	1.2.4
 CATEGORIES=	graphics rubygems
 MASTER_SITES=	RG
 

Modified: head/graphics/rubygem-exifr/distinfo
==============================================================================
--- head/graphics/rubygem-exifr/distinfo	Sun Jan 17 13:21:02 2016	(r406425)
+++ head/graphics/rubygem-exifr/distinfo	Sun Jan 17 13:21:07 2016	(r406426)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/exifr-1.2.3.gem) = e70ca5243928b04a66c80e15e67340158e9eeac576c7fe839ec2fb8abfb66dd6
-SIZE (rubygem/exifr-1.2.3.gem) = 230400
+SHA256 (rubygem/exifr-1.2.4.gem) = 8f624b88dc4919d19d708ac4dde9b25b1c80aac311a0bf6627e58683cfd4939e
+SIZE (rubygem/exifr-1.2.4.gem) = 225792

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:21:13 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFBC5A85504;
 Sun, 17 Jan 2016 13:21:13 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 9ABC8181D;
 Sun, 17 Jan 2016 13:21:13 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDLCm4013391;
 Sun, 17 Jan 2016 13:21:12 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDLCi5013389;
 Sun, 17 Jan 2016 13:21:12 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171321.u0HDLCi5013389@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:21:12 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406427 - head/graphics/rubygem-gemojione
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:21:14 -0000

Author: sunpoet
Date: Sun Jan 17 13:21:12 2016
New Revision: 406427
URL: https://svnweb.freebsd.org/changeset/ports/406427

Log:
  - Update to 2.1.1
  
  Changes:	https://github.com/jonathanwiesel/gemojione/blob/master/CHANGELOG.md
  		https://github.com/jonathanwiesel/gemojione/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/graphics/rubygem-gemojione/Makefile
  head/graphics/rubygem-gemojione/distinfo

Modified: head/graphics/rubygem-gemojione/Makefile
==============================================================================
--- head/graphics/rubygem-gemojione/Makefile	Sun Jan 17 13:21:07 2016	(r406426)
+++ head/graphics/rubygem-gemojione/Makefile	Sun Jan 17 13:21:12 2016	(r406427)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gemojione
-PORTVERSION=	2.1.0
+PORTVERSION=	2.1.1
 CATEGORIES=	graphics rubygems
 MASTER_SITES=	RG
 

Modified: head/graphics/rubygem-gemojione/distinfo
==============================================================================
--- head/graphics/rubygem-gemojione/distinfo	Sun Jan 17 13:21:07 2016	(r406426)
+++ head/graphics/rubygem-gemojione/distinfo	Sun Jan 17 13:21:12 2016	(r406427)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/gemojione-2.1.0.gem) = 266f5ddb22f7cb7d5773400490a96a0cb07bd5108c6b4cbcf989f0cbda1cc79b
-SIZE (rubygem/gemojione-2.1.0.gem) = 2375680
+SHA256 (rubygem/gemojione-2.1.1.gem) = fe06218be32d6d0a471c62b0f4d5a3274cdad31e3de8ef41241e15fb8a7ab826
+SIZE (rubygem/gemojione-2.1.1.gem) = 2375680

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:21:18 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B94CBA85533;
 Sun, 17 Jan 2016 13:21:18 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 6E78B1947;
 Sun, 17 Jan 2016 13:21:18 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDLHcF013509;
 Sun, 17 Jan 2016 13:21:17 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDLHV2013507;
 Sun, 17 Jan 2016 13:21:17 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171321.u0HDLHV2013507@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:21:17 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406428 - head/graphics/rubygem-gitlab_emoji
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:21:18 -0000

Author: sunpoet
Date: Sun Jan 17 13:21:17 2016
New Revision: 406428
URL: https://svnweb.freebsd.org/changeset/ports/406428

Log:
  - Update to 0.2.1
  
  Changes:	https://gitlab.com/gitlab-org/gitlab_emoji/blob/master/CHANGELOG
  		https://gitlab.com/gitlab-org/gitlab_emoji/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/graphics/rubygem-gitlab_emoji/Makefile
  head/graphics/rubygem-gitlab_emoji/distinfo

Modified: head/graphics/rubygem-gitlab_emoji/Makefile
==============================================================================
--- head/graphics/rubygem-gitlab_emoji/Makefile	Sun Jan 17 13:21:12 2016	(r406427)
+++ head/graphics/rubygem-gitlab_emoji/Makefile	Sun Jan 17 13:21:17 2016	(r406428)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab_emoji
-PORTVERSION=	0.2.0
+PORTVERSION=	0.2.1
 CATEGORIES=	graphics rubygems
 MASTER_SITES=	RG
 

Modified: head/graphics/rubygem-gitlab_emoji/distinfo
==============================================================================
--- head/graphics/rubygem-gitlab_emoji/distinfo	Sun Jan 17 13:21:12 2016	(r406427)
+++ head/graphics/rubygem-gitlab_emoji/distinfo	Sun Jan 17 13:21:17 2016	(r406428)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/gitlab_emoji-0.2.0.gem) = 84eba8edb61c598f1eb2aa98644ef5fb3ecc7053849f1620cf5f3e251b264c70
-SIZE (rubygem/gitlab_emoji-0.2.0.gem) = 2318336
+SHA256 (rubygem/gitlab_emoji-0.2.1.gem) = ee5a81dd1f9e7cc0e6335391c3ed0b4841f5119aae75eb4937301267c228f5f7
+SIZE (rubygem/gitlab_emoji-0.2.1.gem) = 2318336

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:21:23 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75201A85563;
 Sun, 17 Jan 2016 13:21:23 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 332121A19;
 Sun, 17 Jan 2016 13:21:23 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDLMHE013630;
 Sun, 17 Jan 2016 13:21:22 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDLMTf013627;
 Sun, 17 Jan 2016 13:21:22 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171321.u0HDLMTf013627@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:21:22 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406429 - head/mail/rubygem-exception_notification
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:21:23 -0000

Author: sunpoet
Date: Sun Jan 17 13:21:21 2016
New Revision: 406429
URL: https://svnweb.freebsd.org/changeset/ports/406429

Log:
  - Update to 4.1.4
  
  Changes:	https://github.com/smartinez87/exception_notification/blob/master/CHANGELOG.rdoc
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/mail/rubygem-exception_notification/Makefile
  head/mail/rubygem-exception_notification/distinfo

Modified: head/mail/rubygem-exception_notification/Makefile
==============================================================================
--- head/mail/rubygem-exception_notification/Makefile	Sun Jan 17 13:21:17 2016	(r406428)
+++ head/mail/rubygem-exception_notification/Makefile	Sun Jan 17 13:21:21 2016	(r406429)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	exception_notification
-PORTVERSION=	4.1.2
+PORTVERSION=	4.1.4
 CATEGORIES=	mail rubygems
 MASTER_SITES=	RG
 

Modified: head/mail/rubygem-exception_notification/distinfo
==============================================================================
--- head/mail/rubygem-exception_notification/distinfo	Sun Jan 17 13:21:17 2016	(r406428)
+++ head/mail/rubygem-exception_notification/distinfo	Sun Jan 17 13:21:21 2016	(r406429)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/exception_notification-4.1.2.gem) = 936bc5593482e132043cd630c49e611dda5d323c46114e0f9b11c99c98e5412f
-SIZE (rubygem/exception_notification-4.1.2.gem) = 113152
+SHA256 (rubygem/exception_notification-4.1.4.gem) = 79cece07c4f3f187ae86e66763e3817d29dc33066ac84336ee9196286c920952
+SIZE (rubygem/exception_notification-4.1.4.gem) = 114176

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:21:27 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2BB4A85592;
 Sun, 17 Jan 2016 13:21:27 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id C49D31AF7;
 Sun, 17 Jan 2016 13:21:27 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDLQ4k013746;
 Sun, 17 Jan 2016 13:21:26 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDLQTw013744;
 Sun, 17 Jan 2016 13:21:26 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171321.u0HDLQTw013744@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:21:26 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406430 - head/mail/rubygem-roadie
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:21:28 -0000

Author: sunpoet
Date: Sun Jan 17 13:21:26 2016
New Revision: 406430
URL: https://svnweb.freebsd.org/changeset/ports/406430

Log:
  - Update to 3.1.1
  
  Changes:	https://github.com/Mange/roadie/blob/master/Changelog.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/mail/rubygem-roadie/Makefile
  head/mail/rubygem-roadie/distinfo

Modified: head/mail/rubygem-roadie/Makefile
==============================================================================
--- head/mail/rubygem-roadie/Makefile	Sun Jan 17 13:21:21 2016	(r406429)
+++ head/mail/rubygem-roadie/Makefile	Sun Jan 17 13:21:26 2016	(r406430)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	roadie
-PORTVERSION=	3.1.0
+PORTVERSION=	3.1.1
 CATEGORIES=	mail rubygems
 MASTER_SITES=	RG
 
@@ -15,7 +15,6 @@ RUN_DEPENDS=	rubygem-css_parser>=1.3.4:$
 		rubygem-nokogiri>=1.5.0:${PORTSDIR}/textproc/rubygem-nokogiri
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/mail/rubygem-roadie/distinfo
==============================================================================
--- head/mail/rubygem-roadie/distinfo	Sun Jan 17 13:21:21 2016	(r406429)
+++ head/mail/rubygem-roadie/distinfo	Sun Jan 17 13:21:26 2016	(r406430)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/roadie-3.1.0.gem) = a105e411e454cf409554d5230b4c1cc3f599b154fef98902c333c5d30b3c4812
-SIZE (rubygem/roadie-3.1.0.gem) = 47616
+SHA256 (rubygem/roadie-3.1.1.gem) = 2589cd3242456a40f7eee2c05f73fa752b429d38a0ef201f7c3cd527a3a61a9f
+SIZE (rubygem/roadie-3.1.1.gem) = 48640

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:21:33 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19CBCA855CB;
 Sun, 17 Jan 2016 13:21:33 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id AF77C1C2D;
 Sun, 17 Jan 2016 13:21:32 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDLV8c013866;
 Sun, 17 Jan 2016 13:21:31 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDLVpR013864;
 Sun, 17 Jan 2016 13:21:31 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171321.u0HDLVpR013864@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:21:31 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406431 - head/net/rubygem-fog-softlayer
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:21:33 -0000

Author: sunpoet
Date: Sun Jan 17 13:21:31 2016
New Revision: 406431
URL: https://svnweb.freebsd.org/changeset/ports/406431

Log:
  - Update to 1.0.3
  
  Changes:	https://github.com/fog/fog-softlayer/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/net/rubygem-fog-softlayer/Makefile
  head/net/rubygem-fog-softlayer/distinfo

Modified: head/net/rubygem-fog-softlayer/Makefile
==============================================================================
--- head/net/rubygem-fog-softlayer/Makefile	Sun Jan 17 13:21:26 2016	(r406430)
+++ head/net/rubygem-fog-softlayer/Makefile	Sun Jan 17 13:21:31 2016	(r406431)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fog-softlayer
-PORTVERSION=	1.0.2
+PORTVERSION=	1.0.3
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 

Modified: head/net/rubygem-fog-softlayer/distinfo
==============================================================================
--- head/net/rubygem-fog-softlayer/distinfo	Sun Jan 17 13:21:26 2016	(r406430)
+++ head/net/rubygem-fog-softlayer/distinfo	Sun Jan 17 13:21:31 2016	(r406431)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/fog-softlayer-1.0.2.gem) = c1aafc69a0f370be4c9f43d2ca0e91746612e77a1bb62ac32c334e22b6d4c76f
-SIZE (rubygem/fog-softlayer-1.0.2.gem) = 332800
+SHA256 (rubygem/fog-softlayer-1.0.3.gem) = 399c42e993dd7ff66da1d268f099126e0849bb689d5a79d0a91761a039175dfd
+SIZE (rubygem/fog-softlayer-1.0.3.gem) = 333312

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:21:37 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4ACC6A855F7;
 Sun, 17 Jan 2016 13:21:37 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 1D5771D19;
 Sun, 17 Jan 2016 13:21:37 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDLaA4013985;
 Sun, 17 Jan 2016 13:21:36 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDLaMc013983;
 Sun, 17 Jan 2016 13:21:36 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171321.u0HDLaMc013983@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:21:36 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406432 - head/net/rubygem-net-ldap
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:21:37 -0000

Author: sunpoet
Date: Sun Jan 17 13:21:35 2016
New Revision: 406432
URL: https://svnweb.freebsd.org/changeset/ports/406432

Log:
  - Update to 0.13.0
  
  Changes:	https://github.com/ruby-ldap/ruby-net-ldap/blob/master/History.rdoc
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/net/rubygem-net-ldap/Makefile
  head/net/rubygem-net-ldap/distinfo

Modified: head/net/rubygem-net-ldap/Makefile
==============================================================================
--- head/net/rubygem-net-ldap/Makefile	Sun Jan 17 13:21:31 2016	(r406431)
+++ head/net/rubygem-net-ldap/Makefile	Sun Jan 17 13:21:35 2016	(r406432)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	net-ldap
-PORTVERSION=	0.12.1
+PORTVERSION=	0.13.0
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -13,7 +13,6 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/License.rdoc
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/net/rubygem-net-ldap/distinfo
==============================================================================
--- head/net/rubygem-net-ldap/distinfo	Sun Jan 17 13:21:31 2016	(r406431)
+++ head/net/rubygem-net-ldap/distinfo	Sun Jan 17 13:21:35 2016	(r406432)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/net-ldap-0.12.1.gem) = 864ce59bc51ab5a83a344a477a07def3b9691dd8a2b11f52dca3af45e707327c
-SIZE (rubygem/net-ldap-0.12.1.gem) = 90112
+SHA256 (rubygem/net-ldap-0.13.0.gem) = e48f8d5a9e6fb119187a6cf63282d6d59afb0af6cf705a0463a396a4d029faf5
+SIZE (rubygem/net-ldap-0.13.0.gem) = 91136

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:21:42 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CEC0A85621;
 Sun, 17 Jan 2016 13:21:42 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 3B7A81DF6;
 Sun, 17 Jan 2016 13:21:42 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDLfMF014119;
 Sun, 17 Jan 2016 13:21:41 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDLf4j014117;
 Sun, 17 Jan 2016 13:21:41 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171321.u0HDLf4j014117@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:21:41 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406433 - in head/net/rubygem-gitlab_omniauth-ldap: .
 files
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:21:42 -0000

Author: sunpoet
Date: Sun Jan 17 13:21:40 2016
New Revision: 406433
URL: https://svnweb.freebsd.org/changeset/ports/406433

Log:
  - Rename gemspec patch to patch-gemspec
  
  Sponsored by:	PortsCamp Taiwan

Added:
  head/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec
     - copied unchanged from r406432, head/net/rubygem-gitlab_omniauth-ldap/files/patch-gitlab__omniauth-ldap.gemspec
Deleted:
  head/net/rubygem-gitlab_omniauth-ldap/files/patch-gitlab__omniauth-ldap.gemspec
Modified:
  head/net/rubygem-gitlab_omniauth-ldap/Makefile

Modified: head/net/rubygem-gitlab_omniauth-ldap/Makefile
==============================================================================
--- head/net/rubygem-gitlab_omniauth-ldap/Makefile	Sun Jan 17 13:21:35 2016	(r406432)
+++ head/net/rubygem-gitlab_omniauth-ldap/Makefile	Sun Jan 17 13:21:40 2016	(r406433)
@@ -16,7 +16,6 @@ RUN_DEPENDS=	rubygem-net-ldap>=0.9:${POR
 		rubygem-rubyntlm>=0.3:${PORTSDIR}/net/rubygem-rubyntlm
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Copied: head/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec (from r406432, head/net/rubygem-gitlab_omniauth-ldap/files/patch-gitlab__omniauth-ldap.gemspec)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec	Sun Jan 17 13:21:40 2016	(r406433, copy of r406432, head/net/rubygem-gitlab_omniauth-ldap/files/patch-gitlab__omniauth-ldap.gemspec)
@@ -0,0 +1,11 @@
+--- gitlab_omniauth-ldap.gemspec.orig	2015-05-23 14:49:06 UTC
++++ gitlab_omniauth-ldap.gemspec
+@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
+ 
+     if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
+       s.add_runtime_dependency(%q, ["~> 1.0"])
+-      s.add_runtime_dependency(%q, ["~> 0.9"])
++      s.add_runtime_dependency(%q, [">= 0.9"])
+       s.add_runtime_dependency(%q, ["~> 0.0.3.1"])
+       s.add_runtime_dependency(%q, ["~> 0.3"])
+     else

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:21:47 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 106DDA8564A;
 Sun, 17 Jan 2016 13:21:47 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id D7D9F1EC9;
 Sun, 17 Jan 2016 13:21:46 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDLjUV014238;
 Sun, 17 Jan 2016 13:21:45 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDLjCl014236;
 Sun, 17 Jan 2016 13:21:45 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171321.u0HDLjCl014236@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:21:45 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406434 - head/net-im/rubygem-lita
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:21:47 -0000

Author: sunpoet
Date: Sun Jan 17 13:21:45 2016
New Revision: 406434
URL: https://svnweb.freebsd.org/changeset/ports/406434

Log:
  - Update to 4.7.0
  
  Changes:	https://github.com/litaio/lita/releases
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/net-im/rubygem-lita/Makefile
  head/net-im/rubygem-lita/distinfo

Modified: head/net-im/rubygem-lita/Makefile
==============================================================================
--- head/net-im/rubygem-lita/Makefile	Sun Jan 17 13:21:40 2016	(r406433)
+++ head/net-im/rubygem-lita/Makefile	Sun Jan 17 13:21:45 2016	(r406434)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lita
-PORTVERSION=	4.6.1
+PORTVERSION=	4.7.0
 CATEGORIES=	net-im rubygems
 MASTER_SITES=	RG
 

Modified: head/net-im/rubygem-lita/distinfo
==============================================================================
--- head/net-im/rubygem-lita/distinfo	Sun Jan 17 13:21:40 2016	(r406433)
+++ head/net-im/rubygem-lita/distinfo	Sun Jan 17 13:21:45 2016	(r406434)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/lita-4.6.1.gem) = 3699e437f4d65c8d5bc51d06a55b7b3a02438eba22c81e2a2a32143ecfd478c4
-SIZE (rubygem/lita-4.6.1.gem) = 66048
+SHA256 (rubygem/lita-4.7.0.gem) = 486f5b8848a8228530dcd82f85e84375f7b0c3ab406bf4822677b688a29fb7a4
+SIZE (rubygem/lita-4.7.0.gem) = 66048

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:21:51 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96A27A8566B;
 Sun, 17 Jan 2016 13:21:51 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 693EF1FC5;
 Sun, 17 Jan 2016 13:21:51 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDLoRQ014355;
 Sun, 17 Jan 2016 13:21:50 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDLouB014353;
 Sun, 17 Jan 2016 13:21:50 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171321.u0HDLouB014353@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:21:50 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406435 - head/security/rubygem-attr_encrypted
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:21:51 -0000

Author: sunpoet
Date: Sun Jan 17 13:21:50 2016
New Revision: 406435
URL: https://svnweb.freebsd.org/changeset/ports/406435

Log:
  - Update to 1.3.5
  - Add LICENSE_FILE
  - Add NO_ARCH
  
  Changes:	https://github.com/attr-encrypted/attr_encrypted/commits/1-x-stable
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/security/rubygem-attr_encrypted/Makefile
  head/security/rubygem-attr_encrypted/distinfo

Modified: head/security/rubygem-attr_encrypted/Makefile
==============================================================================
--- head/security/rubygem-attr_encrypted/Makefile	Sun Jan 17 13:21:45 2016	(r406434)
+++ head/security/rubygem-attr_encrypted/Makefile	Sun Jan 17 13:21:50 2016	(r406435)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	attr_encrypted
-PORTVERSION=	1.3.4
+PORTVERSION=	1.3.5
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -10,9 +10,11 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Generates attr_accessors that encrypt and decrypt attributes
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 RUN_DEPENDS=	rubygem-encryptor>=1.3.0:${PORTSDIR}/security/rubygem-encryptor
 
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=yes

Modified: head/security/rubygem-attr_encrypted/distinfo
==============================================================================
--- head/security/rubygem-attr_encrypted/distinfo	Sun Jan 17 13:21:45 2016	(r406434)
+++ head/security/rubygem-attr_encrypted/distinfo	Sun Jan 17 13:21:50 2016	(r406435)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/attr_encrypted-1.3.4.gem) = 175d9e2a9193f251419818900be9627069c573141dec823175f38c8a0941a2c2
-SIZE (rubygem/attr_encrypted-1.3.4.gem) = 20992
+SHA256 (rubygem/attr_encrypted-1.3.5.gem) = 024f5fb803595841dcabd2f2083b4e480fc90e06e574e7df473b3d8b509457d4
+SIZE (rubygem/attr_encrypted-1.3.5.gem) = 20992

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:21:56 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08379A85682;
 Sun, 17 Jan 2016 13:21:56 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id CFC3410B2;
 Sun, 17 Jan 2016 13:21:55 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDLsjf016411;
 Sun, 17 Jan 2016 13:21:54 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDLsLl016409;
 Sun, 17 Jan 2016 13:21:54 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171321.u0HDLsLl016409@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:21:54 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406436 - head/security/rubygem-doorkeeper
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:21:56 -0000

Author: sunpoet
Date: Sun Jan 17 13:21:54 2016
New Revision: 406436
URL: https://svnweb.freebsd.org/changeset/ports/406436

Log:
  - Update to 3.1.0
  
  Changes:	https://github.com/doorkeeper-gem/doorkeeper/blob/master/NEWS.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/security/rubygem-doorkeeper/Makefile
  head/security/rubygem-doorkeeper/distinfo

Modified: head/security/rubygem-doorkeeper/Makefile
==============================================================================
--- head/security/rubygem-doorkeeper/Makefile	Sun Jan 17 13:21:50 2016	(r406435)
+++ head/security/rubygem-doorkeeper/Makefile	Sun Jan 17 13:21:54 2016	(r406436)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	doorkeeper
-PORTVERSION=	3.0.1
+PORTVERSION=	3.1.0
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 

Modified: head/security/rubygem-doorkeeper/distinfo
==============================================================================
--- head/security/rubygem-doorkeeper/distinfo	Sun Jan 17 13:21:50 2016	(r406435)
+++ head/security/rubygem-doorkeeper/distinfo	Sun Jan 17 13:21:54 2016	(r406436)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/doorkeeper-3.0.1.gem) = 155d938673bf1a4009ecc7c6f20aec55e5e6c4aad99386d289f4bbe562ed3ba2
-SIZE (rubygem/doorkeeper-3.0.1.gem) = 96768
+SHA256 (rubygem/doorkeeper-3.1.0.gem) = 6f464bbced0d9946bd3569f9fac3d73ed94f4151fd38e52eeef08244f0ada8ec
+SIZE (rubygem/doorkeeper-3.1.0.gem) = 98304

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:22:00 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 980E9A856A8;
 Sun, 17 Jan 2016 13:22:00 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 61CDB11A9;
 Sun, 17 Jan 2016 13:22:00 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDLxNa016518;
 Sun, 17 Jan 2016 13:21:59 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDLxWc016517;
 Sun, 17 Jan 2016 13:21:59 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171321.u0HDLxWc016517@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:21:59 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406437 - head/security/rubygem-encryptor
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:22:00 -0000

Author: sunpoet
Date: Sun Jan 17 13:21:59 2016
New Revision: 406437
URL: https://svnweb.freebsd.org/changeset/ports/406437

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/security/rubygem-encryptor/Makefile

Modified: head/security/rubygem-encryptor/Makefile
==============================================================================
--- head/security/rubygem-encryptor/Makefile	Sun Jan 17 13:21:54 2016	(r406436)
+++ head/security/rubygem-encryptor/Makefile	Sun Jan 17 13:21:59 2016	(r406437)
@@ -10,7 +10,9 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Wrapper for the standard ruby OpenSSL library
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=yes

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:22:05 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF017A856D2;
 Sun, 17 Jan 2016 13:22:05 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 5A3A712C7;
 Sun, 17 Jan 2016 13:22:05 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDM4Fq016671;
 Sun, 17 Jan 2016 13:22:04 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDM4i1016668;
 Sun, 17 Jan 2016 13:22:04 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171322.u0HDM4i1016668@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:22:04 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406438 - head/security/rubygem-omniauth
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:22:05 -0000

Author: sunpoet
Date: Sun Jan 17 13:22:03 2016
New Revision: 406438
URL: https://svnweb.freebsd.org/changeset/ports/406438

Log:
  - Update to 1.3.1
  - Update WWW
  
  Changes:	https://github.com/intridea/omniauth/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/security/rubygem-omniauth/Makefile
  head/security/rubygem-omniauth/distinfo
  head/security/rubygem-omniauth/pkg-descr

Modified: head/security/rubygem-omniauth/Makefile
==============================================================================
--- head/security/rubygem-omniauth/Makefile	Sun Jan 17 13:21:59 2016	(r406437)
+++ head/security/rubygem-omniauth/Makefile	Sun Jan 17 13:22:03 2016	(r406438)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	omniauth
-PORTVERSION=	1.2.2
-PORTREVISION=	1
+PORTVERSION=	1.3.1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 

Modified: head/security/rubygem-omniauth/distinfo
==============================================================================
--- head/security/rubygem-omniauth/distinfo	Sun Jan 17 13:21:59 2016	(r406437)
+++ head/security/rubygem-omniauth/distinfo	Sun Jan 17 13:22:03 2016	(r406438)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/omniauth-1.2.2.gem) = 939eabc200dc19d624ad02020b9f9258a69429b2250b883e47ce2cf76c6a10b8
-SIZE (rubygem/omniauth-1.2.2.gem) = 27648
+SHA256 (rubygem/omniauth-1.3.1.gem) = 579884ac0911e844b9fd3009961fd20b5e5aa11efb6e33cf02213a36ffeb586f
+SIZE (rubygem/omniauth-1.3.1.gem) = 19456

Modified: head/security/rubygem-omniauth/pkg-descr
==============================================================================
--- head/security/rubygem-omniauth/pkg-descr	Sun Jan 17 13:21:59 2016	(r406437)
+++ head/security/rubygem-omniauth/pkg-descr	Sun Jan 17 13:22:03 2016	(r406438)
@@ -1,3 +1,3 @@
 A generalized Rack framework for multiple-provider authentication.
 
-WWW: http://github.com/intridea/omniauth
+WWW: https://github.com/intridea/omniauth

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:22:10 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B490A856F6;
 Sun, 17 Jan 2016 13:22:10 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 5775313A9;
 Sun, 17 Jan 2016 13:22:10 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDM9NO016803;
 Sun, 17 Jan 2016 13:22:09 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDM9CO016800;
 Sun, 17 Jan 2016 13:22:09 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171322.u0HDM9CO016800@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:22:09 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406439 - in head/net/rubygem-omniauth-google-oauth2: .
 files
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:22:10 -0000

Author: sunpoet
Date: Sun Jan 17 13:22:08 2016
New Revision: 406439
URL: https://svnweb.freebsd.org/changeset/ports/406439

Log:
  - Update to 0.3.0
  
  Changes:	https://github.com/zquestz/omniauth-google-oauth2/blob/master/CHANGELOG.md
  Sponsored by:	PortsCamp Taiwan

Deleted:
  head/net/rubygem-omniauth-google-oauth2/files/
Modified:
  head/net/rubygem-omniauth-google-oauth2/Makefile
  head/net/rubygem-omniauth-google-oauth2/distinfo

Modified: head/net/rubygem-omniauth-google-oauth2/Makefile
==============================================================================
--- head/net/rubygem-omniauth-google-oauth2/Makefile	Sun Jan 17 13:22:03 2016	(r406438)
+++ head/net/rubygem-omniauth-google-oauth2/Makefile	Sun Jan 17 13:22:08 2016	(r406439)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	omniauth-google-oauth2
-PORTVERSION=	0.2.10
+PORTVERSION=	0.3.0
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 

Modified: head/net/rubygem-omniauth-google-oauth2/distinfo
==============================================================================
--- head/net/rubygem-omniauth-google-oauth2/distinfo	Sun Jan 17 13:22:03 2016	(r406438)
+++ head/net/rubygem-omniauth-google-oauth2/distinfo	Sun Jan 17 13:22:08 2016	(r406439)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/omniauth-google-oauth2-0.2.10.gem) = d1119392a15c77606a153b86ec343ae6153182410da334cefe7ca717cd74a4d2
-SIZE (rubygem/omniauth-google-oauth2-0.2.10.gem) = 18432
+SHA256 (rubygem/omniauth-google-oauth2-0.3.0.gem) = 1e9d6f4c6b2113c65d61fcd49b67bc691dba6f6cc9b97a64008cb8dc72c7309d
+SIZE (rubygem/omniauth-google-oauth2-0.3.0.gem) = 18432

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:22:14 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8D64A85724;
 Sun, 17 Jan 2016 13:22:14 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 9F24314DD;
 Sun, 17 Jan 2016 13:22:14 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDMDEU016906;
 Sun, 17 Jan 2016 13:22:13 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDMDO5016905;
 Sun, 17 Jan 2016 13:22:13 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171322.u0HDMDO5016905@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:22:13 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406440 - head/net/rubygem-omniauth-oauth
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:22:14 -0000

Author: sunpoet
Date: Sun Jan 17 13:22:13 2016
New Revision: 406440
URL: https://svnweb.freebsd.org/changeset/ports/406440

Log:
  - Add LICENSE_FILE
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/net/rubygem-omniauth-oauth/Makefile

Modified: head/net/rubygem-omniauth-oauth/Makefile
==============================================================================
--- head/net/rubygem-omniauth-oauth/Makefile	Sun Jan 17 13:22:08 2016	(r406439)
+++ head/net/rubygem-omniauth-oauth/Makefile	Sun Jan 17 13:22:13 2016	(r406440)
@@ -9,12 +9,12 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Generic OAuth strategy for OmniAuth
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	rubygem-oauth>=0:${PORTSDIR}/net/rubygem-oauth \
 		rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:22:19 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC3C5A85747;
 Sun, 17 Jan 2016 13:22:19 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 1AC2215FA;
 Sun, 17 Jan 2016 13:22:19 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDMIm0017011;
 Sun, 17 Jan 2016 13:22:18 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDMI53017010;
 Sun, 17 Jan 2016 13:22:18 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171322.u0HDMI53017010@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:22:18 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406441 - head/net/rubygem-omniauth-openid
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:22:20 -0000

Author: sunpoet
Date: Sun Jan 17 13:22:17 2016
New Revision: 406441
URL: https://svnweb.freebsd.org/changeset/ports/406441

Log:
  - Add LICENSE_FILE
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/net/rubygem-omniauth-openid/Makefile

Modified: head/net/rubygem-omniauth-openid/Makefile
==============================================================================
--- head/net/rubygem-omniauth-openid/Makefile	Sun Jan 17 13:22:13 2016	(r406440)
+++ head/net/rubygem-omniauth-openid/Makefile	Sun Jan 17 13:22:17 2016	(r406441)
@@ -10,12 +10,12 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	OpenID strategy for OmniAuth
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth \
 		rubygem-rack-openid>=1.3.1:${PORTSDIR}/www/rubygem-rack-openid
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:22:23 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9E58A85764;
 Sun, 17 Jan 2016 13:22:23 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 9BA8C1797;
 Sun, 17 Jan 2016 13:22:23 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDMMDC017130;
 Sun, 17 Jan 2016 13:22:22 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDMMno017128;
 Sun, 17 Jan 2016 13:22:22 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171322.u0HDMMno017128@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:22:22 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406442 - head/sysutils/rubygem-puppet_forge
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:22:23 -0000

Author: sunpoet
Date: Sun Jan 17 13:22:22 2016
New Revision: 406442
URL: https://svnweb.freebsd.org/changeset/ports/406442

Log:
  - Update to 2.1.2
  
  Changes:	https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/sysutils/rubygem-puppet_forge/Makefile
  head/sysutils/rubygem-puppet_forge/distinfo

Modified: head/sysutils/rubygem-puppet_forge/Makefile
==============================================================================
--- head/sysutils/rubygem-puppet_forge/Makefile	Sun Jan 17 13:22:17 2016	(r406441)
+++ head/sysutils/rubygem-puppet_forge/Makefile	Sun Jan 17 13:22:22 2016	(r406442)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	puppet_forge
-PORTVERSION=	2.1.1
+PORTVERSION=	2.1.2
 CATEGORIES=	sysutils rubygems
 MASTER_SITES=	RG
 

Modified: head/sysutils/rubygem-puppet_forge/distinfo
==============================================================================
--- head/sysutils/rubygem-puppet_forge/distinfo	Sun Jan 17 13:22:17 2016	(r406441)
+++ head/sysutils/rubygem-puppet_forge/distinfo	Sun Jan 17 13:22:22 2016	(r406442)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/puppet_forge-2.1.1.gem) = f4a429ffbb417e430a956d01d991b3c5ee72175b98d74453f7cc43eb8b8885df
-SIZE (rubygem/puppet_forge-2.1.1.gem) = 768512
+SHA256 (rubygem/puppet_forge-2.1.2.gem) = f0ebb4eeac9f156aeda00f5d652501656ed6c7214843f91869723b1b4c51102c
+SIZE (rubygem/puppet_forge-2.1.2.gem) = 773632

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:22:28 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF4ABA85790;
 Sun, 17 Jan 2016 13:22:28 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 8429A18A9;
 Sun, 17 Jan 2016 13:22:28 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDMRsm017860;
 Sun, 17 Jan 2016 13:22:27 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDMRTw017858;
 Sun, 17 Jan 2016 13:22:27 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171322.u0HDMRTw017858@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:22:27 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406443 - head/sysutils/rubygem-smart_proxy_chef
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:22:28 -0000

Author: sunpoet
Date: Sun Jan 17 13:22:27 2016
New Revision: 406443
URL: https://svnweb.freebsd.org/changeset/ports/406443

Log:
  - Update to 0.1.6
  - Add LICENSE_FILE
  - Fix indent
  
  Changes:	https://github.com/theforeman/smart_proxy_chef/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/sysutils/rubygem-smart_proxy_chef/Makefile
  head/sysutils/rubygem-smart_proxy_chef/distinfo

Modified: head/sysutils/rubygem-smart_proxy_chef/Makefile
==============================================================================
--- head/sysutils/rubygem-smart_proxy_chef/Makefile	Sun Jan 17 13:22:22 2016	(r406442)
+++ head/sysutils/rubygem-smart_proxy_chef/Makefile	Sun Jan 17 13:22:27 2016	(r406443)
@@ -2,30 +2,29 @@
 # $FreeBSD$
 
 PORTNAME=	smart_proxy_chef
-PORTVERSION=	0.1.5
+PORTVERSION=	0.1.6
 CATEGORIES=	sysutils ruby
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
-COMMENT=	Chef Plug-In for Foreman's Smart Proxy
+COMMENT=	Chef Plug-In for Foreman\'s Smart Proxy
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	foreman-proxy>=1.8.0:${PORTSDIR}/net/foreman-proxy \
 		rubygem-chef-api>0:${PORTSDIR}/sysutils/rubygem-chef-api
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
 post-install:
-		${MKDIR} ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d
-		${INSTALL_DATA} ${WRKSRC}/settings.d/chef.yml.example \
-			${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d/chef.yml.sample
-		${MKDIR} ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d
-		${INSTALL_DATA} ${WRKSRC}/bundler.d/chef.rb \
-			${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d/chef.rb
+	${MKDIR} ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d
+	${INSTALL_DATA} ${WRKSRC}/settings.d/chef.yml.example \
+		${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d/chef.yml.sample
+	${INSTALL_DATA} ${WRKSRC}/bundler.d/chef.rb \
+		${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d/chef.rb
 
 .include 

Modified: head/sysutils/rubygem-smart_proxy_chef/distinfo
==============================================================================
--- head/sysutils/rubygem-smart_proxy_chef/distinfo	Sun Jan 17 13:22:22 2016	(r406442)
+++ head/sysutils/rubygem-smart_proxy_chef/distinfo	Sun Jan 17 13:22:27 2016	(r406443)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/smart_proxy_chef-0.1.5.gem) = c64185e8767fbf7684ec24b3d7adbfc53de56a77f786bcde65f1529439691e9d
-SIZE (rubygem/smart_proxy_chef-0.1.5.gem) = 19968
+SHA256 (rubygem/smart_proxy_chef-0.1.6.gem) = ccaa69ba04bd2028d3bcdbc9e54e9facdf9e6a91ce0ea9afff9eecf32bfc76ca
+SIZE (rubygem/smart_proxy_chef-0.1.6.gem) = 19968

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:22:33 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D145A857BD;
 Sun, 17 Jan 2016 13:22:33 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 3D28719CE;
 Sun, 17 Jan 2016 13:22:33 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDMWuI017981;
 Sun, 17 Jan 2016 13:22:32 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDMWLT017979;
 Sun, 17 Jan 2016 13:22:32 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171322.u0HDMWLT017979@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:22:32 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406444 - head/sysutils/rubygem-sys-proctable
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:22:33 -0000

Author: sunpoet
Date: Sun Jan 17 13:22:31 2016
New Revision: 406444
URL: https://svnweb.freebsd.org/changeset/ports/406444

Log:
  - Update to 1.0.0
  - Use DISTVERSIONFULL
  
  Changes:	https://github.com/djberg96/sys-proctable/blob/master/CHANGES
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/sysutils/rubygem-sys-proctable/Makefile
  head/sysutils/rubygem-sys-proctable/distinfo

Modified: head/sysutils/rubygem-sys-proctable/Makefile
==============================================================================
--- head/sysutils/rubygem-sys-proctable/Makefile	Sun Jan 17 13:22:27 2016	(r406443)
+++ head/sysutils/rubygem-sys-proctable/Makefile	Sun Jan 17 13:22:31 2016	(r406444)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sys-proctable
-PORTVERSION=	0.9.9
+PORTVERSION=	1.0.0
 DISTVERSIONSUFFIX=	-universal-freebsd
 CATEGORIES=	sysutils rubygems
 MASTER_SITES=	RG
@@ -14,7 +14,7 @@ LICENSE=	ART20
 
 RUN_DEPENDS=	rubygem-ffi>=0:${PORTSDIR}/devel/rubygem-ffi
 
-GEM_NAME=	${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX}
+GEM_NAME=	${PORTNAME}-${DISTVERSIONFULL}
 NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes

Modified: head/sysutils/rubygem-sys-proctable/distinfo
==============================================================================
--- head/sysutils/rubygem-sys-proctable/distinfo	Sun Jan 17 13:22:27 2016	(r406443)
+++ head/sysutils/rubygem-sys-proctable/distinfo	Sun Jan 17 13:22:31 2016	(r406444)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/sys-proctable-0.9.9-universal-freebsd.gem) = 3971f561939c7871036ad5c88bb42dc68ceeb607bff3f1fe62059956e2f4a19b
-SIZE (rubygem/sys-proctable-0.9.9-universal-freebsd.gem) = 24064
+SHA256 (rubygem/sys-proctable-1.0.0-universal-freebsd.gem) = a35282d867561df2ca9ed2fdc47bf6ce9b67cf228483b526880439606b383af2
+SIZE (rubygem/sys-proctable-1.0.0-universal-freebsd.gem) = 24064

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:22:38 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A148A857F9;
 Sun, 17 Jan 2016 13:22:38 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id E1C431AC6;
 Sun, 17 Jan 2016 13:22:37 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDMai9018097;
 Sun, 17 Jan 2016 13:22:36 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDMaKi018095;
 Sun, 17 Jan 2016 13:22:36 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171322.u0HDMaKi018095@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:22:36 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406445 - head/textproc/rubygem-asciidoctor
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:22:38 -0000

Author: sunpoet
Date: Sun Jan 17 13:22:36 2016
New Revision: 406445
URL: https://svnweb.freebsd.org/changeset/ports/406445

Log:
  - Update to 1.5.4
  
  Changes:	https://github.com/asciidoctor/asciidoctor/blob/master/CHANGELOG.adoc
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/textproc/rubygem-asciidoctor/Makefile
  head/textproc/rubygem-asciidoctor/distinfo

Modified: head/textproc/rubygem-asciidoctor/Makefile
==============================================================================
--- head/textproc/rubygem-asciidoctor/Makefile	Sun Jan 17 13:22:31 2016	(r406444)
+++ head/textproc/rubygem-asciidoctor/Makefile	Sun Jan 17 13:22:36 2016	(r406445)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	asciidoctor
-PORTVERSION=	1.5.3
+PORTVERSION=	1.5.4
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 

Modified: head/textproc/rubygem-asciidoctor/distinfo
==============================================================================
--- head/textproc/rubygem-asciidoctor/distinfo	Sun Jan 17 13:22:31 2016	(r406444)
+++ head/textproc/rubygem-asciidoctor/distinfo	Sun Jan 17 13:22:36 2016	(r406445)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/asciidoctor-1.5.3.gem) = a0eeb3e5393edc36c49bbab8ec538fca19ebc44bcdb15f02a461ce2aac823e61
-SIZE (rubygem/asciidoctor-1.5.3.gem) = 353280
+SHA256 (rubygem/asciidoctor-1.5.4.gem) = 0ca7c78528165b194b678a71f5bc600aafbee3dfa5bcd40c042e382d5d883477
+SIZE (rubygem/asciidoctor-1.5.4.gem) = 356864

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:22:43 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13592A8581E;
 Sun, 17 Jan 2016 13:22:43 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id CECD31BFA;
 Sun, 17 Jan 2016 13:22:42 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDMfgV018220;
 Sun, 17 Jan 2016 13:22:41 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDMfKw018218;
 Sun, 17 Jan 2016 13:22:41 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171322.u0HDMfKw018218@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:22:41 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406446 - head/textproc/rubygem-diffy
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:22:43 -0000

Author: sunpoet
Date: Sun Jan 17 13:22:41 2016
New Revision: 406446
URL: https://svnweb.freebsd.org/changeset/ports/406446

Log:
  - Update to 3.1.0
  - Add LICENSE_FILE
  
  Changes:	https://github.com/samg/diffy/blob/master/CHANGELOG
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/textproc/rubygem-diffy/Makefile
  head/textproc/rubygem-diffy/distinfo

Modified: head/textproc/rubygem-diffy/Makefile
==============================================================================
--- head/textproc/rubygem-diffy/Makefile	Sun Jan 17 13:22:36 2016	(r406445)
+++ head/textproc/rubygem-diffy/Makefile	Sun Jan 17 13:22:41 2016	(r406446)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	diffy
-PORTVERSION=	3.0.7
+PORTVERSION=	3.1.0
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -10,6 +10,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Convenient diffing in ruby
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
 USE_RUBY=	yes

Modified: head/textproc/rubygem-diffy/distinfo
==============================================================================
--- head/textproc/rubygem-diffy/distinfo	Sun Jan 17 13:22:36 2016	(r406445)
+++ head/textproc/rubygem-diffy/distinfo	Sun Jan 17 13:22:41 2016	(r406446)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/diffy-3.0.7.gem) = 80ee447ed0b97ec6f23bce56588c30931bc6df5fccee8511aa39bd104acc8046
-SIZE (rubygem/diffy-3.0.7.gem) = 16384
+SHA256 (rubygem/diffy-3.1.0.gem) = 72161a619117127af958d3fca3d04a1f6dd6c5bb416209ff923aa4ed7e5cf1ab
+SIZE (rubygem/diffy-3.1.0.gem) = 17408

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:22:47 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8BFBA85845;
 Sun, 17 Jan 2016 13:22:47 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 7272C1CA2;
 Sun, 17 Jan 2016 13:22:47 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDMkCf018337;
 Sun, 17 Jan 2016 13:22:46 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDMkNr018335;
 Sun, 17 Jan 2016 13:22:46 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171322.u0HDMkNr018335@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:22:46 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406447 - head/textproc/rubygem-jekyll-assets
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:22:47 -0000

Author: sunpoet
Date: Sun Jan 17 13:22:46 2016
New Revision: 406447
URL: https://svnweb.freebsd.org/changeset/ports/406447

Log:
  - Update to 2.1.2
  
  Changes:	https://github.com/jekyll/jekyll-assets/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/textproc/rubygem-jekyll-assets/Makefile
  head/textproc/rubygem-jekyll-assets/distinfo

Modified: head/textproc/rubygem-jekyll-assets/Makefile
==============================================================================
--- head/textproc/rubygem-jekyll-assets/Makefile	Sun Jan 17 13:22:41 2016	(r406446)
+++ head/textproc/rubygem-jekyll-assets/Makefile	Sun Jan 17 13:22:46 2016	(r406447)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jekyll-assets
-PORTVERSION=	2.0.3
+PORTVERSION=	2.1.2
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -15,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	rubygem-fastimage>=1.8:${PORTSDIR}/graphics/rubygem-fastimage \
 		rubygem-jekyll>=3.0:${PORTSDIR}/www/rubygem-jekyll \
 		rubygem-sprockets3>=3.3:${PORTSDIR}/devel/rubygem-sprockets3 \
-		rubygem-sprockets-helpers>=1.2:${PORTSDIR}/devel/rubygem-sprockets-helpers
+		rubygem-sprockets-helpers>=1.2:${PORTSDIR}/devel/rubygem-sprockets-helpers \
+		rubygem-tilt>=2.0:${PORTSDIR}/devel/rubygem-tilt
 
 NO_ARCH=	yes
 USE_RUBY=	yes

Modified: head/textproc/rubygem-jekyll-assets/distinfo
==============================================================================
--- head/textproc/rubygem-jekyll-assets/distinfo	Sun Jan 17 13:22:41 2016	(r406446)
+++ head/textproc/rubygem-jekyll-assets/distinfo	Sun Jan 17 13:22:46 2016	(r406447)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/jekyll-assets-2.0.3.gem) = 72c128931eecc75a278b311ac6561981c37076dcf28e4c26def1f1eba6da516d
-SIZE (rubygem/jekyll-assets-2.0.3.gem) = 19456
+SHA256 (rubygem/jekyll-assets-2.1.2.gem) = 66d5dc5d99738aaf3b1a91b7cc8dff65f259645801bec8da52406b904abf806d
+SIZE (rubygem/jekyll-assets-2.1.2.gem) = 20480

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:22:52 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68B69A8587A;
 Sun, 17 Jan 2016 13:22:52 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 39CC71D78;
 Sun, 17 Jan 2016 13:22:52 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDMp8w018457;
 Sun, 17 Jan 2016 13:22:51 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDMp69018455;
 Sun, 17 Jan 2016 13:22:51 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171322.u0HDMp69018455@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:22:51 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406448 - head/textproc/rubygem-jekyll-feed
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:22:52 -0000

Author: sunpoet
Date: Sun Jan 17 13:22:50 2016
New Revision: 406448
URL: https://svnweb.freebsd.org/changeset/ports/406448

Log:
  - Update to 0.4.0
  
  Changes:	https://github.com/jekyll/jekyll-feed/blob/master/History.markdown
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/textproc/rubygem-jekyll-feed/Makefile
  head/textproc/rubygem-jekyll-feed/distinfo

Modified: head/textproc/rubygem-jekyll-feed/Makefile
==============================================================================
--- head/textproc/rubygem-jekyll-feed/Makefile	Sun Jan 17 13:22:46 2016	(r406447)
+++ head/textproc/rubygem-jekyll-feed/Makefile	Sun Jan 17 13:22:50 2016	(r406448)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	jekyll-feed
-PORTVERSION=	0.3.1
+PORTVERSION=	0.4.0
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 

Modified: head/textproc/rubygem-jekyll-feed/distinfo
==============================================================================
--- head/textproc/rubygem-jekyll-feed/distinfo	Sun Jan 17 13:22:46 2016	(r406447)
+++ head/textproc/rubygem-jekyll-feed/distinfo	Sun Jan 17 13:22:50 2016	(r406448)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/jekyll-feed-0.3.1.gem) = d067f477f297b14ba22f134e95e5f2c177171be95ed5a5790a24b68efa12ef33
-SIZE (rubygem/jekyll-feed-0.3.1.gem) = 68608
+SHA256 (rubygem/jekyll-feed-0.4.0.gem) = 6827c770c36fa2622b8dce616186b09618a53cfd7d53441edb35d9cb86ee1ac6
+SIZE (rubygem/jekyll-feed-0.4.0.gem) = 12288

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:22:56 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5BC1A858B0;
 Sun, 17 Jan 2016 13:22:56 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id B8F931E49;
 Sun, 17 Jan 2016 13:22:56 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDMtwf018576;
 Sun, 17 Jan 2016 13:22:55 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDMtOP018574;
 Sun, 17 Jan 2016 13:22:55 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171322.u0HDMtOP018574@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:22:55 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406449 - head/textproc/rubygem-jekyll-redirect-from
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:22:57 -0000

Author: sunpoet
Date: Sun Jan 17 13:22:55 2016
New Revision: 406449
URL: https://svnweb.freebsd.org/changeset/ports/406449

Log:
  - Update to 0.9.1
  
  Changes:	https://github.com/jekyll/jekyll-redirect-from/blob/master/History.markdown
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/textproc/rubygem-jekyll-redirect-from/Makefile
  head/textproc/rubygem-jekyll-redirect-from/distinfo

Modified: head/textproc/rubygem-jekyll-redirect-from/Makefile
==============================================================================
--- head/textproc/rubygem-jekyll-redirect-from/Makefile	Sun Jan 17 13:22:50 2016	(r406448)
+++ head/textproc/rubygem-jekyll-redirect-from/Makefile	Sun Jan 17 13:22:55 2016	(r406449)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	jekyll-redirect-from
-PORTVERSION=	0.9.0
+PORTVERSION=	0.9.1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 

Modified: head/textproc/rubygem-jekyll-redirect-from/distinfo
==============================================================================
--- head/textproc/rubygem-jekyll-redirect-from/distinfo	Sun Jan 17 13:22:50 2016	(r406448)
+++ head/textproc/rubygem-jekyll-redirect-from/distinfo	Sun Jan 17 13:22:55 2016	(r406449)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/jekyll-redirect-from-0.9.0.gem) = a3a5b0e0cf15cb0c22fc92b9c6ab1fa81c6ed6abaa9cd7ed6724964916c0d7fa
-SIZE (rubygem/jekyll-redirect-from-0.9.0.gem) = 12800
+SHA256 (rubygem/jekyll-redirect-from-0.9.1.gem) = e80b859fd6b797ff1a49f984b82f36a0ecfec1438b491dae47d7e6ea2b2da9a0
+SIZE (rubygem/jekyll-redirect-from-0.9.1.gem) = 12800

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:23:01 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3174A858D2;
 Sun, 17 Jan 2016 13:23:01 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 721DB1F2E;
 Sun, 17 Jan 2016 13:23:01 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDN0sU018698;
 Sun, 17 Jan 2016 13:23:00 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDN0hH018696;
 Sun, 17 Jan 2016 13:23:00 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171323.u0HDN0hH018696@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:23:00 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406450 - head/textproc/rubygem-nokogumbo
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:23:01 -0000

Author: sunpoet
Date: Sun Jan 17 13:23:00 2016
New Revision: 406450
URL: https://svnweb.freebsd.org/changeset/ports/406450

Log:
  - Update to 1.4.7
  
  Changes:	https://github.com/rubys/nokogumbo/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/textproc/rubygem-nokogumbo/Makefile
  head/textproc/rubygem-nokogumbo/distinfo

Modified: head/textproc/rubygem-nokogumbo/Makefile
==============================================================================
--- head/textproc/rubygem-nokogumbo/Makefile	Sun Jan 17 13:22:55 2016	(r406449)
+++ head/textproc/rubygem-nokogumbo/Makefile	Sun Jan 17 13:23:00 2016	(r406450)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nokogumbo
-PORTVERSION=	1.4.6
+PORTVERSION=	1.4.7
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 

Modified: head/textproc/rubygem-nokogumbo/distinfo
==============================================================================
--- head/textproc/rubygem-nokogumbo/distinfo	Sun Jan 17 13:22:55 2016	(r406449)
+++ head/textproc/rubygem-nokogumbo/distinfo	Sun Jan 17 13:23:00 2016	(r406450)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/nokogumbo-1.4.6.gem) = 310261b82baa7c740544d0c1244338d8fa83864785910fe836734de53bd34c9a
-SIZE (rubygem/nokogumbo-1.4.6.gem) = 227328
+SHA256 (rubygem/nokogumbo-1.4.7.gem) = 39adb157eb8aaaef0f104cce973afad06d6fdc62b5bb65d37190dc6d8b285d79
+SIZE (rubygem/nokogumbo-1.4.7.gem) = 227328

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:23:06 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EC38A85908;
 Sun, 17 Jan 2016 13:23:06 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 5D773100E;
 Sun, 17 Jan 2016 13:23:06 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDN5UX018827;
 Sun, 17 Jan 2016 13:23:05 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDN5ZY018825;
 Sun, 17 Jan 2016 13:23:05 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171323.u0HDN5ZY018825@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:23:05 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406451 - in head/textproc/rubygem-sanitize: . files
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:23:06 -0000

Author: sunpoet
Date: Sun Jan 17 13:23:05 2016
New Revision: 406451
URL: https://svnweb.freebsd.org/changeset/ports/406451

Log:
  - Update to 4.0.1
  
  Changes:	https://github.com/rgrove/sanitize/blob/master/HISTORY.md
  Sponsored by:	PortsCamp Taiwan

Deleted:
  head/textproc/rubygem-sanitize/files/
Modified:
  head/textproc/rubygem-sanitize/Makefile
  head/textproc/rubygem-sanitize/distinfo

Modified: head/textproc/rubygem-sanitize/Makefile
==============================================================================
--- head/textproc/rubygem-sanitize/Makefile	Sun Jan 17 13:23:00 2016	(r406450)
+++ head/textproc/rubygem-sanitize/Makefile	Sun Jan 17 13:23:05 2016	(r406451)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sanitize
-PORTVERSION=	4.0.0
-PORTREVISION=	1
+PORTVERSION=	4.0.1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 

Modified: head/textproc/rubygem-sanitize/distinfo
==============================================================================
--- head/textproc/rubygem-sanitize/distinfo	Sun Jan 17 13:23:00 2016	(r406450)
+++ head/textproc/rubygem-sanitize/distinfo	Sun Jan 17 13:23:05 2016	(r406451)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/sanitize-4.0.0.gem) = 56445c9c609e98e855902d0be6c76a687a2987c698f56a983feedd1d8b46676a
-SIZE (rubygem/sanitize-4.0.0.gem) = 38912
+SHA256 (rubygem/sanitize-4.0.1.gem) = 7c9d325cd44120f74bb052389d4b464e3fcb9cd46e24b0ff59582c3196e52f1e
+SIZE (rubygem/sanitize-4.0.1.gem) = 38912

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:23:12 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3ACBA85938;
 Sun, 17 Jan 2016 13:23:11 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 68B161115;
 Sun, 17 Jan 2016 13:23:11 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDNA6X018962;
 Sun, 17 Jan 2016 13:23:10 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDNAhE018959;
 Sun, 17 Jan 2016 13:23:10 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171323.u0HDNAhE018959@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:23:10 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406452 - in head/textproc/rubygem-html-pipeline-gitlab:
 . files
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:23:12 -0000

Author: sunpoet
Date: Sun Jan 17 13:23:10 2016
New Revision: 406452
URL: https://svnweb.freebsd.org/changeset/ports/406452

Log:
  - Rename gemspec patch to patch-gemspec
  
  Sponsored by:	PortsCamp Taiwan

Added:
  head/textproc/rubygem-html-pipeline-gitlab/files/patch-gemspec
     - copied unchanged from r406451, head/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec
Deleted:
  head/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec
Modified:
  head/textproc/rubygem-html-pipeline-gitlab/Makefile

Modified: head/textproc/rubygem-html-pipeline-gitlab/Makefile
==============================================================================
--- head/textproc/rubygem-html-pipeline-gitlab/Makefile	Sun Jan 17 13:23:05 2016	(r406451)
+++ head/textproc/rubygem-html-pipeline-gitlab/Makefile	Sun Jan 17 13:23:10 2016	(r406452)
@@ -12,9 +12,9 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-actionpack4>=4:${PORTSDIR}/www/rubygem-actionpack4 \
-		rubygem-gitlab_emoji>=0.1.0:${PORTSDIR}/graphics/rubygem-gitlab_emoji \
+		rubygem-gitlab_emoji>=0.1:${PORTSDIR}/graphics/rubygem-gitlab_emoji \
 		rubygem-html-pipeline>=1.11.0:${PORTSDIR}/textproc/rubygem-html-pipeline \
-		rubygem-mime-types>0:${PORTSDIR}/misc/rubygem-mime-types \
+		rubygem-mime-types>=0:${PORTSDIR}/misc/rubygem-mime-types \
 		rubygem-sanitize>=2.1:${PORTSDIR}/textproc/rubygem-sanitize
 
 NO_ARCH=	yes

Copied: head/textproc/rubygem-html-pipeline-gitlab/files/patch-gemspec (from r406451, head/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-html-pipeline-gitlab/files/patch-gemspec	Sun Jan 17 13:23:10 2016	(r406452, copy of r406451, head/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec)
@@ -0,0 +1,14 @@
+--- html-pipeline-gitlab.gemspec.orig	2015-10-29 21:00:29 UTC
++++ html-pipeline-gitlab.gemspec
+@@ -25,9 +25,9 @@ Gem::Specification.new do |s|
+       s.add_development_dependency(%q, ["~> 1.6"])
+       s.add_development_dependency(%q, ["~> 10.0"])
+       s.add_development_dependency(%q, ["~> 0.9"])
+-      s.add_runtime_dependency(%q, ["~> 1.11.0"])
++      s.add_runtime_dependency(%q, [">= 1.11.0"])
+       s.add_runtime_dependency(%q, ["~> 0.1"])
+-      s.add_runtime_dependency(%q, ["~> 2.1"])
++      s.add_runtime_dependency(%q, [">= 2.1"])
+       s.add_runtime_dependency(%q, ["~> 4"])
+       s.add_runtime_dependency(%q, [">= 0"])
+     else

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:23:16 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 289A5A85971;
 Sun, 17 Jan 2016 13:23:16 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id ED90A1231;
 Sun, 17 Jan 2016 13:23:15 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDNEZD019079;
 Sun, 17 Jan 2016 13:23:14 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDNEHP019077;
 Sun, 17 Jan 2016 13:23:14 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171323.u0HDNEHP019077@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:23:14 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406453 - head/textproc/rubygem-octopress-escape-code
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:23:16 -0000

Author: sunpoet
Date: Sun Jan 17 13:23:14 2016
New Revision: 406453
URL: https://svnweb.freebsd.org/changeset/ports/406453

Log:
  - Update to 2.1.1
  
  Changes:	https://github.com/octopress/escape-code/blob/master/CHANGELOG.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/textproc/rubygem-octopress-escape-code/Makefile
  head/textproc/rubygem-octopress-escape-code/distinfo

Modified: head/textproc/rubygem-octopress-escape-code/Makefile
==============================================================================
--- head/textproc/rubygem-octopress-escape-code/Makefile	Sun Jan 17 13:23:10 2016	(r406452)
+++ head/textproc/rubygem-octopress-escape-code/Makefile	Sun Jan 17 13:23:14 2016	(r406453)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	octopress-escape-code
-PORTVERSION=	2.0.6
+PORTVERSION=	2.1.1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +11,7 @@ COMMENT=	Adds escape sequences for code 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-octopress-hooks>=2.0:${PORTSDIR}/devel/rubygem-octopress-hooks
+RUN_DEPENDS=	rubygem-jekyll>=3.0:${PORTSDIR}/www/rubygem-jekyll
 
 NO_ARCH=	yes
 USE_RUBY=	yes

Modified: head/textproc/rubygem-octopress-escape-code/distinfo
==============================================================================
--- head/textproc/rubygem-octopress-escape-code/distinfo	Sun Jan 17 13:23:10 2016	(r406452)
+++ head/textproc/rubygem-octopress-escape-code/distinfo	Sun Jan 17 13:23:14 2016	(r406453)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/octopress-escape-code-2.0.6.gem) = e7a084e21341d4bbedee5cab3cad61e4e5367983d45b8d56f880f95c8527cffa
-SIZE (rubygem/octopress-escape-code-2.0.6.gem) = 10752
+SHA256 (rubygem/octopress-escape-code-2.1.1.gem) = c03c6822f14663fe40e2984193352b0e2a143f51ab9eb9ea97a58125934a6a03
+SIZE (rubygem/octopress-escape-code-2.1.1.gem) = 8192

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:23:20 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2D7AA859BC;
 Sun, 17 Jan 2016 13:23:20 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id A01B61328;
 Sun, 17 Jan 2016 13:23:20 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDNJsT019186;
 Sun, 17 Jan 2016 13:23:19 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDNJoE019185;
 Sun, 17 Jan 2016 13:23:19 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171323.u0HDNJoE019185@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:23:19 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406454 - head/devel/rubygem-octopress-hooks
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:23:20 -0000

Author: sunpoet
Date: Sun Jan 17 13:23:19 2016
New Revision: 406454
URL: https://svnweb.freebsd.org/changeset/ports/406454

Log:
  - Add LICENSE_FILE
  - Update RUN_DEPENDS: use jekyll 3
  - Bump PORTREVISION for dependency change
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-octopress-hooks/Makefile

Modified: head/devel/rubygem-octopress-hooks/Makefile
==============================================================================
--- head/devel/rubygem-octopress-hooks/Makefile	Sun Jan 17 13:23:14 2016	(r406453)
+++ head/devel/rubygem-octopress-hooks/Makefile	Sun Jan 17 13:23:19 2016	(r406454)
@@ -2,6 +2,7 @@
 
 PORTNAME=	octopress-hooks
 PORTVERSION=	2.6.1
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -9,8 +10,9 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Allows access to Jekyll data at different internal processing stages
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-jekyll2>=2.0:${PORTSDIR}/www/rubygem-jekyll2
+RUN_DEPENDS=	rubygem-jekyll>=2.0:${PORTSDIR}/www/rubygem-jekyll
 
 NO_ARCH=	yes
 USE_RUBY=	yes

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:23:25 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A6B3A859E5;
 Sun, 17 Jan 2016 13:23:25 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 3BBDE140F;
 Sun, 17 Jan 2016 13:23:25 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDNOil019302;
 Sun, 17 Jan 2016 13:23:24 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDNO0D019300;
 Sun, 17 Jan 2016 13:23:24 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171323.u0HDNO0D019300@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:23:24 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406455 - head/textproc/rubygem-redcarpet
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:23:25 -0000

Author: sunpoet
Date: Sun Jan 17 13:23:23 2016
New Revision: 406455
URL: https://svnweb.freebsd.org/changeset/ports/406455

Log:
  - Update to 3.3.4
  - Add LICENSE_FILE
  
  Changes:	https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/textproc/rubygem-redcarpet/Makefile
  head/textproc/rubygem-redcarpet/distinfo

Modified: head/textproc/rubygem-redcarpet/Makefile
==============================================================================
--- head/textproc/rubygem-redcarpet/Makefile	Sun Jan 17 13:23:19 2016	(r406454)
+++ head/textproc/rubygem-redcarpet/Makefile	Sun Jan 17 13:23:23 2016	(r406455)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	redcarpet
-PORTVERSION=	3.3.3
+PORTVERSION=	3.3.4
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -10,6 +10,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Fast, safe and extensible Markdown to (X)HTML parser
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes

Modified: head/textproc/rubygem-redcarpet/distinfo
==============================================================================
--- head/textproc/rubygem-redcarpet/distinfo	Sun Jan 17 13:23:19 2016	(r406454)
+++ head/textproc/rubygem-redcarpet/distinfo	Sun Jan 17 13:23:23 2016	(r406455)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/redcarpet-3.3.3.gem) = f326d0c013f51cea73351cdb85ddd3906084bc66a1a5638098779d74afe72392
-SIZE (rubygem/redcarpet-3.3.3.gem) = 60416
+SHA256 (rubygem/redcarpet-3.3.4.gem) = 6fbf59f8fa23f84497cfb9bd1601ec35fa32f400d9034bf861c15dbbc02d6813
+SIZE (rubygem/redcarpet-3.3.4.gem) = 60416

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:23:30 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45147A85A12;
 Sun, 17 Jan 2016 13:23:30 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 11DD81529;
 Sun, 17 Jan 2016 13:23:29 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDNS49019411;
 Sun, 17 Jan 2016 13:23:28 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDNSES019410;
 Sun, 17 Jan 2016 13:23:28 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171323.u0HDNSES019410@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:23:28 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406456 - head/www/rubygem-jekyll2
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:23:30 -0000

Author: sunpoet
Date: Sun Jan 17 13:23:28 2016
New Revision: 406456
URL: https://svnweb.freebsd.org/changeset/ports/406456

Log:
  - Add PORTSCOUT
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/rubygem-jekyll2/Makefile

Modified: head/www/rubygem-jekyll2/Makefile
==============================================================================
--- head/www/rubygem-jekyll2/Makefile	Sun Jan 17 13:23:23 2016	(r406455)
+++ head/www/rubygem-jekyll2/Makefile	Sun Jan 17 13:23:28 2016	(r406456)
@@ -30,6 +30,9 @@ RUN_DEPENDS=	rubygem-classifier-reborn>=
 		rubygem-toml>=0.1.0:${PORTSDIR}/devel/rubygem-toml
 
 CONFLICTS_INSTALL=	rubygem-jekyll-3.*
+
+PORTSCOUT=	limit:^2\.
+
 NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:23:34 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DD4BA85A3A;
 Sun, 17 Jan 2016 13:23:34 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 70EC3161A;
 Sun, 17 Jan 2016 13:23:34 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDNXgX019513;
 Sun, 17 Jan 2016 13:23:33 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDNXA0019512;
 Sun, 17 Jan 2016 13:23:33 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171323.u0HDNXA0019512@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:23:33 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406457 - head/www/rubygem-octopress
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:23:34 -0000

Author: sunpoet
Date: Sun Jan 17 13:23:33 2016
New Revision: 406457
URL: https://svnweb.freebsd.org/changeset/ports/406457

Log:
  - Update RUN_DEPENDS: use jekyll 3
  - Bump PORTREVISION for dependency change
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/rubygem-octopress/Makefile

Modified: head/www/rubygem-octopress/Makefile
==============================================================================
--- head/www/rubygem-octopress/Makefile	Sun Jan 17 13:23:28 2016	(r406456)
+++ head/www/rubygem-octopress/Makefile	Sun Jan 17 13:23:33 2016	(r406457)
@@ -2,6 +2,7 @@
 
 PORTNAME=	octopress
 PORTVERSION=	3.0.11
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +12,7 @@ COMMENT=	Static blogging framework lever
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-jekyll2>=2.0:${PORTSDIR}/www/rubygem-jekyll2 \
+RUN_DEPENDS=	rubygem-jekyll>=2.0:${PORTSDIR}/www/rubygem-jekyll \
 		rubygem-mercenary>=0.3.2:${PORTSDIR}/devel/rubygem-mercenary \
 		rubygem-octopress-deploy>=0:${PORTSDIR}/net/rubygem-octopress-deploy \
 		rubygem-octopress-escape-code>=2.0:${PORTSDIR}/textproc/rubygem-octopress-escape-code \

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:23:39 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70934A85A6E;
 Sun, 17 Jan 2016 13:23:39 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 41A7217C3;
 Sun, 17 Jan 2016 13:23:39 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDNc8t019634;
 Sun, 17 Jan 2016 13:23:38 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDNc20019632;
 Sun, 17 Jan 2016 13:23:38 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171323.u0HDNc20019632@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:23:38 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406458 - head/textproc/rubygem-spreadsheet
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:23:39 -0000

Author: sunpoet
Date: Sun Jan 17 13:23:37 2016
New Revision: 406458
URL: https://svnweb.freebsd.org/changeset/ports/406458

Log:
  - Update to 1.1.1
  
  Changes:	https://github.com/zdavatz/spreadsheet/blob/master/History.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/textproc/rubygem-spreadsheet/Makefile
  head/textproc/rubygem-spreadsheet/distinfo

Modified: head/textproc/rubygem-spreadsheet/Makefile
==============================================================================
--- head/textproc/rubygem-spreadsheet/Makefile	Sun Jan 17 13:23:33 2016	(r406457)
+++ head/textproc/rubygem-spreadsheet/Makefile	Sun Jan 17 13:23:37 2016	(r406458)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	spreadsheet
-PORTVERSION=	1.0.9
+PORTVERSION=	1.1.1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 

Modified: head/textproc/rubygem-spreadsheet/distinfo
==============================================================================
--- head/textproc/rubygem-spreadsheet/distinfo	Sun Jan 17 13:23:33 2016	(r406457)
+++ head/textproc/rubygem-spreadsheet/distinfo	Sun Jan 17 13:23:37 2016	(r406458)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/spreadsheet-1.0.9.gem) = a1742b69ef3b2bc4aa7e3b467426f266366342108a4da53c7333a6bc0fc562f9
-SIZE (rubygem/spreadsheet-1.0.9.gem) = 4478976
+SHA256 (rubygem/spreadsheet-1.1.1.gem) = 3fea9d2cebdca04f4a3a63773611941bfb54017889395442791d434d99a4dcd8
+SIZE (rubygem/spreadsheet-1.1.1.gem) = 4479488

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:23:44 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D7C1A85AAD;
 Sun, 17 Jan 2016 13:23:44 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id F052918BA;
 Sun, 17 Jan 2016 13:23:43 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDNgLN019752;
 Sun, 17 Jan 2016 13:23:42 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDNg35019750;
 Sun, 17 Jan 2016 13:23:42 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171323.u0HDNg35019750@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:23:42 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406459 - head/www/rubygem-amazon-ecs
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:23:44 -0000

Author: sunpoet
Date: Sun Jan 17 13:23:42 2016
New Revision: 406459
URL: https://svnweb.freebsd.org/changeset/ports/406459

Log:
  - Update to 2.4.0
  
  Changes:	https://github.com/jugend/amazon-ecs/blob/master/CHANGELOG
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/rubygem-amazon-ecs/Makefile
  head/www/rubygem-amazon-ecs/distinfo

Modified: head/www/rubygem-amazon-ecs/Makefile
==============================================================================
--- head/www/rubygem-amazon-ecs/Makefile	Sun Jan 17 13:23:37 2016	(r406458)
+++ head/www/rubygem-amazon-ecs/Makefile	Sun Jan 17 13:23:42 2016	(r406459)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	amazon-ecs
-PORTVERSION=	2.3.1
+PORTVERSION=	2.4.0
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 

Modified: head/www/rubygem-amazon-ecs/distinfo
==============================================================================
--- head/www/rubygem-amazon-ecs/distinfo	Sun Jan 17 13:23:37 2016	(r406458)
+++ head/www/rubygem-amazon-ecs/distinfo	Sun Jan 17 13:23:42 2016	(r406459)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/amazon-ecs-2.3.1.gem) = 3c647056af25673629bcb07720cda0043a6051975ac13355e520732ba09cacb4
-SIZE (rubygem/amazon-ecs-2.3.1.gem) = 30720
+SHA256 (rubygem/amazon-ecs-2.4.0.gem) = ee506f787cd34be3af1f7387bf3ee607eb84b4e38723f1db5e8ca07e6497db48
+SIZE (rubygem/amazon-ecs-2.4.0.gem) = 30720

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:23:49 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23097A85AEA;
 Sun, 17 Jan 2016 13:23:49 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id D36C619F0;
 Sun, 17 Jan 2016 13:23:48 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDNllJ019871;
 Sun, 17 Jan 2016 13:23:47 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDNlxE019869;
 Sun, 17 Jan 2016 13:23:47 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171323.u0HDNlxE019869@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:23:47 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406460 - head/www/rubygem-browser
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:23:49 -0000

Author: sunpoet
Date: Sun Jan 17 13:23:47 2016
New Revision: 406460
URL: https://svnweb.freebsd.org/changeset/ports/406460

Log:
  - Update to 1.1.0
  
  Changes:	https://github.com/fnando/browser/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/rubygem-browser/Makefile
  head/www/rubygem-browser/distinfo

Modified: head/www/rubygem-browser/Makefile
==============================================================================
--- head/www/rubygem-browser/Makefile	Sun Jan 17 13:23:42 2016	(r406459)
+++ head/www/rubygem-browser/Makefile	Sun Jan 17 13:23:47 2016	(r406460)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	browser
-PORTVERSION=	1.0.1
+PORTVERSION=	1.1.0
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +11,6 @@ COMMENT=	Web browser detection for Ruby
 LICENSE=	MIT
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/www/rubygem-browser/distinfo
==============================================================================
--- head/www/rubygem-browser/distinfo	Sun Jan 17 13:23:42 2016	(r406459)
+++ head/www/rubygem-browser/distinfo	Sun Jan 17 13:23:47 2016	(r406460)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/browser-1.0.1.gem) = 50a828c917bd7e30c2fb94a3e76d7c35cb75b57184413672c1a251c189597305
-SIZE (rubygem/browser-1.0.1.gem) = 27136
+SHA256 (rubygem/browser-1.1.0.gem) = 8bfd746ad1933b9665c93e2b80b158b0a5eb5dc6f7088f61b565ec9ee9a4f0e8
+SIZE (rubygem/browser-1.1.0.gem) = 31744

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:23:53 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3862A85B16;
 Sun, 17 Jan 2016 13:23:53 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 91D341ACA;
 Sun, 17 Jan 2016 13:23:53 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDNqHX019990;
 Sun, 17 Jan 2016 13:23:52 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDNqxR019988;
 Sun, 17 Jan 2016 13:23:52 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171323.u0HDNqxR019988@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:23:52 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406461 - head/www/rubygem-d3_rails
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:23:53 -0000

Author: sunpoet
Date: Sun Jan 17 13:23:52 2016
New Revision: 406461
URL: https://svnweb.freebsd.org/changeset/ports/406461

Log:
  - Update to 3.5.11
  
  Changes:	https://github.com/logical42/d3_rails/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/rubygem-d3_rails/Makefile
  head/www/rubygem-d3_rails/distinfo

Modified: head/www/rubygem-d3_rails/Makefile
==============================================================================
--- head/www/rubygem-d3_rails/Makefile	Sun Jan 17 13:23:47 2016	(r406460)
+++ head/www/rubygem-d3_rails/Makefile	Sun Jan 17 13:23:52 2016	(r406461)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	d3_rails
-PORTVERSION=	3.5.10
+PORTVERSION=	3.5.11
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 

Modified: head/www/rubygem-d3_rails/distinfo
==============================================================================
--- head/www/rubygem-d3_rails/distinfo	Sun Jan 17 13:23:47 2016	(r406460)
+++ head/www/rubygem-d3_rails/distinfo	Sun Jan 17 13:23:52 2016	(r406461)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/d3_rails-3.5.10.gem) = ac04dedf5d0a5aad2d467f898fe161ec69d8e90416613e63918f53c8c5bb9456
-SIZE (rubygem/d3_rails-3.5.10.gem) = 134656
+SHA256 (rubygem/d3_rails-3.5.11.gem) = 3d3da310fd4a9caac0d5b9113a79daac7e5e9c976a552ea6ea6c5a4b5d8c7d8b
+SIZE (rubygem/d3_rails-3.5.11.gem) = 134656

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:24:10 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFD02A85B56;
 Sun, 17 Jan 2016 13:24:10 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id BEB351C7B;
 Sun, 17 Jan 2016 13:24:10 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDO9VS020112;
 Sun, 17 Jan 2016 13:24:09 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDO9tF020111;
 Sun, 17 Jan 2016 13:24:09 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171324.u0HDO9tF020111@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:24:09 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406462 - head/www/rubygem-cal-heatmap-rails
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:24:11 -0000

Author: sunpoet
Date: Sun Jan 17 13:24:09 2016
New Revision: 406462
URL: https://svnweb.freebsd.org/changeset/ports/406462

Log:
  - Update RUN_DEPENDS
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/rubygem-cal-heatmap-rails/Makefile

Modified: head/www/rubygem-cal-heatmap-rails/Makefile
==============================================================================
--- head/www/rubygem-cal-heatmap-rails/Makefile	Sun Jan 17 13:23:52 2016	(r406461)
+++ head/www/rubygem-cal-heatmap-rails/Makefile	Sun Jan 17 13:24:09 2016	(r406462)
@@ -11,10 +11,9 @@ COMMENT=	Calendar heatmap assets for Rai
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	rubygem-d3_rails>0:${PORTSDIR}/www/rubygem-d3_rails
+RUN_DEPENDS=	rubygem-d3_rails>=3.4.6:${PORTSDIR}/www/rubygem-d3_rails
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:24:15 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9C7DA85B88;
 Sun, 17 Jan 2016 13:24:15 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 823331CAF;
 Sun, 17 Jan 2016 13:24:15 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDOEtR020231;
 Sun, 17 Jan 2016 13:24:14 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDOE3o020229;
 Sun, 17 Jan 2016 13:24:14 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171324.u0HDOE3o020229@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:24:14 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406463 - head/www/rubygem-d3_rails-rails4
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:24:15 -0000

Author: sunpoet
Date: Sun Jan 17 13:24:14 2016
New Revision: 406463
URL: https://svnweb.freebsd.org/changeset/ports/406463

Log:
  - Update to 3.5.11
  
  Changes:	https://github.com/logical42/d3_rails/commits/master
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/rubygem-d3_rails-rails4/Makefile
  head/www/rubygem-d3_rails-rails4/distinfo

Modified: head/www/rubygem-d3_rails-rails4/Makefile
==============================================================================
--- head/www/rubygem-d3_rails-rails4/Makefile	Sun Jan 17 13:24:09 2016	(r406462)
+++ head/www/rubygem-d3_rails-rails4/Makefile	Sun Jan 17 13:24:14 2016	(r406463)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	d3_rails
-PORTVERSION=	3.5.10
+PORTVERSION=	3.5.11
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	-rails4
@@ -12,7 +12,7 @@ COMMENT=	JavaScript framework for data v
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT_LICENSE
 
-RUN_DEPENDS=	rubygem-railties4>=4.1.4:${PORTSDIR}/www/rubygem-railties4
+RUN_DEPENDS=	rubygem-railties4>=3.1.0:${PORTSDIR}/www/rubygem-railties4
 
 NO_ARCH=	yes
 USE_RUBY=	yes

Modified: head/www/rubygem-d3_rails-rails4/distinfo
==============================================================================
--- head/www/rubygem-d3_rails-rails4/distinfo	Sun Jan 17 13:24:09 2016	(r406462)
+++ head/www/rubygem-d3_rails-rails4/distinfo	Sun Jan 17 13:24:14 2016	(r406463)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/d3_rails-3.5.10.gem) = ac04dedf5d0a5aad2d467f898fe161ec69d8e90416613e63918f53c8c5bb9456
-SIZE (rubygem/d3_rails-3.5.10.gem) = 134656
+SHA256 (rubygem/d3_rails-3.5.11.gem) = 3d3da310fd4a9caac0d5b9113a79daac7e5e9c976a552ea6ea6c5a4b5d8c7d8b
+SIZE (rubygem/d3_rails-3.5.11.gem) = 134656

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:24:20 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6184AA85BB6;
 Sun, 17 Jan 2016 13:24:20 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 262971D74;
 Sun, 17 Jan 2016 13:24:20 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDOJXv020335;
 Sun, 17 Jan 2016 13:24:19 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDOJtf020334;
 Sun, 17 Jan 2016 13:24:19 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171324.u0HDOJtf020334@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:24:19 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406464 - head/www/rubygem-cal-heatmap-rails-rails4
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:24:20 -0000

Author: sunpoet
Date: Sun Jan 17 13:24:18 2016
New Revision: 406464
URL: https://svnweb.freebsd.org/changeset/ports/406464

Log:
  - Update RUN_DEPENDS
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/rubygem-cal-heatmap-rails-rails4/Makefile

Modified: head/www/rubygem-cal-heatmap-rails-rails4/Makefile
==============================================================================
--- head/www/rubygem-cal-heatmap-rails-rails4/Makefile	Sun Jan 17 13:24:14 2016	(r406463)
+++ head/www/rubygem-cal-heatmap-rails-rails4/Makefile	Sun Jan 17 13:24:18 2016	(r406464)
@@ -12,7 +12,7 @@ COMMENT=	Calendar heatmap assets for Rai
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	rubygem-d3_rails-rails4>0:${PORTSDIR}/www/rubygem-d3_rails-rails4
+RUN_DEPENDS=	rubygem-d3_rails-rails4>=3.4.6:${PORTSDIR}/www/rubygem-d3_rails-rails4
 
 NO_ARCH=	yes
 USE_RUBY=	yes

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:24:25 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90B29A85BEF;
 Sun, 17 Jan 2016 13:24:25 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 503AE1E4B;
 Sun, 17 Jan 2016 13:24:25 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDOOik020483;
 Sun, 17 Jan 2016 13:24:24 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDOOiZ020480;
 Sun, 17 Jan 2016 13:24:24 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171324.u0HDOOiZ020480@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:24:24 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406465 - in head/www/rubygem-em-http-request: . files
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:24:25 -0000

Author: sunpoet
Date: Sun Jan 17 13:24:23 2016
New Revision: 406465
URL: https://svnweb.freebsd.org/changeset/ports/406465

Log:
  - Update to 1.1.3
  
  Changes:	https://github.com/igrigorik/em-http-request/blob/master/Changelog.md
  		https://github.com/igrigorik/em-http-request/commits/master
  Sponsored by:	PortsCamp Taiwan

Added:
  head/www/rubygem-em-http-request/files/
  head/www/rubygem-em-http-request/files/patch-gemspec   (contents, props changed)
Modified:
  head/www/rubygem-em-http-request/Makefile
  head/www/rubygem-em-http-request/distinfo

Modified: head/www/rubygem-em-http-request/Makefile
==============================================================================
--- head/www/rubygem-em-http-request/Makefile	Sun Jan 17 13:24:18 2016	(r406464)
+++ head/www/rubygem-em-http-request/Makefile	Sun Jan 17 13:24:23 2016	(r406465)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	em-http-request
-PORTVERSION=	1.1.2
+PORTVERSION=	1.1.3
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -13,12 +13,11 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-addressable>=2.3.4:${PORTSDIR}/www/rubygem-addressable \
 		rubygem-cookiejar>=0:${PORTSDIR}/www/rubygem-cookiejar \
-		rubygem-em-socksify>=0:${PORTSDIR}/www/rubygem-em-socksify \
+		rubygem-em-socksify>=0.3:${PORTSDIR}/www/rubygem-em-socksify \
 		rubygem-eventmachine>=1.0.3:${PORTSDIR}/devel/rubygem-eventmachine \
 		rubygem-http_parser.rb>=0.6.0:${PORTSDIR}/net/rubygem-http_parser.rb
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/www/rubygem-em-http-request/distinfo
==============================================================================
--- head/www/rubygem-em-http-request/distinfo	Sun Jan 17 13:24:18 2016	(r406464)
+++ head/www/rubygem-em-http-request/distinfo	Sun Jan 17 13:24:23 2016	(r406465)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/em-http-request-1.1.2.gem) = 80932100d8b224ffba3ee8ba12d4f0f24d52b96f2522e8dc9109f001e4877a6d
-SIZE (rubygem/em-http-request-1.1.2.gem) = 218112
+SHA256 (rubygem/em-http-request-1.1.3.gem) = 148cebdb1684e8c243f7162a1c321b9171e0230fef581e656616d5d0df43aaf5
+SIZE (rubygem/em-http-request-1.1.3.gem) = 219136

Added: head/www/rubygem-em-http-request/files/patch-gemspec
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-em-http-request/files/patch-gemspec	Sun Jan 17 13:24:23 2016	(r406465)
@@ -0,0 +1,11 @@
+--- em-http-request.gemspec.orig	2016-01-16 09:46:47 UTC
++++ em-http-request.gemspec
+@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
+ 
+     if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
+       s.add_runtime_dependency(%q, [">= 2.3.4"])
+-      s.add_runtime_dependency(%q, ["<= 0.3.0"])
++      s.add_runtime_dependency(%q, [">= 0"])
+       s.add_runtime_dependency(%q, [">= 0.3"])
+       s.add_runtime_dependency(%q, [">= 1.0.3"])
+       s.add_runtime_dependency(%q, [">= 0.6.0"])

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:24:30 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9ACC3A85C13;
 Sun, 17 Jan 2016 13:24:30 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 67A4C1F1D;
 Sun, 17 Jan 2016 13:24:30 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDOTvE020589;
 Sun, 17 Jan 2016 13:24:29 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDOTmF020588;
 Sun, 17 Jan 2016 13:24:29 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171324.u0HDOTmF020588@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:24:29 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406466 - head/net/rubygem-tweetstream
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:24:30 -0000

Author: sunpoet
Date: Sun Jan 17 13:24:29 2016
New Revision: 406466
URL: https://svnweb.freebsd.org/changeset/ports/406466

Log:
  - Add LICENSE_FILE
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/net/rubygem-tweetstream/Makefile

Modified: head/net/rubygem-tweetstream/Makefile
==============================================================================
--- head/net/rubygem-tweetstream/Makefile	Sun Jan 17 13:24:23 2016	(r406465)
+++ head/net/rubygem-tweetstream/Makefile	Sun Jan 17 13:24:29 2016	(r406466)
@@ -10,6 +10,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	TweetStream provides simple Ruby access to Twitter Streaming API
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	rubygem-daemons>=1.1:${PORTSDIR}/devel/rubygem-daemons \
 		rubygem-em-http-request>=1.1.1:${PORTSDIR}/www/rubygem-em-http-request \

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:24:34 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id E039EA85C38;
 Sun, 17 Jan 2016 13:24:34 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id B23AB1FF8;
 Sun, 17 Jan 2016 13:24:34 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDOXJc020692;
 Sun, 17 Jan 2016 13:24:33 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDOXid020691;
 Sun, 17 Jan 2016 13:24:33 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171324.u0HDOXid020691@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:24:33 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406467 - head/www/rubygem-jquery-rails
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:24:35 -0000

Author: sunpoet
Date: Sun Jan 17 13:24:33 2016
New Revision: 406467
URL: https://svnweb.freebsd.org/changeset/ports/406467

Log:
  - Add LICENSE_FILE
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/rubygem-jquery-rails/Makefile

Modified: head/www/rubygem-jquery-rails/Makefile
==============================================================================
--- head/www/rubygem-jquery-rails/Makefile	Sun Jan 17 13:24:29 2016	(r406466)
+++ head/www/rubygem-jquery-rails/Makefile	Sun Jan 17 13:24:33 2016	(r406467)
@@ -10,6 +10,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Provides a Rails generator for jQuery
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-railties>=3.0:${PORTSDIR}/www/rubygem-railties \
 		rubygem-thor>=0.14:${PORTSDIR}/devel/rubygem-thor
@@ -17,7 +18,6 @@ RUN_DEPENDS=	rubygem-railties>=3.0:${POR
 PORTSCOUT=	limit:^3.*
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:24:39 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A726FA85C61;
 Sun, 17 Jan 2016 13:24:39 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 787061119;
 Sun, 17 Jan 2016 13:24:39 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDOc8M020815;
 Sun, 17 Jan 2016 13:24:38 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDOcqR020813;
 Sun, 17 Jan 2016 13:24:38 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171324.u0HDOcqR020813@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:24:38 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406468 - head/www/rubygem-jquery-rails4
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:24:39 -0000

Author: sunpoet
Date: Sun Jan 17 13:24:38 2016
New Revision: 406468
URL: https://svnweb.freebsd.org/changeset/ports/406468

Log:
  - Update to 4.1.0
  - Update LICENSE_FILE
  
  Changes:	https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/rubygem-jquery-rails4/Makefile
  head/www/rubygem-jquery-rails4/distinfo

Modified: head/www/rubygem-jquery-rails4/Makefile
==============================================================================
--- head/www/rubygem-jquery-rails4/Makefile	Sun Jan 17 13:24:33 2016	(r406467)
+++ head/www/rubygem-jquery-rails4/Makefile	Sun Jan 17 13:24:38 2016	(r406468)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jquery-rails
-PORTVERSION=	4.0.5
+PORTVERSION=	4.1.0
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	4
@@ -11,7 +11,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Provides a Rails generator for jQuery
 
 LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 RUN_DEPENDS=	rubygem-rails-dom-testing>=1.0:${PORTSDIR}/textproc/rubygem-rails-dom-testing \
 		rubygem-railties4>=4.2.0:${PORTSDIR}/www/rubygem-railties4 \

Modified: head/www/rubygem-jquery-rails4/distinfo
==============================================================================
--- head/www/rubygem-jquery-rails4/distinfo	Sun Jan 17 13:24:33 2016	(r406467)
+++ head/www/rubygem-jquery-rails4/distinfo	Sun Jan 17 13:24:38 2016	(r406468)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/jquery-rails-4.0.5.gem) = 2123f20969af6c0490b04c6f66ea2cf0730860ac7f31bc82c4288b0cacd80d09
-SIZE (rubygem/jquery-rails-4.0.5.gem) = 345600
+SHA256 (rubygem/jquery-rails-4.1.0.gem) = 7d03436e1f3afbb3915cd561302580dbe4ff0923847cf0d7de5bd65fc166a9e5
+SIZE (rubygem/jquery-rails-4.1.0.gem) = 355840

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:24:44 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19AABA85C93;
 Sun, 17 Jan 2016 13:24:44 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id E1465121B;
 Sun, 17 Jan 2016 13:24:43 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDOgD6020917;
 Sun, 17 Jan 2016 13:24:42 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDOgVA020916;
 Sun, 17 Jan 2016 13:24:42 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171324.u0HDOgVA020916@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:24:42 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406469 - head/www/rubygem-tumblr_client
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:24:44 -0000

Author: sunpoet
Date: Sun Jan 17 13:24:42 2016
New Revision: 406469
URL: https://svnweb.freebsd.org/changeset/ports/406469

Log:
  - Add LICENSE_FILE
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/rubygem-tumblr_client/Makefile

Modified: head/www/rubygem-tumblr_client/Makefile
==============================================================================
--- head/www/rubygem-tumblr_client/Makefile	Sun Jan 17 13:24:38 2016	(r406468)
+++ head/www/rubygem-tumblr_client/Makefile	Sun Jan 17 13:24:42 2016	(r406469)
@@ -10,6 +10,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby Wrapper for the Tumblr v2 API
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-faraday>=0.9.0:${PORTSDIR}/www/rubygem-faraday \
 		rubygem-faraday_middleware>=0.9.1:${PORTSDIR}/www/rubygem-faraday_middleware \
@@ -19,7 +20,6 @@ RUN_DEPENDS=	rubygem-faraday>=0.9.0:${PO
 		rubygem-simple_oauth>0:${PORTSDIR}/net/rubygem-simple_oauth
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:24:49 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C32FA85CCC;
 Sun, 17 Jan 2016 13:24:49 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 1B7F8131E;
 Sun, 17 Jan 2016 13:24:48 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDOmh2021054;
 Sun, 17 Jan 2016 13:24:48 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDOlOt021051;
 Sun, 17 Jan 2016 13:24:47 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171324.u0HDOlOt021051@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:24:47 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406470 - head/devel/rubygem-pkg-config
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:24:49 -0000

Author: sunpoet
Date: Sun Jan 17 13:24:47 2016
New Revision: 406470
URL: https://svnweb.freebsd.org/changeset/ports/406470

Log:
  - Update to 1.1.7
  - Fix LICENSE
  - Add LICENSE_FILE
  - Remove USE_RAKE
  - Update WWW
  
  Changes:	https://github.com/ruby-gnome2/pkg-config/blob/master/NEWS
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-pkg-config/Makefile
  head/devel/rubygem-pkg-config/distinfo
  head/devel/rubygem-pkg-config/pkg-descr

Modified: head/devel/rubygem-pkg-config/Makefile
==============================================================================
--- head/devel/rubygem-pkg-config/Makefile	Sun Jan 17 13:24:42 2016	(r406469)
+++ head/devel/rubygem-pkg-config/Makefile	Sun Jan 17 13:24:47 2016	(r406470)
@@ -2,22 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	pkg-config
-PORTVERSION=	1.1.6
+PORTVERSION=	1.1.7
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	pkg-config implementation for Ruby
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/LGPL-2.1
 
-USES=		pkgconfig
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-USE_RAKE=	yes
 RUBYGEM_AUTOPLIST=	yes
+USES=		pkgconfig
 
 .include 

Modified: head/devel/rubygem-pkg-config/distinfo
==============================================================================
--- head/devel/rubygem-pkg-config/distinfo	Sun Jan 17 13:24:42 2016	(r406469)
+++ head/devel/rubygem-pkg-config/distinfo	Sun Jan 17 13:24:47 2016	(r406470)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/pkg-config-1.1.6.gem) = f89c285286d9bb1607022225d042d8ff96d41d2755d4de80611d52f3ab0f7626
-SIZE (rubygem/pkg-config-1.1.6.gem) = 19456
+SHA256 (rubygem/pkg-config-1.1.7.gem) = 1f3cd171432f4634805ebf7cd187d1d728d732bfead3837c349f2c502d8e9252
+SIZE (rubygem/pkg-config-1.1.7.gem) = 19456

Modified: head/devel/rubygem-pkg-config/pkg-descr
==============================================================================
--- head/devel/rubygem-pkg-config/pkg-descr	Sun Jan 17 13:24:42 2016	(r406469)
+++ head/devel/rubygem-pkg-config/pkg-descr	Sun Jan 17 13:24:47 2016	(r406470)
@@ -1,3 +1,3 @@
 A pkg-config implementation for Ruby
 
-WWW: https://github.com/rcairo/pkg-config
+WWW: https://github.com/ruby-gnome2/pkg-config

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:24:54 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F02BA85CF5;
 Sun, 17 Jan 2016 13:24:54 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id D228B13C5;
 Sun, 17 Jan 2016 13:24:53 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDOqMr021172;
 Sun, 17 Jan 2016 13:24:52 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDOqSD021169;
 Sun, 17 Jan 2016 13:24:52 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171324.u0HDOqSD021169@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:24:52 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406471 - head/devel/rubygem-glib2
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:24:54 -0000

Author: sunpoet
Date: Sun Jan 17 13:24:52 2016
New Revision: 406471
URL: https://svnweb.freebsd.org/changeset/ports/406471

Log:
  - Update to 3.0.7
  - Fix LICENSE
  
  Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-glib2/Makefile
  head/devel/rubygem-glib2/distinfo

Modified: head/devel/rubygem-glib2/Makefile
==============================================================================
--- head/devel/rubygem-glib2/Makefile	Sun Jan 17 13:24:47 2016	(r406470)
+++ head/devel/rubygem-glib2/Makefile	Sun Jan 17 13:24:52 2016	(r406471)
@@ -1,15 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	glib2
-PORTVERSION=	2.2.5
+PORTVERSION=	3.0.7
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby binding for GLib2
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
 
 RUN_DEPENDS=	rubygem-pkg-config>=0:${PORTSDIR}/devel/rubygem-pkg-config
 

Modified: head/devel/rubygem-glib2/distinfo
==============================================================================
--- head/devel/rubygem-glib2/distinfo	Sun Jan 17 13:24:47 2016	(r406470)
+++ head/devel/rubygem-glib2/distinfo	Sun Jan 17 13:24:52 2016	(r406471)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/glib2-2.2.5.gem) = c5db2c2f7dff083a535f30e1d79f07850e9c68bc55b54622be0e83d6a4bf2070
-SIZE (rubygem/glib2-2.2.5.gem) = 123392
+SHA256 (rubygem/glib2-3.0.7.gem) = 6621c4adf84619a8aafeb4ef0793519d67c4cef2880e70ee8db21ef999ac3f23
+SIZE (rubygem/glib2-3.0.7.gem) = 129024

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:24:58 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D485A85D22;
 Sun, 17 Jan 2016 13:24:58 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 5D13014EC;
 Sun, 17 Jan 2016 13:24:58 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDOv17021291;
 Sun, 17 Jan 2016 13:24:57 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDOvCe021289;
 Sun, 17 Jan 2016 13:24:57 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171324.u0HDOvCe021289@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:24:57 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406472 - head/accessibility/rubygem-atk
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:24:58 -0000

Author: sunpoet
Date: Sun Jan 17 13:24:57 2016
New Revision: 406472
URL: https://svnweb.freebsd.org/changeset/ports/406472

Log:
  - Update to 3.0.7
  - Fix LICENSE
  
  Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/accessibility/rubygem-atk/Makefile
  head/accessibility/rubygem-atk/distinfo

Modified: head/accessibility/rubygem-atk/Makefile
==============================================================================
--- head/accessibility/rubygem-atk/Makefile	Sun Jan 17 13:24:52 2016	(r406471)
+++ head/accessibility/rubygem-atk/Makefile	Sun Jan 17 13:24:57 2016	(r406472)
@@ -1,15 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	atk
-PORTVERSION=	2.2.5
+PORTVERSION=	3.0.7
 CATEGORIES=	accessibility rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby binding for ATK
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
 
 RUN_DEPENDS=	rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
 

Modified: head/accessibility/rubygem-atk/distinfo
==============================================================================
--- head/accessibility/rubygem-atk/distinfo	Sun Jan 17 13:24:52 2016	(r406471)
+++ head/accessibility/rubygem-atk/distinfo	Sun Jan 17 13:24:57 2016	(r406472)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/atk-2.2.5.gem) = 0adc8786dbf73187d38b8389ef6b2ea82b820387ac0e21aa6baa9e66c0c0ff7d
-SIZE (rubygem/atk-2.2.5.gem) = 19968
+SHA256 (rubygem/atk-3.0.7.gem) = 15952491d7f888b1be8fa0bc87d64985db1ff4aba3860d8ae9c2b89f9b940cce
+SIZE (rubygem/atk-3.0.7.gem) = 20480

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:25:03 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 891A2A85D4D;
 Sun, 17 Jan 2016 13:25:03 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 5A3F5160E;
 Sun, 17 Jan 2016 13:25:03 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDP2uE021418;
 Sun, 17 Jan 2016 13:25:02 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDP2GS021416;
 Sun, 17 Jan 2016 13:25:02 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171325.u0HDP2GS021416@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:25:02 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406473 - head/devel/rubygem-cairo-gobject
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:25:03 -0000

Author: sunpoet
Date: Sun Jan 17 13:25:02 2016
New Revision: 406473
URL: https://svnweb.freebsd.org/changeset/ports/406473

Log:
  - Update to 3.0.7
  - Fix LICENSE
  
  Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-cairo-gobject/Makefile
  head/devel/rubygem-cairo-gobject/distinfo

Modified: head/devel/rubygem-cairo-gobject/Makefile
==============================================================================
--- head/devel/rubygem-cairo-gobject/Makefile	Sun Jan 17 13:24:57 2016	(r406472)
+++ head/devel/rubygem-cairo-gobject/Makefile	Sun Jan 17 13:25:02 2016	(r406473)
@@ -1,15 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	cairo-gobject
-PORTVERSION=	2.2.5
+PORTVERSION=	3.0.7
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby binding for cairo-gobject
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
 
 RUN_DEPENDS=	rubygem-cairo>=0:${PORTSDIR}/graphics/rubygem-cairo \
 		rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2

Modified: head/devel/rubygem-cairo-gobject/distinfo
==============================================================================
--- head/devel/rubygem-cairo-gobject/distinfo	Sun Jan 17 13:24:57 2016	(r406472)
+++ head/devel/rubygem-cairo-gobject/distinfo	Sun Jan 17 13:25:02 2016	(r406473)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/cairo-gobject-2.2.5.gem) = b23ea4820668ce09226296c2bc889bcfbeec5566dd36862e4140317134fb24fd
-SIZE (rubygem/cairo-gobject-2.2.5.gem) = 10240
+SHA256 (rubygem/cairo-gobject-3.0.7.gem) = 251f8991cbe48c809c7bbeab7ccfc4202f0e0a3bd1bf7c78967ec30c7d2c5508
+SIZE (rubygem/cairo-gobject-3.0.7.gem) = 10240

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:25:08 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 910AAA85D78;
 Sun, 17 Jan 2016 13:25:08 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 57B4317B1;
 Sun, 17 Jan 2016 13:25:08 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDP73X021536;
 Sun, 17 Jan 2016 13:25:07 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDP7Dr021534;
 Sun, 17 Jan 2016 13:25:07 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171325.u0HDP7Dr021534@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:25:07 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406474 - head/devel/rubygem-gio2
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:25:08 -0000

Author: sunpoet
Date: Sun Jan 17 13:25:07 2016
New Revision: 406474
URL: https://svnweb.freebsd.org/changeset/ports/406474

Log:
  - Update to 3.0.7
  - Fix LICENSE
  
  Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-gio2/Makefile
  head/devel/rubygem-gio2/distinfo

Modified: head/devel/rubygem-gio2/Makefile
==============================================================================
--- head/devel/rubygem-gio2/Makefile	Sun Jan 17 13:25:02 2016	(r406473)
+++ head/devel/rubygem-gio2/Makefile	Sun Jan 17 13:25:07 2016	(r406474)
@@ -1,15 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	gio2
-PORTVERSION=	2.2.5
+PORTVERSION=	3.0.7
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby binding for GLib2
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
 
 RUN_DEPENDS=	rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 \
 		rubygem-gobject-introspection>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-gobject-introspection

Modified: head/devel/rubygem-gio2/distinfo
==============================================================================
--- head/devel/rubygem-gio2/distinfo	Sun Jan 17 13:25:02 2016	(r406473)
+++ head/devel/rubygem-gio2/distinfo	Sun Jan 17 13:25:07 2016	(r406474)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/gio2-2.2.5.gem) = 1d4330d3655a12d3c3dfa1d7549388a5a2bcc64f0b45a348fe365d7bd6e38b19
-SIZE (rubygem/gio2-2.2.5.gem) = 22528
+SHA256 (rubygem/gio2-3.0.7.gem) = 57a38ff5edf4f6fe8bf3afe24fedbc21b0687a5d6a56e311f5c7416e3b7744ae
+SIZE (rubygem/gio2-3.0.7.gem) = 24064

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:25:12 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id E74A1A85DA0;
 Sun, 17 Jan 2016 13:25:12 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id B8C5118AA;
 Sun, 17 Jan 2016 13:25:12 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDPBhH021628;
 Sun, 17 Jan 2016 13:25:11 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDPBZk021627;
 Sun, 17 Jan 2016 13:25:11 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171325.u0HDPBZk021627@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:25:11 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406475 - head/net/rubygem-rabbiter
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:25:13 -0000

Author: sunpoet
Date: Sun Jan 17 13:25:11 2016
New Revision: 406475
URL: https://svnweb.freebsd.org/changeset/ports/406475

Log:
  - Fix LICENSE
  - Add NO_ARCH
  
  Approved by:	portmgr (blanket)
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/net/rubygem-rabbiter/Makefile

Modified: head/net/rubygem-rabbiter/Makefile
==============================================================================
--- head/net/rubygem-rabbiter/Makefile	Sun Jan 17 13:25:07 2016	(r406474)
+++ head/net/rubygem-rabbiter/Makefile	Sun Jan 17 13:25:11 2016	(r406475)
@@ -9,14 +9,14 @@ MASTER_SITES=	RG
 MAINTAINER=	tota@FreeBSD.org
 COMMENT=	Rabbiter is a twitter client for Rabbit
 
-LICENSE=	GPLv2 GPLv3
-LICENSE_COMB=	dual
+LICENSE=	GPLv2+
 
 RUN_DEPENDS=	rubygem-gio2>=1.1.4:${PORTSDIR}/devel/rubygem-gio2 \
 		rubygem-rabbit>=2.0.0:${PORTSDIR}/misc/rubygem-rabbit \
 		rubygem-twitter_oauth>0:${PORTSDIR}/security/rubygem-twitter_oauth \
 		rubygem-twitter-stream>=0.1.16:${PORTSDIR}/net/rubygem-twitter-stream
 
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:25:17 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D773AA85DD4;
 Sun, 17 Jan 2016 13:25:17 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 9C9E019DB;
 Sun, 17 Jan 2016 13:25:17 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDPGQG021747;
 Sun, 17 Jan 2016 13:25:16 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDPG6Y021745;
 Sun, 17 Jan 2016 13:25:16 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171325.u0HDPG6Y021745@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:25:16 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406476 - head/devel/rubygem-gobject-introspection
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:25:17 -0000

Author: sunpoet
Date: Sun Jan 17 13:25:16 2016
New Revision: 406476
URL: https://svnweb.freebsd.org/changeset/ports/406476

Log:
  - Update to 3.0.7
  - Fix LICENSE
  
  Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-gobject-introspection/Makefile
  head/devel/rubygem-gobject-introspection/distinfo

Modified: head/devel/rubygem-gobject-introspection/Makefile
==============================================================================
--- head/devel/rubygem-gobject-introspection/Makefile	Sun Jan 17 13:25:11 2016	(r406475)
+++ head/devel/rubygem-gobject-introspection/Makefile	Sun Jan 17 13:25:16 2016	(r406476)
@@ -1,15 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	gobject-introspection
-PORTVERSION=	2.2.5
+PORTVERSION=	3.0.7
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby binding for GObjectIntrospection
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
 
 RUN_DEPENDS=	rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
 

Modified: head/devel/rubygem-gobject-introspection/distinfo
==============================================================================
--- head/devel/rubygem-gobject-introspection/distinfo	Sun Jan 17 13:25:11 2016	(r406475)
+++ head/devel/rubygem-gobject-introspection/distinfo	Sun Jan 17 13:25:16 2016	(r406476)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/gobject-introspection-2.2.5.gem) = 9fd0db3fb065df5d5a2232d9e4e0960e73a2afeb4a4794f408beb88dc10ee480
-SIZE (rubygem/gobject-introspection-2.2.5.gem) = 40960
+SHA256 (rubygem/gobject-introspection-3.0.7.gem) = 2c40bd92a32724b046e23cc350a751e5ce10f68d1b5f9a80d842c9e784fc1cad
+SIZE (rubygem/gobject-introspection-3.0.7.gem) = 46592

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:25:22 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90AD3A85E32;
 Sun, 17 Jan 2016 13:25:22 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 6281C1AA2;
 Sun, 17 Jan 2016 13:25:22 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDPLVu021865;
 Sun, 17 Jan 2016 13:25:21 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDPLb3021863;
 Sun, 17 Jan 2016 13:25:21 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171325.u0HDPLb3021863@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:25:21 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406477 - head/x11-toolkits/rubygem-pango
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:25:22 -0000

Author: sunpoet
Date: Sun Jan 17 13:25:21 2016
New Revision: 406477
URL: https://svnweb.freebsd.org/changeset/ports/406477

Log:
  - Update to 3.0.7
  - Fix LICENSE
  
  Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/x11-toolkits/rubygem-pango/Makefile
  head/x11-toolkits/rubygem-pango/distinfo

Modified: head/x11-toolkits/rubygem-pango/Makefile
==============================================================================
--- head/x11-toolkits/rubygem-pango/Makefile	Sun Jan 17 13:25:16 2016	(r406476)
+++ head/x11-toolkits/rubygem-pango/Makefile	Sun Jan 17 13:25:21 2016	(r406477)
@@ -1,15 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	pango
-PORTVERSION=	2.2.5
+PORTVERSION=	3.0.7
 CATEGORIES=	x11-toolkits rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby binding for Pango
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
 
 RUN_DEPENDS=	rubygem-cairo>=1.14.0:${PORTSDIR}/graphics/rubygem-cairo \
 		rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2

Modified: head/x11-toolkits/rubygem-pango/distinfo
==============================================================================
--- head/x11-toolkits/rubygem-pango/distinfo	Sun Jan 17 13:25:16 2016	(r406476)
+++ head/x11-toolkits/rubygem-pango/distinfo	Sun Jan 17 13:25:21 2016	(r406477)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/pango-2.2.5.gem) = e343707117036b18fb7ebf30bb88f2f1b855a7c1166143a186ecd2d4bd5ecf19
-SIZE (rubygem/pango-2.2.5.gem) = 39424
+SHA256 (rubygem/pango-3.0.7.gem) = f7a6c49c4557a5975db44e783e021ddcb413a474adc6d66a5ec1d142b9f42d84
+SIZE (rubygem/pango-3.0.7.gem) = 39936

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:25:27 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B6BEA85E56;
 Sun, 17 Jan 2016 13:25:27 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 68EE41BA5;
 Sun, 17 Jan 2016 13:25:27 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDPQtw021986;
 Sun, 17 Jan 2016 13:25:26 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDPQ1G021984;
 Sun, 17 Jan 2016 13:25:26 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171325.u0HDPQ1G021984@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:25:26 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406478 - head/graphics/rubygem-clutter
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:25:27 -0000

Author: sunpoet
Date: Sun Jan 17 13:25:26 2016
New Revision: 406478
URL: https://svnweb.freebsd.org/changeset/ports/406478

Log:
  - Update to 3.0.7
  - Fix LICENSE
  
  Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/graphics/rubygem-clutter/Makefile
  head/graphics/rubygem-clutter/distinfo

Modified: head/graphics/rubygem-clutter/Makefile
==============================================================================
--- head/graphics/rubygem-clutter/Makefile	Sun Jan 17 13:25:21 2016	(r406477)
+++ head/graphics/rubygem-clutter/Makefile	Sun Jan 17 13:25:26 2016	(r406478)
@@ -1,15 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	clutter
-PORTVERSION=	2.2.5
+PORTVERSION=	3.0.7
 CATEGORIES=	graphics rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby binding for Clutter
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
 
 LIB_DEPENDS=	libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter
 RUN_DEPENDS=	rubygem-cairo-gobject>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-cairo-gobject \
@@ -17,7 +16,6 @@ RUN_DEPENDS=	rubygem-cairo-gobject>=${PO
 		rubygem-pango>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-pango
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/graphics/rubygem-clutter/distinfo
==============================================================================
--- head/graphics/rubygem-clutter/distinfo	Sun Jan 17 13:25:21 2016	(r406477)
+++ head/graphics/rubygem-clutter/distinfo	Sun Jan 17 13:25:26 2016	(r406478)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/clutter-2.2.5.gem) = e46db89f53be87fd3e337a368053c03ecdcc58fe71ca678668988e1bf8ea4f0f
-SIZE (rubygem/clutter-2.2.5.gem) = 33280
+SHA256 (rubygem/clutter-3.0.7.gem) = d57d0791ca5fb028196e59a6468807541f127b1eb288340889971147e3e663fe
+SIZE (rubygem/clutter-3.0.7.gem) = 33792

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:25:32 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A148A85E8F;
 Sun, 17 Jan 2016 13:25:32 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 488D61C6D;
 Sun, 17 Jan 2016 13:25:32 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDPVZE022103;
 Sun, 17 Jan 2016 13:25:31 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDPVIn022100;
 Sun, 17 Jan 2016 13:25:31 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171325.u0HDPVIn022100@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:25:31 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406479 - head/graphics/rubygem-clutter-gtk
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:25:32 -0000

Author: sunpoet
Date: Sun Jan 17 13:25:30 2016
New Revision: 406479
URL: https://svnweb.freebsd.org/changeset/ports/406479

Log:
  - Update to 3.0.7
  - Fix LICENSE
  
  Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/graphics/rubygem-clutter-gtk/Makefile
  head/graphics/rubygem-clutter-gtk/distinfo

Modified: head/graphics/rubygem-clutter-gtk/Makefile
==============================================================================
--- head/graphics/rubygem-clutter-gtk/Makefile	Sun Jan 17 13:25:26 2016	(r406478)
+++ head/graphics/rubygem-clutter-gtk/Makefile	Sun Jan 17 13:25:30 2016	(r406479)
@@ -1,21 +1,19 @@
 # $FreeBSD$
 
 PORTNAME=	clutter-gtk
-PORTVERSION=	2.2.5
+PORTVERSION=	3.0.7
 CATEGORIES=	graphics rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby/ClutterGTK is a Ruby binding of Clutter-GTK
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
 
 RUN_DEPENDS=	rubygem-clutter>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-clutter \
 		rubygem-gtk3>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtk3
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/graphics/rubygem-clutter-gtk/distinfo
==============================================================================
--- head/graphics/rubygem-clutter-gtk/distinfo	Sun Jan 17 13:25:26 2016	(r406478)
+++ head/graphics/rubygem-clutter-gtk/distinfo	Sun Jan 17 13:25:30 2016	(r406479)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/clutter-gtk-2.2.5.gem) = d2bf11e7fc1d71a3f5f3ce2248838c0512aeb9a13c6a50abf0841c584c490a24
-SIZE (rubygem/clutter-gtk-2.2.5.gem) = 21504
+SHA256 (rubygem/clutter-gtk-3.0.7.gem) = 42558c9dfd7e495a82ec1b68bcee2def84bb8396022460fc7f8dfe3fc5913b37
+SIZE (rubygem/clutter-gtk-3.0.7.gem) = 21504

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:25:37 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4563AA85EBD;
 Sun, 17 Jan 2016 13:25:37 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id EE8221D43;
 Sun, 17 Jan 2016 13:25:36 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDPZGU022223;
 Sun, 17 Jan 2016 13:25:35 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDPZUq022221;
 Sun, 17 Jan 2016 13:25:35 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171325.u0HDPZUq022221@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:25:35 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406480 - head/multimedia/rubygem-gstreamer
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:25:37 -0000

Author: sunpoet
Date: Sun Jan 17 13:25:35 2016
New Revision: 406480
URL: https://svnweb.freebsd.org/changeset/ports/406480

Log:
  - Update to 3.0.7
  - Fix LICENSE
  - Remove outdated post-patch:
  
  Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/multimedia/rubygem-gstreamer/Makefile
  head/multimedia/rubygem-gstreamer/distinfo

Modified: head/multimedia/rubygem-gstreamer/Makefile
==============================================================================
--- head/multimedia/rubygem-gstreamer/Makefile	Sun Jan 17 13:25:30 2016	(r406479)
+++ head/multimedia/rubygem-gstreamer/Makefile	Sun Jan 17 13:25:35 2016	(r406480)
@@ -1,16 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	gstreamer
-PORTVERSION=	2.2.5
-PORTREVISION=	1
+PORTVERSION=	3.0.7
 CATEGORIES=	multimedia rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby/GStreamer is a Ruby binding for GStreamer
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
 
 LIB_DEPENDS=	libgstreamer-1.0.so:${PORTSDIR}/multimedia/gstreamer1
 RUN_DEPENDS=	rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 \
@@ -20,8 +18,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-post-patch:
-	@${REINPLACE_CMD} -e '1s|/usr/bin/evn|/usr/bin/env|' \
-		${WRKSRC}/sample/gst-inspect.rb
-
 .include 

Modified: head/multimedia/rubygem-gstreamer/distinfo
==============================================================================
--- head/multimedia/rubygem-gstreamer/distinfo	Sun Jan 17 13:25:30 2016	(r406479)
+++ head/multimedia/rubygem-gstreamer/distinfo	Sun Jan 17 13:25:35 2016	(r406480)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/gstreamer-2.2.5.gem) = 51a1fa20ade8fd585b13b9af78d6ef8e48ac758abd80bedeea001637958b6ff8
-SIZE (rubygem/gstreamer-2.2.5.gem) = 19968
+SHA256 (rubygem/gstreamer-3.0.7.gem) = b46062b08e67e8d1a11d7622acb89e21a7a014a0ee8e8bbf150c6964d583ab0a
+SIZE (rubygem/gstreamer-3.0.7.gem) = 20992

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:25:42 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C75AA85EEB;
 Sun, 17 Jan 2016 13:25:42 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id B40921E19;
 Sun, 17 Jan 2016 13:25:41 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDPeaL022341;
 Sun, 17 Jan 2016 13:25:40 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDPeFq022339;
 Sun, 17 Jan 2016 13:25:40 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171325.u0HDPeFq022339@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:25:40 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406481 - head/multimedia/rubygem-clutter-gstreamer
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:25:42 -0000

Author: sunpoet
Date: Sun Jan 17 13:25:40 2016
New Revision: 406481
URL: https://svnweb.freebsd.org/changeset/ports/406481

Log:
  - Update to 3.0.7
  - Fix LICENSE
  
  Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/multimedia/rubygem-clutter-gstreamer/Makefile
  head/multimedia/rubygem-clutter-gstreamer/distinfo

Modified: head/multimedia/rubygem-clutter-gstreamer/Makefile
==============================================================================
--- head/multimedia/rubygem-clutter-gstreamer/Makefile	Sun Jan 17 13:25:35 2016	(r406480)
+++ head/multimedia/rubygem-clutter-gstreamer/Makefile	Sun Jan 17 13:25:40 2016	(r406481)
@@ -1,21 +1,19 @@
 # $FreeBSD$
 
 PORTNAME=	clutter-gstreamer
-PORTVERSION=	2.2.5
+PORTVERSION=	3.0.7
 CATEGORIES=	multimedia rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby/GStreamer is a Ruby binding for GStreamer
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
 
 RUN_DEPENDS=	rubygem-clutter>=${PORTSVERSION}:${PORTSDIR}/graphics/rubygem-clutter \
 		rubygem-gstreamer>=${PORTVERSION}:${PORTSDIR}/multimedia/rubygem-gstreamer
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/multimedia/rubygem-clutter-gstreamer/distinfo
==============================================================================
--- head/multimedia/rubygem-clutter-gstreamer/distinfo	Sun Jan 17 13:25:35 2016	(r406480)
+++ head/multimedia/rubygem-clutter-gstreamer/distinfo	Sun Jan 17 13:25:40 2016	(r406481)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/clutter-gstreamer-2.2.5.gem) = 9de3815068b3a3336d3844798cf29bf14a0b64cdaf47d67cea4f9b7b0a976821
-SIZE (rubygem/clutter-gstreamer-2.2.5.gem) = 60928
+SHA256 (rubygem/clutter-gstreamer-3.0.7.gem) = cc79a5c88178a73fbcc65c8a2d4d4e274186a7cb51a8174edd84fc7d87d19fd8
+SIZE (rubygem/clutter-gstreamer-3.0.7.gem) = 61952

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:25:46 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B677A85F12;
 Sun, 17 Jan 2016 13:25:46 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 68B8E1EFB;
 Sun, 17 Jan 2016 13:25:46 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDPjpd022460;
 Sun, 17 Jan 2016 13:25:45 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDPjsG022458;
 Sun, 17 Jan 2016 13:25:45 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171325.u0HDPjsG022458@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:25:45 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406482 - head/graphics/rubygem-gdk_pixbuf2
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:25:46 -0000

Author: sunpoet
Date: Sun Jan 17 13:25:45 2016
New Revision: 406482
URL: https://svnweb.freebsd.org/changeset/ports/406482

Log:
  - Update to 3.0.7
  - Fix LICENSE
  
  Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/graphics/rubygem-gdk_pixbuf2/Makefile
  head/graphics/rubygem-gdk_pixbuf2/distinfo

Modified: head/graphics/rubygem-gdk_pixbuf2/Makefile
==============================================================================
--- head/graphics/rubygem-gdk_pixbuf2/Makefile	Sun Jan 17 13:25:40 2016	(r406481)
+++ head/graphics/rubygem-gdk_pixbuf2/Makefile	Sun Jan 17 13:25:45 2016	(r406482)
@@ -1,15 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	gdk_pixbuf2
-PORTVERSION=	2.2.5
+PORTVERSION=	3.0.7
 CATEGORIES=	graphics rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby binding for GdkPixbuf2
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
 
 RUN_DEPENDS=	rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
 

Modified: head/graphics/rubygem-gdk_pixbuf2/distinfo
==============================================================================
--- head/graphics/rubygem-gdk_pixbuf2/distinfo	Sun Jan 17 13:25:40 2016	(r406481)
+++ head/graphics/rubygem-gdk_pixbuf2/distinfo	Sun Jan 17 13:25:45 2016	(r406482)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/gdk_pixbuf2-2.2.5.gem) = cd596f0d8d2b9e1c0b92b0460bddfcaf721a861311e39a7b6235e6828b29db03
-SIZE (rubygem/gdk_pixbuf2-2.2.5.gem) = 25088
+SHA256 (rubygem/gdk_pixbuf2-3.0.7.gem) = 3f396f605b35a81b28b348af76ef802dba309d1c37412f4b5ba413556fa8e141
+SIZE (rubygem/gdk_pixbuf2-3.0.7.gem) = 26624

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:25:51 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52198A85F3F;
 Sun, 17 Jan 2016 13:25:51 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 253371FD0;
 Sun, 17 Jan 2016 13:25:51 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDPoN3022580;
 Sun, 17 Jan 2016 13:25:50 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDPoBN022577;
 Sun, 17 Jan 2016 13:25:50 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171325.u0HDPoBN022577@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:25:50 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406483 - head/graphics/rubygem-rsvg2
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:25:51 -0000

Author: sunpoet
Date: Sun Jan 17 13:25:49 2016
New Revision: 406483
URL: https://svnweb.freebsd.org/changeset/ports/406483

Log:
  - Update to 3.0.7
  - Fix LICENSE
  
  Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/graphics/rubygem-rsvg2/Makefile
  head/graphics/rubygem-rsvg2/distinfo

Modified: head/graphics/rubygem-rsvg2/Makefile
==============================================================================
--- head/graphics/rubygem-rsvg2/Makefile	Sun Jan 17 13:25:45 2016	(r406482)
+++ head/graphics/rubygem-rsvg2/Makefile	Sun Jan 17 13:25:49 2016	(r406483)
@@ -1,15 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	rsvg2
-PORTVERSION=	2.2.5
+PORTVERSION=	3.0.7
 CATEGORIES=	graphics rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby binding for librsvg2
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
 
 RUN_DEPENDS=	rubygem-cairo>=1.12.8:${PORTSDIR}/graphics/rubygem-cairo \
 		rubygem-gdk_pixbuf2>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-gdk_pixbuf2

Modified: head/graphics/rubygem-rsvg2/distinfo
==============================================================================
--- head/graphics/rubygem-rsvg2/distinfo	Sun Jan 17 13:25:45 2016	(r406482)
+++ head/graphics/rubygem-rsvg2/distinfo	Sun Jan 17 13:25:49 2016	(r406483)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/rsvg2-2.2.5.gem) = 1d5997fb897ec1de97df0fc5e5b5abb55919fcb9af1eccb422d158c428fb014d
-SIZE (rubygem/rsvg2-2.2.5.gem) = 13312
+SHA256 (rubygem/rsvg2-3.0.7.gem) = 0e69dd5137238f6e5b5fbb97cead9a690466bbd1a2d40bd21b42e425971e55a1
+SIZE (rubygem/rsvg2-3.0.7.gem) = 13824

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:25:56 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1647EA85F6C;
 Sun, 17 Jan 2016 13:25:56 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id BF48E10E5;
 Sun, 17 Jan 2016 13:25:55 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDPsvQ022697;
 Sun, 17 Jan 2016 13:25:54 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDPsnl022695;
 Sun, 17 Jan 2016 13:25:54 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171325.u0HDPsnl022695@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:25:54 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406484 - head/x11-toolkits/rubygem-gdk3
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:25:56 -0000

Author: sunpoet
Date: Sun Jan 17 13:25:54 2016
New Revision: 406484
URL: https://svnweb.freebsd.org/changeset/ports/406484

Log:
  - Update to 3.0.7
  - Fix LICENSE
  
  Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/x11-toolkits/rubygem-gdk3/Makefile
  head/x11-toolkits/rubygem-gdk3/distinfo

Modified: head/x11-toolkits/rubygem-gdk3/Makefile
==============================================================================
--- head/x11-toolkits/rubygem-gdk3/Makefile	Sun Jan 17 13:25:49 2016	(r406483)
+++ head/x11-toolkits/rubygem-gdk3/Makefile	Sun Jan 17 13:25:54 2016	(r406484)
@@ -1,22 +1,22 @@
 # $FreeBSD$
 
 PORTNAME=	gdk3
-PORTVERSION=	2.2.5
+PORTVERSION=	3.0.7
 CATEGORIES=	x11-toolkits rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby/GDK3 is a Ruby binding of GDK-3.x
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
 
-RUN_DEPENDS=	rubygem-gdk_pixbuf2>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-gdk_pixbuf2 \
+RUN_DEPENDS=	rubygem-cairo-gobject>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-cairo-gobject \
+		rubygem-gdk_pixbuf2>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-gdk_pixbuf2 \
+		rubygem-gobject-introspection>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-gobject-introspection \
 		rubygem-pango>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-pango
 
-USE_GNOME=	gtk30
 NO_ARCH=	yes
-
+USE_GNOME=	gtk30
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/x11-toolkits/rubygem-gdk3/distinfo
==============================================================================
--- head/x11-toolkits/rubygem-gdk3/distinfo	Sun Jan 17 13:25:49 2016	(r406483)
+++ head/x11-toolkits/rubygem-gdk3/distinfo	Sun Jan 17 13:25:54 2016	(r406484)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/gdk3-2.2.5.gem) = 83189e4d967190b57b8184ffe0c8ce1189cdec7ed32bb0be698c9992d2c6c2be
-SIZE (rubygem/gdk3-2.2.5.gem) = 13824
+SHA256 (rubygem/gdk3-3.0.7.gem) = a04389dd15b02061af34f3f8597a15af62b02e838c2b74de1c120264d80837d2
+SIZE (rubygem/gdk3-3.0.7.gem) = 24576

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:26:00 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9CAAA85F9A;
 Sun, 17 Jan 2016 13:26:00 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 2FF9D11C7;
 Sun, 17 Jan 2016 13:26:00 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDPxk9022816;
 Sun, 17 Jan 2016 13:25:59 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDPxOA022814;
 Sun, 17 Jan 2016 13:25:59 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171325.u0HDPxOA022814@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:25:59 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406485 - head/x11-toolkits/rubygem-gtk3
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:26:00 -0000

Author: sunpoet
Date: Sun Jan 17 13:25:58 2016
New Revision: 406485
URL: https://svnweb.freebsd.org/changeset/ports/406485

Log:
  - Update to 3.0.7
  - Fix LICENSE
  
  Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/x11-toolkits/rubygem-gtk3/Makefile
  head/x11-toolkits/rubygem-gtk3/distinfo

Modified: head/x11-toolkits/rubygem-gtk3/Makefile
==============================================================================
--- head/x11-toolkits/rubygem-gtk3/Makefile	Sun Jan 17 13:25:54 2016	(r406484)
+++ head/x11-toolkits/rubygem-gtk3/Makefile	Sun Jan 17 13:25:58 2016	(r406485)
@@ -1,21 +1,21 @@
 # $FreeBSD$
 
 PORTNAME=	gtk3
-PORTVERSION=	2.2.5
+PORTVERSION=	3.0.7
 CATEGORIES=	x11-toolkits rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby binding for GTK+3
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
 
 RUN_DEPENDS=	rubygem-atk>=${PORTVERSION}:${PORTSDIR}/accessibility/rubygem-atk \
 		rubygem-gdk3>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gdk3 \
 		rubygem-gdk_pixbuf2>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-gdk_pixbuf2 \
 		rubygem-gio2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-gio2 \
 		rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 \
+		rubygem-gobject-introspection>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-gobject-introspection \
 		rubygem-pango>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-pango
 
 USE_GNOME=	gtk30

Modified: head/x11-toolkits/rubygem-gtk3/distinfo
==============================================================================
--- head/x11-toolkits/rubygem-gtk3/distinfo	Sun Jan 17 13:25:54 2016	(r406484)
+++ head/x11-toolkits/rubygem-gtk3/distinfo	Sun Jan 17 13:25:58 2016	(r406485)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/gtk3-2.2.5.gem) = 3e5040486376fc4550327fc8311d8eebbb0b10eaf3fd13cd80b5ff954bfe7d59
-SIZE (rubygem/gtk3-2.2.5.gem) = 429568
+SHA256 (rubygem/gtk3-3.0.7.gem) = 96b68053bcfc5814d8c8527bd1070553c847c601632f40adfccdcaac670d4332
+SIZE (rubygem/gtk3-3.0.7.gem) = 390144

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:30:02 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCEC9A8514E;
 Sun, 17 Jan 2016 13:30:02 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 716821449;
 Sun, 17 Jan 2016 13:30:02 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDU1rg023247;
 Sun, 17 Jan 2016 13:30:01 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDU1ck023245;
 Sun, 17 Jan 2016 13:30:01 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171330.u0HDU1ck023245@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:30:01 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406486 - in head/graphics/rubygem-goocanvas: . files
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:30:02 -0000

Author: sunpoet
Date: Sun Jan 17 13:30:01 2016
New Revision: 406486
URL: https://svnweb.freebsd.org/changeset/ports/406486

Log:
  - Fix LICENSE
  - Fix gemspec
  - Bump PORTREVISION for package change
  
  Sponsored by:	PortsCamp Taiwan

Added:
  head/graphics/rubygem-goocanvas/files/
  head/graphics/rubygem-goocanvas/files/patch-gemspec   (contents, props changed)
Modified:
  head/graphics/rubygem-goocanvas/Makefile

Modified: head/graphics/rubygem-goocanvas/Makefile
==============================================================================
--- head/graphics/rubygem-goocanvas/Makefile	Sun Jan 17 13:25:58 2016	(r406485)
+++ head/graphics/rubygem-goocanvas/Makefile	Sun Jan 17 13:30:01 2016	(r406486)
@@ -2,14 +2,14 @@
 
 PORTNAME=	goocanvas
 PORTVERSION=	2.2.0
+PORTREVISION=	1
 CATEGORIES=	graphics rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby/GooCanvas is a Ruby binding of GooCanvas
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
 
 LIB_DEPENDS=	libgoocanvas-2.0.so:${PORTSDIR}/graphics/goocanvas2
 RUN_DEPENDS=	rubygem-gobject-introspection>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-gobject-introspection \

Added: head/graphics/rubygem-goocanvas/files/patch-gemspec
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/rubygem-goocanvas/files/patch-gemspec	Sun Jan 17 13:30:01 2016	(r406486)
@@ -0,0 +1,13 @@
+--- goocanvas.gemspec.orig	2016-01-15 18:40:29 UTC
++++ goocanvas.gemspec
+@@ -24,8 +24,8 @@ Gem::Specification.new do |s|
+     s.specification_version = 4
+ 
+     if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
+-      s.add_runtime_dependency(%q, ["= 2.2.0"])
+-      s.add_runtime_dependency(%q, ["= 2.2.0"])
++      s.add_runtime_dependency(%q, [">= 2.2.0"])
++      s.add_runtime_dependency(%q, [">= 2.2.0"])
+     else
+       s.add_dependency(%q, ["= 2.2.0"])
+       s.add_dependency(%q, ["= 2.2.0"])

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:30:07 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48089A85199;
 Sun, 17 Jan 2016 13:30:07 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 19A261481;
 Sun, 17 Jan 2016 13:30:07 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDU61Z023366;
 Sun, 17 Jan 2016 13:30:06 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDU6qS023364;
 Sun, 17 Jan 2016 13:30:06 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171330.u0HDU6qS023364@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:30:06 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406487 - head/www/rubygem-webkit-gtk
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:30:07 -0000

Author: sunpoet
Date: Sun Jan 17 13:30:05 2016
New Revision: 406487
URL: https://svnweb.freebsd.org/changeset/ports/406487

Log:
  - Update to 3.0.7
  - Fix LICENSE
  
  Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/rubygem-webkit-gtk/Makefile
  head/www/rubygem-webkit-gtk/distinfo

Modified: head/www/rubygem-webkit-gtk/Makefile
==============================================================================
--- head/www/rubygem-webkit-gtk/Makefile	Sun Jan 17 13:30:01 2016	(r406486)
+++ head/www/rubygem-webkit-gtk/Makefile	Sun Jan 17 13:30:05 2016	(r406487)
@@ -1,22 +1,20 @@
 # $FreeBSD$
 
 PORTNAME=	webkit-gtk
-PORTVERSION=	2.2.5
+PORTVERSION=	3.0.7
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby/WebKitGTK is a Ruby binding of WebKitGTK+
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
 
 LIB_DEPENDS=	libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3
 RUN_DEPENDS=	rubygem-gobject-introspection>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-gobject-introspection \
 		rubygem-gtk3>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtk3
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/www/rubygem-webkit-gtk/distinfo
==============================================================================
--- head/www/rubygem-webkit-gtk/distinfo	Sun Jan 17 13:30:01 2016	(r406486)
+++ head/www/rubygem-webkit-gtk/distinfo	Sun Jan 17 13:30:05 2016	(r406487)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/webkit-gtk-2.2.5.gem) = ad4a2af247225fb30088a236b21fe3687ff3a296aa0cbb977be4a061c22c5f48
-SIZE (rubygem/webkit-gtk-2.2.5.gem) = 7168
+SHA256 (rubygem/webkit-gtk-3.0.7.gem) = 486b001db5ca3ecdadbceeec58037fa532da29277f1486d2d5dff2a0da30b4a0
+SIZE (rubygem/webkit-gtk-3.0.7.gem) = 7680

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:30:12 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FC2AA85210;
 Sun, 17 Jan 2016 13:30:12 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id EC9B515AE;
 Sun, 17 Jan 2016 13:30:11 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDUAEY023487;
 Sun, 17 Jan 2016 13:30:10 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDUAmK023484;
 Sun, 17 Jan 2016 13:30:10 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171330.u0HDUAmK023484@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:30:10 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406488 - head/x11-toolkits/rubygem-gtksourceview3
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:30:12 -0000

Author: sunpoet
Date: Sun Jan 17 13:30:10 2016
New Revision: 406488
URL: https://svnweb.freebsd.org/changeset/ports/406488

Log:
  - Update to 3.0.7
  - Fix LICENSE
  - Add NO_ARCH
  - Use USE_GNOME=gtksourceview3
  
  Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/x11-toolkits/rubygem-gtksourceview3/Makefile
  head/x11-toolkits/rubygem-gtksourceview3/distinfo

Modified: head/x11-toolkits/rubygem-gtksourceview3/Makefile
==============================================================================
--- head/x11-toolkits/rubygem-gtksourceview3/Makefile	Sun Jan 17 13:30:05 2016	(r406487)
+++ head/x11-toolkits/rubygem-gtksourceview3/Makefile	Sun Jan 17 13:30:10 2016	(r406488)
@@ -1,19 +1,20 @@
 # $FreeBSD$
 
 PORTNAME=	gtksourceview3
-PORTVERSION=	2.2.5
+PORTVERSION=	3.0.7
 CATEGORIES=	x11-toolkits rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
 
-RUN_DEPENDS=	gtksourceview3>=0:${PORTSDIR}/x11-toolkits/gtksourceview3 \
+RUN_DEPENDS=	rubygem-gobject-introspection>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-gobject-introspection \
 		rubygem-gtk3>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtk3
 
+NO_ARCH=	yes
+USE_GNOME=	gtksourceview3
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/x11-toolkits/rubygem-gtksourceview3/distinfo
==============================================================================
--- head/x11-toolkits/rubygem-gtksourceview3/distinfo	Sun Jan 17 13:30:05 2016	(r406487)
+++ head/x11-toolkits/rubygem-gtksourceview3/distinfo	Sun Jan 17 13:30:10 2016	(r406488)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/gtksourceview3-2.2.5.gem) = b5caddf63713809f70641788592b8c9f52c824ca40e33b577867240bd394b234
-SIZE (rubygem/gtksourceview3-2.2.5.gem) = 17408
+SHA256 (rubygem/gtksourceview3-3.0.7.gem) = 6f0e23abf2f59f02cb3ad85bc396576ddebb5debb8be051e1140aa4409751ec8
+SIZE (rubygem/gtksourceview3-3.0.7.gem) = 7680

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:30:16 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD200A85269;
 Sun, 17 Jan 2016 13:30:16 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 9DC7B1751;
 Sun, 17 Jan 2016 13:30:16 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDUFmT023603;
 Sun, 17 Jan 2016 13:30:15 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDUF64023601;
 Sun, 17 Jan 2016 13:30:15 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171330.u0HDUF64023601@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:30:15 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406489 - head/x11-toolkits/rubygem-gtk2
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:30:16 -0000

Author: sunpoet
Date: Sun Jan 17 13:30:15 2016
New Revision: 406489
URL: https://svnweb.freebsd.org/changeset/ports/406489

Log:
  - Update to 3.0.7
  - Fix LICENSE
  
  Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/x11-toolkits/rubygem-gtk2/Makefile
  head/x11-toolkits/rubygem-gtk2/distinfo

Modified: head/x11-toolkits/rubygem-gtk2/Makefile
==============================================================================
--- head/x11-toolkits/rubygem-gtk2/Makefile	Sun Jan 17 13:30:10 2016	(r406488)
+++ head/x11-toolkits/rubygem-gtk2/Makefile	Sun Jan 17 13:30:15 2016	(r406489)
@@ -1,15 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	gtk2
-PORTVERSION=	2.2.5
+PORTVERSION=	3.0.7
 CATEGORIES=	x11-toolkits rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby binding for GTK+2
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
 
 RUN_DEPENDS=	rubygem-atk>=${PORTVERSION}:${PORTSDIR}/accessibility/rubygem-atk \
 		rubygem-gdk_pixbuf2>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-gdk_pixbuf2 \

Modified: head/x11-toolkits/rubygem-gtk2/distinfo
==============================================================================
--- head/x11-toolkits/rubygem-gtk2/distinfo	Sun Jan 17 13:30:10 2016	(r406488)
+++ head/x11-toolkits/rubygem-gtk2/distinfo	Sun Jan 17 13:30:15 2016	(r406489)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/gtk2-2.2.5.gem) = 9b32d72f823e9db65e373890be3dedc3d524cb88a2a4bb89b9b771feacb907c3
-SIZE (rubygem/gtk2-2.2.5.gem) = 465920
+SHA256 (rubygem/gtk2-3.0.7.gem) = 5b0df215cea970a55bd58a1e0be5e4807d7d07d0f42529d986f98aaa90632afb
+SIZE (rubygem/gtk2-3.0.7.gem) = 466432

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:30:21 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 287FDA8529D;
 Sun, 17 Jan 2016 13:30:21 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id EE2561832;
 Sun, 17 Jan 2016 13:30:20 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDUJ8o023696;
 Sun, 17 Jan 2016 13:30:19 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDUJcf023695;
 Sun, 17 Jan 2016 13:30:19 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171330.u0HDUJcf023695@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:30:19 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406490 - head/japanese/gedy
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:30:21 -0000

Author: sunpoet
Date: Sun Jan 17 13:30:19 2016
New Revision: 406490
URL: https://svnweb.freebsd.org/changeset/ports/406490

Log:
  - Add NO_ARCH
  
  Approved by:	portmgr (blanket)
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/japanese/gedy/Makefile

Modified: head/japanese/gedy/Makefile
==============================================================================
--- head/japanese/gedy/Makefile	Sun Jan 17 13:30:15 2016	(r406489)
+++ head/japanese/gedy/Makefile	Sun Jan 17 13:30:19 2016	(r406490)
@@ -27,6 +27,7 @@ EXTRACT_CMD=		${CP}
 EXTRACT_BEFORE_ARGS=	-p
 EXTRACT_AFTER_ARGS=	.
 NO_WRKSUBDIR=		yes
+NO_ARCH=		yes
 NO_BUILD=		yes
 
 PLIST_FILES=	bin/${PORTNAME}

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:30:25 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 906F3A852F5;
 Sun, 17 Jan 2016 13:30:25 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 54DC4196A;
 Sun, 17 Jan 2016 13:30:25 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDUO1s023786;
 Sun, 17 Jan 2016 13:30:24 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDUOfi023785;
 Sun, 17 Jan 2016 13:30:24 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171330.u0HDUOfi023785@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:30:24 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406491 - head/japanese/gsuica
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:30:25 -0000

Author: sunpoet
Date: Sun Jan 17 13:30:24 2016
New Revision: 406491
URL: https://svnweb.freebsd.org/changeset/ports/406491

Log:
  - Add NO_ARCH
  
  Approved by:	portmgr (blanket)
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/japanese/gsuica/Makefile

Modified: head/japanese/gsuica/Makefile
==============================================================================
--- head/japanese/gsuica/Makefile	Sun Jan 17 13:30:19 2016	(r406490)
+++ head/japanese/gsuica/Makefile	Sun Jan 17 13:30:24 2016	(r406491)
@@ -27,6 +27,7 @@ EXTRACT_CMD=		${CP}
 EXTRACT_BEFORE_ARGS=	-p
 EXTRACT_AFTER_ARGS=	.
 NO_WRKSUBDIR=		yes
+NO_ARCH=		yes
 NO_BUILD=		yes
 
 PLIST_FILES=	bin/${PORTNAME}

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:30:30 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EAFAA85325;
 Sun, 17 Jan 2016 13:30:30 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id F3F951A40;
 Sun, 17 Jan 2016 13:30:29 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDUTpt023905;
 Sun, 17 Jan 2016 13:30:29 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDUSki023903;
 Sun, 17 Jan 2016 13:30:28 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171330.u0HDUSki023903@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:30:28 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406492 - head/www/rubygem-webkit-gtk2
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:30:30 -0000

Author: sunpoet
Date: Sun Jan 17 13:30:28 2016
New Revision: 406492
URL: https://svnweb.freebsd.org/changeset/ports/406492

Log:
  - Update to 3.0.7
  - Fix LICENSE
  
  Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/www/rubygem-webkit-gtk2/Makefile
  head/www/rubygem-webkit-gtk2/distinfo

Modified: head/www/rubygem-webkit-gtk2/Makefile
==============================================================================
--- head/www/rubygem-webkit-gtk2/Makefile	Sun Jan 17 13:30:24 2016	(r406491)
+++ head/www/rubygem-webkit-gtk2/Makefile	Sun Jan 17 13:30:28 2016	(r406492)
@@ -1,22 +1,20 @@
 # $FreeBSD$
 
 PORTNAME=	webkit-gtk2
-PORTVERSION=	2.2.5
+PORTVERSION=	3.0.7
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby/WebKitGtk2 is a Ruby binding of WebKitGTK+ for Gtk 2.0 Toolkit
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
 
 LIB_DEPENDS=	libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2
 RUN_DEPENDS=	rubygem-gobject-introspection>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-gobject-introspection \
 		rubygem-gtk2>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtk2
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/www/rubygem-webkit-gtk2/distinfo
==============================================================================
--- head/www/rubygem-webkit-gtk2/distinfo	Sun Jan 17 13:30:24 2016	(r406491)
+++ head/www/rubygem-webkit-gtk2/distinfo	Sun Jan 17 13:30:28 2016	(r406492)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/webkit-gtk2-2.2.5.gem) = 574292f9baf82cbda1701f3900d0e44b8339e7e5b34e985813afd10206b14ec0
-SIZE (rubygem/webkit-gtk2-2.2.5.gem) = 6656
+SHA256 (rubygem/webkit-gtk2-3.0.7.gem) = 5d4b7b403fd74797137138713b8c3bf09ea22455c95820ceda287144411294d5
+SIZE (rubygem/webkit-gtk2-3.0.7.gem) = 6656

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:30:35 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2295EA8536B;
 Sun, 17 Jan 2016 13:30:35 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 9FDFD1B4F;
 Sun, 17 Jan 2016 13:30:34 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDUXvL025958;
 Sun, 17 Jan 2016 13:30:33 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDUXEX025953;
 Sun, 17 Jan 2016 13:30:33 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171330.u0HDUXEX025953@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:30:33 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406493 - head/x11-toolkits/rubygem-gtksourceview2
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:30:35 -0000

Author: sunpoet
Date: Sun Jan 17 13:30:33 2016
New Revision: 406493
URL: https://svnweb.freebsd.org/changeset/ports/406493

Log:
  - Update to 3.0.7
  - Fix LICENSE
  
  Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/x11-toolkits/rubygem-gtksourceview2/Makefile
  head/x11-toolkits/rubygem-gtksourceview2/distinfo

Modified: head/x11-toolkits/rubygem-gtksourceview2/Makefile
==============================================================================
--- head/x11-toolkits/rubygem-gtksourceview2/Makefile	Sun Jan 17 13:30:28 2016	(r406492)
+++ head/x11-toolkits/rubygem-gtksourceview2/Makefile	Sun Jan 17 13:30:33 2016	(r406493)
@@ -1,15 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	gtksourceview2
-PORTVERSION=	2.2.5
+PORTVERSION=	3.0.7
 CATEGORIES=	x11-toolkits rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby binding for gtksourceview-2.x
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
 
 RUN_DEPENDS=	rubygem-gtk2>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtk2
 

Modified: head/x11-toolkits/rubygem-gtksourceview2/distinfo
==============================================================================
--- head/x11-toolkits/rubygem-gtksourceview2/distinfo	Sun Jan 17 13:30:28 2016	(r406492)
+++ head/x11-toolkits/rubygem-gtksourceview2/distinfo	Sun Jan 17 13:30:33 2016	(r406493)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/gtksourceview2-2.2.5.gem) = a8afb4e4144b05f6908acef6cec8507d2d42e87659d420a6693aa3dccf7ab6ad
-SIZE (rubygem/gtksourceview2-2.2.5.gem) = 15360
+SHA256 (rubygem/gtksourceview2-3.0.7.gem) = 05efa1365eb590722431eb2447ce454d64d4bfd61aa7b06823910ca7bd1650ee
+SIZE (rubygem/gtksourceview2-3.0.7.gem) = 15360

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:30:39 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A033A853AB;
 Sun, 17 Jan 2016 13:30:39 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 572571C2D;
 Sun, 17 Jan 2016 13:30:39 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDUcPq026078;
 Sun, 17 Jan 2016 13:30:38 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDUcjY026076;
 Sun, 17 Jan 2016 13:30:38 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171330.u0HDUcjY026076@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:30:38 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406494 - head/x11-toolkits/rubygem-vte
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:30:39 -0000

Author: sunpoet
Date: Sun Jan 17 13:30:37 2016
New Revision: 406494
URL: https://svnweb.freebsd.org/changeset/ports/406494

Log:
  - Update to 3.0.7
  - Fix LICENSE
  
  Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/x11-toolkits/rubygem-vte/Makefile
  head/x11-toolkits/rubygem-vte/distinfo

Modified: head/x11-toolkits/rubygem-vte/Makefile
==============================================================================
--- head/x11-toolkits/rubygem-vte/Makefile	Sun Jan 17 13:30:33 2016	(r406493)
+++ head/x11-toolkits/rubygem-vte/Makefile	Sun Jan 17 13:30:37 2016	(r406494)
@@ -1,15 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	vte
-PORTVERSION=	2.2.5
+PORTVERSION=	3.0.7
 CATEGORIES=	x11-toolkits rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby binding for VTE
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
 
 RUN_DEPENDS=	rubygem-gtk2>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtk2
 

Modified: head/x11-toolkits/rubygem-vte/distinfo
==============================================================================
--- head/x11-toolkits/rubygem-vte/distinfo	Sun Jan 17 13:30:33 2016	(r406493)
+++ head/x11-toolkits/rubygem-vte/distinfo	Sun Jan 17 13:30:37 2016	(r406494)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/vte-2.2.5.gem) = c60b407b75b2bea9a059e88d6d632a85ee57d1afc821bcd7f5b135ee31554d3d
-SIZE (rubygem/vte-2.2.5.gem) = 14848
+SHA256 (rubygem/vte-3.0.7.gem) = a945397d1397d8b550ba935c3fe81535de6f72e49aa8f7dc7ee430ed621c9aeb
+SIZE (rubygem/vte-3.0.7.gem) = 14848

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:30:44 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 427DEA853EB;
 Sun, 17 Jan 2016 13:30:44 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 159A81D0F;
 Sun, 17 Jan 2016 13:30:44 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDUhAv026199;
 Sun, 17 Jan 2016 13:30:43 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDUhf9026197;
 Sun, 17 Jan 2016 13:30:43 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171330.u0HDUhf9026197@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:30:43 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406495 - head/x11-toolkits/rubygem-poppler
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:30:44 -0000

Author: sunpoet
Date: Sun Jan 17 13:30:42 2016
New Revision: 406495
URL: https://svnweb.freebsd.org/changeset/ports/406495

Log:
  - Update to 3.0.7
  - Fix LICENSE
  
  Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/x11-toolkits/rubygem-poppler/Makefile
  head/x11-toolkits/rubygem-poppler/distinfo

Modified: head/x11-toolkits/rubygem-poppler/Makefile
==============================================================================
--- head/x11-toolkits/rubygem-poppler/Makefile	Sun Jan 17 13:30:37 2016	(r406494)
+++ head/x11-toolkits/rubygem-poppler/Makefile	Sun Jan 17 13:30:42 2016	(r406495)
@@ -1,16 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	poppler
-PORTVERSION=	2.2.5
-PORTREVISION=	1
+PORTVERSION=	3.0.7
 CATEGORIES=	x11-toolkits rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby binding for Poppler
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
 
 LIB_DEPENDS=	libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib
 RUN_DEPENDS=	rubygem-cairo>=1.14.0:${PORTSDIR}/graphics/rubygem-cairo \

Modified: head/x11-toolkits/rubygem-poppler/distinfo
==============================================================================
--- head/x11-toolkits/rubygem-poppler/distinfo	Sun Jan 17 13:30:37 2016	(r406494)
+++ head/x11-toolkits/rubygem-poppler/distinfo	Sun Jan 17 13:30:42 2016	(r406495)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/poppler-2.2.5.gem) = 6b0dca2e102553eec1651ff073960fd0bb9ddcefb9f0941e0ed2cebfb4b46513
-SIZE (rubygem/poppler-2.2.5.gem) = 65024
+SHA256 (rubygem/poppler-3.0.7.gem) = 57da6fd4ea0cf69845f2e20697aedc8d5f282a7af2b1c751ef4b1e92f376e4c8
+SIZE (rubygem/poppler-3.0.7.gem) = 66048

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:30:49 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D201A85451;
 Sun, 17 Jan 2016 13:30:49 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 417721DD3;
 Sun, 17 Jan 2016 13:30:49 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDUmeR026360;
 Sun, 17 Jan 2016 13:30:48 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDUltY026354;
 Sun, 17 Jan 2016 13:30:47 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171330.u0HDUltY026354@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:30:47 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406496 - in head/x11-toolkits: . rubygem-vte3
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:30:49 -0000

Author: sunpoet
Date: Sun Jan 17 13:30:47 2016
New Revision: 406496
URL: https://svnweb.freebsd.org/changeset/ports/406496

Log:
  - Add rubygem-vte3 3.0.7
  
  Ruby/VTE is a Ruby binding of VTE.
  
  WWW: http://ruby-gnome2.sourceforge.jp/
  Sponsored by:	PortsCamp Taiwan

Added:
  head/x11-toolkits/rubygem-vte3/
  head/x11-toolkits/rubygem-vte3/Makefile   (contents, props changed)
  head/x11-toolkits/rubygem-vte3/distinfo   (contents, props changed)
  head/x11-toolkits/rubygem-vte3/pkg-descr   (contents, props changed)
Modified:
  head/x11-toolkits/Makefile

Modified: head/x11-toolkits/Makefile
==============================================================================
--- head/x11-toolkits/Makefile	Sun Jan 17 13:30:42 2016	(r406495)
+++ head/x11-toolkits/Makefile	Sun Jan 17 13:30:47 2016	(r406496)
@@ -235,6 +235,7 @@
     SUBDIR += rubygem-pango
     SUBDIR += rubygem-poppler
     SUBDIR += rubygem-vte
+    SUBDIR += rubygem-vte3
     SUBDIR += scintilla
     SUBDIR += sdl_pango
     SUBDIR += shared-desktop-ontologies

Added: head/x11-toolkits/rubygem-vte3/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/rubygem-vte3/Makefile	Sun Jan 17 13:30:47 2016	(r406496)
@@ -0,0 +1,23 @@
+# Created by: Sunpoet Po-Chuan Hsieh 
+# $FreeBSD$
+
+PORTNAME=	vte3
+PORTVERSION=	3.0.7
+CATEGORIES=	x11-toolkits rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Ruby binding for VTE
+
+LICENSE=	LGPL21+
+
+RUN_DEPENDS=	rubygem-gobject-introspection>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-gobject-introspection \
+		rubygem-gtk3>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtk3
+
+NO_ARCH=	yes
+USE_GNOME=	vte3
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include 

Added: head/x11-toolkits/rubygem-vte3/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/rubygem-vte3/distinfo	Sun Jan 17 13:30:47 2016	(r406496)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/vte3-3.0.7.gem) = c80c1c952b0dc0d4f9554221fafc558e3cf5fd7355cad8118efede8da99b96ca
+SIZE (rubygem/vte3-3.0.7.gem) = 8704

Added: head/x11-toolkits/rubygem-vte3/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/rubygem-vte3/pkg-descr	Sun Jan 17 13:30:47 2016	(r406496)
@@ -0,0 +1,3 @@
+Ruby/VTE is a Ruby binding of VTE.
+
+WWW: http://ruby-gnome2.sourceforge.jp/

From owner-svn-ports-head@freebsd.org  Sun Jan 17 13:30:53 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4AE8A854A2;
 Sun, 17 Jan 2016 13:30:53 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 85C991EB1;
 Sun, 17 Jan 2016 13:30:53 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDUqjU026465;
 Sun, 17 Jan 2016 13:30:52 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDUqJJ026464;
 Sun, 17 Jan 2016 13:30:52 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171330.u0HDUqJJ026464@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 13:30:52 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406497 - head/x11/rubygem-gnome2
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 13:30:54 -0000

Author: sunpoet
Date: Sun Jan 17 13:30:52 2016
New Revision: 406497
URL: https://svnweb.freebsd.org/changeset/ports/406497

Log:
  - Update to 3.0.7
  - Remove duplicate CATEGORIES
  - Fix LICENSE
  - Add more RUN_DEPENDS and sort it
  
  Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/x11/rubygem-gnome2/Makefile

Modified: head/x11/rubygem-gnome2/Makefile
==============================================================================
--- head/x11/rubygem-gnome2/Makefile	Sun Jan 17 13:30:47 2016	(r406496)
+++ head/x11/rubygem-gnome2/Makefile	Sun Jan 17 13:30:52 2016	(r406497)
@@ -1,27 +1,38 @@
 # $FreeBSD$
 
 PORTNAME=	gnome2
-PORTVERSION=	2.2.5
-CATEGORIES=	x11 rubygems
+PORTVERSION=	3.0.7
 CATEGORIES=	x11 gnome rubygems
 PKGNAMEPREFIX=	rubygem-
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Meta port for all Ruby Gnome2 Gems
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL21+
 
-RUN_DEPENDS=	rubygem-clutter-gtk>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-clutter-gtk \
-		rubygem-goocanvas>=2.2.0:${PORTSDIR}/graphics/rubygem-goocanvas \
-		rubygem-rsvg2>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-rsvg2 \
+RUN_DEPENDS=	rubygem-atk>=${PORTVERSION}:${PORTSDIR}/accessibility/rubygem-atk \
+		rubygem-cairo-gobject>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-cairo-gobject \
+		rubygem-clutter>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-clutter \
 		rubygem-clutter-gstreamer>=${PORTVERSION}:${PORTSDIR}/multimedia/rubygem-clutter-gstreamer \
-		rubygem-webkit-gtk>=${PORTVERSION}:${PORTSDIR}/www/rubygem-webkit-gtk \
-		rubygem-webkit-gtk2>=${PORTVERSION}:${PORTSDIR}/www/rubygem-webkit-gtk2 \
+		rubygem-clutter-gtk>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-clutter-gtk \
+		rubygem-gdk3>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gdk3 \
+		rubygem-gdk_pixbuf2>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-gdk_pixbuf2 \
+		rubygem-gio2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-gio2 \
+		rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 \
+		rubygem-gobject-introspection>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-gobject-introspection \
+		rubygem-goocanvas>=2.2.0:${PORTSDIR}/graphics/rubygem-goocanvas \
+		rubygem-gstreamer>=${PORTVERSION}:${PORTSDIR}/multimedia/rubygem-gstreamer \
+		rubygem-gtk2>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtk2 \
+		rubygem-gtk3>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtk3 \
 		rubygem-gtksourceview2>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtksourceview2 \
 		rubygem-gtksourceview3>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtksourceview3 \
+		rubygem-pango>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-pango \
 		rubygem-poppler>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-poppler \
-		rubygem-vte>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-vte
+		rubygem-rsvg2>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-rsvg2 \
+		rubygem-vte>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-vte \
+		rubygem-vte3>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-vte3 \
+		rubygem-webkit-gtk>=${PORTVERSION}:${PORTSDIR}/www/rubygem-webkit-gtk \
+		rubygem-webkit-gtk2>=${PORTVERSION}:${PORTSDIR}/www/rubygem-webkit-gtk2 \
 
 USES=		metaport
 USE_RUBY=	yes

From owner-svn-ports-head@freebsd.org  Sun Jan 17 14:03:16 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD87BA85FE6;
 Sun, 17 Jan 2016 14:03:16 +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 8EA4B1E08;
 Sun, 17 Jan 2016 14:03:16 +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 u0HE3FDu037106;
 Sun, 17 Jan 2016 14:03:15 GMT (envelope-from pi@FreeBSD.org)
Received: (from pi@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HE3Fls037104;
 Sun, 17 Jan 2016 14:03:15 GMT (envelope-from pi@FreeBSD.org)
Message-Id: <201601171403.u0HE3Fls037104@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org
 using -f
From: Kurt Jaeger 
Date: Sun, 17 Jan 2016 14:03:15 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406498 - in head/devel/lfcbase: . files
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 14:03:16 -0000

Author: pi
Date: Sun Jan 17 14:03:15 2016
New Revision: 406498
URL: https://svnweb.freebsd.org/changeset/ports/406498

Log:
  devel/lfcbase: fix DateTime
  
  Submitted by:	lemke@lemke-it.com

Added:
  head/devel/lfcbase/files/
  head/devel/lfcbase/files/patch-src_Datetime.cc   (contents, props changed)
Modified:
  head/devel/lfcbase/Makefile

Modified: head/devel/lfcbase/Makefile
==============================================================================
--- head/devel/lfcbase/Makefile	Sun Jan 17 13:30:52 2016	(r406497)
+++ head/devel/lfcbase/Makefile	Sun Jan 17 14:03:15 2016	(r406498)
@@ -2,6 +2,7 @@
 
 PORTNAME=	lfcbase
 PORTVERSION=	1.7.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.lemke-it.com/
 

Added: head/devel/lfcbase/files/patch-src_Datetime.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/lfcbase/files/patch-src_Datetime.cc	Sun Jan 17 14:03:15 2016	(r406498)
@@ -0,0 +1,11 @@
+--- src/Datetime.cc.orig	2016-01-17 13:59:22 UTC
++++ src/Datetime.cc
+@@ -17,6 +17,8 @@
+ // Status: IMPLEMENTED
+ ///////////////////////////////////////////////////////////////////////////////
+ 
++#include 
++
+ #ifndef HAVE_STRPTIME
+ #include "strptime.c"
+ #endif

From owner-svn-ports-head@freebsd.org  Sun Jan 17 14:03:57 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E7C3A8603E;
 Sun, 17 Jan 2016 14:03:57 +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 4BD961EF9;
 Sun, 17 Jan 2016 14:03: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 u0HE3uQP037248;
 Sun, 17 Jan 2016 14:03:56 GMT (envelope-from amdmi3@FreeBSD.org)
Received: (from amdmi3@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HE3upH037247;
 Sun, 17 Jan 2016 14:03:56 GMT (envelope-from amdmi3@FreeBSD.org)
Message-Id: <201601171403.u0HE3upH037247@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to
 amdmi3@FreeBSD.org using -f
From: Dmitry Marakasov 
Date: Sun, 17 Jan 2016 14:03:56 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406499 - head/devel/jam
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 14:03:57 -0000

Author: amdmi3
Date: Sun Jan 17 14:03:56 2016
New Revision: 406499
URL: https://svnweb.freebsd.org/changeset/ports/406499

Log:
  - Switch to options helpers

Modified:
  head/devel/jam/Makefile

Modified: head/devel/jam/Makefile
==============================================================================
--- head/devel/jam/Makefile	Sun Jan 17 14:03:15 2016	(r406498)
+++ head/devel/jam/Makefile	Sun Jan 17 14:03:56 2016	(r406499)
@@ -10,12 +10,15 @@ MASTER_SITES=	ftp://ftp.perforce.com/jam
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Build utility like make(1)
 
-OPTIONS_DEFINE=	DOCS
 NO_WRKSUBDIR=	yes
 USES=		zip
 
+OPTIONS_DEFINE=	DOCS
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/*.html ${STAGEDIR}${DOCSDIR}
 

From owner-svn-ports-head@freebsd.org  Sun Jan 17 14:04:03 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2A4DA8605D;
 Sun, 17 Jan 2016 14:04:03 +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 6C44E1F8F;
 Sun, 17 Jan 2016 14:04:03 +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 u0HE42uU037374;
 Sun, 17 Jan 2016 14:04:02 GMT (envelope-from amdmi3@FreeBSD.org)
Received: (from amdmi3@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HE42RD037372;
 Sun, 17 Jan 2016 14:04:02 GMT (envelope-from amdmi3@FreeBSD.org)
Message-Id: <201601171404.u0HE42RD037372@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to
 amdmi3@FreeBSD.org using -f
From: Dmitry Marakasov 
Date: Sun, 17 Jan 2016 14:04:02 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406500 - head/devel/darts
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 14:04:03 -0000

Author: amdmi3
Date: Sun Jan 17 14:04:02 2016
New Revision: 406500
URL: https://svnweb.freebsd.org/changeset/ports/406500

Log:
  - Add LICENSE
  - Switch to options helpers

Modified:
  head/devel/darts/Makefile
  head/devel/darts/pkg-plist

Modified: head/devel/darts/Makefile
==============================================================================
--- head/devel/darts/Makefile	Sun Jan 17 14:03:56 2016	(r406499)
+++ head/devel/darts/Makefile	Sun Jan 17 14:04:02 2016	(r406500)
@@ -9,19 +9,27 @@ MASTER_SITES=	http://www.chasen.org/~tak
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	C++ template library that implements Double-Array
 
+LICENSE=	BSD3CLAUSE LGPL21+
+LICENSE_COMB=	dual
+LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/BSD
+LICENSE_FILE_LGPL21+ =	${WRKSRC}/LGPL
+
 GNU_CONFIGURE=	yes
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
-EXAMPLES=	darts.cpp mkdarts.cpp
-DOCS=		AUTHORS ChangeLog README doc
 
-post-install:
-	${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for f in ${DOCS}
+PORTEXAMPLES=	darts.cpp mkdarts.cpp
+PORTDOCS=	AUTHORS ChangeLog README doc
+
+post-install-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+.for f in ${PORTDOCS}
 	${CP} -R ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
 .endfor
-	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-.for f in ${EXAMPLES}
+
+post-install-EXAMPLES-on:
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+.for f in ${PORTEXAMPLES}
 	${CP} -R ${WRKSRC}/${f} ${STAGEDIR}${EXAMPLESDIR}/
 .endfor
 

Modified: head/devel/darts/pkg-plist
==============================================================================
--- head/devel/darts/pkg-plist	Sun Jan 17 14:03:56 2016	(r406499)
+++ head/devel/darts/pkg-plist	Sun Jan 17 14:04:02 2016	(r406500)
@@ -1,10 +1,3 @@
 include/darts.h
 libexec/darts/darts
 libexec/darts/mkdarts
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/darts.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mkdarts.cpp
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/doc/darts.css
-%%PORTDOCS%%%%DOCSDIR%%/doc/index.html

From owner-svn-ports-head@freebsd.org  Sun Jan 17 14:04:10 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F70CA86087;
 Sun, 17 Jan 2016 14:04: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 EB2CA10D9;
 Sun, 17 Jan 2016 14:04: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 u0HE483L037481;
 Sun, 17 Jan 2016 14:04:08 GMT (envelope-from amdmi3@FreeBSD.org)
Received: (from amdmi3@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HE48ml037480;
 Sun, 17 Jan 2016 14:04:08 GMT (envelope-from amdmi3@FreeBSD.org)
Message-Id: <201601171404.u0HE48ml037480@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to
 amdmi3@FreeBSD.org using -f
From: Dmitry Marakasov 
Date: Sun, 17 Jan 2016 14:04:08 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406501 - head/devel/cvsdadm
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 14:04:10 -0000

Author: amdmi3
Date: Sun Jan 17 14:04:08 2016
New Revision: 406501
URL: https://svnweb.freebsd.org/changeset/ports/406501

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Switch to options helpers

Modified:
  head/devel/cvsdadm/Makefile

Modified: head/devel/cvsdadm/Makefile
==============================================================================
--- head/devel/cvsdadm/Makefile	Sun Jan 17 14:04:02 2016	(r406500)
+++ head/devel/cvsdadm/Makefile	Sun Jan 17 14:04:08 2016	(r406501)
@@ -11,10 +11,14 @@ MASTER_SITES=	ftp://quenix2.dyndns.org/F
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Tool for CVSd pserver user administration
 
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USES=		shebangfix perl5
 NO_BUILD=	yes
+NO_ARCH=	yes
 USE_PERL5=	run
 POD2TEXT?=	pod2text
 PORTDOCS=	cvsdadm.README
@@ -24,11 +28,15 @@ SHEBANG_FILES=	cvsdadm
 PLIST_FILES=	bin/cvsdadm \
 		man/man1/cvsdadm.1.gz
 
+OPTIONS_DEFINE=	DOCS
+
 do-install:
+	${INSTALL_SCRIPT} ${WRKSRC}/cvsdadm ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/cvsdadm.1 ${STAGEDIR}${MANPREFIX}/man/man1
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	@${POD2TEXT} ${WRKSRC}/cvsdadm > ${WRKSRC}/${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_SCRIPT} ${WRKSRC}/cvsdadm ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/cvsdadm.1 ${STAGEDIR}${PREFIX}/man/man1
 
 .include 

From owner-svn-ports-head@freebsd.org  Sun Jan 17 14:04:22 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CBA6A860AA;
 Sun, 17 Jan 2016 14:04:22 +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 DF49211BD;
 Sun, 17 Jan 2016 14:04: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 u0HE4K9g037594;
 Sun, 17 Jan 2016 14:04:20 GMT (envelope-from amdmi3@FreeBSD.org)
Received: (from amdmi3@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HE4KmM037593;
 Sun, 17 Jan 2016 14:04:20 GMT (envelope-from amdmi3@FreeBSD.org)
Message-Id: <201601171404.u0HE4KmM037593@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to
 amdmi3@FreeBSD.org using -f
From: Dmitry Marakasov 
Date: Sun, 17 Jan 2016 14:04:20 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406502 - head/devel/jcmdline
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 14:04:22 -0000

Author: amdmi3
Date: Sun Jan 17 14:04:20 2016
New Revision: 406502
URL: https://svnweb.freebsd.org/changeset/ports/406502

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Switch to options helpers

Modified:
  head/devel/jcmdline/Makefile

Modified: head/devel/jcmdline/Makefile
==============================================================================
--- head/devel/jcmdline/Makefile	Sun Jan 17 14:04:08 2016	(r406501)
+++ head/devel/jcmdline/Makefile	Sun Jan 17 14:04:20 2016	(r406502)
@@ -9,23 +9,28 @@ MASTER_SITES=	SF
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Java command line processor
 
+LICENSE=	MPL
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 NO_BUILD=	yes
-
-LICENSE=	MPL
+NO_ARCH=	yes
 
 JARFILE=	${PORTNAME}.jar
 
 PLIST_FILES=	%%JAVAJARDIR%%/${JARFILE}
-DOCFILES=	CHANGES CREDITS README
 PORTDOCS=	*
 
+OPTIONS_DEFINE=	DOCS
+
 do-install:
 	${INSTALL_DATA} ${JARFILE:S|.jar|-${PORTVERSION}.jar|:S|^|${WRKSRC}/|}	\
 		${STAGEDIR}${JAVAJARDIR}/${JARFILE}
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${DOCFILES:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-	${CP} -R ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} CHANGES CREDITS README ${STAGEDIR}${DOCSDIR}
+	cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
 
 .include 

From owner-svn-ports-head@freebsd.org  Sun Jan 17 14:08:48 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5116A86173;
 Sun, 17 Jan 2016 14:08:48 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id A60C71301;
 Sun, 17 Jan 2016 14:08:48 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HE8lMk038029;
 Sun, 17 Jan 2016 14:08:47 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HE8l9K038027;
 Sun, 17 Jan 2016 14:08:47 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171408.u0HE8l9K038027@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 14:08:47 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406503 - head/devel/p5-JIRA-REST
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 14:08:48 -0000

Author: sunpoet
Date: Sun Jan 17 14:08:47 2016
New Revision: 406503
URL: https://svnweb.freebsd.org/changeset/ports/406503

Log:
  - Update to 0.012
  
  Changes:	http://search.cpan.org/dist/JIRA-REST/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/p5-JIRA-REST/Makefile
  head/devel/p5-JIRA-REST/distinfo

Modified: head/devel/p5-JIRA-REST/Makefile
==============================================================================
--- head/devel/p5-JIRA-REST/Makefile	Sun Jan 17 14:04:20 2016	(r406502)
+++ head/devel/p5-JIRA-REST/Makefile	Sun Jan 17 14:08:47 2016	(r406503)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	JIRA-REST
-PORTVERSION=	0.011
+PORTVERSION=	0.012
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,8 +13,7 @@ COMMENT=	Extended interface to JIRA REST
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Data-Util>=0:${PORTSDIR}/devel/p5-Data-Util \
-		p5-HTML-TreeBuilder-LibXML>=0:${PORTSDIR}/www/p5-HTML-TreeBuilder-LibXML \
+BUILD_DEPENDS=	p5-HTML-TreeBuilder-LibXML>=0:${PORTSDIR}/www/p5-HTML-TreeBuilder-LibXML \
 		p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
 		p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
 		p5-REST-Client>=0:${PORTSDIR}/www/p5-REST-Client \

Modified: head/devel/p5-JIRA-REST/distinfo
==============================================================================
--- head/devel/p5-JIRA-REST/distinfo	Sun Jan 17 14:04:20 2016	(r406502)
+++ head/devel/p5-JIRA-REST/distinfo	Sun Jan 17 14:08:47 2016	(r406503)
@@ -1,2 +1,2 @@
-SHA256 (JIRA-REST-0.011.tar.gz) = ec348d6c7184cc1d76194922cf311cb25afdd63785bba5eb2463f7a9a3c9991a
-SIZE (JIRA-REST-0.011.tar.gz) = 15402
+SHA256 (JIRA-REST-0.012.tar.gz) = e747b9194760a3e8b796603bd7df6620362929e39c2b2179ae6a2fd0c5669007
+SIZE (JIRA-REST-0.012.tar.gz) = 15431

From owner-svn-ports-head@freebsd.org  Sun Jan 17 14:08:53 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B38BEA8619E;
 Sun, 17 Jan 2016 14:08:53 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 84F4E1321;
 Sun, 17 Jan 2016 14:08:53 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HE8qZI038149;
 Sun, 17 Jan 2016 14:08:52 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HE8qSc038147;
 Sun, 17 Jan 2016 14:08:52 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171408.u0HE8qSc038147@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 14:08:52 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406504 - head/devel/p5-System-Command
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 14:08:53 -0000

Author: sunpoet
Date: Sun Jan 17 14:08:52 2016
New Revision: 406504
URL: https://svnweb.freebsd.org/changeset/ports/406504

Log:
  - Update to 1.117
  
  Changes:	http://search.cpan.org/dist/System-Command/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/p5-System-Command/Makefile
  head/devel/p5-System-Command/distinfo

Modified: head/devel/p5-System-Command/Makefile
==============================================================================
--- head/devel/p5-System-Command/Makefile	Sun Jan 17 14:08:47 2016	(r406503)
+++ head/devel/p5-System-Command/Makefile	Sun Jan 17 14:08:52 2016	(r406504)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	System-Command
-PORTVERSION=	1.116
+PORTVERSION=	1.117
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/devel/p5-System-Command/distinfo
==============================================================================
--- head/devel/p5-System-Command/distinfo	Sun Jan 17 14:08:47 2016	(r406503)
+++ head/devel/p5-System-Command/distinfo	Sun Jan 17 14:08:52 2016	(r406504)
@@ -1,2 +1,2 @@
-SHA256 (System-Command-1.116.tar.gz) = a5a22c7f685dfefd1126b5cfe5342c7d44a0f4652fd74baf4ec46bbc9b8fdcfe
-SIZE (System-Command-1.116.tar.gz) = 28590
+SHA256 (System-Command-1.117.tar.gz) = 42d1e8f9ce39a4c0ce9a815b0de19eee0baa887c756eda99a4b3dc2b020004ba
+SIZE (System-Command-1.117.tar.gz) = 29636

From owner-svn-ports-head@freebsd.org  Sun Jan 17 14:08:58 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5367A861BD;
 Sun, 17 Jan 2016 14:08:58 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id A2BFA1442;
 Sun, 17 Jan 2016 14:08:58 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HE8vpX038268;
 Sun, 17 Jan 2016 14:08:57 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HE8vLF038266;
 Sun, 17 Jan 2016 14:08:57 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171408.u0HE8vLF038266@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 14:08:57 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406505 - head/devel/p5-Test-Strict
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 14:08:58 -0000

Author: sunpoet
Date: Sun Jan 17 14:08:57 2016
New Revision: 406505
URL: https://svnweb.freebsd.org/changeset/ports/406505

Log:
  - Update to 0.35
  
  Changes:	http://search.cpan.org/dist/Test-Strict/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/p5-Test-Strict/Makefile
  head/devel/p5-Test-Strict/distinfo

Modified: head/devel/p5-Test-Strict/Makefile
==============================================================================
--- head/devel/p5-Test-Strict/Makefile	Sun Jan 17 14:08:52 2016	(r406504)
+++ head/devel/p5-Test-Strict/Makefile	Sun Jan 17 14:08:57 2016	(r406505)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Test-Strict
-PORTVERSION=	0.34
+PORTVERSION=	0.35
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/devel/p5-Test-Strict/distinfo
==============================================================================
--- head/devel/p5-Test-Strict/distinfo	Sun Jan 17 14:08:52 2016	(r406504)
+++ head/devel/p5-Test-Strict/distinfo	Sun Jan 17 14:08:57 2016	(r406505)
@@ -1,2 +1,2 @@
-SHA256 (Test-Strict-0.34.tar.gz) = 8eb366a2d8a916b911c5246977d979a396d71c60693ccf1e8173eddc752e9b84
-SIZE (Test-Strict-0.34.tar.gz) = 19633
+SHA256 (Test-Strict-0.35.tar.gz) = 0ed3f00ba1f59af365abd61c955bc77a7d4ee0d746379ea8af2e8fd3a48d2706
+SIZE (Test-Strict-0.35.tar.gz) = 19734

From owner-svn-ports-head@freebsd.org  Sun Jan 17 14:09:03 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B01D5A861DE;
 Sun, 17 Jan 2016 14:09:03 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 6585A1532;
 Sun, 17 Jan 2016 14:09:03 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HE92hr038391;
 Sun, 17 Jan 2016 14:09:02 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HE92AK038389;
 Sun, 17 Jan 2016 14:09:02 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171409.u0HE92AK038389@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 14:09:02 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406506 - head/misc/p5-Software-License
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 14:09:03 -0000

Author: sunpoet
Date: Sun Jan 17 14:09:02 2016
New Revision: 406506
URL: https://svnweb.freebsd.org/changeset/ports/406506

Log:
  - Update to 0.103011
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/Software-License/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/misc/p5-Software-License/Makefile
  head/misc/p5-Software-License/distinfo

Modified: head/misc/p5-Software-License/Makefile
==============================================================================
--- head/misc/p5-Software-License/Makefile	Sun Jan 17 14:08:57 2016	(r406505)
+++ head/misc/p5-Software-License/Makefile	Sun Jan 17 14:09:02 2016	(r406506)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Software-License
-PORTVERSION=	0.103010
-PORTREVISION=	1
+PORTVERSION=	0.103011
 CATEGORIES=	misc perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:RJBS
@@ -17,11 +16,11 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Data-Section>=0:${PORTSDIR}/devel/p5-Data-Section \
 		p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \
-		p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \
 		p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/misc/p5-Software-License/distinfo
==============================================================================
--- head/misc/p5-Software-License/distinfo	Sun Jan 17 14:08:57 2016	(r406505)
+++ head/misc/p5-Software-License/distinfo	Sun Jan 17 14:09:02 2016	(r406506)
@@ -1,2 +1,2 @@
-SHA256 (Software-License-0.103010.tar.gz) = 929fbace96f69a0977a0380000820c93fc1af4e973a422c73e6cd254405fa47c
-SIZE (Software-License-0.103010.tar.gz) = 108794
+SHA256 (Software-License-0.103011.tar.gz) = ba00f9269d6fd594df709416ee8878d69c533011829a23460d582bd07561be0d
+SIZE (Software-License-0.103011.tar.gz) = 112187

From owner-svn-ports-head@freebsd.org  Sun Jan 17 14:09:08 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53093A861F5;
 Sun, 17 Jan 2016 14:09:08 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 0A9391617;
 Sun, 17 Jan 2016 14:09:07 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HE97pm038510;
 Sun, 17 Jan 2016 14:09:07 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HE96sS038508;
 Sun, 17 Jan 2016 14:09:06 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171409.u0HE96sS038508@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 14:09:06 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406507 - head/net/p5-Net-OpenID-Consumer
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 14:09:08 -0000

Author: sunpoet
Date: Sun Jan 17 14:09:06 2016
New Revision: 406507
URL: https://svnweb.freebsd.org/changeset/ports/406507

Log:
  - Update to 1.17
  - Add LICENSE
  - Add TEST_DEPENDS
  - Add NO_ARCH
  - Remove regression-test:
  
  Changes:	http://search.cpan.org/dist/Net-OpenID-Consumer/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/net/p5-Net-OpenID-Consumer/Makefile
  head/net/p5-Net-OpenID-Consumer/distinfo

Modified: head/net/p5-Net-OpenID-Consumer/Makefile
==============================================================================
--- head/net/p5-Net-OpenID-Consumer/Makefile	Sun Jan 17 14:09:02 2016	(r406506)
+++ head/net/p5-Net-OpenID-Consumer/Makefile	Sun Jan 17 14:09:06 2016	(r406507)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Net-OpenID-Consumer
-PORTVERSION=	1.16
+PORTVERSION=	1.17
 CATEGORIES=	net security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,19 +10,20 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Library for consumers of OpenID identities
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
 		p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
 		p5-Net-OpenID-Common>=1.18:${PORTSDIR}/security/p5-Net-OpenID-Common \
 		p5-URI>=0:${PORTSDIR}/net/p5-URI \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-CGI>=0:${PORTSDIR}/www/p5-CGI
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.if defined(MAINTAINER_MODE)
-regression-test: build
-	cd ${WRKSRC} && ${MAKE} test
-.endif
-
 .include 

Modified: head/net/p5-Net-OpenID-Consumer/distinfo
==============================================================================
--- head/net/p5-Net-OpenID-Consumer/distinfo	Sun Jan 17 14:09:02 2016	(r406506)
+++ head/net/p5-Net-OpenID-Consumer/distinfo	Sun Jan 17 14:09:06 2016	(r406507)
@@ -1,2 +1,2 @@
-SHA256 (Net-OpenID-Consumer-1.16.tar.gz) = 2026a4c3dfeee191ef7865a30034522bfd06c2bfa78afd890abd0def05f74d5d
-SIZE (Net-OpenID-Consumer-1.16.tar.gz) = 57858
+SHA256 (Net-OpenID-Consumer-1.17.tar.gz) = 45f4c31abc905c3c3e21b41f472844f019e38499dd81062ceafc26e6f3c65e6d
+SIZE (Net-OpenID-Consumer-1.17.tar.gz) = 58507

From owner-svn-ports-head@freebsd.org  Sun Jan 17 14:09:12 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB01DA8622B;
 Sun, 17 Jan 2016 14:09:12 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id B973717BE;
 Sun, 17 Jan 2016 14:09:12 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HE9BRs038628;
 Sun, 17 Jan 2016 14:09:11 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HE9BBr038626;
 Sun, 17 Jan 2016 14:09:11 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171409.u0HE9BBr038626@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 14:09:11 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406508 - head/science/p5-Geo-WebService-Elevation-USGS
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 14:09:13 -0000

Author: sunpoet
Date: Sun Jan 17 14:09:11 2016
New Revision: 406508
URL: https://svnweb.freebsd.org/changeset/ports/406508

Log:
  - Update to 0.105
  
  Changes:	http://search.cpan.org/dist/Geo-WebService-Elevation-USGS/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/science/p5-Geo-WebService-Elevation-USGS/Makefile
  head/science/p5-Geo-WebService-Elevation-USGS/distinfo

Modified: head/science/p5-Geo-WebService-Elevation-USGS/Makefile
==============================================================================
--- head/science/p5-Geo-WebService-Elevation-USGS/Makefile	Sun Jan 17 14:09:06 2016	(r406507)
+++ head/science/p5-Geo-WebService-Elevation-USGS/Makefile	Sun Jan 17 14:09:11 2016	(r406508)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Geo-WebService-Elevation-USGS
-PORTVERSION=	0.103
+PORTVERSION=	0.105
 CATEGORIES=	science perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:WYANT

Modified: head/science/p5-Geo-WebService-Elevation-USGS/distinfo
==============================================================================
--- head/science/p5-Geo-WebService-Elevation-USGS/distinfo	Sun Jan 17 14:09:06 2016	(r406507)
+++ head/science/p5-Geo-WebService-Elevation-USGS/distinfo	Sun Jan 17 14:09:11 2016	(r406508)
@@ -1,2 +1,2 @@
-SHA256 (Geo-WebService-Elevation-USGS-0.103.tar.gz) = cfd05d03c41bdd1da55f3acd6996e67e3969288200dd67c1637a332bbe346205
-SIZE (Geo-WebService-Elevation-USGS-0.103.tar.gz) = 40598
+SHA256 (Geo-WebService-Elevation-USGS-0.105.tar.gz) = 58e633c7648c83f5ae80884f58ec54c5f10631a8fa8e877dcd69a246fb3d04b4
+SIZE (Geo-WebService-Elevation-USGS-0.105.tar.gz) = 41191

From owner-svn-ports-head@freebsd.org  Sun Jan 17 14:09:17 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A79E3A86262;
 Sun, 17 Jan 2016 14:09:17 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 7874318D7;
 Sun, 17 Jan 2016 14:09:17 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HE9GLO038747;
 Sun, 17 Jan 2016 14:09:16 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HE9GSi038745;
 Sun, 17 Jan 2016 14:09:16 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601171409.u0HE9GSi038745@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sun, 17 Jan 2016 14:09:16 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406509 - head/textproc/p5-XML-Compile
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 14:09:17 -0000

Author: sunpoet
Date: Sun Jan 17 14:09:16 2016
New Revision: 406509
URL: https://svnweb.freebsd.org/changeset/ports/406509

Log:
  - Update to 1.52
  
  Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/textproc/p5-XML-Compile/Makefile
  head/textproc/p5-XML-Compile/distinfo

Modified: head/textproc/p5-XML-Compile/Makefile
==============================================================================
--- head/textproc/p5-XML-Compile/Makefile	Sun Jan 17 14:09:11 2016	(r406508)
+++ head/textproc/p5-XML-Compile/Makefile	Sun Jan 17 14:09:16 2016	(r406509)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	XML-Compile
-PORTVERSION=	1.51
+PORTVERSION=	1.52
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/textproc/p5-XML-Compile/distinfo
==============================================================================
--- head/textproc/p5-XML-Compile/distinfo	Sun Jan 17 14:09:11 2016	(r406508)
+++ head/textproc/p5-XML-Compile/distinfo	Sun Jan 17 14:09:16 2016	(r406509)
@@ -1,2 +1,2 @@
-SHA256 (XML-Compile-1.51.tar.gz) = c2a15a27ef3f3864a17b4b2bad2c2054992c73cd1c2ed2e77093400fdc27d219
-SIZE (XML-Compile-1.51.tar.gz) = 201876
+SHA256 (XML-Compile-1.52.tar.gz) = ff5113f5ce22fdb7eb767b9b48ab7576281719252729793d886c67d60a251064
+SIZE (XML-Compile-1.52.tar.gz) = 202589

From owner-svn-ports-head@freebsd.org  Sun Jan 17 14:32:33 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70F64A86B71;
 Sun, 17 Jan 2016 14:32:33 +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 438941ACD;
 Sun, 17 Jan 2016 14:32:33 +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 u0HEWWSl048317;
 Sun, 17 Jan 2016 14:32:32 GMT (envelope-from pawel@FreeBSD.org)
Received: (from pawel@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HEWWnD048316;
 Sun, 17 Jan 2016 14:32:32 GMT (envelope-from pawel@FreeBSD.org)
Message-Id: <201601171432.u0HEWWnD048316@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: pawel set sender to
 pawel@FreeBSD.org using -f
From: Pawel Pekala 
Date: Sun, 17 Jan 2016 14:32:32 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406510 - head/lang/clang33
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 14:32:33 -0000

Author: pawel
Date: Sun Jan 17 14:32:32 2016
New Revision: 406510
URL: https://svnweb.freebsd.org/changeset/ports/406510

Log:
  Remove deprecated @dirrm
  
  Approved by:	portmgr blanket

Modified:
  head/lang/clang33/Makefile

Modified: head/lang/clang33/Makefile
==============================================================================
--- head/lang/clang33/Makefile	Sun Jan 17 14:09:16 2016	(r406509)
+++ head/lang/clang33/Makefile	Sun Jan 17 14:32:32 2016	(r406510)
@@ -191,12 +191,6 @@ build-plist:
 	${FIND} ${STAGEDIR}${DOCSDIR} -type f | \
 	    ${SED} -e 's|${STAGEDIR}${DOCSDIR}|%%PORTDOCS%%%%DOCSDIR%%|' | \
 	    ${SORT} >> ${PLIST}
-	${FIND} ${PLIST_DIR_LIST:S|^|${STAGEDIR}${LLVM_PREFIX}/|} -type d | \
-	    ${SED} -e 's|${STAGEDIR}${PREFIX}/|@dirrm |' | \
-	    ${SORT} -r >> ${PLIST}
-	${FIND} ${STAGEDIR}${DOCSDIR} -type d | ${SORT} -r | \
-	    ${SED} -e 's|${STAGEDIR}${DOCSDIR}|%%PORTDOCS%%@dirrm %%DOCSDIR%%|' \
-	    >> ${PLIST}
 
 .if make(svn-patch)
 .if !defined(PATCH_REV)

From owner-svn-ports-head@freebsd.org  Sun Jan 17 14:53:18 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2411A85508;
 Sun, 17 Jan 2016 14:53:18 +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 83F3D195C;
 Sun, 17 Jan 2016 14:53:18 +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 u0HErHlm055035;
 Sun, 17 Jan 2016 14:53:17 GMT (envelope-from pawel@FreeBSD.org)
Received: (from pawel@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HErHrS055034;
 Sun, 17 Jan 2016 14:53:17 GMT (envelope-from pawel@FreeBSD.org)
Message-Id: <201601171453.u0HErHrS055034@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: pawel set sender to
 pawel@FreeBSD.org using -f
From: Pawel Pekala 
Date: Sun, 17 Jan 2016 14:53:17 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406511 - head/lang/pike78
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 14:53:18 -0000

Author: pawel
Date: Sun Jan 17 14:53:17 2016
New Revision: 406511
URL: https://svnweb.freebsd.org/changeset/ports/406511

Log:
  Remove deprecated @dirrm
  
  Approved by:	portmgr blanket

Modified:
  head/lang/pike78/Makefile

Modified: head/lang/pike78/Makefile
==============================================================================
--- head/lang/pike78/Makefile	Sun Jan 17 14:32:32 2016	(r406510)
+++ head/lang/pike78/Makefile	Sun Jan 17 14:53:17 2016	(r406511)
@@ -109,10 +109,7 @@ post-install:
 	${INSTALL_MAN} ${WRKSRC}/man/pike.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 	@cd ${STAGEDIR}${PREFIX} && \
 		(${FIND} pike/${PORTVERSION} ! -type d && \
-		${FIND} pike/${PORTVERSION} -type d -empty -delete && \
-		${FIND} -d pike/${PORTVERSION} -type d | \
-		${SED} 's,^,@dirrm ,' && \
-		${ECHO_CMD} '@unexec rmdir %D/pike 2>/dev/null || true' \
+		${FIND} pike/${PORTVERSION} -type d -empty -delete \
 		) >> ${TMPPLIST}
 
 verify:

From owner-svn-ports-head@freebsd.org  Sun Jan 17 15:01:35 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAF77A85719;
 Sun, 17 Jan 2016 15:01:35 +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 9856F1CC6;
 Sun, 17 Jan 2016 15:01:35 +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 u0HF1YkY057674;
 Sun, 17 Jan 2016 15:01:34 GMT (envelope-from ohauer@FreeBSD.org)
Received: (from ohauer@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HF1YNL057673;
 Sun, 17 Jan 2016 15:01:34 GMT (envelope-from ohauer@FreeBSD.org)
Message-Id: <201601171501.u0HF1YNL057673@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: ohauer set sender to
 ohauer@FreeBSD.org using -f
From: Olli Hauer 
Date: Sun, 17 Jan 2016 15:01:34 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406512 - head/www/serf
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 15:01:35 -0000

Author: ohauer
Date: Sun Jan 17 15:01:34 2016
New Revision: 406512
URL: https://svnweb.freebsd.org/changeset/ports/406512

Log:
  - fix typo in do-install s/SENTENV/SETENV/
  
    Until now ${SETENV} is empty so the fix does not
    affect the result. (no MFH)
  
  Submitted by:	John Hein
  Approved by:	lev@ (implicit)

Modified:
  head/www/serf/Makefile

Modified: head/www/serf/Makefile
==============================================================================
--- head/www/serf/Makefile	Sun Jan 17 14:53:17 2016	(r406511)
+++ head/www/serf/Makefile	Sun Jan 17 15:01:34 2016	(r406512)
@@ -39,7 +39,7 @@ do-build:
 	@(cd ${WRKSRC} && ${SETENV} ${MAKE_CMD} ${SCONS_ARGS})
 
 do-install:
-	@(cd ${WRKSRC} && ${SENTENV} ${MAKE_CMD} ${SCONS_ARGS} ${INSTALL_TARGET})
+	@(cd ${WRKSRC} && ${SETENV} ${MAKE_CMD} ${SCONS_ARGS} ${INSTALL_TARGET})
 
 post-patch:
 	@${REINPLACE_CMD} -E \

From owner-svn-ports-head@freebsd.org  Sun Jan 17 15:04:57 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id E614EA8595D;
 Sun, 17 Jan 2016 15:04:57 +0000 (UTC)
 (envelope-from matthew@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id B7E361F76;
 Sun, 17 Jan 2016 15:04:57 +0000 (UTC)
 (envelope-from matthew@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HF4uwj058615;
 Sun, 17 Jan 2016 15:04:56 GMT (envelope-from matthew@FreeBSD.org)
Received: (from matthew@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HF4uxd058614;
 Sun, 17 Jan 2016 15:04:56 GMT (envelope-from matthew@FreeBSD.org)
Message-Id: <201601171504.u0HF4uxd058614@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: matthew set sender to
 matthew@FreeBSD.org using -f
From: Matthew Seaman 
Date: Sun, 17 Jan 2016 15:04:56 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406513 - head/devel/rubygem-svn2git
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 15:04:58 -0000

Author: matthew
Date: Sun Jan 17 15:04:56 2016
New Revision: 406513
URL: https://svnweb.freebsd.org/changeset/ports/406513

Log:
  Add ${LOCALBASE}/bin/svn2git to the plist (1).  RUBYGEM_AUTOPLIST
  doesn't include end-user scripts installed outside the gems directory.
  
  Add a CONFLICTS_INSTALL against devel/svn2git
  
  Submitted by:	swills (1)

Modified:
  head/devel/rubygem-svn2git/Makefile

Modified: head/devel/rubygem-svn2git/Makefile
==============================================================================
--- head/devel/rubygem-svn2git/Makefile	Sun Jan 17 15:01:34 2016	(r406512)
+++ head/devel/rubygem-svn2git/Makefile	Sun Jan 17 15:04:56 2016	(r406513)
@@ -2,6 +2,7 @@
 
 PORTNAME=	svn2git
 PORTVERSION=	2.3.2
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,9 +13,12 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	git-subversion>0:${PORTSDIR}/devel/git-subversion
 
+CONFLICTS_INSTALL=	svn2git-[0-9]*
+
 NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+PLIST_FILES=	bin/svn2git
 
 .include 

From owner-svn-ports-head@freebsd.org  Sun Jan 17 16:01:19 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CD16A86C63;
 Sun, 17 Jan 2016 16:01:19 +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 544D019BE;
 Sun, 17 Jan 2016 16:01:19 +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 u0HG1IEg075823;
 Sun, 17 Jan 2016 16:01:18 GMT (envelope-from marino@FreeBSD.org)
Received: (from marino@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HG1ISJ075587;
 Sun, 17 Jan 2016 16:01:18 GMT (envelope-from marino@FreeBSD.org)
Message-Id: <201601171601.u0HG1ISJ075587@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: marino set sender to
 marino@FreeBSD.org using -f
From: John Marino 
Date: Sun, 17 Jan 2016 16:01:18 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406514 - 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-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 16:01:19 -0000

Author: marino
Date: Sun Jan 17 16:01:17 2016
New Revision: 406514
URL: https://svnweb.freebsd.org/changeset/ports/406514

Log:
  ports-mgmt/synth: hanging process watchdog and various fixes
  
  The following changes have been implemented:
    * The builder command executer had been upgraded with a watchdog.  It
      does not monitor the overall time of a phase (things like fetch /
      checksum vary depending on the internet connection and the volume it
      needs to download ranges from bytes to gigabytes), but it does monitor
      log progress.  Each phase has a maximum amount of time allowed for the
      log to be static (measured in lines, not file size).  If the log is
      static for too long for that phase, the processes of the builder will
      be killed, and the builder log updated accordingly.
    * The load indicator was stuck at 0.00 for some named locales (only on
      FreeBSD) so this was resolved.
    * Ports tree scanning time was cut nearly in half by caching make
      variables on each builders make.conf
    * Support for /usr/lib/lib32 was added for FreeBSD
    * purge-distfiles command was improved by handling potential exceptions
      and fixing the case of 100-1023 Mb purged (range was too narrow)
    * Typos on man page fixed
    * The directory ${PORTSDIR}/packages are now ignored.  This is the
      default package location and any existing packages were getting
      treated as port directories.
    * Skip some additional questions/actions if a graceful shutdown was
      previously detected

Modified:
  head/ports-mgmt/synth/Makefile
  head/ports-mgmt/synth/distinfo

Modified: head/ports-mgmt/synth/Makefile
==============================================================================
--- head/ports-mgmt/synth/Makefile	Sun Jan 17 15:04:56 2016	(r406513)
+++ head/ports-mgmt/synth/Makefile	Sun Jan 17 16:01:17 2016	(r406514)
@@ -3,7 +3,7 @@
 
 PORTNAME=	synth
 PORTVERSION=	0.98
-PORTREVISION=	2
+PORTREVISION=	3
 DISTVERSIONPREFIX=	v
 CATEGORIES=	ports-mgmt
 
@@ -21,7 +21,7 @@ USES=		ada:6 ncurses:port
 USE_GITHUB=	yes
 GH_ACCOUNT=	jrmarino
 GH_PROJECT=	synth_external:bundle
-GH_TAGNAME=	v1.3:bundle c83a9d9
+GH_TAGNAME=	v1.3:bundle 78e49f9
 
 # When framework is moved to Ada6, the ada-util and ini-file-manager
 # libraries can be used as prebuilt (switch default.gpr url)
@@ -43,8 +43,11 @@ do-build:
 		gcc -I. -c ${csrc}.c -o ../../build/adacurses/${csrc}.o)
 .endfor
 	(cd ${WRKSRC}/synthexec && ${SETENV} ${MAKE_ENV} \
+		gcc -c nonblock_wait.c -o ../build/nonblock_wait.o)
+	(cd ${WRKSRC}/synthexec && ${SETENV} ${MAKE_ENV} \
 		gcc synthexec.c -o ../build/synthexec)
-	(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gnatmake -P default)
+	(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gnatmake -P default \
+		-largs build/nonblock_wait.o)
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/build/synth \

Modified: head/ports-mgmt/synth/distinfo
==============================================================================
--- head/ports-mgmt/synth/distinfo	Sun Jan 17 15:04:56 2016	(r406513)
+++ head/ports-mgmt/synth/distinfo	Sun Jan 17 16:01:17 2016	(r406514)
@@ -1,4 +1,4 @@
-SHA256 (jrmarino-synth-v0.98-c83a9d9_GH0.tar.gz) = 130b788b2952c5ef9e3fc7e3ce2e1230073030d9be327e96c955cc6c79338bb3
-SIZE (jrmarino-synth-v0.98-c83a9d9_GH0.tar.gz) = 73628
+SHA256 (jrmarino-synth-v0.98-78e49f9_GH0.tar.gz) = 72b26e685564908b86e76634e26bc1ebe358f5d16dc1b6985b7f9afbb2d1d6b6
+SIZE (jrmarino-synth-v0.98-78e49f9_GH0.tar.gz) = 75728
 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44
 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283

From owner-svn-ports-head@freebsd.org  Sun Jan 17 16:39:02 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAB82A85962;
 Sun, 17 Jan 2016 16:39:02 +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 8C6AF1764;
 Sun, 17 Jan 2016 16:39:02 +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 u0HGd1wH086987;
 Sun, 17 Jan 2016 16:39:01 GMT (envelope-from pawel@FreeBSD.org)
Received: (from pawel@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HGd1Ro086985;
 Sun, 17 Jan 2016 16:39:01 GMT (envelope-from pawel@FreeBSD.org)
Message-Id: <201601171639.u0HGd1Ro086985@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: pawel set sender to
 pawel@FreeBSD.org using -f
From: Pawel Pekala 
Date: Sun, 17 Jan 2016 16:39:01 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406515 - head/security/courier-authlib
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 16:39:02 -0000

Author: pawel
Date: Sun Jan 17 16:39:01 2016
New Revision: 406515
URL: https://svnweb.freebsd.org/changeset/ports/406515

Log:
  Remove deprecated @dirrm, convert to @dir where needed
  
  Approved by:	portmgr blanket

Modified:
  head/security/courier-authlib/pkg-plist-base
  head/security/courier-authlib/pkg-plist-ldap

Modified: head/security/courier-authlib/pkg-plist-base
==============================================================================
--- head/security/courier-authlib/pkg-plist-base	Sun Jan 17 16:01:17 2016	(r406514)
+++ head/security/courier-authlib/pkg-plist-base	Sun Jan 17 16:39:01 2016	(r406515)
@@ -38,8 +38,5 @@ sbin/courierlogger
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/README.authdebug.html
 %%PORTDOCS%%%%DOCSDIR%%/README_authlib.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrmtry(%%MAILOWN%%,%%MAILGRP%%,750) %%AUTHDAEMONVAR%%
-@dirrmtry etc/authlib
-@dirrm(%%MAILOWN%%,%%MAILGRP%%,755) libexec/courier-authlib
-@dirrm lib/courier-authlib
+@dir(%%MAILOWN%%,%%MAILGRP%%,750) %%AUTHDAEMONVAR%%
+@dir(%%MAILOWN%%,%%MAILGRP%%,755) libexec/courier-authlib

Modified: head/security/courier-authlib/pkg-plist-ldap
==============================================================================
--- head/security/courier-authlib/pkg-plist-ldap	Sun Jan 17 16:01:17 2016	(r406514)
+++ head/security/courier-authlib/pkg-plist-ldap	Sun Jan 17 16:39:01 2016	(r406515)
@@ -2,5 +2,3 @@
 @sample etc/openldap/schema/authldap.schema.sample
 lib/courier-authlib/libauthldap.so
 %%PORTDOCS%%%%DOCSDIR%%/README.ldap
-@dirrmtry etc/openldap/schema
-@dirrmtry etc/openldap

From owner-svn-ports-head@freebsd.org  Sun Jan 17 16:40:43 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 409CBA859E6;
 Sun, 17 Jan 2016 16:40:43 +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 F25A6188D;
 Sun, 17 Jan 2016 16:40:42 +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 u0HGef7E087195;
 Sun, 17 Jan 2016 16:40:41 GMT (envelope-from jbeich@FreeBSD.org)
Received: (from jbeich@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HGef4S087190;
 Sun, 17 Jan 2016 16:40:41 GMT (envelope-from jbeich@FreeBSD.org)
Message-Id: <201601171640.u0HGef4S087190@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: jbeich set sender to
 jbeich@FreeBSD.org using -f
From: Jan Beich 
Date: Sun, 17 Jan 2016 16:40:41 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406516 - head/devel/cargo
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 16:40:43 -0000

Author: jbeich
Date: Sun Jan 17 16:40:41 2016
New Revision: 406516
URL: https://svnweb.freebsd.org/changeset/ports/406516

Log:
  devel/cargo: update to 0.7.0 (release) and cleanup
  
  - Compress :registry with xz(1) to save a few megabytes
  - Add BOOTSTRAP option to build with already installed Cargo
  - Generate distfiles with BOOTSTRAP=off for extra deps
  - Require recent lang/rust to build (older versions not tested)
  - Drop cargo-nightly and rust-nightly hacks. The latter is still supported
    via RUST_PORT=lang/rust-nightly in environment, make.conf, Makefile.local
  - Drop MAKE_JOBS_UNSAFE, builds fine with MAKE_JOBS_NUMBER=32
  - Drop _GH0 suffix from non-GitHub distfile
  - Don't use OpenSSL port on 11.0-CURRENT (no RPATH in bootstrap)
  - Don't install duplicate licenses under DOCSDIR
  - Don't depend on lang/python2 when only lang/python27 is used
  - Simplify manpage directory substitution
  - Fix LICENSE_FILE when used with LICENSE_COMB != single
  - Fix gen-registry target when WRKDIRPREFIX == MAKEOBJDIRPREFIX
  - Cleanup gen-registry target
  - Respect PREFIX != /usr/local
  - Prepare CARGO_BOOT_SIG for i386 and DragonFly
  - Apply minor style
  
  PR:		205529
  Approved by:	maintainer timeout (1 month)
  MFH:		2016Q1
  Differential Revision:	https://reviews.freebsd.org/D4562

Modified:
  head/devel/cargo/Makefile   (contents, props changed)
  head/devel/cargo/distinfo   (contents, props changed)
  head/devel/cargo/pkg-descr   (contents, props changed)
  head/devel/cargo/pkg-plist   (contents, props changed)

Modified: head/devel/cargo/Makefile
==============================================================================
--- head/devel/cargo/Makefile	Sun Jan 17 16:39:01 2016	(r406515)
+++ head/devel/cargo/Makefile	Sun Jan 17 16:40:41 2016	(r406516)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cargo
-PORTVERSION=	0.4.0.20150720
+PORTVERSION=	0.7.0
 CATEGORIES=	devel
 
 MAINTAINER=	dumbbell@FreeBSD.org
@@ -12,8 +12,8 @@ COMMENT=	Rust's Package Manager
 LICENSE=	APACHE20 \
 		MIT
 LICENSE_COMB=	dual
-LICENSE_FILE=	${WRKSRC}/LICENSE-APACHE \
-		${WRKSRC}/LICENSE-MIT
+# APACHE20 license is standard, see Templates/Licenses/APACHE20
+LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT
 
 # The following files are required:
 #
@@ -34,73 +34,69 @@ LICENSE_FILE=	${WRKSRC}/LICENSE-APACHE \
 #   install Cargo.
 
 MASTER_SITES=	https://static.rust-lang.org/cargo-dist/2015-04-02/:bootstrap \
-		LOCAL/dumbbell:registry
-
-DISTFILES=	${CARGO_BOOT}:bootstrap
-EXTRACT_ONLY=	${DISTNAME}${_GITHUB_EXTRACT_SUFX} \
-		${DISTFILE_rust_installer}
-
-.if (${.TARGET} != gen-registry) && !defined(SKIP_CARGO_REGISTRY)
+		LOCAL/jbeich:registry
+.if !defined(SKIP_CARGO_REGISTRY)
 DISTFILES+=	${CARGO_REGISTRY}:registry
-EXTRACT_ONLY+=	${CARGO_REGISTRY}
 .endif
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rust-lang
-GH_PROJECT=	${PORTNAME} \
-		rust-installer:rust_installer
-GH_TAGNAME=	9c5ffcb871 \
-		c37d374:rust_installer
+GH_PROJECT=	rust-installer:rust_installer
+GH_TAGNAME=	4915c75:rust_installer
 
-CARGO_BOOT_SIG=	x86_64-unknown-freebsd
+CARGO_BOOT_SIG=	${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}
 CARGO_BOOT=	${PORTNAME}-nightly-${CARGO_BOOT_SIG}${EXTRACT_SUFX}
-CARGO_REGISTRY=	${DISTNAME:S/${GH_ACCOUNT}-${PORTNAME}/${PORTNAME}-registry/}${EXTRACT_SUFX}
-
-USES=		gmake python:2,build pkgconfig
-
-# The bootstrapped cargo is built with OpenSSL from ports (libssl.so.8).
-USE_OPENSSL=	yes
-WITH_OPENSSL_PORT=yes
+CARGO_REGISTRY=	${PORTNAME}-registry-${DISTVERSIONFULL}.tar.xz
+CARGO_REGISTRY_BOOT_HASH=	1ecc6299db9ec823
+# Like above but with: pnacl-build-helper, libressl-pnacl-sys
+CARGO_REGISTRY_CUR_HASH=	88ac128001ac3a9a
 
 # We don't USES=cmake here, because cmake is not Cargo's build system.
 # It's used by a bundled dependency (libgit2).
-BUILD_DEPENDS=	${LOCALBASE}/bin/cmake:${PORTSDIR}/devel/cmake \
-		rustc:${PORTSDIR}/lang/rust-nightly
+BUILD_DEPENDS=	cmake:${PORTSDIR}/devel/cmake \
+		${RUST_PORT:T}>=1.5.0:${PORTSDIR}/${RUST_PORT}
 LIB_DEPENDS=	libssh2.so:${PORTSDIR}/security/libssh2 \
 		libcurl.so:${PORTSDIR}/ftp/curl
+RUN_DEPENDS=	rustc:${PORTSDIR}/${RUST_PORT}
+RUST_PORT?=	lang/rust
 
-# FIXME: Don't add rust as a runtime dependency. As we need rust-nightly
-# to build Cargo, the same version would be pulled by installing Cargo,
-# preventing its use with the stable version of Rust.
-# RUN_DEPENDS=	rustc:${PORTSDIR}/lang/rust
-
+USES=		gmake python:-2.7,build pkgconfig
+USE_OPENSSL=	yes
 HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--mandir=${MANPREFIX}/man
-MAKE_ENV+=	LD_LIBRARY_PATH="${WRKSRC}/target/snapshot/cargo/lib"
-
-# git log -1 --date=short --pretty=format:'%cd'
-CFG_VER_DATE=	${PORTVERSION:C/.*\.([0-9]{4})([0-9]{2})([0-9]{2})/\1-\2-\3/}
-# git rev-parse --short HEAD
-CFG_VER_HASH=	${GH_TAGNAME}
+CONFIGURE_ARGS=	--prefix="${PREFIX}" --mandir="${MANPREFIX}/man"
+MAKE_ENV=	ARGS="${CARGO_ARGS}"
+CARGO_ARGS=	--jobs ${MAKE_JOBS_NUMBER}
 
 .if defined(BATCH) || defined(PACKAGE_BUILDING)
 MAKE_ARGS+=	VERBOSE=1
 .endif
 
-MAKE_JOBS_UNSAFE=	yes
+OPTIONS_DEFINE=	BOOTSTRAP
+OPTIONS_DEFAULT=BOOTSTRAP
 
-.include 
+BOOTSTRAP_DESC=		Bootstrap using pre-built vendor snapshot
+BOOTSTRAP_CONFIGURE_OFF=--local-cargo="$$(command -v cargo)" # respect PATH
+BOOTSTRAP_VARS_OFF=	EXTRACT_AFTER_ARGS="-s/${CARGO_REGISTRY_BOOT_HASH}/${CARGO_REGISTRY_CUR_HASH}/"
+BOOTSTRAP_DISTFILES=	${CARGO_BOOT}:bootstrap
+BOOTSTRAP_EXTRACT_ONLY=	${DISTFILES:N*\:bootstrap:C/:.*//}
+BOOTSTRAP_MAKE_ENV=	LD_LIBRARY_PATH="${WRKSRC}/target/snapshot/cargo/lib"
+BOOTSTRAP_VARS=		EXTRACT_AFTER_ARGS="-s/${CARGO_REGISTRY_CUR_HASH}/${CARGO_REGISTRY_BOOT_HASH}/"
+.if !exists(/usr/lib/libssl.so.8) # OPENSSL_SHLIBVER
+BOOTSTRAP_VARS+=	WITH_OPENSSL_PORT=yes
+.endif
 
 post-extract:
-	@(${RMDIR} ${WRKSRC}/src/rust-installer && \
-	  ${MV} ${WRKSRC_rust_installer} ${WRKSRC}/src/rust-installer)
+	@${RMDIR} ${WRKSRC}/src/rust-installer
+	@${MV} ${WRKSRC_rust_installer} ${WRKSRC}/src/rust-installer
+
+post-extract-BOOTSTRAP-on:
 	@${MKDIR} ${WRKSRC}/target/dl
 	${LN} -sf ${DISTDIR}/${CARGO_BOOT} ${WRKSRC}/target/dl/
 
 post-patch:
-	${REINPLACE_CMD} \
-		-e 's|^CFG_VER_DATE =.*|CFG_VER_DATE = ${CFG_VER_DATE}|' \
-		-e 's|^CFG_VER_HASH =.*|CFG_VER_HASH = ${CFG_VER_HASH}|' \
+# Fix mandir and don't install licenses outside of ${_LICENSE_DIR}
+	@${REINPLACE_CMD} -e 's,share/man,man,' \
+		-e 's, LICENSE-[^[:space:]]*,,g' \
 		${WRKSRC}/Makefile.in
 
 # In case the previous "make stage" failed, this ensures rust's
@@ -121,14 +117,8 @@ pre-install:
 
 post-install:
 	@${RM} ${STAGEDIR}${PREFIX}/lib/rustlib/install.log
-	@${MV} ${STAGEDIR}${PREFIX}/share/man/man1/cargo.1 \
-		${STAGEDIR}${PREFIX}/man/man1/cargo.1
-	@${RMDIR} ${STAGEDIR}${PREFIX}/share/man/man1 \
-		${STAGEDIR}${PREFIX}/share/man
-	@${REINPLACE_CMD} -e 's|${STAGEDIR}||' \
-		-e 's|share/man/man1/cargo\.1|man/man1/cargo.1.gz|' \
+	@${REINPLACE_CMD} -i '' -e 's|${STAGEDIR}||' \
 		${STAGEDIR}${PREFIX}/lib/rustlib/manifest-cargo
-	@${RM} ${STAGEDIR}${PREFIX}/lib/rustlib/manifest-cargo.bak
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cargo
 	@${RM} \
 		${STAGEDIR}${PREFIX}/lib/rustlib/components \
@@ -138,19 +128,19 @@ post-install:
 # "make gen-registry" is a special target to ease this port update.
 #
 # After changing the version number and the Git revision, you can run
-# "make registry" to update the distinfo and create a new snapshot of
+# "make gen-registry" to update the distinfo and create a new snapshot of
 # the registry. The new registry is written to ${DISTDIR} and can be
 # uploaded.
 
 gen-registry:
-	${MAKE} -DSKIP_CARGO_REGISTRY makesum
-	${MAKE} -DSKIP_CARGO_REGISTRY
-	cd ${WRKDIR} && \
-		${TAR} cvf - \
+	${MAKE} -C${.CURDIR} -DSKIP_CARGO_REGISTRY makesum
+	${MAKE} -C${.CURDIR} -DSKIP_CARGO_REGISTRY
+	${TAR} cJvf ${_DISTDIR}/${CARGO_REGISTRY} -C${WRKDIR} \
+		--uid 0 --gid 0 \
 		--exclude libgit2/tests/ \
 		--exclude curl/tests/ \
 		--exclude 'index/github.com-*/.git/' \
-		.cargo | ${GZIP_CMD} > ${DISTDIR}/${CARGO_REGISTRY}
-	${MAKE} makesum
+		.cargo
+	${MAKE} -C${.CURDIR} makesum
 
-.include 
+.include 

Modified: head/devel/cargo/distinfo
==============================================================================
--- head/devel/cargo/distinfo	Sun Jan 17 16:39:01 2016	(r406515)
+++ head/devel/cargo/distinfo	Sun Jan 17 16:40:41 2016	(r406516)
@@ -1,8 +1,10 @@
+SHA256 (cargo-registry-0.7.0.tar.xz) = 72542abb20b8871d3f030c5c3855cf49902300fa3dfc58cef74fdb8984a579c9
+SIZE (cargo-registry-0.7.0.tar.xz) = 17769584
+SHA256 (cargo-nightly-x86_64-unknown-dragonfly.tar.gz) = 49d70c798362fba7d691144a4c97ce1be29a921c3a38d2fe8ffa76f9daf628ab
+SIZE (cargo-nightly-x86_64-unknown-dragonfly.tar.gz) = 2621548
 SHA256 (cargo-nightly-x86_64-unknown-freebsd.tar.gz) = de678e858de5d2923cc206b7aa1cc84ddc67be00748160f66fc9b7325409e7c7
 SIZE (cargo-nightly-x86_64-unknown-freebsd.tar.gz) = 7663548
-SHA256 (cargo-registry-0.4.0.20150720-9c5ffcb871_GH0.tar.gz) = 7d8b5d53e0d3f28e0f8d0078586a8d94c834d9f6c35e00b56abe00bd54ee9944
-SIZE (cargo-registry-0.4.0.20150720-9c5ffcb871_GH0.tar.gz) = 16391914
-SHA256 (rust-lang-cargo-0.4.0.20150720-9c5ffcb871_GH0.tar.gz) = af6a6b609b3d6bf52f55fdcc2f8e299016e9b805748e824ec6b92d4f8ed92c07
-SIZE (rust-lang-cargo-0.4.0.20150720-9c5ffcb871_GH0.tar.gz) = 351554
-SHA256 (rust-lang-rust-installer-c37d374_GH0.tar.gz) = 7cc41029b14de023dd4f250b332470c98cf9d1a77d174a20e93d78d07e4255f1
-SIZE (rust-lang-rust-installer-c37d374_GH0.tar.gz) = 19267
+SHA256 (rust-lang-cargo-0.7.0_GH0.tar.gz) = b1067d710e64b66a197294df2fa3dd4fb1d645171eaa517b93d42678bb687338
+SIZE (rust-lang-cargo-0.7.0_GH0.tar.gz) = 512415
+SHA256 (rust-lang-rust-installer-4915c75_GH0.tar.gz) = 022116173684c97d61e014940aada20f3830d2d3e1670887bf1861997133c234
+SIZE (rust-lang-rust-installer-4915c75_GH0.tar.gz) = 19234

Modified: head/devel/cargo/pkg-descr
==============================================================================
--- head/devel/cargo/pkg-descr	Sun Jan 17 16:39:01 2016	(r406515)
+++ head/devel/cargo/pkg-descr	Sun Jan 17 16:40:41 2016	(r406516)
@@ -1,4 +1,4 @@
 Cargo is Cargo, Rust's Package Manager. Cargo downloads your Rust
-project’s dependencies and compiles your project.
+project's dependencies and compiles your project.
 
 WWW: http://doc.crates.io/

Modified: head/devel/cargo/pkg-plist
==============================================================================
--- head/devel/cargo/pkg-plist	Sun Jan 17 16:39:01 2016	(r406515)
+++ head/devel/cargo/pkg-plist	Sun Jan 17 16:40:41 2016	(r406516)
@@ -2,8 +2,5 @@ bin/cargo
 etc/bash_completion.d/cargo
 lib/rustlib/manifest-cargo
 man/man1/cargo.1.gz
-%%PORTDOCS%%%%DOCSDIR%%/LICENSE-APACHE
-%%PORTDOCS%%%%DOCSDIR%%/LICENSE-MIT
-%%PORTDOCS%%%%DOCSDIR%%/LICENSE-THIRD-PARTY
 %%PORTDOCS%%%%DOCSDIR%%/README.md
 share/zsh/site-functions/_cargo

From owner-svn-ports-head@freebsd.org  Sun Jan 17 16:50:15 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A39A2A85D25;
 Sun, 17 Jan 2016 16:50:15 +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 7F0C51C3B;
 Sun, 17 Jan 2016 16:50:15 +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 u0HGoEqV090095;
 Sun, 17 Jan 2016 16:50:14 GMT (envelope-from dbn@FreeBSD.org)
Received: (from dbn@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HGoErN090092;
 Sun, 17 Jan 2016 16:50:14 GMT (envelope-from dbn@FreeBSD.org)
Message-Id: <201601171650.u0HGoErN090092@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org
 using -f
From: David Naylor 
Date: Sun, 17 Jan 2016 16:50:14 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406517 - head/emulators/i386-wine-devel
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 16:50:15 -0000

Author: dbn
Date: Sun Jan 17 16:50:14 2016
New Revision: 406517
URL: https://svnweb.freebsd.org/changeset/ports/406517

Log:
  emulators/i386-wine-devel: update to 1.9.1.

Modified:
  head/emulators/i386-wine-devel/Makefile.inc
  head/emulators/i386-wine-devel/distinfo
  head/emulators/i386-wine-devel/pkg-plist

Modified: head/emulators/i386-wine-devel/Makefile.inc
==============================================================================
--- head/emulators/i386-wine-devel/Makefile.inc	Sun Jan 17 16:40:41 2016	(r406516)
+++ head/emulators/i386-wine-devel/Makefile.inc	Sun Jan 17 16:50:14 2016	(r406517)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wine
-PORTVERSION=	1.8.r3
+PORTVERSION=	1.9.1
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	LOCAL/dbn/repos/wine/${DIST_SUBDIR}/${PORTVERSION}
@@ -69,7 +69,7 @@ PLIST_SUB+=	OSREL${osrel}-STAGING="@comm
 .endif
 .endfor
 
-.if ${OPSYS} != FreeBSD || (!(${OSVERSION} < 1000000) && !(${OSVERSION} >= 1001000 && ${OSVERSION} < 1100000) && !(${OSVERSION} >= 1100085 && ${OSVERSION} < 1200000))
+.if ${OPSYS} != FreeBSD || (!(${OSVERSION} < 1000000) && !(${OSVERSION} >= 1001000 && ${OSVERSION} < 1100000) && !(${OSVERSION} >= 1100090 && ${OSVERSION} < 1200000))
 IGNORE=		binaries compiled for FreeBSD 9.3+, 10.1+ and -current only
 DISTFILES=
 .endif

Modified: head/emulators/i386-wine-devel/distinfo
==============================================================================
--- head/emulators/i386-wine-devel/distinfo	Sun Jan 17 16:40:41 2016	(r406516)
+++ head/emulators/i386-wine-devel/distinfo	Sun Jan 17 16:50:14 2016	(r406517)
@@ -1,12 +1,12 @@
-SHA256 (freebsd:9:x86:64/i386-wine-devel-1.8.r3,1.txz) = b089800c3cf6fbf3671d8632c28faf4feda6b8e02eed6f364008715be23b077a
-SIZE (freebsd:9:x86:64/i386-wine-devel-1.8.r3,1.txz) = 38778824
-SHA256 (freebsd:9:x86:64/i386-wine-staging-1.8.r3,1.txz) = 1bdf29611f1a1d9fb6b9c8d2a7b9bd5dc303314b19c250ff01e80dd373defe5e
-SIZE (freebsd:9:x86:64/i386-wine-staging-1.8.r3,1.txz) = 41150432
-SHA256 (freebsd:10:x86:64/i386-wine-devel-1.8.r3,1.txz) = 6d09efb731e19a83ce38d9430e8c462759a1ed9041c66de37a2e848836e952d2
-SIZE (freebsd:10:x86:64/i386-wine-devel-1.8.r3,1.txz) = 35666628
-SHA256 (freebsd:10:x86:64/i386-wine-staging-1.8.r3,1.txz) = 3275e05dcd0f286972b168dcfeb28813fcb3b36892ee7803770dcf737bd4de85
-SIZE (freebsd:10:x86:64/i386-wine-staging-1.8.r3,1.txz) = 38034756
-SHA256 (freebsd:11:x86:64/i386-wine-devel-1.8.r3,1.txz) = 18512a12e4c0c3d5f333a991d7d3bef4da2ad0edf80977ec2547c7cff9dbae7a
-SIZE (freebsd:11:x86:64/i386-wine-devel-1.8.r3,1.txz) = 35086396
-SHA256 (freebsd:11:x86:64/i386-wine-staging-1.8.r3,1.txz) = d6a6a53c158a993f5f44c07e6a2cd922b79030140faa22189f0496d4ff1d44d2
-SIZE (freebsd:11:x86:64/i386-wine-staging-1.8.r3,1.txz) = 37442528
+SHA256 (freebsd:9:x86:64/i386-wine-devel-1.9.1,1.txz) = ba3530e9ebb1a22ce9a9276e3f950f0c7d271a27236f5358980920b7edbd02f7
+SIZE (freebsd:9:x86:64/i386-wine-devel-1.9.1,1.txz) = 38831664
+SHA256 (freebsd:9:x86:64/i386-wine-staging-1.9.1,1.txz) = d3b9e71f39390c710b042cd885ce396d7d774c6fbeb92b0040ac83ac618ad642
+SIZE (freebsd:9:x86:64/i386-wine-staging-1.9.1,1.txz) = 41203032
+SHA256 (freebsd:10:x86:64/i386-wine-devel-1.9.1,1.txz) = 881b1dd186ce949f7917aab339a671e2aa047e618b408bc375764cda0fd2d737
+SIZE (freebsd:10:x86:64/i386-wine-devel-1.9.1,1.txz) = 35689384
+SHA256 (freebsd:10:x86:64/i386-wine-staging-1.9.1,1.txz) = 218e5070411de4979bb800ccc9a8f1aa6fc3644fec1273074d8e32a2c2edc0da
+SIZE (freebsd:10:x86:64/i386-wine-staging-1.9.1,1.txz) = 38067636
+SHA256 (freebsd:11:x86:64/i386-wine-devel-1.9.1,1.txz) = ee852ca0a59c3ec545092325ca325abc8f65881f36c2206171a7d8cbf832dbff
+SIZE (freebsd:11:x86:64/i386-wine-devel-1.9.1,1.txz) = 35118848
+SHA256 (freebsd:11:x86:64/i386-wine-staging-1.9.1,1.txz) = 30c874e4904053b3280f78f4800248ce5285665db3408fbb519283ae0b18c0d7
+SIZE (freebsd:11:x86:64/i386-wine-staging-1.9.1,1.txz) = 37482080

Modified: head/emulators/i386-wine-devel/pkg-plist
==============================================================================
--- head/emulators/i386-wine-devel/pkg-plist	Sun Jan 17 16:40:41 2016	(r406516)
+++ head/emulators/i386-wine-devel/pkg-plist	Sun Jan 17 16:50:14 2016	(r406517)
@@ -265,6 +265,7 @@ include/wine/windows/ddk/hidsdi.h
 include/wine/windows/ddk/hidtypes.h
 include/wine/windows/ddk/imm.h
 include/wine/windows/ddk/mountmgr.h
+%%STAGING%%include/wine/windows/ddk/ndis.h
 include/wine/windows/ddk/ntddcdvd.h
 include/wine/windows/ddk/ntddk.h
 include/wine/windows/ddk/ntddser.h
@@ -964,6 +965,7 @@ lib32/wine/api-ms-win-core-memory-l1-1-1
 lib32/wine/api-ms-win-core-misc-l1-1-0.dll.so
 lib32/wine/api-ms-win-core-namedpipe-l1-1-0.dll.so
 lib32/wine/api-ms-win-core-namedpipe-l1-2-0.dll.so
+lib32/wine/api-ms-win-core-path-l1-1-0.dll.so
 lib32/wine/api-ms-win-core-processenvironment-l1-1-0.dll.so
 lib32/wine/api-ms-win-core-processenvironment-l1-2-0.dll.so
 lib32/wine/api-ms-win-core-processthreads-l1-1-0.dll.so
@@ -1018,6 +1020,8 @@ lib32/wine/api-ms-win-eventing-provider-
 lib32/wine/api-ms-win-ntuser-dc-access-l1-1-0.dll.so
 lib32/wine/api-ms-win-security-base-l1-1-0.dll.so
 lib32/wine/api-ms-win-security-base-l1-2-0.dll.so
+lib32/wine/api-ms-win-security-lsalookup-l1-1-0.dll.so
+%%STAGING%%lib32/wine/api-ms-win-security-lsalookup-l1-1-1.dll.so
 lib32/wine/api-ms-win-security-sddl-l1-1-0.dll.so
 lib32/wine/api-ms-win-service-core-l1-1-1.dll.so
 lib32/wine/api-ms-win-service-management-l1-1-0.dll.so
@@ -1224,6 +1228,7 @@ lib32/wine/fakedlls/api-ms-win-core-memo
 lib32/wine/fakedlls/api-ms-win-core-misc-l1-1-0.dll
 lib32/wine/fakedlls/api-ms-win-core-namedpipe-l1-1-0.dll
 lib32/wine/fakedlls/api-ms-win-core-namedpipe-l1-2-0.dll
+lib32/wine/fakedlls/api-ms-win-core-path-l1-1-0.dll
 lib32/wine/fakedlls/api-ms-win-core-processenvironment-l1-1-0.dll
 lib32/wine/fakedlls/api-ms-win-core-processenvironment-l1-2-0.dll
 lib32/wine/fakedlls/api-ms-win-core-processthreads-l1-1-0.dll
@@ -1278,6 +1283,8 @@ lib32/wine/fakedlls/api-ms-win-eventing-
 lib32/wine/fakedlls/api-ms-win-ntuser-dc-access-l1-1-0.dll
 lib32/wine/fakedlls/api-ms-win-security-base-l1-1-0.dll
 lib32/wine/fakedlls/api-ms-win-security-base-l1-2-0.dll
+lib32/wine/fakedlls/api-ms-win-security-lsalookup-l1-1-0.dll
+%%STAGING%%lib32/wine/fakedlls/api-ms-win-security-lsalookup-l1-1-1.dll
 lib32/wine/fakedlls/api-ms-win-security-sddl-l1-1-0.dll
 lib32/wine/fakedlls/api-ms-win-service-core-l1-1-1.dll
 lib32/wine/fakedlls/api-ms-win-service-management-l1-1-0.dll
@@ -1965,6 +1972,7 @@ lib32/wine/libd3d9.def
 lib32/wine/libd3dcompiler.def
 lib32/wine/libd3dim.def
 lib32/wine/libd3drm.def
+lib32/wine/libd3dx10.def
 lib32/wine/libd3dx9.def
 lib32/wine/libd3dxof.def
 lib32/wine/libdbgeng.def

From owner-svn-ports-head@freebsd.org  Sun Jan 17 16:52:13 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75F1AA85ED3;
 Sun, 17 Jan 2016 16:52:13 +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 3E27A1ED4;
 Sun, 17 Jan 2016 16:52:13 +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 u0HGqCbN090328;
 Sun, 17 Jan 2016 16:52:12 GMT (envelope-from dbn@FreeBSD.org)
Received: (from dbn@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HGqBXc090322;
 Sun, 17 Jan 2016 16:52:11 GMT (envelope-from dbn@FreeBSD.org)
Message-Id: <201601171652.u0HGqBXc090322@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org
 using -f
From: David Naylor 
Date: Sun, 17 Jan 2016 16:52:11 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406518 - in head/emulators/i386-wine: . files
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 16:52:13 -0000

Author: dbn
Date: Sun Jan 17 16:52:11 2016
New Revision: 406518
URL: https://svnweb.freebsd.org/changeset/ports/406518

Log:
  emulators/i386-wine: update to 1.8.
  
   - Backport changes from the emulators/i386-wine-devel port.
  
  PR:		206180
  Reported by:	admin@vladiom.com.ua

Modified:
  head/emulators/i386-wine/Makefile.i386
  head/emulators/i386-wine/Makefile.inc
  head/emulators/i386-wine/distinfo
  head/emulators/i386-wine/files/mergeplist.py
  head/emulators/i386-wine/files/nvidia.sh
  head/emulators/i386-wine/pkg-plist

Modified: head/emulators/i386-wine/Makefile.i386
==============================================================================
--- head/emulators/i386-wine/Makefile.i386	Sun Jan 17 16:50:14 2016	(r406517)
+++ head/emulators/i386-wine/Makefile.i386	Sun Jan 17 16:52:11 2016	(r406518)
@@ -81,10 +81,4 @@ post-install-script:
 	echo ${DATADIR:S|$(PREFIX)/||}/patch-nvidia.sh >> ${TMPPLIST}
 	@${CAT} ${PKGMESSAGE}
 
-post-package-script:
-	${XZ_CMD} -dc ${PKGFILE} | \
-	${SED} -e 's/\(freebsd:.*:x86\):32/\1:64/' -e 's/\(freebsd:.*:x86\):32/\1:64/' | \
-	${XZ_CMD} > ${WRKDIR}/${PKGNAME}${PKG_SUFX}; \
-	${MV} ${WRKDIR}/${PKGNAME}${PKG_SUFX} ${PKGFILE}; \
-
 .include "${MASTERDIR}/Makefile"

Modified: head/emulators/i386-wine/Makefile.inc
==============================================================================
--- head/emulators/i386-wine/Makefile.inc	Sun Jan 17 16:50:14 2016	(r406517)
+++ head/emulators/i386-wine/Makefile.inc	Sun Jan 17 16:52:11 2016	(r406518)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wine
-PORTVERSION=	1.6.2
-PORTREVISION=	10
+PORTVERSION=	1.8
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	LOCAL/dbn/repos/wine/${DIST_SUBDIR}/${PORTVERSION}
@@ -23,12 +22,12 @@ OPTIONS_DEFINE=	GECKO MONO
 GECKO_DESC=     Bundle Gecko MSI package for Wine
 MONO_DESC=      Bundle Mono MSI package for Wine
 
-CONFLICTS_INSTALL?=	wine-[0-9]* wine-staging-[0-9]* wine-devel-[0-9]* \
+CONFLICTS_INSTALL?=     wine-[0-9]* wine-staging-[0-9]* wine-devel-[0-9]* \
                         i386-wine-staging-[0-9]* i386-wine-devel-[0-9]*
 
 EXTRACT_AFTER_ARGS=	-C / --exclude +COMPACT_MANIFEST --exclude +MANIFEST \
 				--exclude +MTREE_DIRS --exclude share/licenses/'*' \
-				--exclude libdata/ldconfig32/${PKGNAMEPREFIX}-${PORTNAME} \
+				--exclude libdata/ldconfig32/${PKGNAMEPREFIX}${PORTNAME} \
 				-s '|/usr/local|${STAGEDIR}${PREFIX}|gs'
 NO_BUILD=	yes
 ONLY_FOR_ARCHS=	i386 amd64
@@ -42,8 +41,8 @@ USE_LDCONFIG32=	${PREFIX}/lib32 ${PREFIX
 USES=		tar:xz
 BUNDLE_LIBS=	yes
 
-GECKO_RUN_DEPENDS=   ${DATADIR}/gecko/wine_gecko-2.21-x86.msi:${PORTSDIR}/emulators/wine-gecko
-MONO_RUN_DEPENDS=   ${DATADIR}/mono/wine-mono-0.0.8.msi:${PORTSDIR}/emulators/wine-mono
+GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine_gecko-2.40-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel
+MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.5.6.msi:${PORTSDIR}/emulators/wine-mono-devel
 
 PORTSCOUT=	limitw:1,even
 
@@ -58,31 +57,30 @@ PLIST_SUB+=	OSREL${osrel}="@comment "
 .endif
 .endfor
 
-# This looks like it could be OPSYS != FreeBSD but...
-.if ${OPSYS} != FreeBSD || (!(${OSVERSION} >= 901000 && ${OSVERSION} < 1000000) && !(${OSVERSION} >= 1000510 && ${OSVERSION} < 1100000) && !(${OSVERSION} >= 1100048 && ${OSVERSION} < 1200000))
-IGNORE=		binaries compiled for FreeBSD 9.3, 10.0+ and -current only
+.if ${OPSYS} != FreeBSD || (!(${OSVERSION} < 1000000) && !(${OSVERSION} >= 1001000 && ${OSVERSION} < 1100000) && !(${OSVERSION} >= 1100090 && ${OSVERSION} < 1200000))
+IGNORE=		binaries compiled for FreeBSD 9.3+, 10.1+ and -current only
 DISTFILES=
 .endif
 
 do-extract:
 	@${RM} -rf ${WRKDIR}
 	@${MKDIR} ${WRKDIR}
-	${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} -C ${WRKDIR} --include '/usr/local/share/licenses/${PKGNAME}/LICENSE' -s '|/usr/local/share/licenses/${PKGNAME}/||g'
+	${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} -C ${WRKDIR} --include '/usr/local/share/licenses/${DISTNAME}/LICENSE' -s '|/usr/local/share/licenses/${DISTNAME}/||g'
 
 do-install:
 	${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} ${EXTRACT_AFTER_ARGS}
 
 ${PLIST}: fetch
-	${TAR} -tf ${_DISTDIR}/${EXTRACT_ONLY} ${EXTRACT_AFTER_ARGS} | ${GREP} -v '/$$' | ${SED} 's|/usr/local/||g' | sort > ${PLIST}
+	${TAR} -tf ${_DISTDIR}/${EXTRACT_ONLY} ${EXTRACT_AFTER_ARGS} | ${GREP} -v '/$$\|ldconfig32' | ${SED} 's|/usr/local/||g' | sort > ${PLIST}
 
 port-update:
 	${RM} -f ${SLAVEDIR}/distinfo ${SLAVEDIR}/distinfo~ ${SLAVEDIR}/pkg-plist.*
-.for osrel in 8 9 10 11
-	${MAKE} fetch OSREL=${osrel}
-	${MAKE} makesum OSREL=${osrel}
+.for osrel in 9 10 11
+	${MAKE} fetch OSREL=${osrel} OSVERSION=${osrel}99999 UNAME_r=${osrel}
+	${MAKE} makesum OSREL=${osrel} OSVERSION=${osrel}99999 UNAME_r=${osrel}
 	${CAT} ${SLAVEDIR}/distinfo >> ${SLAVEDIR}/distinfo~
 	${RM} ${SLAVEDIR}/distinfo
-	${MAKE} pkg-plist.${osrel} PLIST=pkg-plist.${osrel} OSREL=${osrel}
+	${MAKE} pkg-plist.${osrel}${suffix:tu} PLIST=pkg-plist.${osrel}${suffix:tu} OSREL=${osrel} OSVERSION=${osrel}99999 UNAME_r=${osrel} PKGNAMESUFFIX=${suffix}
 .endfor
 	${MV} ${SLAVEDIR}/distinfo~ ${SLAVEDIR}/distinfo
 	python ${FILESDIR}/mergeplist.py ${SLAVEDIR}/pkg-plist.* > ${PLIST}

Modified: head/emulators/i386-wine/distinfo
==============================================================================
--- head/emulators/i386-wine/distinfo	Sun Jan 17 16:50:14 2016	(r406517)
+++ head/emulators/i386-wine/distinfo	Sun Jan 17 16:52:11 2016	(r406518)
@@ -1,8 +1,6 @@
-SHA256 (freebsd:8:x86:64/i386-wine-1.6.2_10,1.txz) = a760a35a4b14526780af9fdd31476160cec660c3298e04cea56a7b1ac521fa43
-SIZE (freebsd:8:x86:64/i386-wine-1.6.2_10,1.txz) = 45303948
-SHA256 (freebsd:9:x86:64/i386-wine-1.6.2_10,1.txz) = 92d0ba0a9a865fff1c4085390c01c539575474ba2646d9e2aace54c59ecee80c
-SIZE (freebsd:9:x86:64/i386-wine-1.6.2_10,1.txz) = 43733156
-SHA256 (freebsd:10:x86:64/i386-wine-1.6.2_10,1.txz) = 006dfebda46bb0b57ab4931fe116a9678f040b475e4d64fb8ed2799c8ed8e198
-SIZE (freebsd:10:x86:64/i386-wine-1.6.2_10,1.txz) = 29604068
-SHA256 (freebsd:11:x86:64/i386-wine-1.6.2_10,1.txz) = f1afc689f17091070fcba6718eb2773554690b99ea1bcb7a2d57bcff7f25b09a
-SIZE (freebsd:11:x86:64/i386-wine-1.6.2_10,1.txz) = 33430016
+SHA256 (freebsd:9:x86:64/i386-wine-1.8,1.txz) = 0f531aa4b352a8eebbdebc95fb09eabc8218938ed802daf73d41ba29f8155aad
+SIZE (freebsd:9:x86:64/i386-wine-1.8,1.txz) = 39102088
+SHA256 (freebsd:10:x86:64/i386-wine-1.8,1.txz) = 9fa7e5d49e09d5ab2c299e31ddcea3204bf8c6749342c66c3595eefcce529b7d
+SIZE (freebsd:10:x86:64/i386-wine-1.8,1.txz) = 35947640
+SHA256 (freebsd:11:x86:64/i386-wine-1.8,1.txz) = bc01e07b608ba91d1cbec3b6e575457157248e7b917214ae1420f896b8191fe4
+SIZE (freebsd:11:x86:64/i386-wine-1.8,1.txz) = 38485816

Modified: head/emulators/i386-wine/files/mergeplist.py
==============================================================================
--- head/emulators/i386-wine/files/mergeplist.py	Sun Jan 17 16:50:14 2016	(r406517)
+++ head/emulators/i386-wine/files/mergeplist.py	Sun Jan 17 16:52:11 2016	(r406518)
@@ -95,29 +95,33 @@ def main(plists):
 def gen_list(plists):
     plists_len = len(plists)
     plists.sort(key=lambda x: int(x.rsplit('.', 2)[-1].split('-', 2)[0]))
-    names = ["OSREL" + i.rsplit('.', 2)[-1] for i in plists]
+    names = ["OSREL" + plist.rsplit('.', 2)[-1] for plist in plists]
     for i in range(plists_len):
         with open(plists[i], 'r') as file:
-            plists[i] = OrderedSet(i.strip() for i in file.readlines())
-    empty = sum(len(i) == 0 for i in plists)
+            plists[i] = OrderedSet(line.strip() for line in file.readlines())
+    empty = sum(len(plist) == 0 for plist in plists)
     while empty < plists_len:
-        if not empty and all(plists[1].peek() == i.peek() for i in plists[1:]):
-            # Test if the top of the queues are all common
-            yield plists[1].peek()
-            for i in plists:
-                i.pop()
+        line = plists[0].peek()
+        # Test if the top of the plists are all common
+        if not empty and all(line == plist.peek() for plist in plists):
+            yield line
+            for plist in plists:
+                plist.pop()
         else:
-            # Find which of the queues have non-common lines
+            # Find which of the plists have non-common lines
             lines = {}
             for i in range(plists_len):
-                while len(plists[i]) and not all(plists[i].peek() in j for j in plists):
-                    lines.setdefault(plists[i].pop(), []).append(i)
-            keys = list(lines.keys())
-            keys.sort()
-            for k in keys:
-                for i in lines[k]:
-                    yield "%%" + names[i] + "%%" + k
-        empty = sum(len(i) == 0 for i in plists)
+                while len(plists[i]) and not all(plists[i].peek() in plist for plist in plists):
+                    lines.setdefault(plists[i].pop(), []).append(names[i])
+            for line in sorted(lines.keys()):
+                suffix = lines[line][0].split('-', 2)
+                suffix = len(suffix) == 2 and suffix[-1]
+                if suffix and all(name.split('-', 2)[-1] == suffix for name in lines[line]):
+                    yield "%%" + suffix + "%%" + line
+                else:
+                    for name in lines[line]:
+                        yield "%%" + name + "%%" + line
+        empty = sum(len(plist) == 0 for plist in plists)
 
 if __name__ == '__main__':
     main(sys.argv[1:])

Modified: head/emulators/i386-wine/files/nvidia.sh
==============================================================================
--- head/emulators/i386-wine/files/nvidia.sh	Sun Jan 17 16:50:14 2016	(r406517)
+++ head/emulators/i386-wine/files/nvidia.sh	Sun Jan 17 16:52:11 2016	(r406518)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright 2010, 2011, 2012, 2013 David Naylor .
+# Copyright 2010 to 2015 David Naylor 
 # Copyright 2012 Jan Beich 
 #       All rights reserved.
 #
@@ -68,6 +68,10 @@
 # Version 1.14 - 2014/12/26
 #  - gracefully handle a corrupt nVidia tarball
 #  - provide checksum and size information for nVidia tarball
+# Version 1.15 - 2015/03/10
+#  - handle nvidia-driver with package name suffix
+#  - handle i386-wine with arbitary package name suffix
+#  - remove support for old pkg_ tools
 
 set -e
 
@@ -129,15 +133,11 @@ version() {
   local ret pkg="$1"
   if [ -f "/usr/local/sbin/pkg" ]
   then
-    ret=`pkg query -g '%v' $pkg || true`
+    ret=`pkg query -g '%v' "$pkg" || true`
   fi
 
-  if [ -z "$ret" ]
-  then
-    ret=`pkg_info -E $pkg'*' | cut -f 3 -d - || true`
-  fi
   # installed manually or failed to register
-  if [ -z "$ret" ] && [ "$pkg" = "nvidia-driver" ]
+  if [ -z "$ret" ] && [ "$pkg" = "nvidia-driver*" ]
   then
     ret=`sed -n "s/.*Version: //p" 2> /dev/null \
       $PREFIX/share/doc/NVIDIA_GLX-1.0/README || true`
@@ -152,13 +152,13 @@ echo "===> Patching i386-wine to work wi
 
 if [ -z "${WINE}" ]
 then
-  WINE=`version i386-wine; version i386-wine-devel; version i386-wine-compholio`
+  WINE=`version 'i386-wine*'`
 fi
 [ -n "$WINE" ] \
   || terminate 255 "Unable to detect i386-wine, please install first"
 echo "=> Detected i386-wine: ${WINE}"
 
-NV=`version nvidia-driver`
+NV=`version 'nvidia-driver*'`
 [ -n "$NV" ] \
   || terminate 1 "Unable to detect nvidia-driver, please install first"
 echo "=> Detected nvidia-driver: ${NV}"

Modified: head/emulators/i386-wine/pkg-plist
==============================================================================
--- head/emulators/i386-wine/pkg-plist	Sun Jan 17 16:50:14 2016	(r406517)
+++ head/emulators/i386-wine/pkg-plist	Sun Jan 17 16:52:11 2016	(r406518)
@@ -116,6 +116,7 @@ include/wine/windows/asptlb.idl
 include/wine/windows/asynot.idl
 include/wine/windows/asysta.idl
 include/wine/windows/atlbase.h
+include/wine/windows/atlcom.h
 include/wine/windows/atliface.h
 include/wine/windows/atliface.idl
 include/wine/windows/atlwin.h
@@ -134,15 +135,26 @@ include/wine/windows/axextend.idl
 include/wine/windows/basetsd.h
 include/wine/windows/basetyps.h
 include/wine/windows/bcrypt.h
+include/wine/windows/bdaiface.h
+include/wine/windows/bdaiface.idl
+include/wine/windows/bdaiface_enums.h
+include/wine/windows/bdatypes.h
 include/wine/windows/binres.idl
 include/wine/windows/bits.h
 include/wine/windows/bits.idl
 include/wine/windows/bits1_5.h
 include/wine/windows/bits1_5.idl
+include/wine/windows/bits2_0.h
+include/wine/windows/bits2_0.idl
+include/wine/windows/bits2_5.h
+include/wine/windows/bits2_5.idl
+include/wine/windows/bits3_0.h
+include/wine/windows/bits3_0.idl
 include/wine/windows/bitsmsg.h
 include/wine/windows/cderr.h
 include/wine/windows/cfgmgr32.h
 include/wine/windows/cguid.h
+include/wine/windows/chprst.idl
 include/wine/windows/cierror.h
 include/wine/windows/clusapi.h
 include/wine/windows/cmdbas.idl
@@ -173,6 +185,10 @@ include/wine/windows/ctxtcall.h
 include/wine/windows/ctxtcall.idl
 include/wine/windows/custcntl.h
 include/wine/windows/cvconst.h
+include/wine/windows/d2d1.h
+include/wine/windows/d2d1.idl
+include/wine/windows/d2dbasetypes.h
+include/wine/windows/d2derr.h
 include/wine/windows/d3d.h
 include/wine/windows/d3d10.h
 include/wine/windows/d3d10.idl
@@ -184,6 +200,10 @@ include/wine/windows/d3d10misc.h
 include/wine/windows/d3d10shader.h
 include/wine/windows/d3d11.h
 include/wine/windows/d3d11.idl
+include/wine/windows/d3d11_1.h
+include/wine/windows/d3d11_1.idl
+include/wine/windows/d3d11sdklayers.h
+include/wine/windows/d3d11sdklayers.idl
 include/wine/windows/d3d11shader.h
 include/wine/windows/d3d8.h
 include/wine/windows/d3d8caps.h
@@ -202,6 +222,10 @@ include/wine/windows/d3drmobj.h
 include/wine/windows/d3drmwin.h
 include/wine/windows/d3dtypes.h
 include/wine/windows/d3dvec.inl
+include/wine/windows/d3dx10.h
+include/wine/windows/d3dx10async.h
+include/wine/windows/d3dx10core.h
+include/wine/windows/d3dx10core.idl
 include/wine/windows/d3dx9.h
 include/wine/windows/d3dx9anim.h
 include/wine/windows/d3dx9core.h
@@ -213,6 +237,7 @@ include/wine/windows/d3dx9shader.h
 include/wine/windows/d3dx9shape.h
 include/wine/windows/d3dx9tex.h
 include/wine/windows/d3dx9xof.h
+include/wine/windows/davclnt.h
 include/wine/windows/dbccmd.idl
 include/wine/windows/dbcses.idl
 include/wine/windows/dbdsad.idl
@@ -228,17 +253,25 @@ include/wine/windows/dde.h
 include/wine/windows/dde.rh
 include/wine/windows/ddeml.h
 include/wine/windows/ddk/compstui.h
+include/wine/windows/ddk/csq.h
+include/wine/windows/ddk/hidclass.h
+include/wine/windows/ddk/hidpi.h
+include/wine/windows/ddk/hidport.h
 include/wine/windows/ddk/hidsdi.h
+include/wine/windows/ddk/hidtypes.h
 include/wine/windows/ddk/imm.h
 include/wine/windows/ddk/mountmgr.h
 include/wine/windows/ddk/ntddcdvd.h
 include/wine/windows/ddk/ntddk.h
 include/wine/windows/ddk/ntddser.h
 include/wine/windows/ddk/ntddtape.h
+include/wine/windows/ddk/ntifs.h
 include/wine/windows/ddk/usb.h
 include/wine/windows/ddk/usb100.h
 include/wine/windows/ddk/usb200.h
 include/wine/windows/ddk/usbdlib.h
+include/wine/windows/ddk/usbioctl.h
+include/wine/windows/ddk/usbiodef.h
 include/wine/windows/ddk/wdm.h
 include/wine/windows/ddk/winddiui.h
 include/wine/windows/ddk/winsplp.h
@@ -247,6 +280,7 @@ include/wine/windows/ddrawgdi.h
 include/wine/windows/ddrawi.h
 include/wine/windows/ddstream.h
 include/wine/windows/ddstream.idl
+include/wine/windows/delayloadhandler.h
 include/wine/windows/devenum.idl
 include/wine/windows/devguid.h
 include/wine/windows/devicetopology.h
@@ -295,24 +329,32 @@ include/wine/windows/dshow.h
 include/wine/windows/dsound.h
 include/wine/windows/dsrole.h
 include/wine/windows/dvdmedia.h
+include/wine/windows/dvoice.h
 include/wine/windows/dwmapi.h
 include/wine/windows/dwrite.h
 include/wine/windows/dwrite.idl
 include/wine/windows/dwrite_1.h
 include/wine/windows/dwrite_1.idl
+include/wine/windows/dwrite_2.h
+include/wine/windows/dwrite_2.idl
 include/wine/windows/dxdiag.h
 include/wine/windows/dxerr8.h
 include/wine/windows/dxerr9.h
 include/wine/windows/dxfile.h
 include/wine/windows/dxgi.h
 include/wine/windows/dxgi.idl
+include/wine/windows/dxgi1_2.h
+include/wine/windows/dxgi1_2.idl
 include/wine/windows/dxgiformat.h
 include/wine/windows/dxgitype.h
+include/wine/windows/dxva2api.h
+include/wine/windows/dxva2api.idl
 include/wine/windows/dyngraph.idl
 include/wine/windows/endpointvolume.h
 include/wine/windows/endpointvolume.idl
 include/wine/windows/errorrep.h
 include/wine/windows/errors.h
+include/wine/windows/errrec.idl
 include/wine/windows/evcode.h
 include/wine/windows/evntprov.h
 include/wine/windows/evntrace.h
@@ -322,6 +364,7 @@ include/wine/windows/exdisp.idl
 include/wine/windows/exdispid.h
 include/wine/windows/fci.h
 include/wine/windows/fdi.h
+include/wine/windows/fileapi.h
 include/wine/windows/fltdefs.h
 include/wine/windows/fusion.h
 include/wine/windows/fusion.idl
@@ -330,6 +373,7 @@ include/wine/windows/gameux.idl
 include/wine/windows/gdiplus.h
 include/wine/windows/gdipluscolor.h
 include/wine/windows/gdipluscolormatrix.h
+include/wine/windows/gdipluseffects.h
 include/wine/windows/gdiplusenums.h
 include/wine/windows/gdiplusflat.h
 include/wine/windows/gdiplusgpstubs.h
@@ -340,9 +384,13 @@ include/wine/windows/gdiplusmetaheader.h
 include/wine/windows/gdipluspixelformats.h
 include/wine/windows/gdiplustypes.h
 include/wine/windows/guiddef.h
+include/wine/windows/hidusage.h
+include/wine/windows/highlevelmonitorconfigurationapi.h
 include/wine/windows/hlguids.h
 include/wine/windows/hlink.h
 include/wine/windows/hlink.idl
+include/wine/windows/hstring.h
+include/wine/windows/hstring.idl
 include/wine/windows/htiface.h
 include/wine/windows/htiface.idl
 include/wine/windows/htiframe.h
@@ -364,6 +412,8 @@ include/wine/windows/iextag.h
 include/wine/windows/iextag.idl
 include/wine/windows/ifdef.h
 include/wine/windows/ifmib.h
+include/wine/windows/iimgctx.h
+include/wine/windows/iimgctx.idl
 include/wine/windows/imagehlp.h
 include/wine/windows/imm.h
 include/wine/windows/imnact.h
@@ -375,6 +425,12 @@ include/wine/windows/inaddr.h
 include/wine/windows/indexsrv.h
 include/wine/windows/indexsrv.idl
 include/wine/windows/initguid.h
+include/wine/windows/inputscope.h
+include/wine/windows/inputscope.idl
+include/wine/windows/inseng.h
+include/wine/windows/inseng.idl
+include/wine/windows/inspectable.h
+include/wine/windows/inspectable.idl
 include/wine/windows/intshcut.h
 include/wine/windows/ipexport.h
 include/wine/windows/iphlpapi.h
@@ -387,6 +443,7 @@ include/wine/windows/knownfolders.h
 include/wine/windows/ks.h
 include/wine/windows/ksguid.h
 include/wine/windows/ksmedia.h
+include/wine/windows/ksuuids.h
 include/wine/windows/lm.h
 include/wine/windows/lmaccess.h
 include/wine/windows/lmapibuf.h
@@ -403,6 +460,7 @@ include/wine/windows/lmuse.h
 include/wine/windows/lmuseflg.h
 include/wine/windows/lmwksta.h
 include/wine/windows/loadperf.h
+include/wine/windows/lowlevelmonitorconfigurationapi.h
 include/wine/windows/lzexpand.h
 include/wine/windows/mapi.h
 include/wine/windows/mapicode.h
@@ -420,6 +478,10 @@ include/wine/windows/mediaobj.h
 include/wine/windows/mediaobj.idl
 include/wine/windows/metahost.h
 include/wine/windows/metahost.idl
+include/wine/windows/mfapi.h
+include/wine/windows/mferror.h
+include/wine/windows/mfobjects.h
+include/wine/windows/mfobjects.idl
 include/wine/windows/midles.h
 include/wine/windows/mimeinfo.h
 include/wine/windows/mimeinfo.idl
@@ -442,6 +504,7 @@ include/wine/windows/mprerror.h
 include/wine/windows/msacm.h
 include/wine/windows/msacmdlg.h
 include/wine/windows/msacmdrv.h
+include/wine/windows/msasn1.h
 include/wine/windows/mscat.h
 include/wine/windows/mscoree.h
 include/wine/windows/mscoree.idl
@@ -481,10 +544,15 @@ include/wine/windows/msxml6did.h
 include/wine/windows/msxmldid.h
 include/wine/windows/nb30.h
 include/wine/windows/ndrtypes.h
+include/wine/windows/netcfgx.h
+include/wine/windows/netcfgx.idl
 include/wine/windows/netcon.h
 include/wine/windows/netcon.idl
 include/wine/windows/netfw.h
 include/wine/windows/netfw.idl
+include/wine/windows/netioapi.h
+include/wine/windows/netlistmgr.h
+include/wine/windows/netlistmgr.idl
 include/wine/windows/nldef.h
 include/wine/windows/npapi.h
 include/wine/windows/nspapi.h
@@ -492,6 +560,7 @@ include/wine/windows/ntddcdrm.h
 include/wine/windows/ntddndis.h
 include/wine/windows/ntddscsi.h
 include/wine/windows/ntddstor.h
+include/wine/windows/ntdef.h
 include/wine/windows/ntdsapi.h
 include/wine/windows/ntquery.h
 include/wine/windows/ntsecapi.h
@@ -532,9 +601,11 @@ include/wine/windows/pdh.h
 include/wine/windows/pdhmsg.h
 include/wine/windows/perhist.h
 include/wine/windows/perhist.idl
+include/wine/windows/physicalmonitorenumerationapi.h
 include/wine/windows/pktdef.h
 include/wine/windows/poppack.h
 include/wine/windows/powrprof.h
+include/wine/windows/prntvpt.h
 include/wine/windows/profinfo.h
 include/wine/windows/propidl.h
 include/wine/windows/propidl.idl
@@ -565,8 +636,11 @@ include/wine/windows/richole.idl
 include/wine/windows/rmxfguid.h
 include/wine/windows/rmxftmpl.h
 include/wine/windows/rmxftmpl.x
+include/wine/windows/roapi.h
 include/wine/windows/row.idl
 include/wine/windows/rowchg.idl
+include/wine/windows/rowpos.idl
+include/wine/windows/rowpsc.idl
 include/wine/windows/rpc.h
 include/wine/windows/rpcasync.h
 include/wine/windows/rpcdce.h
@@ -616,6 +690,7 @@ include/wine/windows/softpub.h
 include/wine/windows/sql.h
 include/wine/windows/sqlext.h
 include/wine/windows/sqltypes.h
+include/wine/windows/srcrst.idl
 include/wine/windows/srrestoreptapi.h
 include/wine/windows/sspi.h
 include/wine/windows/stdole2.idl
@@ -629,7 +704,10 @@ include/wine/windows/structuredquerycond
 include/wine/windows/svrapi.h
 include/wine/windows/t2embapi.h
 include/wine/windows/tapi.h
+include/wine/windows/taskschd.h
+include/wine/windows/taskschd.idl
 include/wine/windows/tchar.h
+include/wine/windows/tcpestats.h
 include/wine/windows/tcpmib.h
 include/wine/windows/textserv.h
 include/wine/windows/textstor.h
@@ -673,12 +751,19 @@ include/wine/windows/vfwmsgs.h
 include/wine/windows/vmr9.h
 include/wine/windows/vmr9.idl
 include/wine/windows/vmrender.idl
+include/wine/windows/vss.h
+include/wine/windows/vss.idl
 include/wine/windows/vsstyle.h
 include/wine/windows/vssym32.h
+include/wine/windows/vswriter.h
 include/wine/windows/wbemcli.h
 include/wine/windows/wbemcli.idl
+include/wine/windows/wbemdisp.h
+include/wine/windows/wbemdisp.idl
 include/wine/windows/wbemprov.h
 include/wine/windows/wbemprov.idl
+include/wine/windows/wct.h
+include/wine/windows/webservices.h
 include/wine/windows/werapi.h
 include/wine/windows/wfext.h
 include/wine/windows/wia.h
@@ -686,6 +771,7 @@ include/wine/windows/wia_lh.h
 include/wine/windows/wia_lh.idl
 include/wine/windows/wia_xp.h
 include/wine/windows/wia_xp.idl
+include/wine/windows/wiadef.h
 include/wine/windows/winbase.h
 include/wine/windows/wincodec.h
 include/wine/windows/wincodec.idl
@@ -696,6 +782,8 @@ include/wine/windows/wincred.h
 include/wine/windows/wincrypt.h
 include/wine/windows/windef.h
 include/wine/windows/windns.h
+include/wine/windows/windows.foundation.h
+include/wine/windows/windows.foundation.idl
 include/wine/windows/windows.h
 include/wine/windows/windowsx.h
 include/wine/windows/winerror.h
@@ -717,9 +805,11 @@ include/wine/windows/winresrc.h
 include/wine/windows/winsafer.h
 include/wine/windows/winscard.h
 include/wine/windows/winsmcrd.h
+include/wine/windows/winsnmp.h
 include/wine/windows/winsock.h
 include/wine/windows/winsock2.h
 include/wine/windows/winspool.h
+include/wine/windows/winstring.h
 include/wine/windows/winsvc.h
 include/wine/windows/winsxs.h
 include/wine/windows/winsxs.idl
@@ -733,6 +823,8 @@ include/wine/windows/winver.h
 include/wine/windows/wmistr.h
 include/wine/windows/wmiutils.h
 include/wine/windows/wmiutils.idl
+include/wine/windows/wmp.h
+include/wine/windows/wmp.idl
 include/wine/windows/wmsbuffer.h
 include/wine/windows/wmsbuffer.idl
 include/wine/windows/wmsdkidl.h
@@ -753,6 +845,14 @@ include/wine/windows/wtypes.h
 include/wine/windows/wtypes.idl
 include/wine/windows/wuapi.h
 include/wine/windows/wuapi.idl
+include/wine/windows/x3daudio.h
+include/wine/windows/xapo.h
+include/wine/windows/xapo.idl
+include/wine/windows/xapofx.h
+include/wine/windows/xaudio2.h
+include/wine/windows/xaudio2.idl
+include/wine/windows/xaudio2fx.h
+include/wine/windows/xaudio2fx.idl
 include/wine/windows/xcmc.h
 include/wine/windows/xinput.h
 include/wine/windows/xmldom.h
@@ -765,8 +865,7 @@ include/wine/windows/xmllite.idl
 include/wine/windows/zmouse.h
 lib32/.libGL/dri/i915_dri.so
 lib32/.libGL/dri/i965_dri.so
-%%OSREL10%%lib32/.libGL/dri/kms_swrast_dri.so
-%%OSREL11%%lib32/.libGL/dri/kms_swrast_dri.so
+lib32/.libGL/dri/kms_swrast_dri.so
 lib32/.libGL/dri/r200_dri.so
 lib32/.libGL/dri/r300_dri.so
 lib32/.libGL/dri/r600_dri.so
@@ -776,8 +875,7 @@ lib32/.libGL/dri/swrast_dri.so
 lib32/.libGL/dri/vmwgfx_dri.so
 lib32/.libGL/libGL.so.1
 lib32/libGLU.so.1
-%%OSREL10%%lib32/libLLVM-3.5.so
-%%OSREL11%%lib32/libLLVM-3.5.so
+lib32/libLLVM-3.6.so
 lib32/libX11-xcb.so.1
 lib32/libX11.so.6
 lib32/libXau.so.6
@@ -791,23 +889,24 @@ lib32/libXi.so.6
 lib32/libXrandr.so.2
 lib32/libXrender.so.1
 lib32/libXxf86vm.so.1
-%%OSREL10%%lib32/libdevq.so.0
-%%OSREL11%%lib32/libdevq.so.0
-%%OSREL9%%lib32/libdricore9.1.7.so.1
+lib32/libdevq.so.0
 lib32/libdrm.so.2
+lib32/libdrm_amdgpu.so.1
 lib32/libdrm_intel.so.1
 lib32/libdrm_radeon.so.1
+lib32/libedit.so.0
 lib32/libexpat.so.1
 lib32/libfontconfig.so.1
 lib32/libfreetype.so.6
+%%OSREL9%%lib32/libgcc_s.so.1
 lib32/libglapi.so.0
 %%OSREL9%%lib32/libiconv.so.2
 lib32/libjpeg.so.8
 lib32/liblcms2.so.2
-%%OSREL9%%lib32/libllvmradeon9.1.7.so
 lib32/libpciaccess.so.0
 lib32/libpng16.so.16
 lib32/libpthread-stubs.so.0
+%%OSREL9%%lib32/libstdc++.so.6
 lib32/libwine.so
 lib32/libwine.so.1
 lib32/libxcb-dri2.so.0
@@ -821,10 +920,81 @@ lib32/wine/actxprxy.dll.so
 lib32/wine/advapi32.dll.so
 lib32/wine/advpack.dll.so
 lib32/wine/amstream.dll.so
+lib32/wine/api-ms-win-core-com-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-console-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-datetime-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-datetime-l1-1-1.dll.so
+lib32/wine/api-ms-win-core-debug-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-debug-l1-1-1.dll.so
+lib32/wine/api-ms-win-core-errorhandling-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-errorhandling-l1-1-1.dll.so
+lib32/wine/api-ms-win-core-errorhandling-l1-1-2.dll.so
+lib32/wine/api-ms-win-core-fibers-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-fibers-l1-1-1.dll.so
+lib32/wine/api-ms-win-core-file-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-file-l1-2-0.dll.so
+lib32/wine/api-ms-win-core-file-l2-1-0.dll.so
+lib32/wine/api-ms-win-core-file-l2-1-1.dll.so
+lib32/wine/api-ms-win-core-handle-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-heap-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-heap-l1-2-0.dll.so
+lib32/wine/api-ms-win-core-heap-obsolete-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-interlocked-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-interlocked-l1-2-0.dll.so
+lib32/wine/api-ms-win-core-io-l1-1-1.dll.so
+lib32/wine/api-ms-win-core-kernel32-legacy-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-libraryloader-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-libraryloader-l1-1-1.dll.so
+lib32/wine/api-ms-win-core-localization-l1-2-0.dll.so
+lib32/wine/api-ms-win-core-localization-l1-2-1.dll.so
+lib32/wine/api-ms-win-core-localization-obsolete-l1-1-0.dll.so
 lib32/wine/api-ms-win-core-localregistry-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-memory-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-memory-l1-1-1.dll.so
+lib32/wine/api-ms-win-core-misc-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-namedpipe-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-namedpipe-l1-2-0.dll.so
+lib32/wine/api-ms-win-core-processenvironment-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-processenvironment-l1-2-0.dll.so
 lib32/wine/api-ms-win-core-processthreads-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-processthreads-l1-1-1.dll.so
+lib32/wine/api-ms-win-core-processthreads-l1-1-2.dll.so
+lib32/wine/api-ms-win-core-profile-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-psapi-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-registry-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-rtlsupport-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-rtlsupport-l1-2-0.dll.so
+lib32/wine/api-ms-win-core-shlwapi-legacy-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-string-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-synch-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-synch-l1-2-0.dll.so
+lib32/wine/api-ms-win-core-sysinfo-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-sysinfo-l1-2-0.dll.so
+lib32/wine/api-ms-win-core-sysinfo-l1-2-1.dll.so
+lib32/wine/api-ms-win-core-threadpool-legacy-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-timezone-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-url-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-util-l1-1-0.dll.so
 lib32/wine/api-ms-win-core-winrt-error-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-winrt-error-l1-1-1.dll.so
+lib32/wine/api-ms-win-core-winrt-l1-1-0.dll.so
 lib32/wine/api-ms-win-core-winrt-string-l1-1-0.dll.so
+lib32/wine/api-ms-win-core-xstate-l2-1-0.dll.so
+lib32/wine/api-ms-win-crt-conio-l1-1-0.dll.so
+lib32/wine/api-ms-win-crt-convert-l1-1-0.dll.so
+lib32/wine/api-ms-win-crt-environment-l1-1-0.dll.so
+lib32/wine/api-ms-win-crt-filesystem-l1-1-0.dll.so
+lib32/wine/api-ms-win-crt-heap-l1-1-0.dll.so
+lib32/wine/api-ms-win-crt-locale-l1-1-0.dll.so
+lib32/wine/api-ms-win-crt-math-l1-1-0.dll.so
+lib32/wine/api-ms-win-crt-multibyte-l1-1-0.dll.so
+lib32/wine/api-ms-win-crt-private-l1-1-0.dll.so
+lib32/wine/api-ms-win-crt-process-l1-1-0.dll.so
+lib32/wine/api-ms-win-crt-runtime-l1-1-0.dll.so
+lib32/wine/api-ms-win-crt-stdio-l1-1-0.dll.so
+lib32/wine/api-ms-win-crt-string-l1-1-0.dll.so
+lib32/wine/api-ms-win-crt-time-l1-1-0.dll.so
+lib32/wine/api-ms-win-crt-utility-l1-1-0.dll.so
 lib32/wine/api-ms-win-downlevel-advapi32-l1-1-0.dll.so
 lib32/wine/api-ms-win-downlevel-advapi32-l2-1-0.dll.so
 lib32/wine/api-ms-win-downlevel-normaliz-l1-1-0.dll.so
@@ -834,13 +1004,23 @@ lib32/wine/api-ms-win-downlevel-shlwapi-
 lib32/wine/api-ms-win-downlevel-shlwapi-l2-1-0.dll.so
 lib32/wine/api-ms-win-downlevel-user32-l1-1-0.dll.so
 lib32/wine/api-ms-win-downlevel-version-l1-1-0.dll.so
+lib32/wine/api-ms-win-eventing-provider-l1-1-0.dll.so
+lib32/wine/api-ms-win-ntuser-dc-access-l1-1-0.dll.so
 lib32/wine/api-ms-win-security-base-l1-1-0.dll.so
+lib32/wine/api-ms-win-security-base-l1-2-0.dll.so
+lib32/wine/api-ms-win-security-sddl-l1-1-0.dll.so
+lib32/wine/api-ms-win-service-core-l1-1-1.dll.so
+lib32/wine/api-ms-win-service-management-l1-1-0.dll.so
+lib32/wine/api-ms-win-service-winsvc-l1-2-0.dll.so
 lib32/wine/apphelp.dll.so
 lib32/wine/appwiz.cpl.so
+lib32/wine/arp.exe.so
 lib32/wine/aspnet_regiis.exe.so
 lib32/wine/atl.dll.so
 lib32/wine/atl100.dll.so
+lib32/wine/atl110.dll.so
 lib32/wine/atl80.dll.so
+lib32/wine/atl90.dll.so
 lib32/wine/attrib.exe.so
 lib32/wine/authz.dll.so
 lib32/wine/avicap32.dll.so
@@ -848,7 +1028,9 @@ lib32/wine/avifil32.dll.so
 lib32/wine/avifile.dll16.so
 lib32/wine/avrt.dll.so
 lib32/wine/bcrypt.dll.so
+lib32/wine/bluetoothapis.dll.so
 lib32/wine/browseui.dll.so
+lib32/wine/bthprops.cpl.so
 lib32/wine/cabarc.exe.so
 lib32/wine/cabinet.dll.so
 lib32/wine/cacls.exe.so
@@ -858,6 +1040,7 @@ lib32/wine/cfgmgr32.dll.so
 lib32/wine/clock.exe.so
 lib32/wine/clusapi.dll.so
 lib32/wine/cmd.exe.so
+lib32/wine/combase.dll.so
 lib32/wine/comcat.dll.so
 lib32/wine/comctl32.dll.so
 lib32/wine/comdlg32.dll.so
@@ -865,13 +1048,16 @@ lib32/wine/comm.drv16.so
 lib32/wine/commdlg.dll16.so
 lib32/wine/compobj.dll16.so
 lib32/wine/compstui.dll.so
+lib32/wine/comsvcs.dll.so
 lib32/wine/conhost.exe.so
+lib32/wine/connect.dll.so
 lib32/wine/control.exe.so
 lib32/wine/credui.dll.so
 lib32/wine/crtdll.dll.so
 lib32/wine/crypt32.dll.so
 lib32/wine/cryptdlg.dll.so
 lib32/wine/cryptdll.dll.so
+lib32/wine/cryptext.dll.so
 lib32/wine/cryptnet.dll.so
 lib32/wine/cryptui.dll.so
 lib32/wine/cscript.exe.so
@@ -879,7 +1065,9 @@ lib32/wine/ctapi32.dll.so
 lib32/wine/ctl3d.dll16.so
 lib32/wine/ctl3d32.dll.so
 lib32/wine/ctl3dv2.dll16.so
+lib32/wine/d2d1.dll.so
 lib32/wine/d3d10.dll.so
+lib32/wine/d3d10_1.dll.so
 lib32/wine/d3d10core.dll.so
 lib32/wine/d3d11.dll.so
 lib32/wine/d3d8.dll.so
@@ -895,6 +1083,8 @@ lib32/wine/d3dcompiler_40.dll.so
 lib32/wine/d3dcompiler_41.dll.so
 lib32/wine/d3dcompiler_42.dll.so
 lib32/wine/d3dcompiler_43.dll.so
+lib32/wine/d3dcompiler_46.dll.so
+lib32/wine/d3dcompiler_47.dll.so
 lib32/wine/d3dim.dll.so
 lib32/wine/d3drm.dll.so
 lib32/wine/d3dx10_33.dll.so
@@ -908,6 +1098,8 @@ lib32/wine/d3dx10_40.dll.so
 lib32/wine/d3dx10_41.dll.so
 lib32/wine/d3dx10_42.dll.so
 lib32/wine/d3dx10_43.dll.so
+lib32/wine/d3dx11_42.dll.so
+lib32/wine/d3dx11_43.dll.so
 lib32/wine/d3dx9_24.dll.so
 lib32/wine/d3dx9_25.dll.so
 lib32/wine/d3dx9_26.dll.so
@@ -929,6 +1121,7 @@ lib32/wine/d3dx9_41.dll.so
 lib32/wine/d3dx9_42.dll.so
 lib32/wine/d3dx9_43.dll.so
 lib32/wine/d3dxof.dll.so
+lib32/wine/davclnt.dll.so
 lib32/wine/dbgeng.dll.so
 lib32/wine/dbghelp.dll.so
 lib32/wine/dciman32.dll.so
@@ -959,6 +1152,8 @@ lib32/wine/dpnaddr.dll.so
 lib32/wine/dpnet.dll.so
 lib32/wine/dpnhpast.dll.so
 lib32/wine/dpnlobby.dll.so
+lib32/wine/dpnsvr.exe.so
+lib32/wine/dpvoice.dll.so
 lib32/wine/dpwsockx.dll.so
 lib32/wine/drmclien.dll.so
 lib32/wine/dsound.dll.so
@@ -969,10 +1164,14 @@ lib32/wine/dwrite.dll.so
 lib32/wine/dxdiag.exe.so
 lib32/wine/dxdiagn.dll.so
 lib32/wine/dxgi.dll.so
+lib32/wine/dxva2.dll.so
 lib32/wine/eject.exe.so
+lib32/wine/esent.dll.so
+lib32/wine/evr.dll.so
 lib32/wine/expand.exe.so
 lib32/wine/explorer.exe.so
 lib32/wine/explorerframe.dll.so
+lib32/wine/ext-ms-win-gdi-devcaps-l1-1-0.dll.so
 lib32/wine/extrac32.exe.so
 lib32/wine/fakedlls/acledit.dll
 lib32/wine/fakedlls/aclui.dll
@@ -981,10 +1180,81 @@ lib32/wine/fakedlls/actxprxy.dll
 lib32/wine/fakedlls/advapi32.dll
 lib32/wine/fakedlls/advpack.dll
 lib32/wine/fakedlls/amstream.dll
+lib32/wine/fakedlls/api-ms-win-core-com-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-console-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-datetime-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-datetime-l1-1-1.dll
+lib32/wine/fakedlls/api-ms-win-core-debug-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-debug-l1-1-1.dll
+lib32/wine/fakedlls/api-ms-win-core-errorhandling-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-errorhandling-l1-1-1.dll
+lib32/wine/fakedlls/api-ms-win-core-errorhandling-l1-1-2.dll
+lib32/wine/fakedlls/api-ms-win-core-fibers-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-fibers-l1-1-1.dll
+lib32/wine/fakedlls/api-ms-win-core-file-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-file-l1-2-0.dll
+lib32/wine/fakedlls/api-ms-win-core-file-l2-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-file-l2-1-1.dll
+lib32/wine/fakedlls/api-ms-win-core-handle-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-heap-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-heap-l1-2-0.dll
+lib32/wine/fakedlls/api-ms-win-core-heap-obsolete-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-interlocked-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-interlocked-l1-2-0.dll
+lib32/wine/fakedlls/api-ms-win-core-io-l1-1-1.dll
+lib32/wine/fakedlls/api-ms-win-core-kernel32-legacy-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-libraryloader-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-libraryloader-l1-1-1.dll
+lib32/wine/fakedlls/api-ms-win-core-localization-l1-2-0.dll
+lib32/wine/fakedlls/api-ms-win-core-localization-l1-2-1.dll
+lib32/wine/fakedlls/api-ms-win-core-localization-obsolete-l1-1-0.dll
 lib32/wine/fakedlls/api-ms-win-core-localregistry-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-memory-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-memory-l1-1-1.dll
+lib32/wine/fakedlls/api-ms-win-core-misc-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-namedpipe-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-namedpipe-l1-2-0.dll
+lib32/wine/fakedlls/api-ms-win-core-processenvironment-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-processenvironment-l1-2-0.dll
 lib32/wine/fakedlls/api-ms-win-core-processthreads-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-processthreads-l1-1-1.dll
+lib32/wine/fakedlls/api-ms-win-core-processthreads-l1-1-2.dll
+lib32/wine/fakedlls/api-ms-win-core-profile-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-psapi-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-registry-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-rtlsupport-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-rtlsupport-l1-2-0.dll
+lib32/wine/fakedlls/api-ms-win-core-shlwapi-legacy-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-string-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-synch-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-synch-l1-2-0.dll
+lib32/wine/fakedlls/api-ms-win-core-sysinfo-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-sysinfo-l1-2-0.dll
+lib32/wine/fakedlls/api-ms-win-core-sysinfo-l1-2-1.dll
+lib32/wine/fakedlls/api-ms-win-core-threadpool-legacy-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-timezone-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-url-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-util-l1-1-0.dll
 lib32/wine/fakedlls/api-ms-win-core-winrt-error-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-winrt-error-l1-1-1.dll
+lib32/wine/fakedlls/api-ms-win-core-winrt-l1-1-0.dll
 lib32/wine/fakedlls/api-ms-win-core-winrt-string-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-core-xstate-l2-1-0.dll
+lib32/wine/fakedlls/api-ms-win-crt-conio-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-crt-convert-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-crt-environment-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-crt-filesystem-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-crt-heap-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-crt-locale-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-crt-math-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-crt-multibyte-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-crt-private-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-crt-process-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-crt-runtime-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-crt-stdio-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-crt-string-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-crt-time-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-crt-utility-l1-1-0.dll
 lib32/wine/fakedlls/api-ms-win-downlevel-advapi32-l1-1-0.dll
 lib32/wine/fakedlls/api-ms-win-downlevel-advapi32-l2-1-0.dll
 lib32/wine/fakedlls/api-ms-win-downlevel-normaliz-l1-1-0.dll
@@ -994,13 +1264,23 @@ lib32/wine/fakedlls/api-ms-win-downlevel
 lib32/wine/fakedlls/api-ms-win-downlevel-shlwapi-l2-1-0.dll
 lib32/wine/fakedlls/api-ms-win-downlevel-user32-l1-1-0.dll
 lib32/wine/fakedlls/api-ms-win-downlevel-version-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-eventing-provider-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-ntuser-dc-access-l1-1-0.dll
 lib32/wine/fakedlls/api-ms-win-security-base-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-security-base-l1-2-0.dll
+lib32/wine/fakedlls/api-ms-win-security-sddl-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-service-core-l1-1-1.dll
+lib32/wine/fakedlls/api-ms-win-service-management-l1-1-0.dll
+lib32/wine/fakedlls/api-ms-win-service-winsvc-l1-2-0.dll
 lib32/wine/fakedlls/apphelp.dll
 lib32/wine/fakedlls/appwiz.cpl
+lib32/wine/fakedlls/arp.exe
 lib32/wine/fakedlls/aspnet_regiis.exe
 lib32/wine/fakedlls/atl.dll
 lib32/wine/fakedlls/atl100.dll
+lib32/wine/fakedlls/atl110.dll
 lib32/wine/fakedlls/atl80.dll
+lib32/wine/fakedlls/atl90.dll
 lib32/wine/fakedlls/attrib.exe
 lib32/wine/fakedlls/authz.dll
 lib32/wine/fakedlls/avicap32.dll
@@ -1008,7 +1288,9 @@ lib32/wine/fakedlls/avifil32.dll
 lib32/wine/fakedlls/avifile.dll16
 lib32/wine/fakedlls/avrt.dll
 lib32/wine/fakedlls/bcrypt.dll
+lib32/wine/fakedlls/bluetoothapis.dll
 lib32/wine/fakedlls/browseui.dll
+lib32/wine/fakedlls/bthprops.cpl
 lib32/wine/fakedlls/cabarc.exe
 lib32/wine/fakedlls/cabinet.dll
 lib32/wine/fakedlls/cacls.exe
@@ -1018,6 +1300,7 @@ lib32/wine/fakedlls/cfgmgr32.dll
 lib32/wine/fakedlls/clock.exe
 lib32/wine/fakedlls/clusapi.dll
 lib32/wine/fakedlls/cmd.exe
+lib32/wine/fakedlls/combase.dll
 lib32/wine/fakedlls/comcat.dll
 lib32/wine/fakedlls/comctl32.dll
 lib32/wine/fakedlls/comdlg32.dll
@@ -1025,13 +1308,16 @@ lib32/wine/fakedlls/comm.drv16
 lib32/wine/fakedlls/commdlg.dll16
 lib32/wine/fakedlls/compobj.dll16
 lib32/wine/fakedlls/compstui.dll
+lib32/wine/fakedlls/comsvcs.dll
 lib32/wine/fakedlls/conhost.exe
+lib32/wine/fakedlls/connect.dll
 lib32/wine/fakedlls/control.exe
 lib32/wine/fakedlls/credui.dll
 lib32/wine/fakedlls/crtdll.dll
 lib32/wine/fakedlls/crypt32.dll
 lib32/wine/fakedlls/cryptdlg.dll
 lib32/wine/fakedlls/cryptdll.dll
+lib32/wine/fakedlls/cryptext.dll
 lib32/wine/fakedlls/cryptnet.dll
 lib32/wine/fakedlls/cryptui.dll
 lib32/wine/fakedlls/cscript.exe
@@ -1039,7 +1325,9 @@ lib32/wine/fakedlls/ctapi32.dll
 lib32/wine/fakedlls/ctl3d.dll16
 lib32/wine/fakedlls/ctl3d32.dll
 lib32/wine/fakedlls/ctl3dv2.dll16
+lib32/wine/fakedlls/d2d1.dll
 lib32/wine/fakedlls/d3d10.dll
+lib32/wine/fakedlls/d3d10_1.dll
 lib32/wine/fakedlls/d3d10core.dll
 lib32/wine/fakedlls/d3d11.dll
 lib32/wine/fakedlls/d3d8.dll
@@ -1055,6 +1343,8 @@ lib32/wine/fakedlls/d3dcompiler_40.dll
 lib32/wine/fakedlls/d3dcompiler_41.dll
 lib32/wine/fakedlls/d3dcompiler_42.dll
 lib32/wine/fakedlls/d3dcompiler_43.dll
+lib32/wine/fakedlls/d3dcompiler_46.dll
+lib32/wine/fakedlls/d3dcompiler_47.dll
 lib32/wine/fakedlls/d3dim.dll
 lib32/wine/fakedlls/d3drm.dll
 lib32/wine/fakedlls/d3dx10_33.dll
@@ -1068,6 +1358,8 @@ lib32/wine/fakedlls/d3dx10_40.dll
 lib32/wine/fakedlls/d3dx10_41.dll
 lib32/wine/fakedlls/d3dx10_42.dll

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***

From owner-svn-ports-head@freebsd.org  Sun Jan 17 17:28:10 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47BEAA86A45;
 Sun, 17 Jan 2016 17:28:10 +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 239391C09;
 Sun, 17 Jan 2016 17:28:10 +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 u0HHS9vd002056;
 Sun, 17 Jan 2016 17:28:09 GMT (envelope-from danfe@FreeBSD.org)
Received: (from danfe@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HHS8HC002048;
 Sun, 17 Jan 2016 17:28:08 GMT (envelope-from danfe@FreeBSD.org)
Message-Id: <201601171728.u0HHS8HC002048@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: danfe set sender to
 danfe@FreeBSD.org using -f
From: Alexey Dokuchaev 
Date: Sun, 17 Jan 2016 17:28:08 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406519 - in head: . mail mail/bincimap
 mail/bincimap/files
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 17:28:10 -0000

Author: danfe
Date: Sun Jan 17 17:28:08 2016
New Revision: 406519
URL: https://svnweb.freebsd.org/changeset/ports/406519

Log:
  - Resurrect `mail/bincimap' port (project was moved to SF.net from the
    abandoned http://www.bincimap.org/ website)
  - Distfile is .tar.gz now instead of original .tar.bz2, but the contents
    is identical (no changes whatsoever)
  - Clean up and modernize the port: convert to OPTIONS, define LICENSE,
    get rid of CONFDIR in favor of ETCDIR, allow to build with GCC 4.7+,
    use @sample in pkg-plist, kill bogus EOL whitespace in pkg-descr, etc.

Added:
  head/mail/bincimap/
     - copied from r278682, head/mail/bincimap/
  head/mail/bincimap/files/patch-src_convert.h   (contents, props changed)
  head/mail/bincimap/files/patch-src_tools.cc   (contents, props changed)
Modified:
  head/MOVED
  head/mail/Makefile
  head/mail/bincimap/Makefile   (contents, props changed)
  head/mail/bincimap/distinfo   (contents, props changed)
  head/mail/bincimap/pkg-descr   (contents, props changed)
  head/mail/bincimap/pkg-plist   (contents, props changed)

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sun Jan 17 16:52:11 2016	(r406518)
+++ head/MOVED	Sun Jan 17 17:28:08 2016	(r406519)
@@ -2337,7 +2337,6 @@ korean/linuxdoc-sgml||2011-08-01|Has exp
 korean/mod_url||2011-08-01|Has expired: Looks like abandonware, no more public distfiles
 korean/nh2ps||2011-08-01|Has expired: Looks like abandonware, no more public distfiles
 korean/pinetreefonts||2011-08-01|Has expired: No more public distfile
-mail/bincimap||2011-08-01|Has expired: No more public distfile
 mail/cmail||2011-08-01|Has expired: No more public distfile
 math/qgfe||2011-08-01|Has expired: Looks like abandonware, no more public distfiles
 misc/ewipe||2011-08-01|Has expired: Looks like abandonware, no more public distfiles

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Sun Jan 17 16:52:11 2016	(r406518)
+++ head/mail/Makefile	Sun Jan 17 17:28:08 2016	(r406519)
@@ -33,6 +33,7 @@
     SUBDIR += bayespam
     SUBDIR += bbmail
     SUBDIR += biabam
+    SUBDIR += bincimap
     SUBDIR += bmf
     SUBDIR += bogofilter
     SUBDIR += bogofilter-sqlite
@@ -363,8 +364,8 @@
     SUBDIR += p5-Mail-CheckUser
     SUBDIR += p5-Mail-ClamAV
     SUBDIR += p5-Mail-DKIM
-    SUBDIR += p5-Mail-DeliveryStatus-BounceParser
     SUBDIR += p5-Mail-DMARC
+    SUBDIR += p5-Mail-DeliveryStatus-BounceParser
     SUBDIR += p5-Mail-DomainKeys
     SUBDIR += p5-Mail-Ezmlm
     SUBDIR += p5-Mail-Field-Received

Modified: head/mail/bincimap/Makefile
==============================================================================
--- head/mail/bincimap/Makefile	Mon Aug  1 05:21:10 2011	(r278682)
+++ head/mail/bincimap/Makefile	Sun Jan 17 17:28:08 2016	(r406519)
@@ -1,67 +1,55 @@
-# New ports collection makefile for:	bincimap
-# Date created:		27 Mar 2003
-# Whom:			Sergei Kolobov 
-#
+# Created by: Sergei Kolobov 
 # $FreeBSD$
-#
-
-# The following compile-time options are available:
-#
-# WITHOUT_OPENSSL	Disable OpenSSL support (enabled by default)
-#
 
 PORTNAME=	bincimap
 PORTVERSION=	1.2.13
 PORTREVISION=	2
 CATEGORIES=	mail
-MASTER_SITES=	http://www.bincimap.org/%SUBDIR%/ \
-		http://www.bincimap.andreas.hanssen.name/%SUBDIR%/ \
-		http://bincimap.argonsoft.de/www.bincimap.org/%SUBDIR%/
-MASTER_SITE_SUBDIR=	dl/tarballs/1.2
+MASTER_SITES=	SF/${PORTNAME}
 DISTNAME=	${PORTNAME}-${PORTVERSION}final
 
-DEPRECATED=	No more public distfile
-EXPIRATION_DATE=	2011-08-01
-
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Light-weight IMAP server for Maildir
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 RUN_DEPENDS=	checkpassword-pam:${PORTSDIR}/security/checkpassword-pam \
 		tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
 
 USE_RC_SUBR=	bincimapd
-USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--sysconfdir=${CONFDIR}
-CONFDIR=	${PREFIX}/etc/${PORTNAME}
+CONFIGURE_ARGS=	--sysconfdir=${ETCDIR}
 
-.if defined(WITHOUT_OPENSSL)
-CONFIGURE_ARGS+=	--without-ssl
-.else
-CONFIGURE_ARGS+=	--with-ssl
-USE_OPENSSL=		yes
-.endif
-
-MAN1=		bincimap-up.1 bincimapd.1
-MAN5=		bincimap.conf.5
 DOCS=		AUTHORS ChangeLog README doc/bincimap* \
 		doc/manual/bincimap-manual.ps
 EXAMPLES=	conf/bincimap.conf conf/checkpassword.pl conf/toimapdir \
 		conf/tomaildir++ conf/xinetd-bincimap conf/xinetd-bincimaps
 CONTRIB=	contrib/README contrib/authenticators/bincimap-auth-teapop.sh
 
+OPTIONS_DEFINE=	DOCS EXAMPLES OPENSSL
+OPTIONS_DEFAULT=	OPENSSL
+
+OPENSSL_USE=	OPENSSL=yes
+OPENSSL_CONFIGURE_OFF=	--without-ssl
+
 post-install:
-	@${MKDIR} ${CONFDIR}
+	@${MKDIR} ${STAGEDIR}${ETCDIR}
 	${INSTALL_DATA} ${WRKSRC}/conf/bincimap.conf \
-		${CONFDIR}/bincimap.conf.sample
-	@${MKDIR} ${EXAMPLESDIR}/contrib
-	cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA} ${CONTRIB} ${EXAMPLESDIR}/contrib
-	cd ${WRKSRC}/man && ${INSTALL_MAN} ${MAN1} ${MANPREFIX}/man/man1
-	cd ${WRKSRC}/man && ${INSTALL_MAN} ${MAN5} ${MANPREFIX}/man/man5
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-	@cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
-.endif
+		${STAGEDIR}${ETCDIR}/bincimap.conf.sample
+	cd ${WRKSRC}/man && ${INSTALL_MAN} bincimap-up.1 bincimapd.1 \
+		${STAGEDIR}${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/man/bincimap.conf.5 \
+		${STAGEDIR}${MANPREFIX}/man/man5
+
+post-install-EXAMPLES-on:
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/contrib
+	cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${STAGEDIR}${EXAMPLESDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} ${CONTRIB} \
+		${STAGEDIR}${EXAMPLESDIR}/contrib
+
+post-install-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
 
 .include 

Modified: head/mail/bincimap/distinfo
==============================================================================
--- head/mail/bincimap/distinfo	Mon Aug  1 05:21:10 2011	(r278682)
+++ head/mail/bincimap/distinfo	Sun Jan 17 17:28:08 2016	(r406519)
@@ -1,2 +1,2 @@
-SHA256 (bincimap-1.2.13final.tar.bz2) = 152368a1674a521a2006b8a27ff36c4db1b8bb0cf766ab1a0ada02698fae4528
-SIZE (bincimap-1.2.13final.tar.bz2) = 416152
+SHA256 (bincimap-1.2.13final.tar.gz) = 5ad2cc45da86e1e32f230f10e733a045f51197fdb54043df7c3a385caf2fc6f5
+SIZE (bincimap-1.2.13final.tar.gz) = 511059

Added: head/mail/bincimap/files/patch-src_convert.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/bincimap/files/patch-src_convert.h	Sun Jan 17 17:28:08 2016	(r406519)
@@ -0,0 +1,11 @@
+--- src/convert.h.orig	2005-02-08 20:30:22 UTC
++++ src/convert.h
+@@ -43,6 +43,8 @@
+ #include 
+ 
+ #include 
++#include 
++#include 
+ #include 
+ 
+ #include "address.h"

Added: head/mail/bincimap/files/patch-src_tools.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/bincimap/files/patch-src_tools.cc	Sun Jan 17 17:28:08 2016	(r406519)
@@ -0,0 +1,11 @@
+--- src/tools.cc.orig	2005-01-08 10:20:48 UTC
++++ src/tools.cc
+@@ -35,6 +35,8 @@
+ #include 
+ #endif
+ #include 
++#include 
++#include 
+ 
+ #include "tools.h"
+ 

Modified: head/mail/bincimap/pkg-descr
==============================================================================
--- head/mail/bincimap/pkg-descr	Mon Aug  1 05:21:10 2011	(r278682)
+++ head/mail/bincimap/pkg-descr	Sun Jan 17 17:28:08 2016	(r406519)
@@ -1,7 +1,7 @@
-Binc IMAP is a GPL licensed IMAP4rev1 server for Maildir, written in C++. 
+Binc IMAP is a GPL licensed IMAP4rev1 server for Maildir, written in C++.
 It strives to be stable, fast, flexible, and RFC compliant.
 
 For those familiar with qmail-pop3d, this IMAP server will be the natural
-choice. It is invoked similarily and uses checkpassword to authenticate. 
+choice.  It is invoked similarly and uses checkpassword to authenticate.
 
-WWW:	http://www.bincimap.org/
+WWW: https://sourceforge.net/projects/bincimap/

Modified: head/mail/bincimap/pkg-plist
==============================================================================
--- head/mail/bincimap/pkg-plist	Mon Aug  1 05:21:10 2011	(r278682)
+++ head/mail/bincimap/pkg-plist	Sun Jan 17 17:28:08 2016	(r406519)
@@ -1,8 +1,9 @@
-@comment $FreeBSD$
 bin/bincimapd
 bin/bincimap-up
-etc/bincimap/bincimap.conf.sample
-@dirrmtry etc/bincimap
+@sample etc/bincimap/bincimap.conf.sample
+man/man1/bincimap-up.1.gz
+man/man1/bincimapd.1.gz
+man/man5/bincimap.conf.5.gz
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
 %%PORTDOCS%%%%DOCSDIR%%/README
@@ -12,14 +13,11 @@ etc/bincimap/bincimap.conf.sample
 %%PORTDOCS%%%%DOCSDIR%%/bincimap-manual.ps
 %%PORTDOCS%%%%DOCSDIR%%/bincimap-tech.html
 %%PORTDOCS%%%%DOCSDIR%%/bincimap.css
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-%%EXAMPLESDIR%%/contrib/README
-%%EXAMPLESDIR%%/contrib/bincimap-auth-teapop.sh
-%%EXAMPLESDIR%%/bincimap.conf
-%%EXAMPLESDIR%%/checkpassword.pl
-%%EXAMPLESDIR%%/toimapdir
-%%EXAMPLESDIR%%/tomaildir++
-%%EXAMPLESDIR%%/xinetd-bincimap
-%%EXAMPLESDIR%%/xinetd-bincimaps
-@dirrm %%EXAMPLESDIR%%/contrib
-@dirrm %%EXAMPLESDIR%%
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/bincimap-auth-teapop.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bincimap.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/checkpassword.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/toimapdir
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tomaildir++
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xinetd-bincimap
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xinetd-bincimaps

From owner-svn-ports-head@freebsd.org  Sun Jan 17 17:44:34 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8FFBA86F47;
 Sun, 17 Jan 2016 17:44:34 +0000 (UTC)
 (envelope-from robak@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id A80A5138B;
 Sun, 17 Jan 2016 17:44:34 +0000 (UTC)
 (envelope-from robak@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HHiXjR007797;
 Sun, 17 Jan 2016 17:44:33 GMT (envelope-from robak@FreeBSD.org)
Received: (from robak@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HHiX7R007796;
 Sun, 17 Jan 2016 17:44:33 GMT (envelope-from robak@FreeBSD.org)
Message-Id: <201601171744.u0HHiX7R007796@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: robak set sender to
 robak@FreeBSD.org using -f
From: Bartek Rutkowski 
Date: Sun, 17 Jan 2016 17:44:33 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406520 - head/www/tengine
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 17:44:34 -0000

Author: robak
Date: Sun Jan 17 17:44:33 2016
New Revision: 406520
URL: https://svnweb.freebsd.org/changeset/ports/406520

Log:
  www/tengine: release the maintainership to ports@

Modified:
  head/www/tengine/Makefile

Modified: head/www/tengine/Makefile
==============================================================================
--- head/www/tengine/Makefile	Sun Jan 17 17:28:08 2016	(r406519)
+++ head/www/tengine/Makefile	Sun Jan 17 17:44:33 2016	(r406520)
@@ -7,7 +7,7 @@ DISTVERSIONPREFIX=	${PORTNAME}-
 PORTREVISION=	6
 CATEGORIES=	www
 
-MAINTAINER=	robak@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Robust and small WWW server forked from Nginx
 
 LICENSE=	BSD2CLAUSE

From owner-svn-ports-head@freebsd.org  Sun Jan 17 18:06:32 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE8B1A8666F;
 Sun, 17 Jan 2016 18:06:32 +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 A8E191F6F;
 Sun, 17 Jan 2016 18:06:32 +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 u0HI6VU4013651;
 Sun, 17 Jan 2016 18:06:31 GMT (envelope-from feld@FreeBSD.org)
Received: (from feld@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HI6VcP013649;
 Sun, 17 Jan 2016 18:06:31 GMT (envelope-from feld@FreeBSD.org)
Message-Id: <201601171806.u0HI6VcP013649@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: feld set sender to
 feld@FreeBSD.org using -f
From: Mark Felder 
Date: Sun, 17 Jan 2016 18:06:31 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r406521 - 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-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sun, 17 Jan 2016 18:06:33 -0000

Author: feld
Date: Sun Jan 17 18:06:31 2016
New Revision: 406521
URL: https://svnweb.freebsd.org/changeset/ports/406521

Log:
  Document isc-dhcpd CVE
  
  Security:	CVE-2015-8605

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Jan 17 17:44:33 2016	(r406520)
+++ head/security/vuxml/vuln.xml	Sun Jan 17 18:06:31 2016	(r406521)
@@ -58,6 +58,54 @@ Notes:
 
 -->
 
+  
+    isc-dhcpd -- Denial of Service
+    
+      
+	isc-dhcp41-server
+	4.1.e_10,2
+      
+      
+	isc-dhcp41-client
+	4.1.e_3,2
+      
+      
+	isc-dhcp41-relay
+	4.1.e_6,2
+      
+      
+	isc-dhcp42-client
+	isc-dhcp42-server
+	isc-dhcp42-relay
+	0
+      
+      
+	isc-dhcp43-client
+	isc-dhcp43-server
+	isc-dhcp43-relay
+	4.3.3.p1
+      
+    
+    
+      
+	

ISC reports:

+
+

A badly formed packet with an invalid IPv4 UDP length field + can cause a DHCP server, client, or relay program to terminate + abnormally.

+
+ +
+ + https://kb.isc.org/article/AA-01334 + CVE-2015-8605 + + + 2016-01-05 + 2016-01-12 + +
+ libproxy -- stack-based buffer overflow From owner-svn-ports-head@freebsd.org Sun Jan 17 18:13:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8130A86A4D; Sun, 17 Jan 2016 18:13:37 +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 825F3180B; Sun, 17 Jan 2016 18:13:37 +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 u0HIDaUq016929; Sun, 17 Jan 2016 18:13:36 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HIDaSG016925; Sun, 17 Jan 2016 18:13:36 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201601171813.u0HIDaSG016925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Sun, 17 Jan 2016 18:13:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406524 - in head/mail/bayespam: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 18:13:37 -0000 Author: dbn Date: Sun Jan 17 18:13:36 2016 New Revision: 406524 URL: https://svnweb.freebsd.org/changeset/ports/406524 Log: mail/bayespam: make fetchable Changes: - Change MASTER_SITE to BSDforge.org - Assign MAINTAINERship to reporter - Remove BROKEN - Add LICENSE of GPLv2 - Make portlint happy: - Capitalise start of COMMENT - Regenerate patches PR: 206043 Submitted by: Chris Hutchinson (portmaster@BSDforge.com) Approved by: portmgr (implicit: unmaintained port) MFH: 2016Q1 Modified: head/mail/bayespam/Makefile head/mail/bayespam/files/patch-bayes_process_email.pl head/mail/bayespam/files/patch-bayes_spam_check.pl head/mail/bayespam/pkg-descr Modified: head/mail/bayespam/Makefile ============================================================================== --- head/mail/bayespam/Makefile Sun Jan 17 18:13:17 2016 (r406523) +++ head/mail/bayespam/Makefile Sun Jan 17 18:13:36 2016 (r406524) @@ -5,13 +5,13 @@ PORTNAME= bayespam PORTVERSION= 0.9.2 PORTREVISION= 1 CATEGORIES= mail -MASTER_SITES= http://www.garyarnold.com/sites/default/files/ +MASTER_SITES= http://BSDforge.com/projects/source/mail/bayespam/ EXTRACT_SUFX= .tar_.gz -MAINTAINER= ports@FreeBSD.org -COMMENT= qmail spam filter written in Perl using Bayesian classification +MAINTAINER= portmaster@BSDforge.com +COMMENT= Qmail spam filter written in Perl using Bayesian classification -BROKEN= unfetchable +LICENSE= GPLv2 RUN_DEPENDS= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools Modified: head/mail/bayespam/files/patch-bayes_process_email.pl ============================================================================== --- head/mail/bayespam/files/patch-bayes_process_email.pl Sun Jan 17 18:13:17 2016 (r406523) +++ head/mail/bayespam/files/patch-bayes_process_email.pl Sun Jan 17 18:13:36 2016 (r406524) @@ -1,6 +1,6 @@ ---- bayes_process_email.pl.orig Sun Sep 8 16:48:05 2002 -+++ bayes_process_email.pl Sun Sep 8 16:48:28 2002 -@@ -6,6 +6,7 @@ +--- bayes_process_email.pl.orig 2016-01-17 18:02:48 UTC ++++ bayes_process_email.pl +@@ -6,6 +6,7 @@ use MIME::Parser; use Fcntl; use DB_File; @@ -8,7 +8,7 @@ use Bayespam::Process; # -@@ -165,8 +166,6 @@ +@@ -165,8 +166,6 @@ untie( %token_ratings ); # dashes, and dollar signs -- words, in other words. sub ProcessDirectory { @@ -17,7 +17,7 @@ my $directory = shift(@_); local *number_of_messages = shift(@_); local *token_occurrences = shift(@_); -@@ -227,7 +226,6 @@ +@@ -227,7 +226,6 @@ sub ProcessDirectory # dashes, and dollar signs -- words, in other words. sub ProcessFile { Modified: head/mail/bayespam/files/patch-bayes_spam_check.pl ============================================================================== --- head/mail/bayespam/files/patch-bayes_spam_check.pl Sun Jan 17 18:13:17 2016 (r406523) +++ head/mail/bayespam/files/patch-bayes_spam_check.pl Sun Jan 17 18:13:36 2016 (r406524) @@ -1,6 +1,6 @@ ---- bayes_spam_check.pl.orig Sun Sep 8 17:06:34 2002 -+++ bayes_spam_check.pl Sun Sep 8 17:06:40 2002 -@@ -144,7 +144,7 @@ +--- bayes_spam_check.pl.orig 2016-01-17 18:02:48 UTC ++++ bayes_spam_check.pl +@@ -144,7 +144,7 @@ Given a corpus rating file and an email -h, --help : this (help) message -r, --rating : corpus rating file to use @@ -8,5 +8,4 @@ +example: $0 --rating bayes_rating.dat EOF --} -+} + } Modified: head/mail/bayespam/pkg-descr ============================================================================== --- head/mail/bayespam/pkg-descr Sun Jan 17 18:13:17 2016 (r406523) +++ head/mail/bayespam/pkg-descr Sun Jan 17 18:13:36 2016 (r406524) @@ -1,5 +1,3 @@ -[ excerpt from developer's site ] - Bayespam is a qmail spam filter written in Perl, using Bayesian classification to filter out unsolicited commercial email. It is written with ease of installation and use in mind, and it is @@ -12,4 +10,4 @@ for Spam. In this paper, Mr. Graham talk is working on that used Bayesian classification to determine if a particular piece of email is spam or not. -WWW: http://www.garyarnold.com/Bayespam +WWW: http://BSDforge.com/projects/mail/bayespam From owner-svn-ports-head@freebsd.org Sun Jan 17 18:44:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE811A85544; Sun, 17 Jan 2016 18:44:06 +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 A2D9C19A7; Sun, 17 Jan 2016 18:44:06 +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 u0HIi5bD026725; Sun, 17 Jan 2016 18:44:05 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HIi54P026724; Sun, 17 Jan 2016 18:44:05 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601171844.u0HIi54P026724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 17 Jan 2016 18:44:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406526 - head/mail/courier X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 18:44:07 -0000 Author: pawel Date: Sun Jan 17 18:44:05 2016 New Revision: 406526 URL: https://svnweb.freebsd.org/changeset/ports/406526 Log: Modernize pkg-plist, remove deprecated @dirrm Approved by: portmgr blanket Modified: head/mail/courier/pkg-plist Modified: head/mail/courier/pkg-plist ============================================================================== --- head/mail/courier/pkg-plist Sun Jan 17 18:24:21 2016 (r406525) +++ head/mail/courier/pkg-plist Sun Jan 17 18:44:05 2016 (r406526) @@ -9,25 +9,9 @@ @unexec [ -x %D/sbin/webmaild ] && %D/sbin/webmaild stop || true @unexec [ -x %D/sbin/courierldapaliasd ] && %D/sbin/courierldapaliasd stop || true @unexec [ -x %D/sbin/courierfilter ] && %D/sbin/courierfilter stop || true -@exec install -o %%MAILOWN%% -g %%MAILGRP%% -m 0755 -d %D/etc/courier/aliasdir -@exec install -o %%MAILOWN%% -g %%MAILGRP%% -m 0750 -d %D/etc/courier/aliases -@exec install -o %%MAILOWN%% -g %%MAILGRP%% -m 0755 -d %D/etc/courier/esmtpacceptmailfor.dir -@exec install -o %%MAILOWN%% -g %%MAILGRP%% -m 0755 -d %D/etc/courier/esmtppercentrelay.dir -@exec install -o %%MAILOWN%% -g %%MAILGRP%% -m 0750 -d %D/etc/courier/filters -@exec install -o %%MAILOWN%% -g %%MAILGRP%% -m 0750 -d %D/etc/courier/filters/active -@exec install -o %%MAILOWN%% -g %%MAILGRP%% -m 0755 -d %D/etc/courier/shared -@exec install -o %%MAILOWN%% -g %%MAILGRP%% -m 0755 -d %D/etc/courier/shared.tmp -@exec install -o %%MAILOWN%% -g %%MAILGRP%% -m 0755 -d %D/etc/courier/smtpaccess -@exec install -o %%MAILOWN%% -g %%MAILGRP%% -m 0700 -d %D/etc/courier/webadmin -@exec install -o %%MAILOWN%% -g %%MAILGRP%% -m 0700 -d %D/etc/courier/webadmin/added -@exec install -o %%MAILOWN%% -g %%MAILGRP%% -m 0700 -d %D/etc/courier/webadmin/removed @unexec rm -f %D/etc/courier/*.dat 2>/dev/null || true bin/addcr -@owner %%MAILOWN%% -@group %%MAILGRP%% -bin/cancelmsg -@owner -@group +@(%%MAILOWN%%,%%MAILGRP%%,) bin/cancelmsg bin/courier-config bin/couriermlm bin/couriertls @@ -147,19 +131,6 @@ etc/courier/webmail.authpam etc/courier/webmlmrc.dist @exec [ -f %D/etc/courier/webmlmrc.dist ] && %%LOCALBASE%%/share/sysconftool/sysconftool %D/etc/courier/webmlmrc.dist @comment etc/courier/webmlmrc -@dirrmtry etc/courier/aliasdir -@dirrmtry etc/courier/aliases -@dirrmtry etc/courier/esmtpacceptmailfor.dir -@dirrmtry etc/courier/esmtppercentrelay.dir -@dirrmtry etc/courier/filters/active -@dirrmtry etc/courier/filters -@dirrmtry etc/courier/shared -@dirrmtry etc/courier/shared.tmp -@dirrmtry etc/courier/smtpaccess -@dirrmtry etc/courier/webadmin/added -@dirrmtry etc/courier/webadmin/removed -@dirrmtry etc/courier/webadmin -@dirrmtry etc/courier libexec/courier/aliascombine libexec/courier/aliascreate libexec/courier/aliasexp @@ -171,19 +142,13 @@ libexec/courier/makedatprog @owner %%MAILOWN%% @group %%MAILGRP%% libexec/courier/modules/dsn/courierdsn -@dirrm libexec/courier/modules/dsn libexec/courier/modules/esmtp/addcr libexec/courier/modules/esmtp/courieresmtp libexec/courier/modules/esmtp/courieresmtpd -@dirrm libexec/courier/modules/esmtp %%WITHFAX%%libexec/courier/modules/fax/courierfax -%%WITHFAX%%@dirrm libexec/courier/modules/fax libexec/courier/modules/local/courierdeliver libexec/courier/modules/local/courierlocal -@dirrm libexec/courier/modules/local %%WITHUUCP%%libexec/courier/modules/uucp/courieruucp -%%WITHUUCP%%@dirrm libexec/courier/modules/uucp -@dirrm libexec/courier/modules @owner @group libexec/courier/pcpd @@ -194,11 +159,8 @@ libexec/courier/submitmkdir libexec/courier/webmail/webadmin libexec/courier/webmail/webmail libexec/courier/webmail/webmlm -@dirrm libexec/courier/webmail -@dirrm libexec/courier libexec/filters/dupfilter libexec/filters/perlfilter -@dirrmtry libexec/filters man/man1/cancelmsg.1.gz man/man1/couriermlm.1.gz man/man1/couriertcpd.1.gz @@ -335,7 +297,6 @@ share/courier/couriermlm/webmlmprocessed share/courier/couriermlm/webmlmrequestreceived.tmpl.html share/courier/couriermlm/webmlmsubinfo.tmpl.html share/courier/couriermlm/webmlmsublist.tmpl.html -@dirrm share/courier/couriermlm share/courier/courierwebadmin/admin-00machine.html share/courier/courierwebadmin/admin-00machine.pl share/courier/courierwebadmin/admin-05local.html @@ -381,7 +342,6 @@ share/courier/courierwebadmin/notsupp.ht share/courier/courierwebadmin/unsecure.html share/courier/courierwebadmin/webadmin.pl share/courier/courierwebadmin/webadmin.pm -@dirrm share/courier/courierwebadmin share/courier/esmtpd share/courier/esmtpd-ssl %%WITHFAX%%share/courier/faxmail/application-pdf.filter @@ -393,7 +353,6 @@ share/courier/esmtpd-ssl %%WITHFAX%%share/courier/faxmail/init %%WITHFAX%%share/courier/faxmail/new_fax %%WITHFAX%%share/courier/faxmail/text-plain.filter -%%WITHFAX%%@dirrm share/courier/faxmail share/courier/filterctl share/courier/imapd share/courier/imapd-ssl @@ -464,8 +423,6 @@ share/courier/sqwebmail/html/en-us/refre share/courier/sqwebmail/html/en-us/smileys.txt share/courier/sqwebmail/html/en-us/spellchk.html share/courier/sqwebmail/html/en -@dirrm share/courier/sqwebmail/html/en-us -@dirrm share/courier/sqwebmail/html share/courier/sqwebmail/images/bg.png share/courier/sqwebmail/images/bluebottomleft.png share/courier/sqwebmail/images/bluebottomright.png @@ -513,12 +470,9 @@ share/courier/sqwebmail/images/sqwebmail share/courier/sqwebmail/images/trash2.png share/courier/sqwebmail/images/uncancel.png share/courier/sqwebmail/images/wikifmt.html -@dirrm share/courier/sqwebmail/images share/courier/sqwebmail/ldapsearch share/courier/sqwebmail/sendit.sh share/courier/sqwebmail/webgpg -@dirrm share/courier/sqwebmail -@dirrm share/courier %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/BENCHMARKS %%PORTDOCS%%%%DOCSDIR%%/BUGS.imap @@ -636,8 +590,6 @@ share/courier/sqwebmail/webgpg %%PORTDOCS%%%%DOCSDIR%%/html/submit.html %%PORTDOCS%%%%DOCSDIR%%/html/testmxlookup.html %%PORTDOCS%%%%DOCSDIR%%/html/webmlmd.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% @comment @exec chown %%MAILOWN%%:%%MAILGRP%% %D/bin/cancelmsg @comment @exec chown %%BINOWN%%:mail %D/bin/maildrop @comment @exec chown %%BINOWN%%:%%MAILGRP%% %D/bin/mailq @@ -673,16 +625,33 @@ share/courier/sqwebmail/webgpg @comment @exec chmod 0555 %D/share/courier/sqwebmail/html/en-us @comment @exec chmod 0555 %D/share/courier/sqwebmail/images @unexec echo y | crontab -u %%CACHEOWN%% -r 2>/dev/null || true -@unexec rm -rf %%CALENDIR%% %%CACHEDIR%% 2>/dev/null || true -@dirrmtry %%CALENDIR%%/localcache -@dirrmtry %%CALENDIR%%/private -@dirrmtry %%CALENDIR%%/public -@dirrmtry %%CALENDIR%% -@dirrmtry %%LOCALSTATEDIR%%/allfilters -@dirrmtry %%LOCALSTATEDIR%%/filters -@dirrmtry %%LOCALSTATEDIR%%/msgq -@dirrmtry %%LOCALSTATEDIR%%/msgs -@dirrmtry %%LOCALSTATEDIR%%/tmp -@dirrmtry %%LOCALSTATEDIR%%/track -@dirrmtry %%LOCALSTATEDIR%% -@dirrmtry %%CACHEDIR%% +@dir(%%MAILOWN%%,%%MAILGRP%%,0755) etc/courier/aliasdir +@dir(%%MAILOWN%%,%%MAILGRP%%,0750) etc/courier/aliases +@dir(%%MAILOWN%%,%%MAILGRP%%,0755) etc/courier/esmtpacceptmailfor.dir +@dir(%%MAILOWN%%,%%MAILGRP%%,0755) etc/courier/esmtppercentrelay.dir +@dir(%%MAILOWN%%,%%MAILGRP%%,0750) etc/courier/filters +@dir(%%MAILOWN%%,%%MAILGRP%%,0750) etc/courier/filters/active +@dir(%%MAILOWN%%,%%MAILGRP%%,0755) etc/courier/shared +@dir(%%MAILOWN%%,%%MAILGRP%%,0755) etc/courier/shared.tmp +@dir(%%MAILOWN%%,%%MAILGRP%%,0755) etc/courier/smtpaccess +@dir(%%MAILOWN%%,%%MAILGRP%%,0700) etc/courier/webadmin +@dir(%%MAILOWN%%,%%MAILGRP%%,0700) etc/courier/webadmin/added +@dir(%%MAILOWN%%,%%MAILGRP%%,0700) etc/courier/webadmin/removed +@dir(%%MAILOWN%%,%%MAILGRP%%,) libexec/courier/modules/dsn +@dir(%%MAILOWN%%,%%MAILGRP%%,) libexec/courier/modules/esmtp +%%WITHFAX%%@dir(%%MAILOWN%%,%%MAILGRP%%,) libexec/courier/modules/fax +@dir(%%MAILOWN%%,%%MAILGRP%%,) libexec/courier/modules/local +%%WITHUUCP%%@dir(%%MAILOWN%%,%%MAILGRP%%,) libexec/courier/modules/uucp +@dir(%%MAILOWN%%,%%MAILGRP%%,) libexec/courier/modules +@dir %%CALENDIR%%/localcache +@dir %%CALENDIR%%/private +@dir %%CALENDIR%%/public +@dir %%CALENDIR%% +@dir %%LOCALSTATEDIR%%/allfilters +@dir %%LOCALSTATEDIR%%/filters +@dir %%LOCALSTATEDIR%%/msgq +@dir %%LOCALSTATEDIR%%/msgs +@dir %%LOCALSTATEDIR%%/tmp +@dir %%LOCALSTATEDIR%%/track +@dir %%LOCALSTATEDIR%% +@dir %%CACHEDIR%% From owner-svn-ports-head@freebsd.org Sun Jan 17 19:03:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FADDA85ACE; Sun, 17 Jan 2016 19:03:01 +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 05C0A1EF9; Sun, 17 Jan 2016 19:03:00 +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 u0HJ2x0S033175; Sun, 17 Jan 2016 19:02:59 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HJ2xUg033172; Sun, 17 Jan 2016 19:02:59 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601171902.u0HJ2xUg033172@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 17 Jan 2016 19:02:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406527 - in head/net/isc-dhcp41-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 19:03:01 -0000 Author: feld Date: Sun Jan 17 19:02:59 2016 New Revision: 406527 URL: https://svnweb.freebsd.org/changeset/ports/406527 Log: net/isc-dhcp41-server: Update to 4.1-ESV-R12-P1 This fixes CVE-2015-8605. Mark DEPRECATED and provide EXPIRES to coincide with 2016Q2 branch creation. The PORTVERSION scheme of this port is strange, but I am continuing the current version scheme as this is probably the last release of the 4.1 branch. The ISC Software Support Policy states that 4.1 ESV is support ends December 2015. [1] [1] http://www.isc.org/downloads/software-support-policy/ MFH: 2016Q1 Security: CVE-2015-8605 Added: head/net/isc-dhcp41-server/files/patch-client_dhclient.conf.example (contents, props changed) Deleted: head/net/isc-dhcp41-server/files/patch-client__Makefile.in head/net/isc-dhcp41-server/files/patch-client__dhclient.conf head/net/isc-dhcp41-server/files/patch-server__Makefile.am head/net/isc-dhcp41-server/files/patch-server__Makefile.in head/net/isc-dhcp41-server/files/patch-server__bpf.c Modified: head/net/isc-dhcp41-server/Makefile head/net/isc-dhcp41-server/distinfo Modified: head/net/isc-dhcp41-server/Makefile ============================================================================== --- head/net/isc-dhcp41-server/Makefile Sun Jan 17 18:44:05 2016 (r406526) +++ head/net/isc-dhcp41-server/Makefile Sun Jan 17 19:02:59 2016 (r406527) @@ -15,10 +15,13 @@ COMMENT?= The ISC Dynamic Host Configura LICENSE= ISCL -PATCHLEVEL= R7 -PORTREVISION_SERVER= 9 -PORTREVISION_CLIENT= 2 -PORTREVISION_RELAY= 5 +PATCHLEVEL= R12-P1 +PORTREVISION_SERVER= 10 +PORTREVISION_CLIENT= 3 +PORTREVISION_RELAY= 6 + +DEPRECATED= isc-dhcp 4.1 is now End of Life +EXPIRES= 2016-03-01 SUBSYS?= server WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}-${PATCHLEVEL} @@ -138,7 +141,7 @@ post-patch: @${SED} ${PKGMESSAGE_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${MSG_FILE} > ${PKGMESSAGE} @${REINPLACE_CMD} ${REINPLACE_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ - ${WRKSRC}/client/dhclient.conf + ${WRKSRC}/client/dhclient.conf.example do-install: ${SETENV} DESTDIR=${STAGEDIR} ${MAKE} -C ${WRKSRC}/${SUBSYS} install @@ -168,7 +171,9 @@ do-install: post-install: .if ${SUBSYS} == client ${INSTALL_SCRIPT} ${WRKSRC}/client/scripts/freebsd ${STAGEDIR}${PREFIX}/sbin/dhclient-script + ${MV} ${STAGEDIR}${PREFIX}/etc/dhclient.conf.example ${STAGEDIR}${PREFIX}/etc/dhclient.conf.sample .elif ${SUBSYS} == server + ${MV} ${STAGEDIR}${PREFIX}/etc/dhcpd.conf.example ${STAGEDIR}${PREFIX}/etc/dhcpd.conf.sample .if ${PORT_OPTIONS:MIPV6} @${LN} -sf isc-dhcpd ${STAGEDIR}${PREFIX}/etc/rc.d/isc-dhcpd6 .endif Modified: head/net/isc-dhcp41-server/distinfo ============================================================================== --- head/net/isc-dhcp41-server/distinfo Sun Jan 17 18:44:05 2016 (r406526) +++ head/net/isc-dhcp41-server/distinfo Sun Jan 17 19:02:59 2016 (r406527) @@ -1,4 +1,2 @@ -SHA256 (dhcp-4.1-ESV-R7.tar.gz) = 25d579291a13ccce39c5dbb0e2f2ce8e974c82015bc4e3ee653cf95a4ed15ca4 -SIZE (dhcp-4.1-ESV-R7.tar.gz) = 1162002 -SHA256 (ldap-for-dhcp-4.1.1-2.tar.gz) = 566b7be2ebefdc583d0bf0095c804ba69807b67e5cc29a2b64b1b39202b37d0d -SIZE (ldap-for-dhcp-4.1.1-2.tar.gz) = 39004 +SHA256 (dhcp-4.1-ESV-R12-P1.tar.gz) = d46af9ce8fb19b797d7bd3d8542a05353522bae8d77231eb07736af0007feb62 +SIZE (dhcp-4.1-ESV-R12-P1.tar.gz) = 1252652 Added: head/net/isc-dhcp41-server/files/patch-client_dhclient.conf.example ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/isc-dhcp41-server/files/patch-client_dhclient.conf.example Sun Jan 17 19:02:59 2016 (r406527) @@ -0,0 +1,11 @@ +--- client/dhclient.conf.example.orig 2016-01-17 18:48:11 UTC ++++ client/dhclient.conf.example +@@ -11,7 +11,7 @@ retry 60; + reboot 10; + select-timeout 5; + initial-interval 2; +-script "/etc/dhclient-script"; ++script "%%PREFIX%%/sbin/dhclient-script"; + media "-link0 -link1 -link2", "link0 link1"; + reject 192.33.137.209; + From owner-svn-ports-head@freebsd.org Sun Jan 17 19:10:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8289A85CB8; Sun, 17 Jan 2016 19:10:21 +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 75C861153; Sun, 17 Jan 2016 19:10:21 +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 u0HJAKaU033969; Sun, 17 Jan 2016 19:10:20 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HJAKN4033968; Sun, 17 Jan 2016 19:10:20 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601171910.u0HJAKN4033968@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 17 Jan 2016 19:10:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406529 - head/net/isc-dhcp42-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 19:10:21 -0000 Author: feld Date: Sun Jan 17 19:10:20 2016 New Revision: 406529 URL: https://svnweb.freebsd.org/changeset/ports/406529 Log: net/isc-dhcp42-server: Mark DEPRECATED This port is not receiving a patch for CVE-2015-8605 Also, set EXPIRES to coincide with 2016Q2 branch creation. The 4.2 branch reached End of Life in March 2015. [1] [1] https://kb.isc.org/article/AA-01259/0/DHCP-4.2.8-Release-Notes.html MFH: 2016Q1 Security: 05eeb7e9-b987-11e5-83ef-14dae9d210b8 Security: CVE-2015-8605 Modified: head/net/isc-dhcp42-server/Makefile Modified: head/net/isc-dhcp42-server/Makefile ============================================================================== --- head/net/isc-dhcp42-server/Makefile Sun Jan 17 19:03:50 2016 (r406528) +++ head/net/isc-dhcp42-server/Makefile Sun Jan 17 19:10:20 2016 (r406529) @@ -22,6 +22,9 @@ PORTREVISION_SERVER= 1 PORTREVISION_CLIENT= 0 PORTREVISION_RELAY= 0 +DEPRECATED= isc-dhcp 4.2 is End of Life +EXPIRES= 2016-03-01 + SUBSYS?= server #WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}-${PATCHLEVEL} From owner-svn-ports-head@freebsd.org Sun Jan 17 19:28:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DB76A8630C; Sun, 17 Jan 2016 19:28:07 +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 417891A3E; Sun, 17 Jan 2016 19:28:07 +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 u0HJS6KM040277; Sun, 17 Jan 2016 19:28:06 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HJS62o040276; Sun, 17 Jan 2016 19:28:06 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601171928.u0HJS62o040276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 17 Jan 2016 19:28:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406531 - head/mail/qmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 19:28:07 -0000 Author: pawel Date: Sun Jan 17 19:28:06 2016 New Revision: 406531 URL: https://svnweb.freebsd.org/changeset/ports/406531 Log: Modernize pkg-plist, remove deprecated @dirrm Approved by: portmgr blanket Modified: head/mail/qmail/pkg-plist Modified: head/mail/qmail/pkg-plist ============================================================================== --- head/mail/qmail/pkg-plist Sun Jan 17 19:11:00 2016 (r406530) +++ head/mail/qmail/pkg-plist Sun Jan 17 19:28:06 2016 (r406531) @@ -187,51 +187,25 @@ scripts/mkaliasdir @exec %D/configure/install x @comment Do initial config setup if not already done @exec if ! [ -e %D/control/me ]; then (cd %D/configure && ./config); fi -@dirrm bin -%%LDAP%%@dirrm boot/qmail/env -%%LDAP%%@dirrm boot/qmail/log -%%LDAP%%@dirrm boot/qmail-smtpd/env -%%LDAP%%@dirrm boot/qmail-smtpd/log -%%LDAP%%@dirrm boot/qmail-smtpd -%%LDAP%%@dirrm boot/qmail-qmqpd/env -%%LDAP%%@dirrm boot/qmail-qmqpd/log -%%LDAP%%@dirrm boot/qmail-qmqpd -%%LDAP%%@dirrm boot/qmail-pop3d/env -%%LDAP%%@dirrm boot/qmail-pop3d/log -%%LDAP%%@dirrm boot/qmail-pop3d -%%LDAP%%@dirrm boot/qmail-imapd/env -%%LDAP%%@dirrm boot/qmail-imapd/log -%%LDAP%%@dirrm boot/qmail-imapd -%%LDAP%%@dirrm boot/qmail-pop3d-ssl/env -%%LDAP%%@dirrm boot/qmail-pop3d-ssl/log -%%LDAP%%@dirrm boot/qmail-pop3d-ssl -%%LDAP%%@dirrm boot/qmail-imapd-ssl/env -%%LDAP%%@dirrm boot/qmail-imapd-ssl/log -%%LDAP%%@dirrm boot/qmail-imapd-ssl -%%LDAP%%@dirrm boot/qmail-pbsdbd/env -%%LDAP%%@dirrm boot/qmail-pbsdbd/log -%%LDAP%%@dirrm boot/qmail-pbsdbd -%%LDAP%%@dirrm boot/qmail -%%LDAP%%@dirrm log/qmail -%%LDAP%%@dirrm log/qmail-smtpd -%%LDAP%%@dirrm log/qmail-qmqpd -%%LDAP%%@dirrm log/qmail-pop3d -%%LDAP%%@dirrm log/qmail-imapd -%%LDAP%%@dirrm log/qmail-pop3d-ssl -%%LDAP%%@dirrm log/qmail-imapd-ssl -%%LDAP%%@dirrm log/qmail-pbsdbd -%%LDAP%%@dirrm log -@dirrm boot -@dirrm configure -@dirrm man/man1 -@dirrm man/man5 -@dirrm man/man7 -@dirrm man/man8 -@dirrm man -@dirrm scripts -@dirrmtry control -@dirrmtry alias -@dirrmtry users +%%LDAP%%@dir boot/qmail/env +%%LDAP%%@dir boot/qmail-imapd/env +%%LDAP%%@dir boot/qmail-imapd-ssl/env +%%LDAP%%@dir boot/qmail-pbsdbd/env +%%LDAP%%@dir boot/qmail-pop3d/env +%%LDAP%%@dir boot/qmail-pop3d-ssl/env +%%LDAP%%@dir boot/qmail-qmqpd/env +%%LDAP%%@dir boot/qmail-smtpd/env +%%LDAP%%@dir log/qmail +%%LDAP%%@dir log/qmail-imapd +%%LDAP%%@dir log/qmail-imapd-ssl +%%LDAP%%@dir log/qmail-pbsdbd +%%LDAP%%@dir log/qmail-pop3d +%%LDAP%%@dir log/qmail-pop3d-ssl +%%LDAP%%@dir log/qmail-qmqpd +%%LDAP%%@dir log/qmail-smtpd +@dir alias +@dir control +@dir users @unexec echo "1) If you are permanently removing qmail, you should also 'rm -rf ${PKG_PREFIX}' and remove the qmail users/groups." | /usr/bin/fmt @unexec echo "2) Do not forget to reconfigure your /etc/mail/mailer.conf to use your older MTA, or reconfigure your old MTA binaries if you decided to replace them." | /usr/bin/fmt @unexec echo "3) Do not forget to enable sendmail as your default MTA if you have to. You can do it just executing 'echo sendmail_enable=\"YES\"' >> /etc/rc.conf" | /usr/bin/fmt From owner-svn-ports-head@freebsd.org Sun Jan 17 19:36:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29251A86584; Sun, 17 Jan 2016 19:36:14 +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 EA4C61EF9; Sun, 17 Jan 2016 19:36:13 +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 u0HJaCPB043474; Sun, 17 Jan 2016 19:36:12 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HJaC6l043472; Sun, 17 Jan 2016 19:36:12 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601171936.u0HJaC6l043472@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 17 Jan 2016 19:36:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406532 - head/mail/qmail-auditor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 19:36:14 -0000 Author: pawel Date: Sun Jan 17 19:36:12 2016 New Revision: 406532 URL: https://svnweb.freebsd.org/changeset/ports/406532 Log: - Remove deprecated @dirrm - Use options helper, unmute install command Approved by: portmgr blanket Modified: head/mail/qmail-auditor/Makefile head/mail/qmail-auditor/pkg-plist Modified: head/mail/qmail-auditor/Makefile ============================================================================== --- head/mail/qmail-auditor/Makefile Sun Jan 17 19:28:06 2016 (r406531) +++ head/mail/qmail-auditor/Makefile Sun Jan 17 19:36:12 2016 (r406532) @@ -24,8 +24,8 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${STAGEDIR}${PREFIX}|g' \ ${WRKSRC}/src/Makefile.in -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Modified: head/mail/qmail-auditor/pkg-plist ============================================================================== --- head/mail/qmail-auditor/pkg-plist Sun Jan 17 19:28:06 2016 (r406531) +++ head/mail/qmail-auditor/pkg-plist Sun Jan 17 19:36:12 2016 (r406532) @@ -1,5 +1,4 @@ %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrmtry %%DOCSDIR%% @owner qmailq @group qmail @mode 4511 From owner-svn-ports-head@freebsd.org Sun Jan 17 20:04:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89EA5A86D3F; Sun, 17 Jan 2016 20:04:03 +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 5BA891B3B; Sun, 17 Jan 2016 20:04:03 +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 u0HK42Me052811; Sun, 17 Jan 2016 20:04:02 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HK42LL052810; Sun, 17 Jan 2016 20:04:02 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201601172004.u0HK42LL052810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sun, 17 Jan 2016 20:04:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406533 - head/math/octave-forge-tisean X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 20:04:03 -0000 Author: stephen Date: Sun Jan 17 20:04:02 2016 New Revision: 406533 URL: https://svnweb.freebsd.org/changeset/ports/406533 Log: - Mark broken of FreeBSD 9 or older. Reference: http://beefy2.nyi.freebsd.org/data/93amd64-default/406195/logs/octave-forge-tisean-0.2.3.log Modified: head/math/octave-forge-tisean/Makefile Modified: head/math/octave-forge-tisean/Makefile ============================================================================== --- head/math/octave-forge-tisean/Makefile Sun Jan 17 19:36:12 2016 (r406532) +++ head/math/octave-forge-tisean/Makefile Sun Jan 17 20:04:02 2016 (r406533) @@ -27,4 +27,10 @@ post-build: ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} -.include +.include + +.if ${OSVERSION} < 1000000 +BROKEN= Doesn't build on FreeBSD 9 or older +.endif + +.include From owner-svn-ports-head@freebsd.org Sun Jan 17 20:05:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6C31A86DB6; Sun, 17 Jan 2016 20:05:54 +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 97E351C6A; Sun, 17 Jan 2016 20:05:54 +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 u0HK5rfJ053115; Sun, 17 Jan 2016 20:05:53 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HK5rSL053114; Sun, 17 Jan 2016 20:05:53 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201601172005.u0HK5rSL053114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sun, 17 Jan 2016 20:05:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406534 - head/math/octave-forge-image X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 20:05:54 -0000 Author: stephen Date: Sun Jan 17 20:05:53 2016 New Revision: 406534 URL: https://svnweb.freebsd.org/changeset/ports/406534 Log: - Mark broken of FreeBSD 9 or older. Reference: http://beefy1.nyi.freebsd.org/data/93i386-default/406195/logs/octave-forge-image-2.4.1.log Modified: head/math/octave-forge-image/Makefile Modified: head/math/octave-forge-image/Makefile ============================================================================== --- head/math/octave-forge-image/Makefile Sun Jan 17 20:04:02 2016 (r406533) +++ head/math/octave-forge-image/Makefile Sun Jan 17 20:05:53 2016 (r406534) @@ -23,4 +23,10 @@ post-build: ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} -.include +.include + +.if ${OSVERSION} < 1000000 +BROKEN= Doesn't build on FreeBSD 9 or older +.endif + +.include From owner-svn-ports-head@freebsd.org Sun Jan 17 20:05:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03C2CA86DB9; Sun, 17 Jan 2016 20:05:55 +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 C6F4B1C6B; Sun, 17 Jan 2016 20:05:54 +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 u0HK5riI053136; Sun, 17 Jan 2016 20:05:53 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HK5r41053116; Sun, 17 Jan 2016 20:05:53 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201601172005.u0HK5r41053116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 17 Jan 2016 20:05:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406535 - head/irc/xaric X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 20:05:55 -0000 Author: adamw Date: Sun Jan 17 20:05:53 2016 New Revision: 406535 URL: https://svnweb.freebsd.org/changeset/ports/406535 Log: Update to 0.13.7. Modified: head/irc/xaric/Makefile head/irc/xaric/distinfo Modified: head/irc/xaric/Makefile ============================================================================== --- head/irc/xaric/Makefile Sun Jan 17 20:05:53 2016 (r406534) +++ head/irc/xaric/Makefile Sun Jan 17 20:05:53 2016 (r406535) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xaric -PORTVERSION= 0.13.6 -PORTREVISION= 1 +PORTVERSION= 0.13.7 CATEGORIES= irc MASTER_SITES= http://xaric.org/software/xaric/releases/ Modified: head/irc/xaric/distinfo ============================================================================== --- head/irc/xaric/distinfo Sun Jan 17 20:05:53 2016 (r406534) +++ head/irc/xaric/distinfo Sun Jan 17 20:05:53 2016 (r406535) @@ -1,2 +1,2 @@ -SHA256 (xaric-0.13.6.tar.gz) = dbed41ed43efcea05baac0af0fe87cca36eebd96e5b7d4838b38cca3da4518bb -SIZE (xaric-0.13.6.tar.gz) = 479754 +SHA256 (xaric-0.13.7.tar.gz) = fd8cd677e2403e44ff525eac7c239cd8d64b7448aaf56a1272d1b0c53df1140c +SIZE (xaric-0.13.7.tar.gz) = 489249 From owner-svn-ports-head@freebsd.org Sun Jan 17 20:12:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50E4AA86EFB; Sun, 17 Jan 2016 20:12:22 +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 19CAA100E; Sun, 17 Jan 2016 20:12: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 u0HKCLaf056225; Sun, 17 Jan 2016 20:12:21 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HKCLm6056224; Sun, 17 Jan 2016 20:12:21 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201601172012.u0HKCLm6056224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sun, 17 Jan 2016 20:12:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406536 - head/math/octave-forge-ad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 20:12:22 -0000 Author: stephen Date: Sun Jan 17 20:12:20 2016 New Revision: 406536 URL: https://svnweb.freebsd.org/changeset/ports/406536 Log: - Mark broken with FreeBSD 10 or older. Reference: http://beefy6.nyi.freebsd.org/data/101amd64-default/406195/logs/octave-forge-ad-1.0.6_12.log http://beefy2.nyi.freebsd.org/data/93amd64-default/406086/logs/octave-forge-ad-1.0.6_12.log Modified: head/math/octave-forge-ad/Makefile Modified: head/math/octave-forge-ad/Makefile ============================================================================== --- head/math/octave-forge-ad/Makefile Sun Jan 17 20:05:53 2016 (r406535) +++ head/math/octave-forge-ad/Makefile Sun Jan 17 20:12:20 2016 (r406536) @@ -17,4 +17,11 @@ CONFIGURE_ENV+= HOME=${WRKSRC} USES= dos2unix .include "${.CURDIR}/../../Mk/bsd.octave.mk" -.include + +.include + +.if ${OSVERSION} < 1100000 +BROKEN= Doesn't build on FreeBSD 10 or older +.endif + +.include From owner-svn-ports-head@freebsd.org Sun Jan 17 21:58:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AA10A86535; Sun, 17 Jan 2016 21:58:53 +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 E568B1DF8; Sun, 17 Jan 2016 21:58:52 +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 u0HLwpp1088265; Sun, 17 Jan 2016 21:58:51 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HLwpeM088262; Sun, 17 Jan 2016 21:58:51 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201601172158.u0HLwpeM088262@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 17 Jan 2016 21:58:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406537 - in head/www/tikiwiki: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 21:58:53 -0000 Author: adamw Date: Sun Jan 17 21:58:51 2016 New Revision: 406537 URL: https://svnweb.freebsd.org/changeset/ports/406537 Log: Update to 14.1. While here, simplify the plist generation process. Also, remove "%%PORTNAME%%" from pkg-message. It was silly, only used in one place and every other usage of "tikiwiki" in the same file was hardcoded. Besides, tikiwiki has been around for 14 years, and if they haven't changed the name yet they're probably not just biding their time. Modified: head/www/tikiwiki/Makefile head/www/tikiwiki/distinfo head/www/tikiwiki/files/pkg-message.in Modified: head/www/tikiwiki/Makefile ============================================================================== --- head/www/tikiwiki/Makefile Sun Jan 17 20:12:20 2016 (r406536) +++ head/www/tikiwiki/Makefile Sun Jan 17 21:58:51 2016 (r406537) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= tikiwiki -PORTVERSION= 13.1 +PORTVERSION= 14.1 CATEGORIES= www -MASTER_SITES= SF/${PORTNAME}/Tiki_13.x_Fomalhaut/${PORTVERSION}/ +MASTER_SITES= SF/${PORTNAME}/Tiki_14.x_Peony/${PORTVERSION}/ DISTNAME= tiki-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -20,10 +20,7 @@ NO_BUILD= yes NO_MTREE= yes TIKIWIKI_DIR?= www/${PORTNAME}-${PORTVERSION} SUB_FILES= pkg-message -SUB_LIST+= PORTNAME=${PORTNAME} TIKIWIKI_DIR=${TIKIWIKI_DIR} - -post-extract: - @${FIND} ${WRKSRC} -name '.DS_Store' -o -name '.git' | ${XARGS} ${RM} -rf +SUB_LIST+= TIKIWIKI_DIR=${TIKIWIKI_DIR} do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${TIKIWIKI_DIR} @@ -34,16 +31,9 @@ do-install: # The benefits of a fixed pkg-plist aren't worth it, autogen! post-install: - @${ECHO_CMD} "@owner ${WWWOWN}" >> ${TMPPLIST} - @${ECHO_CMD} "@group ${WWWGRP}" >> ${TMPPLIST} @(cd ${STAGEDIR}${PREFIX}; ${FIND} * \( -type f -or -type l \) | \ - ${SORT} >> ${TMPPLIST}) - @${ECHO_CMD} "@owner" >> ${TMPPLIST} - @${ECHO_CMD} "@group" >> ${TMPPLIST} - @${ECHO_CMD} "@dir ${TIKIWIKI_DIR}/lib/test/core/Profile" >> ${TMPPLIST} - @${ECHO_CMD} "@dir ${TIKIWIKI_DIR}/permissioncheck/meta_755" >> ${TMPPLIST} - @${ECHO_CMD} "@dir ${TIKIWIKI_DIR}/permissioncheck/meta_775" >> ${TMPPLIST} - @${ECHO_CMD} "@dir ${TIKIWIKI_DIR}/permissioncheck/meta_777" >> ${TMPPLIST} - @${ECHO_CMD} "@dir ${TIKIWIKI_DIR}/vendor_extra/elfinder/files" >> ${TMPPLIST} + ${SORT} | ${SED} -e 's/^/@(${WWWOWN},${WWWGRP},) /' >> ${TMPPLIST}) + @(cd ${STAGEDIR}${PREFIX}; ${FIND} * -type d -empty | \ + ${SORT} -r | ${SED} -e 's/^/@dir /' >> ${TMPPLIST}) .include Modified: head/www/tikiwiki/distinfo ============================================================================== --- head/www/tikiwiki/distinfo Sun Jan 17 20:12:20 2016 (r406536) +++ head/www/tikiwiki/distinfo Sun Jan 17 21:58:51 2016 (r406537) @@ -1,2 +1,2 @@ -SHA256 (tiki-13.1.tar.gz) = 8eff5bd7d885e54e948c771c0b0f6e92a7b5494e5b951c922208141639129a33 -SIZE (tiki-13.1.tar.gz) = 54640100 +SHA256 (tiki-14.1.tar.gz) = bcca2e72d89a5c11d32fad4e741c71c3b8d2c2bd4c29601d58c17864345037b2 +SIZE (tiki-14.1.tar.gz) = 48436906 Modified: head/www/tikiwiki/files/pkg-message.in ============================================================================== --- head/www/tikiwiki/files/pkg-message.in Sun Jan 17 20:12:20 2016 (r406536) +++ head/www/tikiwiki/files/pkg-message.in Sun Jan 17 21:58:51 2016 (r406537) @@ -4,7 +4,7 @@ # # Directives to allow use of tikiwiki # - Alias /%%PORTNAME%% "%%PREFIX%%/%%TIKIWIKI_DIR%%/" + Alias /tikiwiki "%%PREFIX%%/%%TIKIWIKI_DIR%%/" 2) Open the following page in your browser and follow the instructions: http://www.your.host/tikiwiki/ From owner-svn-ports-head@freebsd.org Sun Jan 17 23:23:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23365A86008; Sun, 17 Jan 2016 23:23:14 +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 E582B1380; Sun, 17 Jan 2016 23:23:13 +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 u0HNNCM8014378; Sun, 17 Jan 2016 23:23:12 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HNNCo2014376; Sun, 17 Jan 2016 23:23:12 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201601172323.u0HNNCo2014376@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 17 Jan 2016 23:23:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406538 - in head/devel/libvirt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 23:23:14 -0000 Author: novel Date: Sun Jan 17 23:23:12 2016 New Revision: 406538 URL: https://svnweb.freebsd.org/changeset/ports/406538 Log: devel/libvirt: update to 1.3.1 Also, drop patch-CVE-2015-5313 as it's now included in the release. Deleted: head/devel/libvirt/files/patch-CVE-2015-5313 Modified: head/devel/libvirt/Makefile head/devel/libvirt/distinfo Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Sun Jan 17 21:58:51 2016 (r406537) +++ head/devel/libvirt/Makefile Sun Jan 17 23:23:12 2016 (r406538) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -70,6 +70,7 @@ CONFIGURE_ARGS+= --without-avahi \ --without-lxc \ --without-uml \ --without-xen \ + --without-login-shell \ --with-ssh2 \ --localstatedir=${VARDIR} Modified: head/devel/libvirt/distinfo ============================================================================== --- head/devel/libvirt/distinfo Sun Jan 17 21:58:51 2016 (r406537) +++ head/devel/libvirt/distinfo Sun Jan 17 23:23:12 2016 (r406538) @@ -1,2 +1,2 @@ -SHA256 (libvirt-1.3.0.tar.gz) = ebcf5645fa565e3fe2fe94a86e841db9b768cf0e0a7e6cf395c6327f9a23bd64 -SIZE (libvirt-1.3.0.tar.gz) = 30114683 +SHA256 (libvirt-1.3.1.tar.gz) = a5d43fbed34d31eeffc641d2ac9b6026a57bf1a4fa74d0fa19a9891d9ec2c21a +SIZE (libvirt-1.3.1.tar.gz) = 29900143 From owner-svn-ports-head@freebsd.org Mon Jan 18 00:00:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEFA3A86B75; Mon, 18 Jan 2016 00:00:57 +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 965AE1092; Mon, 18 Jan 2016 00:00:57 +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 u0I00ukR023869; Mon, 18 Jan 2016 00:00:56 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0I00uKw023867; Mon, 18 Jan 2016 00:00:56 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201601180000.u0I00uKw023867@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 18 Jan 2016 00:00:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406539 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 00:00:58 -0000 Author: marino Date: Mon Jan 18 00:00:56 2016 New Revision: 406539 URL: https://svnweb.freebsd.org/changeset/ports/406539 Log: ports-mgmt/synth: disable hanging process watchdog due to scons After setting the group process ID and then execv'ing into the ports build target, any port using scons just locks up immediately without any kind of message. I assume it's a bug in scons but it will take a while to resolve (probably requires a testcase case and submitting upstream). Since it caused a significant regression and since normally users shouldn't hit hung processes often, I'm disabling the feature for now. Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Sun Jan 17 23:23:12 2016 (r406538) +++ head/ports-mgmt/synth/Makefile Mon Jan 18 00:00:56 2016 (r406539) @@ -3,7 +3,7 @@ PORTNAME= synth PORTVERSION= 0.98 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt @@ -21,7 +21,7 @@ USES= ada:6 ncurses:port USE_GITHUB= yes GH_ACCOUNT= jrmarino GH_PROJECT= synth_external:bundle -GH_TAGNAME= v1.3:bundle 78e49f9 +GH_TAGNAME= v1.3:bundle 87fa713 # When framework is moved to Ada6, the ada-util and ini-file-manager # libraries can be used as prebuilt (switch default.gpr url) Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Sun Jan 17 23:23:12 2016 (r406538) +++ head/ports-mgmt/synth/distinfo Mon Jan 18 00:00:56 2016 (r406539) @@ -1,4 +1,4 @@ -SHA256 (jrmarino-synth-v0.98-78e49f9_GH0.tar.gz) = 72b26e685564908b86e76634e26bc1ebe358f5d16dc1b6985b7f9afbb2d1d6b6 -SIZE (jrmarino-synth-v0.98-78e49f9_GH0.tar.gz) = 75728 +SHA256 (jrmarino-synth-v0.98-87fa713_GH0.tar.gz) = aa5c5b3ec8c676c403d91ef0eecd0c4bef554fcfa7485a2e5bf01161d04d9986 +SIZE (jrmarino-synth-v0.98-87fa713_GH0.tar.gz) = 75751 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283 From owner-svn-ports-head@freebsd.org Mon Jan 18 00:08:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2E16A86E81; Mon, 18 Jan 2016 00:08:45 +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 B1E4B1589; Mon, 18 Jan 2016 00:08:45 +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 u0I08iUj026185; Mon, 18 Jan 2016 00:08:44 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0I08i4T026184; Mon, 18 Jan 2016 00:08:44 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201601180008.u0I08i4T026184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 18 Jan 2016 00:08:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406540 - head/audio/solfege X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 00:08:46 -0000 Author: marino Date: Mon Jan 18 00:08:44 2016 New Revision: 406540 URL: https://svnweb.freebsd.org/changeset/ports/406540 Log: audio/solfege: USES-= display I don't believe xvfb has been a build requirement for years. Solfege builds fine without USES=display, so let's remove it. Modified: head/audio/solfege/Makefile Modified: head/audio/solfege/Makefile ============================================================================== --- head/audio/solfege/Makefile Mon Jan 18 00:00:56 2016 (r406539) +++ head/audio/solfege/Makefile Mon Jan 18 00:08:44 2016 (r406540) @@ -4,7 +4,7 @@ PORTNAME= solfege PORTVERSION= 3.22.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} PKGNAMESUFFIX= -nosound @@ -18,8 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= docbook-xsl>0:${PORTSDIR}/textproc/docbook-xsl \ txt2man:${PORTSDIR}/textproc/txt2man -USES= display gettext gmake makeinfo pathfix pkgconfig python \ - shebangfix +USES= gettext gmake makeinfo pathfix pkgconfig python shebangfix SHEBANG_FILES= exercises/standard/lesson-files/bin/csound-play-harmonic-interval.sh USE_GNOME= pygtk2 GNU_CONFIGURE= yes From owner-svn-ports-head@freebsd.org Mon Jan 18 00:23:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC3EFA852A5; Mon, 18 Jan 2016 00:23:12 +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 74FD01C1C; Mon, 18 Jan 2016 00:23:12 +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 u0I0NBL5033463; Mon, 18 Jan 2016 00:23:11 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0I0NB7w033461; Mon, 18 Jan 2016 00:23:11 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201601180023.u0I0NB7w033461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Mon, 18 Jan 2016 00:23:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406541 - head/devel/py-libvirt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 00:23:12 -0000 Author: novel Date: Mon Jan 18 00:23:11 2016 New Revision: 406541 URL: https://svnweb.freebsd.org/changeset/ports/406541 Log: devel/py-libvirt: update to 1.3.1 Modified: head/devel/py-libvirt/Makefile head/devel/py-libvirt/distinfo Modified: head/devel/py-libvirt/Makefile ============================================================================== --- head/devel/py-libvirt/Makefile Mon Jan 18 00:08:44 2016 (r406540) +++ head/devel/py-libvirt/Makefile Mon Jan 18 00:23:11 2016 (r406541) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/python/ \ ftp://libvirt.org/libvirt/python/ Modified: head/devel/py-libvirt/distinfo ============================================================================== --- head/devel/py-libvirt/distinfo Mon Jan 18 00:08:44 2016 (r406540) +++ head/devel/py-libvirt/distinfo Mon Jan 18 00:23:11 2016 (r406541) @@ -1,2 +1,2 @@ -SHA256 (libvirt-python-1.3.0.tar.gz) = 097d41bc52c300e50c5b04836e078bae5653fe222db92a9a10839f3e6b3afc7c -SIZE (libvirt-python-1.3.0.tar.gz) = 171195 +SHA256 (libvirt-python-1.3.1.tar.gz) = 7143b922a9bd66a5e199b13316fa4266cbffc23db01c99bce37216a1eb9118f7 +SIZE (libvirt-python-1.3.1.tar.gz) = 171221 From owner-svn-ports-head@freebsd.org Mon Jan 18 01:19:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2BE3A86513; Mon, 18 Jan 2016 01:19:57 +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 C945F1DEC; Mon, 18 Jan 2016 01:19:57 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id C73F31982; Mon, 18 Jan 2016 01:19:57 +0000 (UTC) Date: Mon, 18 Jan 2016 01:19:57 +0000 From: Alexey Dokuchaev To: Mark Felder Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r406527 - in head/net/isc-dhcp41-server: . files Message-ID: <20160118011957.GA96733@FreeBSD.org> References: <201601171902.u0HJ2xUg033172@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201601171902.u0HJ2xUg033172@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 01:19:57 -0000 On Sun, Jan 17, 2016 at 07:02:59PM +0000, Mark Felder wrote: > New Revision: 406527 > URL: https://svnweb.freebsd.org/changeset/ports/406527 > > Log: > net/isc-dhcp41-server: Update to 4.1-ESV-R12-P1 > > This fixes CVE-2015-8605. > > Mark DEPRECATED and provide EXPIRES to coincide with 2016Q2 branch > creation. > > [...] > + > +DEPRECATED= isc-dhcp 4.1 is now End of Life > +EXPIRES= 2016-03-01 Shouldn't it read EXPIRATION_DATE instead? ./danfe From owner-svn-ports-head@freebsd.org Mon Jan 18 01:21:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9091AA865A8; Mon, 18 Jan 2016 01:21:39 +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 6B4B5102C; Mon, 18 Jan 2016 01:21:39 +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 u0I1Lc8E049654; Mon, 18 Jan 2016 01:21:38 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0I1LcgK049652; Mon, 18 Jan 2016 01:21:38 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201601180121.u0I1LcgK049652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 18 Jan 2016 01:21:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406542 - in head/cad: gmsh gmsh-occ X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 01:21:39 -0000 Author: stephen Date: Mon Jan 18 01:21:38 2016 New Revision: 406542 URL: https://svnweb.freebsd.org/changeset/ports/406542 Log: - Use modern OPTIONS framework. Modified: head/cad/gmsh-occ/Makefile head/cad/gmsh/Makefile Modified: head/cad/gmsh-occ/Makefile ============================================================================== --- head/cad/gmsh-occ/Makefile Mon Jan 18 00:23:11 2016 (r406541) +++ head/cad/gmsh-occ/Makefile Mon Jan 18 01:21:38 2016 (r406542) @@ -10,6 +10,6 @@ COMMENT= Automatic 3D finite element mes MASTERDIR= ${.CURDIR}/../../cad/gmsh -WITH_OCC= yes +OPTIONS_SLAVE= OCC .include "${MASTERDIR}/Makefile" Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Mon Jan 18 00:23:11 2016 (r406541) +++ head/cad/gmsh/Makefile Mon Jan 18 01:21:38 2016 (r406542) @@ -19,6 +19,8 @@ LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11- liblapack.so:${PORTSDIR}/math/lapack RUN_DEPENDS= getdp:${PORTSDIR}/science/getdp +BROKEN_powerpc64= Does not build on powerpc64 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-source SLAVEDIRS= cad/gmsh-occ @@ -31,92 +33,65 @@ MAKE_JOBS_UNSAFE= yes CMAKE_ARGS+= -DCMAKE_SKIP_RPATH:BOOL=YES -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= STATIC_LIB SHARED_LIB TETGEN METIS TAUCS MED CGNS GMM OCC +OPTIONS_DEFAULT= DOCS STATIC_LIB SHARED_LIB TETGEN METIS MED CGNS GMM -BROKEN_powerpc64= Does not build on powerpc64 +STATIC_LIB_DESC= Build static library +SHARED_LIB_DESC= Build shared library +TETGEN_LIB_DESC= Enable tetgen as an alternative 3D mesh generator +METIS_LIB_DESC= Enable metis as an alternative 3D mesh generator +TAUCS_LIB_DESC= Enable the Taucs linear algebra solver +MED_LIB_DESC= Enable MED support +CGNS_LIB_DESC= Enable CGNS support +GMM_LIB_DESC= Enable gmm++ support +OCC_LIB_DESC= Enable STEP, IGES and BREP support + +OPTIONS_SUB= yes + +STATIC_LIB_CMAKE_ON= -DENABLE_BUILD_LIB=ON +STATIC_LIB_ALL_TARGET= lib +SHARED_LIB_CMAKE_ON= -DENABLE_BUILD_SHARED=ON +SHARED_LIB_ALL_TARGET= shared +SHARED_LIB_VARS= use_ldconfig=yes +PLIST_SUB+= SHARED_LIB="" VER=${PORTVERSION} VE=${PORTVERSION:R} +DOCS_CMAKE_OFF= -DINSTALL_DOCS=OFF +TETGEN_CMAKE_ON= -DENABLE_TETGEN=ON +TETGEN_CMAKE_OFF= -DENABLE_TETGEN=OFF +TETGEN_VARS= "no_cdrom=Contact appropriate authors for commercial purposes if including Tetgen or Metis" +METIS_CMAKE_ON= -DENABLE_METIS=ON +METIS_CMAKE_OFF= -DENABLE_METIS=OFF +METIS_VARS= "no_cdrom=Contact appropriate authors for commercial purposes if including Tetgen or Metis" +METIS_VARS= distfiles+=manual.pdf +TAUCS_LIB_DEPENDS= libtaucs.so:${PORTSDIR}/math/taucs +TAUCS_CMAKE_ON= -DENABLE_TAUCS=ON +TAUCS_CMAKE_OFF= -DENABLE_TAUCS=OFF +MED_LIB_DEPENDS= libmed.so:${PORTSDIR}/french/med +MED_CMAKE_ON= -DENABLE_MED=ON +MED_CMAKE_OFF= -DENABLE_MED=OFF +CGNS_LIB_DEPENDS= libcgns.so:${PORTSDIR}/science/cgnslib +CGNS_CMAKE_ON= -DENABLE_CGNS=ON +CGNS_CMAKE_OFF= -DENABLE_CGNS=OFF +GMM_CMAKE_OFF= -DENABLE_GMM=OFF +OCC_LIB_DEPENDS= libTKernel.so:${PORTSDIR}/cad/opencascade +OCC_CMAKE_ON= -DENABLE_OCC=ON -DOCC_INC=${LOCALBASE}/include/OpenCASCADE +OCC_CFLAGS= -DHAVE_CONFIG_H -DHAVE_WOK_CONFIG_H -DFREEBSD +OCC_CONFLICTS= gmsh-2.* +OCC_CMAKE_OFF= -DENABLE_OCC=OFF +OCC_CONFLICTS_OFF= gmsh-occ-2.* -.if !defined(WITHOUT_STATIC_LIB) -CMAKE_ARGS+= -DENABLE_BUILD_LIB=ON -ALL_TARGET+= lib -PLIST_SUB+= STATIC_LIB="" -.else -PLIST_SUB+= STATIC_LIB="@comment " -.endif - -.if !defined(WITHOUT_SHARED_LIB) -CMAKE_ARGS+= -DENABLE_BUILD_SHARED=ON -ALL_TARGET+= shared -PLIST_SUB+= SHARED_LIB="" VER=${PORTVERSION} VE=${PORTVERSION:R} -USE_LDCONFIG= yes -.else -PLIST_SUB+= SHARED_LIB="@comment " -.endif - -.if defined(PORT_OPTIONS:MDOCS) -CMAKE_ARGS+= -DINSTALL_DOCS=OFF -.endif - -.if defined(WITHOUT_TETGEN) -CMAKE_ARGS+= -DENABLE_TETGEN=OFF -.else -NO_CDROM= Contact appropriate authors for commercial purposes if including Tetgen or Metis -CMAKE_ARGS+= -DENABLE_TETGEN=ON -.endif +.include # Even though the taucs port pulls in the metis port, we will still need -# WITHOUT_METIS not set when WITH_TAUCS is set, otherwise the linker -# does not find the libraries installed by the metis port. -.if defined(WITH_TAUCS) && defined(WITHOUT_METIS) -IGNORE= requires that WITHOUT_METIS is not set if WITH_TAUCS is set +# METIS set when TAUCS is set, otherwise the linker does not find the +# libraries installed by the metis port. +.if ${PORT_OPTIONS:MTAUCS} && !${PORT_OPTIONS:MMETIS} +IGNORE= METIS must be set if TAUCS is set .endif -.if !defined(WITHOUT_METIS) -NO_CDROM= Contact appropriate authors for commercial purposes if including Tetgen or Metis -CMAKE_ARGS+= -DENABLE_METIS=ON -.if defined(PORT_OPTIONS:MDOCS) +.if !${PORT_OPTIONS:MMETIS} && ${PORT_OPTIONS:MDOCS} IGNORE= the license for Metis requires that its documentation is included .endif -DISTFILES+= manual.pdf -PLIST_SUB+= METIS="" -.else -CMAKE_ARGS+= -DENABLE_METIS=OFF -PLIST_SUB+= METIS="@comment " -.endif - -.if defined(WITH_TAUCS) -LIB_DEPENDS+= libtaucs.so:${PORTSDIR}/math/taucs -CMAKE_ARGS+= -DENABLE_TAUCS=ON -.else -CMAKE_ARGS+= -DENABLE_TAUCS=OFF -.endif - -.if !defined(WITHOUT_MED) -LIB_DEPENDS+= libmed.so:${PORTSDIR}/french/med -CMAKE_ARGS+= -DENABLE_MED=ON -.else -CMAKE_ARGS+= -DENABLE_MED=OFF -.endif - -.if !defined(WITHOUT_CGNS) -LIB_DEPENDS+= libcgns.so:${PORTSDIR}/science/cgnslib -CMAKE_ARGS+= -DENABLE_CGNS=ON -.else -CMAKE_ARGS+= -DENABLE_CGNS=OFF -.endif - -.if defined(WITHOUT_GMM) -CMAKE_ARGS+= -DENABLE_GMM=OFF -.endif - -.if defined(WITH_OCC) -LIB_DEPENDS+= libTKernel.so:${PORTSDIR}/cad/opencascade -CMAKE_ARGS+= -DENABLE_OCC=ON -DOCC_INC=${LOCALBASE}/include/OpenCASCADE -CFLAGS+= -DHAVE_CONFIG_H -DHAVE_WOK_CONFIG_H -DFREEBSD -CONFLICTS= gmsh-2.* -.else -CMAKE_ARGS+= -DENABLE_OCC=OFF -CONFLICTS= gmsh-occ-2.* -.endif + # TODO # Dependencies against PythonLibs, swig and petsc are found and registered if installed @@ -126,61 +101,17 @@ PKGMESSAGE= ${WRKDIR}/pkg-message .include -pre-everything:: - @${ECHO_MSG} "" -.if !defined(WITHOUT_TETGEN) - @${ECHO_MSG} "Define WITHOUT_TETGEN to disable Tetgen as an alternative" - @${ECHO_MSG} "3D mesh generator." - @${ECHO_MSG} "" -.endif -.if !defined(WITHOUT_METIS) - @${ECHO_MSG} "Define WITHOUT_METIS to disable Metis as an alternative" - @${ECHO_MSG} "3D mesh generator." - @${ECHO_MSG} "" -.endif -.if !defined(WITH_TAUCS) - @${ECHO_MSG} "Define WITH_TAUCS to enable the Taucs linear algebra solver." - @${ECHO_MSG} "" -.endif -.if !defined(WITHOUT_MED) - @${ECHO_MSG} "Define WITHOUT_MED to disable MED support." - @${ECHO_MSG} "" -.endif -.if !defined(WITHOUT_CGNS) - @${ECHO_MSG} "Define WITHOUT_CGNS to disable CGNS support." - @${ECHO_MSG} "" -.endif -.if !defined(WITHOUT_GMM) - @${ECHO_MSG} "Define WITHOUT_GMM to disable gmm++ support." - @${ECHO_MSG} "" -.endif -.if !defined(WITH_OCC) - @${ECHO_MSG} "Define WITH_OCC to enable STEP, IGES and BREP support" - @${ECHO_MSG} "(through OpenCascade)." - @${ECHO_MSG} "" -.endif -.if !defined(WITHOUT_STATIC_LIB) - @${ECHO_MSG} "Define WITHOUT_STATIC_LIB to avoid building and installing the static library." - @${ECHO_MSG} "(You would want to do this to reduce build time.)" - @${ECHO_MSG} "" -.endif -.if !defined(WITHOUT_SHARED_LIB) - @${ECHO_MSG} "Define WITHOUT_SHARED_LIB to avoid building and installing the shared library." - @${ECHO_MSG} "(You would want to do this to reduce build time.)" - @${ECHO_MSG} "" -.endif - post-extract: ${CP} ${DISTDIR}/${DIST_SUBDIR}/manual.pdf ${WRKDIR} ${TOUCH} ${PKGMESSAGE} -.if !defined(WITHOUT_TETGEN) +.if ${PORT_OPTIONS:MTETGEN} @${ECHO} >> ${PKGMESSAGE} @${ECHO} "The FreeBSD project has been granted redistribution rights" >> ${PKGMESSAGE} @${ECHO} "but anyone attempting to redistribute Gmsh with Tetgen" >> ${PKGMESSAGE} @${ECHO} "for strict commercial purposes must still contact the author" >> ${PKGMESSAGE} @${ECHO} "(Hang Si) and license the code." >> ${PKGMESSAGE} .endif -.if !defined(WITHOUT_METIS) +.if ${PORT_OPTIONS:MMETIS} @${ECHO} >> ${PKGMESSAGE} @${ECHO} "The FreeBSD project has been granted redistribution rights" >> ${PKGMESSAGE} @${ECHO} "but anyone attempting to redistribute Gmsh with Metis" >> ${PKGMESSAGE} @@ -188,7 +119,7 @@ post-extract: @${ECHO} "http://glaros.dtc.umn.edu/gkhome/metis/metis/faq?q=metis/metis/faq#distribute" >> ${PKGMESSAGE} @${ECHO} "\"A Fast and Highly Quality Multilevel Scheme for Partitioning Irregular Graphs\". George Karypis and Vipin Kumar. SIAM Journal on Scientific Computing, Vol. 20, No. 1, pp. 359-392, 1999." >> ${PKGMESSAGE} .endif -.if defined(WITH_TAUCS) +.if ${PORT_OPTIONS:MTAUCS} @${ECHO} >> ${PKGMESSAGE} @${ECHO} "There might be licensing issues with using Taucs with Gmsh" >> ${PKGMESSAGE} @${ECHO} "because Taucs requires Metis." >> ${PKGMESSAGE} @@ -199,7 +130,7 @@ pre-configure: -e s+share/man/man1+man/man1+ ${WRKSRC}/CMakeLists.txt post-install: -.if !defined(WITHOUT_METIS) +.if ${PORT_OPTIONS:MMETIS} ${MKDIR} ${STAGEDIR}${DOCSDIR}/metis ${INSTALL_DATA} ${WRKDIR}/manual.pdf ${STAGEDIR}${DOCSDIR}/metis .endif From owner-svn-ports-head@freebsd.org Mon Jan 18 02:17:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6271FA8689F; Mon, 18 Jan 2016 02:17:43 +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 15BFE1620; Mon, 18 Jan 2016 02:17:43 +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 u0I2HgZB066805; Mon, 18 Jan 2016 02:17:42 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0I2Hf2U066802; Mon, 18 Jan 2016 02:17:41 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201601180217.u0I2Hf2U066802@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 18 Jan 2016 02:17:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406543 - in head/cad/gmsh: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 02:17:43 -0000 Author: stephen Date: Mon Jan 18 02:17:41 2016 New Revision: 406543 URL: https://svnweb.freebsd.org/changeset/ports/406543 Log: - Update to 2.11.0. Deleted: head/cad/gmsh/files/patch-CMakeLists.txt Modified: head/cad/gmsh/Makefile head/cad/gmsh/distinfo head/cad/gmsh/pkg-plist Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Mon Jan 18 01:21:38 2016 (r406542) +++ head/cad/gmsh/Makefile Mon Jan 18 02:17:41 2016 (r406543) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gmsh -PORTVERSION= 2.9.3 +PORTVERSION= 2.11.0 CATEGORIES= cad MASTER_SITES= http://www.geuz.org/gmsh/src/ \ http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/ Modified: head/cad/gmsh/distinfo ============================================================================== --- head/cad/gmsh/distinfo Mon Jan 18 01:21:38 2016 (r406542) +++ head/cad/gmsh/distinfo Mon Jan 18 02:17:41 2016 (r406543) @@ -1,4 +1,4 @@ -SHA256 (gmsh/gmsh-2.9.3-source.tgz) = 9fc4b376f53c1b84267d0f10896830acb6e41fff393386768169cba3558eb8c6 -SIZE (gmsh/gmsh-2.9.3-source.tgz) = 9670596 +SHA256 (gmsh/gmsh-2.11.0-source.tgz) = 2b6d810cc3817ac2c7f5fdd09b9f4b1ed7b93365f6e6574052c73db957a497c6 +SIZE (gmsh/gmsh-2.11.0-source.tgz) = 11147053 SHA256 (gmsh/manual.pdf) = 8a682ee7f02380f52d5efdde5f9f9d8e927a4f4eb29287a878c1016225568911 SIZE (gmsh/manual.pdf) = 206713 Modified: head/cad/gmsh/pkg-plist ============================================================================== --- head/cad/gmsh/pkg-plist Mon Jan 18 01:21:38 2016 (r406542) +++ head/cad/gmsh/pkg-plist Mon Jan 18 02:17:41 2016 (r406543) @@ -103,6 +103,7 @@ include/gmsh/StringUtils.h include/gmsh/SuperEl.h include/gmsh/VertexArray.h include/gmsh/Voronoi3D.h +include/gmsh/adaptiveData.h include/gmsh/bezierBasis.h include/gmsh/boundaryLayersData.h include/gmsh/cartesian.h @@ -195,7 +196,9 @@ man/man1/gmsh.1.gz %%PORTDOCS%%%%DOCSDIR%%/demos/tower.i4 %%PORTDOCS%%%%DOCSDIR%%/demos/tower.i5 %%PORTDOCS%%%%DOCSDIR%%/demos/transfinite.geo +%%PORTDOCS%%%%DOCSDIR%%/demos/view_groups.geo %%PORTDOCS%%%%DOCSDIR%%/tutorial/bgmesh.pos +%%PORTDOCS%%%%DOCSDIR%%/tutorial/image.png %%PORTDOCS%%%%DOCSDIR%%/tutorial/t1.geo %%PORTDOCS%%%%DOCSDIR%%/tutorial/t10.geo %%PORTDOCS%%%%DOCSDIR%%/tutorial/t11.geo From owner-svn-ports-head@freebsd.org Mon Jan 18 04:03:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD94FA86CE6; Mon, 18 Jan 2016 04:03:26 +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 AB0181ABB; Mon, 18 Jan 2016 04:03:26 +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 u0I43Pes099913; Mon, 18 Jan 2016 04:03:25 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0I43Pew099907; Mon, 18 Jan 2016 04:03:25 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201601180403.u0I43Pew099907@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 18 Jan 2016 04:03:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406544 - in head/science/getdp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 04:03:27 -0000 Author: stephen Date: Mon Jan 18 04:03:25 2016 New Revision: 406544 URL: https://svnweb.freebsd.org/changeset/ports/406544 Log: - Update to 2.7.0. Added: head/science/getdp/files/patch-CMakeLists.txt (contents, props changed) Modified: head/science/getdp/Makefile head/science/getdp/distinfo head/science/getdp/files/patch-doc__texinfo__texinfo.tex head/science/getdp/pkg-descr head/science/getdp/pkg-plist Modified: head/science/getdp/Makefile ============================================================================== --- head/science/getdp/Makefile Mon Jan 18 02:17:41 2016 (r406543) +++ head/science/getdp/Makefile Mon Jan 18 04:03:25 2016 (r406544) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= getdp -PORTVERSION= 2.2.1 -PORTREVISION= 5 +PORTVERSION= 2.7.0 CATEGORIES= science MASTER_SITES= http://www.geuz.org/getdp/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -14,28 +13,11 @@ COMMENT= Rather general finite element s LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl \ liblapack.so:${PORTSDIR}/math/lapack -USES= fortran gmake tar:tgz -GNU_CONFIGURE= yes -# Using --enable-sparskit instead of math/petsc. The maintainer couldn't get -# the math/petsc to work. This is a bmake/gmake clash. -CONFIGURE_ARGS= --with-gsl-prefix=${LOCALBASE} \ - --with-blas-lapack-prefix=${LOCALBASE} \ - --enable-sparskit -MAKE_ARGS= bindir=${STAGEDIR}${PREFIX}/bin mandir=${STAGEDIR}${PREFIX}/man +USES= fortran gmake tar:tgz cmake WANT_PERL= yes -MAKE_JOBS_UNSAFE= yes - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= DOCS EXAMPLES -post-patch: - @${REINPLACE_CMD} -e 's/-lgfortran/& $${LDFLAGS}/' ${WRKSRC}/configure - -post-install: - cd ${WRKSRC}/doc && ${FIND} -s ${WRKSRC}/doc/* | ${SED} -e 's#${WRKSRC}/doc/##' | ${CPIO} -pmud -R ${BINOWN}:${BINGRP} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/demos && ${FIND} -s ${WRKSRC}/demos/* | ${SED} -e 's#${WRKSRC}/demos/##' | ${CPIO} -pmud -R ${BINOWN}:${BINGRP} ${STAGEDIR}${EXAMPLESDIR} - .include .if defined(MAINTAINER_MODE) Modified: head/science/getdp/distinfo ============================================================================== --- head/science/getdp/distinfo Mon Jan 18 02:17:41 2016 (r406543) +++ head/science/getdp/distinfo Mon Jan 18 04:03:25 2016 (r406544) @@ -1,2 +1,2 @@ -SHA256 (getdp-2.2.1-source.tgz) = a76cc7a774ffdd7172bead4e9e5d7791d6e071dfd676452e14384779e42edca7 -SIZE (getdp-2.2.1-source.tgz) = 1464022 +SHA256 (getdp-2.7.0-source.tgz) = 122830b700e4535be3ccba025bad5c7702324639a937b5e79fee6a1e92bd34b2 +SIZE (getdp-2.7.0-source.tgz) = 1523017 Added: head/science/getdp/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/getdp/files/patch-CMakeLists.txt Mon Jan 18 04:03:25 2016 (r406544) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2015-11-07 18:29:23 UTC ++++ CMakeLists.txt +@@ -850,7 +850,7 @@ else(WIN32 OR CYGWIN) + set(GETDP_BIN bin) + set(GETDP_LIB lib) + set(GETDP_DOC share/doc/getdp) +- set(GETDP_MAN share/man/man1) ++ set(GETDP_MAN man/man1) + endif(WIN32 OR CYGWIN) + + # mark targets as optional so we can install them separately if needed Modified: head/science/getdp/files/patch-doc__texinfo__texinfo.tex ============================================================================== --- head/science/getdp/files/patch-doc__texinfo__texinfo.tex Mon Jan 18 02:17:41 2016 (r406543) +++ head/science/getdp/files/patch-doc__texinfo__texinfo.tex Mon Jan 18 04:03:25 2016 (r406544) @@ -1,7 +1,7 @@ ---- doc/texinfo/texinfo.tex.orig Mon Feb 21 01:11:47 2005 -+++ doc/texinfo/texinfo.tex Mon Feb 21 01:19:52 2005 +--- doc/texinfo/texinfo.tex.orig 2009-10-18 12:35:14 UTC ++++ doc/texinfo/texinfo.tex @@ -1,3 +1,4 @@ +\let\pdfoutput\undefined - % modified for gmsh -- see 'gmsh' tags - % % texinfo.tex -- TeX macros to handle Texinfo files. + % + % Load plain if necessary, i.e., if running under initex. Modified: head/science/getdp/pkg-descr ============================================================================== --- head/science/getdp/pkg-descr Mon Jan 18 02:17:41 2016 (r406543) +++ head/science/getdp/pkg-descr Mon Jan 18 04:03:25 2016 (r406544) @@ -5,4 +5,4 @@ The main feature of GetDP is the closene discrete problems (written by the user in ASCII data files) and the symbolic mathematical expressions of these problems. -WWW: http://www.geuz.org/getdp/ +WWW: http://www.geuz.org/getdp/ Modified: head/science/getdp/pkg-plist ============================================================================== --- head/science/getdp/pkg-plist Mon Jan 18 02:17:41 2016 (r406543) +++ head/science/getdp/pkg-plist Mon Jan 18 04:03:25 2016 (r406544) @@ -2,43 +2,10 @@ bin/getdp man/man1/getdp.1.gz %%PORTDOCS%%%%DOCSDIR%%/CREDITS.txt %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt -%%PORTDOCS%%%%DOCSDIR%%/Makefile -%%PORTDOCS%%%%DOCSDIR%%/README.win32 -%%PORTDOCS%%%%DOCSDIR%%/VERSIONS.txt -%%PORTDOCS%%%%DOCSDIR%%/getdp.1 -%%PORTDOCS%%%%DOCSDIR%%/getdp.bib -%%PORTDOCS%%%%DOCSDIR%%/getdp.html -%%PORTDOCS%%%%DOCSDIR%%/texinfo/Core.fig -%%PORTDOCS%%%%DOCSDIR%%/texinfo/Core.geo -%%PORTDOCS%%%%DOCSDIR%%/texinfo/Core.jpg -%%PORTDOCS%%%%DOCSDIR%%/texinfo/Core.pdf -%%PORTDOCS%%%%DOCSDIR%%/texinfo/Core.txt -%%PORTDOCS%%%%DOCSDIR%%/texinfo/CoreMassive.pro -%%PORTDOCS%%%%DOCSDIR%%/texinfo/CoreSta.pro -%%PORTDOCS%%%%DOCSDIR%%/texinfo/EleSta_v.pro -%%PORTDOCS%%%%DOCSDIR%%/texinfo/Integration_Lib.pro -%%PORTDOCS%%%%DOCSDIR%%/texinfo/Jacobian_Lib.pro -%%PORTDOCS%%%%DOCSDIR%%/texinfo/MagDyn_av_2D.pro -%%PORTDOCS%%%%DOCSDIR%%/texinfo/MagSta_a_2D.pro -%%PORTDOCS%%%%DOCSDIR%%/texinfo/Makefile -%%PORTDOCS%%%%DOCSDIR%%/texinfo/Strip.fig -%%PORTDOCS%%%%DOCSDIR%%/texinfo/Strip.jpg -%%PORTDOCS%%%%DOCSDIR%%/texinfo/Strip.pdf -%%PORTDOCS%%%%DOCSDIR%%/texinfo/Strip.txt -%%PORTDOCS%%%%DOCSDIR%%/texinfo/getdp.texi -%%PORTDOCS%%%%DOCSDIR%%/texinfo/mStrip.geo -%%PORTDOCS%%%%DOCSDIR%%/texinfo/mStrip.pro -%%PORTDOCS%%%%DOCSDIR%%/texinfo/objects-wrap.jpg -%%PORTDOCS%%%%DOCSDIR%%/texinfo/objects-wrap.pdf -%%PORTDOCS%%%%DOCSDIR%%/texinfo/objects-wrap.tex -%%PORTDOCS%%%%DOCSDIR%%/texinfo/objects-wrap.txt -%%PORTDOCS%%%%DOCSDIR%%/texinfo/objects.fig -%%PORTDOCS%%%%DOCSDIR%%/texinfo/objects.tex -%%PORTDOCS%%%%DOCSDIR%%/texinfo/texinfo.tex -%%PORTDOCS%%%%DOCSDIR%%/texinfo/texinfo.tex.orig -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Magnetostatics.pro -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/magnet.geo -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/magnet.msh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/magnet.pro -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/magnet.txt +%%PORTDOCS%%%%DOCSDIR%%/README.txt +%%PORTDOCS%%%%DOCSDIR%%/demos/BH.pro +%%PORTDOCS%%%%DOCSDIR%%/demos/Magnetostatics.pro +%%PORTDOCS%%%%DOCSDIR%%/demos/magnet.geo +%%PORTDOCS%%%%DOCSDIR%%/demos/magnet.msh +%%PORTDOCS%%%%DOCSDIR%%/demos/magnet.pro +%%PORTDOCS%%%%DOCSDIR%%/demos/magnet_data.pro From owner-svn-ports-head@freebsd.org Mon Jan 18 05:54:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCD17A86FB1; Mon, 18 Jan 2016 05:54:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8ED3F1383; Mon, 18 Jan 2016 05:54:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0I5srWl032003; Mon, 18 Jan 2016 05:54:53 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0I5sr1M032001; Mon, 18 Jan 2016 05:54:53 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601180554.u0I5sr1M032001@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 18 Jan 2016 05:54:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406545 - head/games/pyfa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 05:54:54 -0000 Author: miwi Date: Mon Jan 18 05:54:53 2016 New Revision: 406545 URL: https://svnweb.freebsd.org/changeset/ports/406545 Log: - Update to 1.18.0 PR: 206322 Submitted by: maintainer Modified: head/games/pyfa/Makefile head/games/pyfa/distinfo Modified: head/games/pyfa/Makefile ============================================================================== --- head/games/pyfa/Makefile Mon Jan 18 04:03:25 2016 (r406544) +++ head/games/pyfa/Makefile Mon Jan 18 05:54:53 2016 (r406545) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyfa -PORTVERSION= 1.17.1 +PORTVERSION= 1.18.0 DISTVERSIONPREFIX= v CATEGORIES= games python Modified: head/games/pyfa/distinfo ============================================================================== --- head/games/pyfa/distinfo Mon Jan 18 04:03:25 2016 (r406544) +++ head/games/pyfa/distinfo Mon Jan 18 05:54:53 2016 (r406545) @@ -1,2 +1,2 @@ -SHA256 (DarkFenX-pyfa-v1.17.1_GH0.tar.gz) = d31b61091394939e5a6fb992eb7d9d215294544b405ae51c5bbc6d91507e5dd2 -SIZE (DarkFenX-pyfa-v1.17.1_GH0.tar.gz) = 6673517 +SHA256 (DarkFenX-pyfa-v1.18.0_GH0.tar.gz) = 32a598f336cca869180110b51e9149cc2007f0f760c4c5eb8b9e81f73f8abee3 +SIZE (DarkFenX-pyfa-v1.18.0_GH0.tar.gz) = 6678003 From owner-svn-ports-head@freebsd.org Mon Jan 18 05:56:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5512BA87033; Mon, 18 Jan 2016 05:56:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0EA1C14F0; Mon, 18 Jan 2016 05:56:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0I5uEM5032188; Mon, 18 Jan 2016 05:56:14 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0I5uENJ032186; Mon, 18 Jan 2016 05:56:14 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601180556.u0I5uENJ032186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 18 Jan 2016 05:56:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406546 - head/science/psychopy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 05:56:15 -0000 Author: miwi Date: Mon Jan 18 05:56:13 2016 New Revision: 406546 URL: https://svnweb.freebsd.org/changeset/ports/406546 Log: - Update to 1.83.03 PR: 206254 Submitted by: maintainer Modified: head/science/psychopy/Makefile head/science/psychopy/distinfo Modified: head/science/psychopy/Makefile ============================================================================== --- head/science/psychopy/Makefile Mon Jan 18 05:54:53 2016 (r406545) +++ head/science/psychopy/Makefile Mon Jan 18 05:56:13 2016 (r406546) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= psychopy -PORTVERSION= 1.83.01 +PORTVERSION= 1.83.03 CATEGORIES= science python -MASTER_SITES= GH MAINTAINER= ports@FreeBSD.org COMMENT= Psychophysics toolkit for Python @@ -14,15 +13,17 @@ LICENSE= GPLv3+ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:${PORTSDIR}/math/py-matplotlib \ - ${PYTHON_PKGNAMEPREFIX}pyglet>=1.1.2:${PORTSDIR}/graphics/py-pyglet \ ${PYTHON_PKGNAMEPREFIX}pandas>0:${PORTSDIR}/math/py-pandas \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.6.0:${PORTSDIR}/science/py-scipy \ + ${PYTHON_PKGNAMEPREFIX}openpyxl>0:${PORTSDIR}/textproc/py-openpyxl \ dejavu>0:${PORTSDIR}/x11-fonts/dejavu \ + ${PYGAME} \ ${PYNUMPY} NO_ARCH= yes USE_GITHUB= yes + USES= fortran python USE_PYTHON= autoplist distutils USE_WX= 2.8 @@ -37,11 +38,18 @@ DESKTOP_ENTRIES="PsychoPy" \ "" \ "" +OPTIONS_DEFINE_i386= PYGLET +OPTIONS_DEFAULT_i386= PYGLET + +PYGLET_DESC= Drawing support via Pyglet +PYGLET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyglet>=1.1.2:${PORTSDIR}/graphics/py-pyglet + .include + post-patch: # https://github.com/psychopy/psychopy/issues/982 @${REINPLACE_CMD} -e \ - 's|str(,id_dict)|str(id.dict)|' \ + 's|str(,id_dict)|str(id_dict)|' \ ${WRKSRC}/psychopy/demos/coder/iohub/elotouchscreen/run.py post-build: Modified: head/science/psychopy/distinfo ============================================================================== --- head/science/psychopy/distinfo Mon Jan 18 05:54:53 2016 (r406545) +++ head/science/psychopy/distinfo Mon Jan 18 05:56:13 2016 (r406546) @@ -1,2 +1,2 @@ -SHA256 (psychopy-psychopy-1.83.01_GH0.tar.gz) = be4747f6834017ac6da3742e948d4d8a0cac62771fc7569877bdc3a76f71e611 -SIZE (psychopy-psychopy-1.83.01_GH0.tar.gz) = 15172324 +SHA256 (psychopy-psychopy-1.83.03_GH0.tar.gz) = 608c0eac0021b3ec06e250243459c607f656e4210bfd7fefaaae330341b3e873 +SIZE (psychopy-psychopy-1.83.03_GH0.tar.gz) = 15230958 From owner-svn-ports-head@freebsd.org Mon Jan 18 05:58:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5161BA870DC; Mon, 18 Jan 2016 05:58:12 +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 2899D1721; Mon, 18 Jan 2016 05:58:12 +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 u0I5wBtj032525; Mon, 18 Jan 2016 05:58:11 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0I5wAUc032515; Mon, 18 Jan 2016 05:58:10 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201601180558.u0I5wAUc032515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 18 Jan 2016 05:58:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406547 - in head/cad/netgen: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 05:58:12 -0000 Author: stephen Date: Mon Jan 18 05:58:09 2016 New Revision: 406547 URL: https://svnweb.freebsd.org/changeset/ports/406547 Log: - Update to 5.3.1. - Default OCC to OFF. - Mark broken only if OCC is set. Added: head/cad/netgen/files/patch-libsrc_occ_Partition__Loop2d.cxx - copied, changed from r406546, head/cad/netgen/files/patch-libsrc_occ_Partition_Loop2d.cxx head/cad/netgen/files/patch-nglib_Makefile.in (contents, props changed) Deleted: head/cad/netgen/files/patch-libsrc_occ_Partition_Inter3d.cxx head/cad/netgen/files/patch-libsrc_occ_Partition_Loop2d.cxx head/cad/netgen/files/patch-libsrc_occ_Partition_Spliter.cxx Modified: head/cad/netgen/Makefile head/cad/netgen/distinfo head/cad/netgen/files/patch-libsrc_occ_Makefile.am head/cad/netgen/files/patch-ng_Makefile.am head/cad/netgen/files/patch-ng_Makefile.in head/cad/netgen/files/patch-ng_ng.tcl head/cad/netgen/files/patch-ng_ngappinit.cpp head/cad/netgen/pkg-plist Modified: head/cad/netgen/Makefile ============================================================================== --- head/cad/netgen/Makefile Mon Jan 18 05:56:13 2016 (r406546) +++ head/cad/netgen/Makefile Mon Jan 18 05:58:09 2016 (r406547) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= netgen -PORTVERSION= 5.0.0 -PORTREVISION= 4 +PORTVERSION= 5.3.1 CATEGORIES= cad MASTER_SITES= SF/netgen-mesher/netgen-mesher/${PORTVERSION:S|.0$||}/ @@ -13,7 +12,7 @@ COMMENT= Automatic 3D tetrahedral mesh g LIB_DEPENDS= libTix8.4.3.so:${PORTSDIR}/x11-toolkits/tix \ libtogl.so:${PORTSDIR}/graphics/togl -BROKEN= Does not compile because of issues with cad/opencascade +OCC_BROKEN= Does not compile because of issues with cad/opencascade USE_LDCONFIG= yes USES= gmake jpeg libtool tk @@ -30,7 +29,7 @@ FETCH_BEFORE_ARGS+= -o ${DISTDIR}/${DIST OPTIONS_DEFINE= OCC FFMPEG OCC_DESC= Compile with OpenCascade geometry kernel FFMPEG_DESC= video recording with FFmpeg -OPTIONS_DEFAULT= OCC +OPTIONS_DEFAULT= # OCC BROKEN_sparc64= internal gcc error (Bug 23159) Modified: head/cad/netgen/distinfo ============================================================================== --- head/cad/netgen/distinfo Mon Jan 18 05:56:13 2016 (r406546) +++ head/cad/netgen/distinfo Mon Jan 18 05:58:09 2016 (r406547) @@ -1,2 +1,2 @@ -SHA256 (netgen-5.0.0.tar.gz) = c122aa41fe6cc7c491df5df40c1c2a5633ee96a36d363a630ff1c5c4e4921419 -SIZE (netgen-5.0.0.tar.gz) = 1835004 +SHA256 (netgen-5.3.1.tar.gz) = cb97f79d8f4d55c00506ab334867285cde10873c8a8dc783522b47d2bc128bf9 +SIZE (netgen-5.3.1.tar.gz) = 1857185 Modified: head/cad/netgen/files/patch-libsrc_occ_Makefile.am ============================================================================== --- head/cad/netgen/files/patch-libsrc_occ_Makefile.am Mon Jan 18 05:56:13 2016 (r406546) +++ head/cad/netgen/files/patch-libsrc_occ_Makefile.am Mon Jan 18 05:58:09 2016 (r406547) @@ -1,5 +1,5 @@ ---- libsrc/occ/Makefile.am.orig 2010-11-08 10:10:46.000000000 +0600 -+++ libsrc/occ/Makefile.am 2010-11-08 10:10:57.000000000 +0600 +--- libsrc/occ/Makefile.am.orig 2014-08-29 09:54:03 UTC ++++ libsrc/occ/Makefile.am @@ -1,5 +1,4 @@ -noinst_HEADERS = occgeom.hpp occmeshsurf.hpp \ -Partition_Inter2d.hxx Partition_Loop2d.hxx Partition_Loop.hxx \ Copied and modified: head/cad/netgen/files/patch-libsrc_occ_Partition__Loop2d.cxx (from r406546, head/cad/netgen/files/patch-libsrc_occ_Partition_Loop2d.cxx) ============================================================================== --- head/cad/netgen/files/patch-libsrc_occ_Partition_Loop2d.cxx Mon Jan 18 05:56:13 2016 (r406546, copy source) +++ head/cad/netgen/files/patch-libsrc_occ_Partition__Loop2d.cxx Mon Jan 18 05:58:09 2016 (r406547) @@ -1,5 +1,5 @@ ---- libsrc/occ/Partition_Loop2d.cxx.orig 2012-11-09 16:15:02.000000000 +0100 -+++ libsrc/occ/Partition_Loop2d.cxx 2013-05-12 11:41:09.000000000 +0200 +--- libsrc/occ/Partition_Loop2d.cxx.orig 2014-08-29 09:54:03 UTC ++++ libsrc/occ/Partition_Loop2d.cxx @@ -52,6 +52,10 @@ #include #include Modified: head/cad/netgen/files/patch-ng_Makefile.am ============================================================================== --- head/cad/netgen/files/patch-ng_Makefile.am Mon Jan 18 05:56:13 2016 (r406546) +++ head/cad/netgen/files/patch-ng_Makefile.am Mon Jan 18 05:58:09 2016 (r406547) @@ -1,11 +1,11 @@ ---- ng/Makefile.am-orig 2012-11-22 00:29:00.000000000 +0000 -+++ ng/Makefile.am 2012-11-22 00:29:28.000000000 +0000 -@@ -14,7 +14,7 @@ +--- ng/Makefile.am.orig 2014-08-29 09:54:01 UTC ++++ ng/Makefile.am +@@ -22,7 +22,7 @@ netgen_LDADD = $(top_builddir)/libsrc/vi $(top_builddir)/libsrc/csg/libcsg.la \ $(top_builddir)/libsrc/interface/libinterface.la \ $(top_builddir)/libsrc/meshing/libmesh.la \ -- -L$(TK_BIN_DIR)/Togl1.7 $(TOGLLIBDIR) -lTogl $(LIBGLU) $(TK_LIB_SPEC) $(TCL_LIB_SPEC) $(MPI_LIBS) $(FFMPEG_LIBS) $(JPEGLIB_LIBS) $(PKG_LIBS) -+ -L$(TK_BIN_DIR)/Togl-1.7 $(TOGLLIBDIR) -ltogl $(LIBGLU) $(TK_LIB_SPEC) $(TCL_LIB_SPEC) $(MPI_LIBS) $(FFMPEG_LIBS) $(JPEGLIB_LIBS) $(PKG_LIBS) +- -L$(TK_BIN_DIR)/Togl1.7 $(TOGLLIBDIR) -lTogl $(LIBGLU) $(TK_LIB_SPEC) $(TCL_LIB_SPEC) $(MPI_LIBS) $(FFMPEG_LIBS) $(JPEGLIB_LIBS) $(PKG_LIBS) $(MKL_LIBS) ++ -ltogl $(LIBGLU) $(TK_LIB_SPEC) $(TCL_LIB_SPEC) $(MPI_LIBS) $(FFMPEG_LIBS) $(JPEGLIB_LIBS) $(PKG_LIBS) $(MKL_LIBS) + + # - # $(top_builddir)/libsrc/occ/liboccvis.la - # $(top_builddir)/libsrc/occ/libocc.la Modified: head/cad/netgen/files/patch-ng_Makefile.in ============================================================================== --- head/cad/netgen/files/patch-ng_Makefile.in Mon Jan 18 05:56:13 2016 (r406546) +++ head/cad/netgen/files/patch-ng_Makefile.in Mon Jan 18 05:58:09 2016 (r406547) @@ -1,11 +1,11 @@ ---- ng/Makefile.in-orig 2012-11-22 00:40:30.000000000 +0000 -+++ ng/Makefile.in 2012-11-22 00:41:00.000000000 +0000 -@@ -303,7 +303,7 @@ +--- ng/Makefile.in.orig 2014-10-06 11:04:37 UTC ++++ ng/Makefile.in +@@ -312,7 +312,7 @@ netgen_LDADD = $(top_builddir)/libsrc/vi $(top_builddir)/libsrc/csg/libcsg.la \ $(top_builddir)/libsrc/interface/libinterface.la \ $(top_builddir)/libsrc/meshing/libmesh.la \ -- -L$(TK_BIN_DIR)/Togl1.7 $(TOGLLIBDIR) -lTogl $(LIBGLU) $(TK_LIB_SPEC) $(TCL_LIB_SPEC) $(MPI_LIBS) $(FFMPEG_LIBS) $(JPEGLIB_LIBS) $(PKG_LIBS) -+ -L$(TK_BIN_DIR)/Togl-1.7 $(TOGLLIBDIR) -ltogl $(LIBGLU) $(TK_LIB_SPEC) $(TCL_LIB_SPEC) $(MPI_LIBS) $(FFMPEG_LIBS) $(JPEGLIB_LIBS) $(PKG_LIBS) +- -L$(TK_BIN_DIR)/Togl1.7 $(TOGLLIBDIR) -lTogl $(LIBGLU) $(TK_LIB_SPEC) $(TCL_LIB_SPEC) $(MPI_LIBS) $(FFMPEG_LIBS) $(JPEGLIB_LIBS) $(PKG_LIBS) $(MKL_LIBS) ++ -ltogl $(LIBGLU) $(TK_LIB_SPEC) $(TCL_LIB_SPEC) $(MPI_LIBS) $(FFMPEG_LIBS) $(JPEGLIB_LIBS) $(PKG_LIBS) $(MKL_LIBS) + # - # $(top_builddir)/libsrc/occ/liboccvis.la Modified: head/cad/netgen/files/patch-ng_ng.tcl ============================================================================== --- head/cad/netgen/files/patch-ng_ng.tcl Mon Jan 18 05:56:13 2016 (r406546) +++ head/cad/netgen/files/patch-ng_ng.tcl Mon Jan 18 05:58:09 2016 (r406547) @@ -1,6 +1,6 @@ ---- ng/ng.tcl.orig 2010-06-08 09:33:22.000000000 +0700 -+++ ng/ng.tcl 2010-06-08 09:33:39.000000000 +0700 -@@ -26,7 +26,7 @@ +--- ng/ng.tcl.orig 2014-08-29 09:54:01 UTC ++++ ng/ng.tcl +@@ -32,7 +32,7 @@ if { [lsearch [array names env] NETGENDI set ngdir $env(NETGENDIR) } if { [string length $ngdir] == 0 } { Modified: head/cad/netgen/files/patch-ng_ngappinit.cpp ============================================================================== --- head/cad/netgen/files/patch-ng_ngappinit.cpp Mon Jan 18 05:56:13 2016 (r406546) +++ head/cad/netgen/files/patch-ng_ngappinit.cpp Mon Jan 18 05:58:09 2016 (r406547) @@ -1,6 +1,6 @@ ---- ng/ngappinit.cpp.orig 2010-06-08 09:13:06.000000000 +0700 -+++ ng/ngappinit.cpp 2010-06-08 09:13:20.000000000 +0700 -@@ -151,7 +151,7 @@ +--- ng/ngappinit.cpp.orig 2014-08-29 09:54:01 UTC ++++ ng/ngappinit.cpp +@@ -149,7 +149,7 @@ int main(int argc, char ** argv) if (getenv ("NETGENDIR") && strlen (getenv ("NETGENDIR"))) ngdir = getenv ("NETGENDIR"); else Added: head/cad/netgen/files/patch-nglib_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/netgen/files/patch-nglib_Makefile.in Mon Jan 18 05:58:09 2016 (r406547) @@ -0,0 +1,11 @@ +--- nglib/Makefile.in.orig 2014-10-06 11:04:37 UTC ++++ nglib/Makefile.in +@@ -129,7 +129,7 @@ LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM + CXXLD = $(CXX) + CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ +- $(LDFLAGS) -o $@ ++ $(LDFLAGS) -o $@ -pthread + SOURCES = $(libnglib_la_SOURCES) $(ng_stl_SOURCES) $(ng_vol_SOURCES) + DIST_SOURCES = $(libnglib_la_SOURCES) $(ng_stl_SOURCES) \ + $(ng_vol_SOURCES) Modified: head/cad/netgen/pkg-plist ============================================================================== --- head/cad/netgen/pkg-plist Mon Jan 18 05:56:13 2016 (r406546) +++ head/cad/netgen/pkg-plist Mon Jan 18 05:58:09 2016 (r406547) @@ -118,6 +118,7 @@ lib/libstlvis.so.0.0.0 %%DATADIR%%/include/adfront3.hpp %%DATADIR%%/include/adtree.hpp %%DATADIR%%/include/algprim.hpp +%%DATADIR%%/include/archive_base.hpp %%DATADIR%%/include/array.hpp %%DATADIR%%/include/autodiff.hpp %%DATADIR%%/include/autoptr.hpp From owner-svn-ports-head@freebsd.org Mon Jan 18 06:16:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BCE7A876C6; Mon, 18 Jan 2016 06:16:39 +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 2D29D129D; Mon, 18 Jan 2016 06:16:39 +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 u0I6Gc83038464; Mon, 18 Jan 2016 06:16:38 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0I6GcDO038462; Mon, 18 Jan 2016 06:16:38 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201601180616.u0I6GcDO038462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 18 Jan 2016 06:16:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406548 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 06:16:39 -0000 Author: riggs Date: Mon Jan 18 06:16:37 2016 New Revision: 406548 URL: https://svnweb.freebsd.org/changeset/ports/406548 Log: Correct vulerable package version entries for ffmpeg entry in r406293 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jan 18 05:58:09 2016 (r406547) +++ head/security/vuxml/vuln.xml Mon Jan 18 06:16:37 2016 (r406548) @@ -171,8 +171,8 @@ Notes: ffmpeg - 2.0.0 - 2.8.5 + 2.0,1 + 2.8.5,1 From owner-svn-ports-head@freebsd.org Mon Jan 18 06:18:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0448A87802; Mon, 18 Jan 2016 06:18:51 +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 C156717A2; Mon, 18 Jan 2016 06:18:51 +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 u0I6IoQP038739; Mon, 18 Jan 2016 06:18:50 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0I6Io3E038738; Mon, 18 Jan 2016 06:18:50 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201601180618.u0I6Io3E038738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 18 Jan 2016 06:18:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406549 - in head/math/octave-forge-video: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 06:18:52 -0000 Author: stephen Date: Mon Jan 18 06:18:50 2016 New Revision: 406549 URL: https://svnweb.freebsd.org/changeset/ports/406549 Log: - Update to 1.2.1. - Remove broken. Deleted: head/math/octave-forge-video/files/ Modified: head/math/octave-forge-video/Makefile Modified: head/math/octave-forge-video/Makefile ============================================================================== --- head/math/octave-forge-video/Makefile Mon Jan 18 06:16:37 2016 (r406548) +++ head/math/octave-forge-video/Makefile Mon Jan 18 06:18:50 2016 (r406549) @@ -2,23 +2,30 @@ # $FreeBSD$ PORTNAME= octave-forge-video -PORTVERSION= 1.0.2 -PORTREVISION= 14 +PORTVERSION= 1.2.1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING -BROKEN= does not build with octave-4.0.0 - -USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV+= HOME=${WRKSRC} +# OCTSRC is the name of the directory of the package. +# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. +OCTSRC= ${DISTNAME} + +WRKSRC= ${WRKDIR}/${OCTSRC}/src + LIB_DEPENDS+= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg .include "${.CURDIR}/../../Mk/bsd.octave.mk" + +post-build: + ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} + .include From owner-svn-ports-head@freebsd.org Mon Jan 18 06:21:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19DD9A87959; Mon, 18 Jan 2016 06:21:20 +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 DFCE71CD5; Mon, 18 Jan 2016 06:21:19 +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 u0I6LInM039480; Mon, 18 Jan 2016 06:21:18 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0I6LIEk039479; Mon, 18 Jan 2016 06:21:18 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201601180621.u0I6LIEk039479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 18 Jan 2016 06:21:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406550 - head/math/octave-forge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 06:21:20 -0000 Author: stephen Date: Mon Jan 18 06:21:18 2016 New Revision: 406550 URL: https://svnweb.freebsd.org/changeset/ports/406550 Log: - Set optional dependency math/octave-forge-video. - Bump portrevision. Modified: head/math/octave-forge/Makefile Modified: head/math/octave-forge/Makefile ============================================================================== --- head/math/octave-forge/Makefile Mon Jan 18 06:18:50 2016 (r406549) +++ head/math/octave-forge/Makefile Mon Jan 18 06:21:18 2016 (r406550) @@ -3,6 +3,7 @@ PORTNAME= octave-forge PORTVERSION= 20160113 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -26,7 +27,7 @@ OPTIONS_DEFINE= ACTUARIAL AD AUDIO BENCH STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TISEAN TSA VIDEO XRAYLIB \ ZENITY -OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NAD:NDICOM:NOCTGPR:NSPLINE_GCVSPL:NVIDEO:NXRAYLIB} +OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NAD:NDICOM:NOCTGPR:NSPLINE_GCVSPL:NXRAYLIB} TARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs From owner-svn-ports-head@freebsd.org Mon Jan 18 06:41:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDAC2A87F10; Mon, 18 Jan 2016 06:41:30 +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 9E57619B7; Mon, 18 Jan 2016 06:41:30 +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 u0I6fTnG047330; Mon, 18 Jan 2016 06:41:29 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0I6fTlY047327; Mon, 18 Jan 2016 06:41:29 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601180641.u0I6fTlY047327@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 18 Jan 2016 06:41:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406551 - head/x11-toolkits/p5-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 06:41:31 -0000 Author: pi Date: Mon Jan 18 06:41:29 2016 New Revision: 406551 URL: https://svnweb.freebsd.org/changeset/ports/406551 Log: x11-toolkits/p5-Wx: 0.99.27 -> 0.99.28 - also fix build error on 9.x PR: 200309 Submitted by: KATO Tsuguru Modified: head/x11-toolkits/p5-Wx/Makefile head/x11-toolkits/p5-Wx/distinfo head/x11-toolkits/p5-Wx/pkg-descr Modified: head/x11-toolkits/p5-Wx/Makefile ============================================================================== --- head/x11-toolkits/p5-Wx/Makefile Mon Jan 18 06:21:18 2016 (r406550) +++ head/x11-toolkits/p5-Wx/Makefile Mon Jan 18 06:41:29 2016 (r406551) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Wx -PORTVERSION= 0.99.27 +PORTVERSION= 0.99.28 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,23 +14,36 @@ COMMENT= Perl5 interface to the wxWidget LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BROKEN_FreeBSD_9= does not build - -BUILD_DEPENDS= p5-Alien-wxWidgets>=0.25:${PORTSDIR}/x11-toolkits/p5-Alien-wxWidgets \ - p5-ExtUtils-XSpp>=0.16.03:${PORTSDIR}/devel/p5-ExtUtils-XSpp +BUILD_DEPENDS= p5-ExtUtils-XSpp>=0.16.03:${PORTSDIR}/devel/p5-ExtUtils-XSpp \ + p5-Alien-wxWidgets>=0.25:${PORTSDIR}/x11-toolkits/p5-Alien-wxWidgets RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 compiler:c++11-lib +USES= compiler:c++11-lib perl5 +USE_CXXSTD= c++11 USE_PERL5= configure USE_WX= 3.0 -USE_CXXSTD= c++11 -WX_COMPS= wx -CC= ${CXX} +CONFIGURE_ENV= CXX="${CXX}" + CFLAGS+= -pthread -Wno-write-strings -CONFIGURE_ENV= CXX=${CXX} + +.include + +.if ${PERL_LEVEL} < 501508 +BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=3.15:${PORTSDIR}/devel/p5-ExtUtils-ParseXS +RUN_DEPENDS+= p5-ExtUtils-ParseXS>=3.15:${PORTSDIR}/devel/p5-ExtUtils-ParseXS +.endif post-configure: @${FIND} ${WRKSRC} -name "Makefile" -type f | ${XARGS} \ - ${REINPLACE_CMD} -e 's|^CCFLAGS = .*$$|CCFLAGS = ${CXXFLAGS}|' + ${REINPLACE_CMD} -e \ + 's|$$(CC)|$$(CXX)|g ; \ + s|$$(CCFLAGS)|$$(CXXFLAGS)|g' + +pre-build: + @(cd ${WRKSRC} && ${DO_MAKE_BUILD} generated) + +post-install: + @${FIND} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} -name "*.so" -type f \ + | ${XARGS} ${STRIP_CMD} -.include +.include Modified: head/x11-toolkits/p5-Wx/distinfo ============================================================================== --- head/x11-toolkits/p5-Wx/distinfo Mon Jan 18 06:21:18 2016 (r406550) +++ head/x11-toolkits/p5-Wx/distinfo Mon Jan 18 06:41:29 2016 (r406551) @@ -1,2 +1,2 @@ -SHA256 (Wx-0.9927.tar.gz) = a174bd1b6a5558174697775be0ede2fb8260258d60bb6e116dfe6f56ac1d22bb -SIZE (Wx-0.9927.tar.gz) = 486022 +SHA256 (Wx-0.9928.tar.gz) = 58e06c094c07817617b1e69fa0501f2cee80cd4700ac7a62c516179f7aa85b42 +SIZE (Wx-0.9928.tar.gz) = 501439 Modified: head/x11-toolkits/p5-Wx/pkg-descr ============================================================================== --- head/x11-toolkits/p5-Wx/pkg-descr Mon Jan 18 06:21:18 2016 (r406550) +++ head/x11-toolkits/p5-Wx/pkg-descr Mon Jan 18 06:41:29 2016 (r406551) @@ -2,4 +2,4 @@ wxPerl is an extension module allowing t User Interface) from Perl; it is built as a wrapper for the wxWidgets C++ GUI toolkit. -WWW: http://wxperl.eu/ +WWW: http://www.wxperl.it/ From owner-svn-ports-head@freebsd.org Mon Jan 18 07:07:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E04E0A868EB; Mon, 18 Jan 2016 07:07:11 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B20F61A3A; Mon, 18 Jan 2016 07:07:11 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0I77Axr053457; Mon, 18 Jan 2016 07:07:10 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0I77Abg053456; Mon, 18 Jan 2016 07:07:10 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201601180707.u0I77Abg053456@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Mon, 18 Jan 2016 07:07:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406552 - head/sysutils/ansible/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 07:07:12 -0000 Author: matthew Date: Mon Jan 18 07:07:10 2016 New Revision: 406552 URL: https://svnweb.freebsd.org/changeset/ports/406552 Log: Add notes to pkg-message about the SEM option being required in python PR: 206320 Submitted by: lifanov@mail.lifanov.com (maintainer) Modified: head/sysutils/ansible/files/pkg-message.in Modified: head/sysutils/ansible/files/pkg-message.in ============================================================================== --- head/sysutils/ansible/files/pkg-message.in Mon Jan 18 06:41:29 2016 (r406551) +++ head/sysutils/ansible/files/pkg-message.in Mon Jan 18 07:07:10 2016 (r406552) @@ -25,7 +25,12 @@ that system. Example: [centos:vars] ansible_python_interpreter=/usr/bin/python +Python notes: + If you have Python 3.x as the default, please set ansible_python_interpreter=%%LOCALBASE%%/bin/python2 +Ansible 2 requires that lang/python27 port is built +with SEM option enabled, which is the default + =============================================================================== From owner-svn-ports-head@freebsd.org Mon Jan 18 08:59:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79AA8A870B2; Mon, 18 Jan 2016 08:59:27 +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 2DFCA1D67; Mon, 18 Jan 2016 08:59:27 +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 u0I8xQx9085533; Mon, 18 Jan 2016 08:59:26 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0I8xPpV085530; Mon, 18 Jan 2016 08:59:25 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601180859.u0I8xPpV085530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 18 Jan 2016 08:59:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406553 - head/chinese/brise X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 08:59:27 -0000 Author: vanilla Date: Mon Jan 18 08:59:25 2016 New Revision: 406553 URL: https://svnweb.freebsd.org/changeset/ports/406553 Log: Upgrade to 0.35. PR: 206356 Submitted by: maintainer Modified: head/chinese/brise/Makefile head/chinese/brise/distinfo head/chinese/brise/pkg-plist Modified: head/chinese/brise/Makefile ============================================================================== --- head/chinese/brise/Makefile Mon Jan 18 07:07:10 2016 (r406552) +++ head/chinese/brise/Makefile Mon Jan 18 08:59:25 2016 (r406553) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= brise -PORTVERSION= 0.32 +PORTVERSION= 0.35 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= chinese textproc @@ -14,7 +14,7 @@ BUILD_DEPENDS= rime_deployer:${PORTSDIR} USES= gmake USE_GITHUB= yes -GH_ACCOUNT= lotem +GH_ACCOUNT= rime MAKE_ARGS+= RIME_DATA_DIR=${DATADIR} Modified: head/chinese/brise/distinfo ============================================================================== --- head/chinese/brise/distinfo Mon Jan 18 07:07:10 2016 (r406552) +++ head/chinese/brise/distinfo Mon Jan 18 08:59:25 2016 (r406553) @@ -1,2 +1,2 @@ -SHA256 (lotem-brise-brise-0.32_GH0.tar.gz) = b1e9fc2a5967d7994ccca1b0aaeee7f1fe0ab5f9c16325c0650a610df5ce93c0 -SIZE (lotem-brise-brise-0.32_GH0.tar.gz) = 6695914 +SHA256 (rime-brise-brise-0.35_GH0.tar.gz) = 1baa756658b29a28444292f19f34608e5008b8424a041dec5cc3df2debaebd65 +SIZE (rime-brise-brise-0.35_GH0.tar.gz) = 6707359 Modified: head/chinese/brise/pkg-plist ============================================================================== --- head/chinese/brise/pkg-plist Mon Jan 18 07:07:10 2016 (r406552) +++ head/chinese/brise/pkg-plist Mon Jan 18 08:59:25 2016 (r406553) @@ -14,7 +14,7 @@ %%DATADIR%%/double_pinyin_mspy.schema.yaml %%DATADIR%%/emoji.dict.yaml %%DATADIR%%/emoji.schema.yaml -%%DATADIR%%/essay.kct +%%DATADIR%%/essay.txt %%DATADIR%%/ipa_xsampa.dict.yaml %%DATADIR%%/ipa_xsampa.schema.yaml %%DATADIR%%/jyutping.dict.yaml From owner-svn-ports-head@freebsd.org Mon Jan 18 09:43:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01A1BA854A7; Mon, 18 Jan 2016 09:43:56 +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 D0EA015AE; Mon, 18 Jan 2016 09:43:55 +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 u0I9hsh4099866; Mon, 18 Jan 2016 09:43:54 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0I9hsYc099861; Mon, 18 Jan 2016 09:43:54 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601180943.u0I9hsYc099861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 18 Jan 2016 09:43:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406554 - in head/www: . slowcgi slowcgi/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 09:43:56 -0000 Author: vanilla Date: Mon Jan 18 09:43:54 2016 New Revision: 406554 URL: https://svnweb.freebsd.org/changeset/ports/406554 Log: Add slowcgi 5.8.20160114, fastCGI interface for old CGI programs. PR: 206341 Submitted by: koue@chaosophia.net Added: head/www/slowcgi/ head/www/slowcgi/Makefile (contents, props changed) head/www/slowcgi/distinfo (contents, props changed) head/www/slowcgi/files/ head/www/slowcgi/files/slowcgi.in (contents, props changed) head/www/slowcgi/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Jan 18 08:59:25 2016 (r406553) +++ head/www/Makefile Mon Jan 18 09:43:54 2016 (r406554) @@ -2055,6 +2055,7 @@ SUBDIR += sitecopy SUBDIR += siteframe SUBDIR += skytemplate + SUBDIR += slowcgi SUBDIR += smarty2 SUBDIR += smarty3 SUBDIR += smb_auth Added: head/www/slowcgi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/slowcgi/Makefile Mon Jan 18 09:43:54 2016 (r406554) @@ -0,0 +1,33 @@ +# $FreeBSD$ + +PORTNAME= slowcgi +PORTVERSION= 5.8.20160114 +CATEGORIES= www + +MAINTAINER= koue@chaosophia.net +COMMENT= FastCGI interface for old CGI programs + +LICENSE= BSD3CLAUSE + +LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 + +WRKSRC= ${WRKDIR}/${GH_PROJECT}-${PORTVERSION}/src/usr.sbin/${GH_PROJECT} + +USE_GITHUB= yes +GH_ACCOUNT= koue +GH_PROJECT= slowcgi + +USES= uidfix +USE_RC_SUBR= slowcgi + +CFLAGS+= -Wall + +MAKE_ARGS+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man + +USERS= www +GROUPS= www + +PLIST_FILES= sbin/slowcgi \ + man/man8/slowcgi.8.gz + +.include Added: head/www/slowcgi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/slowcgi/distinfo Mon Jan 18 09:43:54 2016 (r406554) @@ -0,0 +1,2 @@ +SHA256 (koue-slowcgi-5.8.20160114_GH0.tar.gz) = 0355485d55a2e816664aad31172012630737c71423bc6c47c27a8e1cf8911a7b +SIZE (koue-slowcgi-5.8.20160114_GH0.tar.gz) = 10430 Added: head/www/slowcgi/files/slowcgi.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/slowcgi/files/slowcgi.in Mon Jan 18 09:43:54 2016 (r406554) @@ -0,0 +1,25 @@ +#!/bin/sh +# +# $FreeBSD$ +# +# PROVIDE: slowcgi +# REQUIRE: DAEMON +# BEFORE: LOGIN +# KEYWORD: shutdown + +# Add the following lines to /etc/rc.conf to enable slowcgi: +# slowcgi_enable="YES" +# slowcgi_flags="" + +. /etc/rc.subr + +name=slowcgi +rcvar=slowcgi_enable + +command="%%PREFIX%%/sbin/slowcgi" + +slowcgi_enable=${slowcgi_enable:-"NO"} +slowcgi_flags=${slowcgi_flags:-""} + +load_rc_config $name +run_rc_command "$1" Added: head/www/slowcgi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/slowcgi/pkg-descr Mon Jan 18 09:43:54 2016 (r406554) @@ -0,0 +1,5 @@ +slowcgi is a server which implements the FastCGI Protocol to execute CGI +scripts. FastCGI was designed to overcome the CGI protocol's scalability +and resource sharing limitations. + +WWW: https://github.com/koue/slowcgi From owner-svn-ports-head@freebsd.org Mon Jan 18 10:01:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69AACA85EDF; Mon, 18 Jan 2016 10:01:01 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 218141ECE; Mon, 18 Jan 2016 10:01:01 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0IA10IU005203; Mon, 18 Jan 2016 10:01:00 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IA10Qx005198; Mon, 18 Jan 2016 10:01:00 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201601181001.u0IA10Qx005198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Mon, 18 Jan 2016 10:01:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406555 - in head/databases/pgespresso: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 10:01:01 -0000 Author: matthew Date: Mon Jan 18 10:00:59 2016 New Revision: 406555 URL: https://svnweb.freebsd.org/changeset/ports/406555 Log: Apply patch from upstream GitHub to provide compile- and run-time compatibility with postgresql95 Obtained from: https://github.com/2ndquadrant-it/pgespresso/commit/7bedbfb894aedff8c08de85ede430a15a8888a0a Added: head/databases/pgespresso/files/ head/databases/pgespresso/files/patch-pgespresso.c (contents, props changed) Modified: head/databases/pgespresso/Makefile Modified: head/databases/pgespresso/Makefile ============================================================================== --- head/databases/pgespresso/Makefile Mon Jan 18 09:43:54 2016 (r406554) +++ head/databases/pgespresso/Makefile Mon Jan 18 10:00:59 2016 (r406555) @@ -1,8 +1,9 @@ -# Created by: MAtthew Seaman +# Created by: Matthew Seaman # $FreeBSD$ PORTNAME= pgespresso PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= matthew@FreeBSD.org Added: head/databases/pgespresso/files/patch-pgespresso.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pgespresso/files/patch-pgespresso.c Mon Jan 18 10:00:59 2016 (r406555) @@ -0,0 +1,42 @@ +--- pgespresso.c.orig 2014-04-11 10:46:36 UTC ++++ pgespresso.c +@@ -78,10 +78,38 @@ pgespresso_start_backup(PG_FUNCTION_ARGS + } + + /* ++ * Starting from 9.5 the do_pg_start_backup caller needs to allocate the ++ * 'pg_tblspc' directory and pass it as argument. ++ * ++ * Ref: http://git.postgresql.org/gitweb/?p=postgresql.git;h=72d422a ++ */ ++ #if PG_VERSION_NUM >= 90500 ++ { ++ DIR *dir; ++ ++ /* Make sure we can open the directory with ++ tablespaces in it */ ++ dir = AllocateDir("pg_tblspc"); ++ ++ if (!dir) ++ ereport(ERROR, ++ (errmsg("could not open directory \"%s\": %m", "pg_tblspc"))); ++ ++ /* ++ * We are not filling the tablespace map here. ++ * This means that on 9.5 the 'tablespace_map' file has to be ++ * generated by the invoker. ++ */ ++ do_pg_start_backup(backupidstr, fast, NULL, &labelfile, ++ dir, NULL, NULL, false, false); ++ ++ FreeDir(dir); ++ } ++ /* + * Starting from 9.3 the do_pg_start_backup returns the timeline ID + * in *starttli_p additional argument + */ +- #if PG_VERSION_NUM >= 90300 ++ #elif PG_VERSION_NUM >= 90300 + do_pg_start_backup(backupidstr, fast, NULL, &labelfile); + #else + do_pg_start_backup(backupidstr, fast, &labelfile); From owner-svn-ports-head@freebsd.org Mon Jan 18 10:13:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF887A86453; Mon, 18 Jan 2016 10:13:12 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x232.google.com (mail-pf0-x232.google.com [IPv6:2607:f8b0:400e:c00::232]) (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 C088014DC; Mon, 18 Jan 2016 10:13:12 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x232.google.com with SMTP id 65so155667964pff.2; Mon, 18 Jan 2016 02:13:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=TkldSfPqae7g2Z2V4d7hJhItdpVzW8zO4Z/hjcWnjEw=; b=xkobMZQyCe29OAGNGn+uakgzAUiXLK54uoqm7Et7pAm9KoTWAZBADjblveGhl1/5GE 3ymswmsULzlffj1dYwHKJnXK1E+kzLlhHDiN3B5RI5ezlwRvT3Xa2SW/c1e9GWxUc+Fn YSBDnlvRBtFp+NKKp8uPJP83nhQ9BmQBhn0M5nr77IOYIOI3kESt5ulveGIAdzd1G3B0 JzK7AquIkATxhbfjzHULAMJ9RzZsh2O4YUU3siNX6V7Bs5tpJW8rQOXztk5vJwPmZyh1 6HgOdPkqQan79cVbGE5iWDBwBv1ovgb2XQNwFzOVIaE7OueVAPbaOeV6NT+wv6bNutsV /BFg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:reply-to:subject:references:to:from :message-id:date:user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=TkldSfPqae7g2Z2V4d7hJhItdpVzW8zO4Z/hjcWnjEw=; b=GaFtb8JqTwenduotf89yh4UYa9jXkgC6ONKOxOakHD74oPkwEJpF/wPjX4dP+1iUc2 7zTy6Gov1sjC7qe4i8miKLzxW4VFGb3uhqv+wTStoOPOBgJru3kLSmHeroRM1NLt4buU 69XUWJz0NiUIVDxdRVOedTkc4Kh97CME6yf8Tc3/1x9hfRrxOlf0f4yK/8J5dxY3oEVf xsyOtG9siFSlcg9bDRmUfbvszluMjXVBM50iruOwytOM1zh9/HdxkF+s2hsRD8K/bJ+E T6KbpL2lkIJ/AiptGldeoCaTM2j2grRmEPd4gYZcofIAxO8Njs6fqLUAWRZCbW+KHdRF rAkQ== X-Gm-Message-State: AG10YOREq38cxSjCdxwxrarSxl+FXfELOKVySnbwrUBx4P3elscf4nHyvwvb0PI17HSyRw== X-Received: by 10.98.14.69 with SMTP id w66mr15003325pfi.144.1453111992274; Mon, 18 Jan 2016 02:13:12 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:357c:8dad:bf7:d993? (2001-44b8-31ae-7b01-357c-8dad-0bf7-d993.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:357c:8dad:bf7:d993]) by smtp.gmail.com with ESMTPSA id q27sm32745887pfi.80.2016.01.18.02.13.09 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 18 Jan 2016 02:13:11 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r406552 - head/sysutils/ansible/files References: <201601180707.u0I77Abg053456@repo.freebsd.org> To: Matthew Seaman , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <569CBAB1.30807@FreeBSD.org> Date: Mon, 18 Jan 2016 21:13:05 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Thunderbird/43.0 MIME-Version: 1.0 In-Reply-To: <201601180707.u0I77Abg053456@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 10:13:13 -0000 On 18/01/2016 6:07 PM, Matthew Seaman wrote: > If you have Python 3.x as the default, please set > ansible_python_interpreter=%%LOCALBASE%%/bin/python2 Is this supposed to read python3 ---------------------^ From owner-svn-ports-head@freebsd.org Mon Jan 18 10:33:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86C09A86DA9; Mon, 18 Jan 2016 10:33:04 +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 404881E6A; Mon, 18 Jan 2016 10:33:04 +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 u0IAX3b7014656; Mon, 18 Jan 2016 10:33:03 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IAX2NQ014652; Mon, 18 Jan 2016 10:33:02 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201601181033.u0IAX2NQ014652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 18 Jan 2016 10:33:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406556 - in head/devel/jam: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 10:33:04 -0000 Author: gahr Date: Mon Jan 18 10:33:02 2016 New Revision: 406556 URL: https://svnweb.freebsd.org/changeset/ports/406556 Log: devel/jam: update to 2.6, take maintainership Modified: head/devel/jam/Makefile head/devel/jam/distinfo head/devel/jam/files/patch-Jamfile head/devel/jam/files/patch-Makefile Modified: head/devel/jam/Makefile ============================================================================== --- head/devel/jam/Makefile Mon Jan 18 10:00:59 2016 (r406555) +++ head/devel/jam/Makefile Mon Jan 18 10:33:02 2016 (r406556) @@ -2,15 +2,13 @@ # $FreeBSD$ PORTNAME= jam -PORTVERSION= 2.5 -PORTREVISION= 2 +PORTVERSION= 2.6 CATEGORIES= devel -MASTER_SITES= ftp://ftp.perforce.com/jam/ +MASTER_SITES= https://swarm.workshop.perforce.com/projects/perforce_software-jam/download/main/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gahr@FreeBSD.org COMMENT= Build utility like make(1) -NO_WRKSUBDIR= yes USES= zip OPTIONS_DEFINE= DOCS Modified: head/devel/jam/distinfo ============================================================================== --- head/devel/jam/distinfo Mon Jan 18 10:00:59 2016 (r406555) +++ head/devel/jam/distinfo Mon Jan 18 10:33:02 2016 (r406556) @@ -1,2 +1,2 @@ -SHA256 (jam-2.5.zip) = 66b9b307d2f9217d476ec1437cdce8b3715b08f183bb32299c40b2ca265c0498 -SIZE (jam-2.5.zip) = 191864 +SHA256 (jam-2.6.zip) = 7c510be24dc9d0912886c4364dc17a013e042408386f6b937e30bd9928d5223c +SIZE (jam-2.6.zip) = 199995 Modified: head/devel/jam/files/patch-Jamfile ============================================================================== --- head/devel/jam/files/patch-Jamfile Mon Jan 18 10:00:59 2016 (r406555) +++ head/devel/jam/files/patch-Jamfile Mon Jan 18 10:33:02 2016 (r406556) @@ -1,5 +1,5 @@ ---- Jamfile.orig Thu Aug 19 15:19:29 2004 -+++ Jamfile Fri Aug 26 17:10:28 2005 +--- Jamfile.orig 2014-08-07 18:24:14 UTC ++++ Jamfile @@ -7,7 +7,7 @@ if $(VMS) { LOCATE_TARGET ?= [.binvms] ; } Modified: head/devel/jam/files/patch-Makefile ============================================================================== --- head/devel/jam/files/patch-Makefile Mon Jan 18 10:00:59 2016 (r406555) +++ head/devel/jam/files/patch-Makefile Mon Jan 18 10:33:02 2016 (r406556) @@ -1,5 +1,5 @@ ---- Makefile.orig Wed Apr 23 01:45:50 2003 -+++ Makefile Fri Aug 26 17:17:13 2005 +--- Makefile.orig 2014-08-07 18:24:14 UTC ++++ Makefile @@ -1,7 +1,5 @@ # Makefile for jam From owner-svn-ports-head@freebsd.org Mon Jan 18 10:44:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3409A87321; Mon, 18 Jan 2016 10:44:12 +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 8351A143C; Mon, 18 Jan 2016 10:44:12 +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 u0IAiB6A017548; Mon, 18 Jan 2016 10:44:11 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IAiBqJ017547; Mon, 18 Jan 2016 10:44:11 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601181044.u0IAiBqJ017547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 18 Jan 2016 10:44:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406557 - head/devel/gconf2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 10:44:12 -0000 Author: rakuco Date: Mon Jan 18 10:44:11 2016 New Revision: 406557 URL: https://svnweb.freebsd.org/changeset/ports/406557 Log: Remove reduntant line from pkg-descr. Modified: head/devel/gconf2/pkg-descr Modified: head/devel/gconf2/pkg-descr ============================================================================== --- head/devel/gconf2/pkg-descr Mon Jan 18 10:33:02 2016 (r406556) +++ head/devel/gconf2/pkg-descr Mon Jan 18 10:44:11 2016 (r406557) @@ -3,7 +3,6 @@ a simple way for applications and admini often GConf is used to store preferences for applications. Some of the features of GConf are: -GConf provides: * Documentation for each configuration key, so that administrators can better modify the value. From owner-svn-ports-head@freebsd.org Mon Jan 18 11:05:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B504A8787B; Mon, 18 Jan 2016 11:05:52 +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 D2DC41CFE; Mon, 18 Jan 2016 11:05:51 +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 u0IB5oJ9023476; Mon, 18 Jan 2016 11:05:50 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IB5oJ4023474; Mon, 18 Jan 2016 11:05:50 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201601181105.u0IB5oJ4023474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Mon, 18 Jan 2016 11:05:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406558 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 11:05:52 -0000 Author: vsevolod Date: Mon Jan 18 11:05:50 2016 New Revision: 406558 URL: https://svnweb.freebsd.org/changeset/ports/406558 Log: - Update to 1.1.0.b1 Modified: head/mail/rspamd-devel/Makefile head/mail/rspamd-devel/distinfo Modified: head/mail/rspamd-devel/Makefile ============================================================================== --- head/mail/rspamd-devel/Makefile Mon Jan 18 10:44:11 2016 (r406557) +++ head/mail/rspamd-devel/Makefile Mon Jan 18 11:05:50 2016 (r406558) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.1.0.a3.14012016 +PORTVERSION= 1.1.0.b1.18012016 CATEGORIES= mail PKGNAMESUFFIX= -devel @@ -21,7 +21,7 @@ RSPAMD_VERSION= 1.1.0 USE_GITHUB= yes GH_ACCOUNT= vstakhov GH_PROJECT= rspamd -GH_TAGNAME= 8803f26 +GH_TAGNAME= 2d96f87 OPTIONS_DEFINE= GPERF REDIRECTOR GPERF_DESC= google perf-tools profiling Modified: head/mail/rspamd-devel/distinfo ============================================================================== --- head/mail/rspamd-devel/distinfo Mon Jan 18 10:44:11 2016 (r406557) +++ head/mail/rspamd-devel/distinfo Mon Jan 18 11:05:50 2016 (r406558) @@ -1,2 +1,2 @@ -SHA256 (vstakhov-rspamd-1.1.0.a2.14012016-8803f26_GH0.tar.xz) = b0439360e61a9a184b10a26cd782e3903ce1940fb997a4610306ca5053eea71c -SIZE (vstakhov-rspamd-1.1.0.a2.14012016-8803f26_GH0.tar.xz) = 1647381 +SHA256 (vstakhov-rspamd-1.1.0.b1.18012016-2d96f87_GH0.tar.xz) = 269b1ef9db0012479f11607d46bd31198ed9cee2e9ce50ed6fee238efeacd89c +SIZE (vstakhov-rspamd-1.1.0.b1.18012016-2d96f87_GH0.tar.xz) = 1649294 From owner-svn-ports-head@freebsd.org Mon Jan 18 11:12:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54F58A87B61; Mon, 18 Jan 2016 11:12: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 21C6D10C4; Mon, 18 Jan 2016 11:12:38 +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 u0IBCbmL026350; Mon, 18 Jan 2016 11:12:37 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IBCbn3026349; Mon, 18 Jan 2016 11:12:37 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601181112.u0IBCbn3026349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 18 Jan 2016 11:12:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406559 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 11:12:38 -0000 Author: rakuco Date: Mon Jan 18 11:12:36 2016 New Revision: 406559 URL: https://svnweb.freebsd.org/changeset/ports/406559 Log: Remove "mode: Fundamental" from the Emacs mode line. There is no reason to see this file as a plain-text file since Emacs has a proper BSDmakefile (makefile-bsdmake-mode) mode. Approved by: gnome (kwm) Modified: head/Mk/bsd.gnome.mk Modified: head/Mk/bsd.gnome.mk ============================================================================== --- head/Mk/bsd.gnome.mk Mon Jan 18 11:05:50 2016 (r406558) +++ head/Mk/bsd.gnome.mk Mon Jan 18 11:12:36 2016 (r406559) @@ -1,4 +1,4 @@ -#-*- mode: Fundamental; tab-width: 4; -*- +#-*- tab-width: 4; -*- # ex:ts=4 # # $FreeBSD$ From owner-svn-ports-head@freebsd.org Mon Jan 18 11:19:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE003A87D4D; Mon, 18 Jan 2016 11:19:55 +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 AB3AD1294; Mon, 18 Jan 2016 11:19:55 +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 u0IBJs8K026683; Mon, 18 Jan 2016 11:19:54 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IBJsvG026681; Mon, 18 Jan 2016 11:19:54 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201601181119.u0IBJsvG026681@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Mon, 18 Jan 2016 11:19:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406560 - head/net/dpinger X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 11:19:56 -0000 Author: garga Date: Mon Jan 18 11:19:54 2016 New Revision: 406560 URL: https://svnweb.freebsd.org/changeset/ports/406560 Log: Update net/dpinger to 1.4 Modified: head/net/dpinger/Makefile head/net/dpinger/distinfo Modified: head/net/dpinger/Makefile ============================================================================== --- head/net/dpinger/Makefile Mon Jan 18 11:12:36 2016 (r406559) +++ head/net/dpinger/Makefile Mon Jan 18 11:19:54 2016 (r406560) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dpinger -PORTVERSION= 1.3 +PORTVERSION= 1.4 DISTVERSIONPREFIX= v CATEGORIES= net Modified: head/net/dpinger/distinfo ============================================================================== --- head/net/dpinger/distinfo Mon Jan 18 11:12:36 2016 (r406559) +++ head/net/dpinger/distinfo Mon Jan 18 11:19:54 2016 (r406560) @@ -1,2 +1,2 @@ -SHA256 (dennypage-dpinger-v1.3_GH0.tar.gz) = c089a2d4d35fffbab6b397eb760d9f7f1591371c27cdb31d39d4869984be6fdd -SIZE (dennypage-dpinger-v1.3_GH0.tar.gz) = 10155 +SHA256 (dennypage-dpinger-v1.4_GH0.tar.gz) = e98e13b4eaf244b0e07c9e957d5a917d846242d15db93ca6a3df929a101b86ae +SIZE (dennypage-dpinger-v1.4_GH0.tar.gz) = 10182 From owner-svn-ports-head@freebsd.org Mon Jan 18 11:23:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB8ACA87EF5; Mon, 18 Jan 2016 11:23: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 BD0C51611; Mon, 18 Jan 2016 11:23:37 +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 u0IBNa7b029504; Mon, 18 Jan 2016 11:23:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IBNaeH029503; Mon, 18 Jan 2016 11:23:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201601181123.u0IBNaeH029503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 18 Jan 2016 11:23:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406561 - head/devel/jtag X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 11:23:38 -0000 Author: amdmi3 Date: Mon Jan 18 11:23:36 2016 New Revision: 406561 URL: https://svnweb.freebsd.org/changeset/ports/406561 Log: - Add LICENSE_FILE - No need to run-depend on headers - Drop unneeded *FLAGS - Switch to options helpers Modified: head/devel/jtag/Makefile Modified: head/devel/jtag/Makefile ============================================================================== --- head/devel/jtag/Makefile Mon Jan 18 11:19:54 2016 (r406560) +++ head/devel/jtag/Makefile Mon Jan 18 11:23:36 2016 (r406561) @@ -11,19 +11,17 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Utility to work with JTAG-aware boards LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${OPENWINCE_INCLUDE_DEP}:${PORTSDIR}/devel/openwince-include -RUN_DEPENDS:= ${BUILD_DEPENDS} + +ONLY_FOR_ARCHS= i386 USES= readline tar:bzip2 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - PORTDOCS= * -ONLY_FOR_ARCHS= i386 OPENWINCE_INCLUDE=${LOCALBASE}/include/openwince OPENWINCE_INCLUDE_DEP=${OPENWINCE_INCLUDE}/common.h @@ -38,7 +36,7 @@ post-extract: "s,/usr/local/include/openwince,${OPENWINCE_INCLUDE}," \ ${WRKSRC}/configure -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} README TODO doc/internals.xml \ ${STAGEDIR}${DOCSDIR}) From owner-svn-ports-head@freebsd.org Mon Jan 18 11:37:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B15D6A8627C; Mon, 18 Jan 2016 11:37:40 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 699E41C4A; Mon, 18 Jan 2016 11:37:40 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0IBbd6c032490; Mon, 18 Jan 2016 11:37:39 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IBbdrX032488; Mon, 18 Jan 2016 11:37:39 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201601181137.u0IBbdrX032488@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Mon, 18 Jan 2016 11:37:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406562 - head/databases/pgbouncer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 11:37:40 -0000 Author: matthew Date: Mon Jan 18 11:37:39 2016 New Revision: 406562 URL: https://svnweb.freebsd.org/changeset/ports/406562 Log: Update to 1.7 - Adds the ability to connect via TLS PR: 206365 Submitted by: m.tsatsenko@gmail.com (maintainer) Modified: head/databases/pgbouncer/Makefile head/databases/pgbouncer/distinfo Modified: head/databases/pgbouncer/Makefile ============================================================================== --- head/databases/pgbouncer/Makefile Mon Jan 18 11:23:36 2016 (r406561) +++ head/databases/pgbouncer/Makefile Mon Jan 18 11:37:39 2016 (r406562) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pgbouncer -PORTVERSION= 1.6.1 +PORTVERSION= 1.7 CATEGORIES= databases MASTER_SITES= https://pgbouncer.github.io/downloads/files/${PORTVERSION}/ \ http://pgbouncer.github.io/downloads/files/${PORTVERSION}/ @@ -24,6 +24,7 @@ USE_RC_SUBR= pgbouncer GNU_CONFIGURE= yes USES= gmake +USE_OPENSSL= yes CONFIGURE_ARGS= --with-libevent=${LOCALBASE} --enable-evdns CONFIGURE_ENV+= PTHREAD_LIBS="-lpthread" @@ -40,6 +41,12 @@ PLIST_SUB+= PGBOUNCER_USER="${USERS}" \ PGBOUNCER_RUNDIR="${PGBOUNCER_RUNDIR}" SUB_LIST+= PGBOUNCER_RUNDIR="${PGBOUNCER_RUNDIR}" +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +WITH_OPENSSL_PORT= yes +.endif + post-patch: @${REINPLACE_CMD} -e "s|= pgbouncer.log|= ${PGBOUNCER_LOGDIR}/pgbouncer.log|g" \ -e "s|= pgbouncer.pid|= ${PGBOUNCER_RUNDIR}/pgbouncer.pid|g" \ @@ -58,4 +65,4 @@ do-install: @${MKDIR} ${STAGEDIR}${PGBOUNCER_RUNDIR} \ ${STAGEDIR}${PGBOUNCER_LOGDIR} -.include +.include Modified: head/databases/pgbouncer/distinfo ============================================================================== --- head/databases/pgbouncer/distinfo Mon Jan 18 11:23:36 2016 (r406561) +++ head/databases/pgbouncer/distinfo Mon Jan 18 11:37:39 2016 (r406562) @@ -1,2 +1,2 @@ -SHA256 (pgbouncer-1.6.1.tar.gz) = 40ff5cd84399b4da3ba864ad654fe155a0ed085261e68f3e31b1117812b17056 -SIZE (pgbouncer-1.6.1.tar.gz) = 431076 +SHA256 (pgbouncer-1.7.tar.gz) = a53fd6a3bc4c51a77cbf0437788b31015287c564427b2c3037a85e93f1500cea +SIZE (pgbouncer-1.7.tar.gz) = 459080 From owner-svn-ports-head@freebsd.org Mon Jan 18 11:54:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CAA0A86839; Mon, 18 Jan 2016 11:54:03 +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 5E0C31598; Mon, 18 Jan 2016 11:54:03 +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 u0IBs2ue038354; Mon, 18 Jan 2016 11:54:02 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IBs2oS038349; Mon, 18 Jan 2016 11:54:02 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201601181154.u0IBs2oS038349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 18 Jan 2016 11:54:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406563 - in head/accessibility: . py3-speech-dispatcher py3-speech-dispatcher/files speech-dispatcher X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 11:54:03 -0000 Author: kwm Date: Mon Jan 18 11:54:01 2016 New Revision: 406563 URL: https://svnweb.freebsd.org/changeset/ports/406563 Log: Split off the python bindings into it own slave port. They where not build by default and orca requires the bindings. Bump port revision just to be sure there will be no conflicts. PR: 205486 Approved by: maintainer (timeout 27 days) Added: head/accessibility/py3-speech-dispatcher/ - copied from r406562, head/accessibility/speech-dispatcher/ Deleted: head/accessibility/py3-speech-dispatcher/distinfo head/accessibility/py3-speech-dispatcher/files/ head/accessibility/py3-speech-dispatcher/pkg-descr Modified: head/accessibility/Makefile head/accessibility/py3-speech-dispatcher/Makefile head/accessibility/py3-speech-dispatcher/pkg-plist head/accessibility/speech-dispatcher/Makefile head/accessibility/speech-dispatcher/pkg-plist Modified: head/accessibility/Makefile ============================================================================== --- head/accessibility/Makefile Mon Jan 18 11:37:39 2016 (r406562) +++ head/accessibility/Makefile Mon Jan 18 11:54:01 2016 (r406563) @@ -32,6 +32,7 @@ SUBDIR += py-atspi SUBDIR += py-papi SUBDIR += py3-atspi + SUBDIR += py3-speech-dispatcher SUBDIR += qt4-accessible SUBDIR += redshift SUBDIR += rubygem-atk Modified: head/accessibility/py3-speech-dispatcher/Makefile ============================================================================== --- head/accessibility/speech-dispatcher/Makefile Mon Jan 18 11:37:39 2016 (r406562) +++ head/accessibility/py3-speech-dispatcher/Makefile Mon Jan 18 11:54:01 2016 (r406563) @@ -1,85 +1,16 @@ # $FreeBSD$ -PORTNAME= speech-dispatcher -PORTVERSION= 0.8.3 -CATEGORIES= accessibility audio -MASTER_SITES= http://devel.freebsoft.org/pub/projects/speechd/ - -MAINTAINER= avilla@FreeBSD.org -COMMENT= Common interface to speech synthesis - -LICENSE= GPLv2 LGPL21 -LICENSE_COMB= multi - -LIB_DEPENDS= libdotconf.so:${PORTSDIR}/devel/dotconf \ - libltdl.so:${PORTSDIR}/devel/libltdl \ - libsndfile.so:${PORTSDIR}/audio/libsndfile - -USE_GNOME= glib20 intltool -USES= alias gettext gmake pathfix pkgconfig libtool -GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -USE_LDCONFIG= yes -INSTALL_TARGET= install-strip - -ETCFILES= clients/emacs.conf modules/pico-generic.conf \ - modules/cicero.conf modules/dtk-generic.conf \ - modules/epos-generic.conf modules/espeak-generic.conf \ - modules/espeak-mbrola-generic.conf modules/espeak.conf \ - modules/festival.conf modules/flite.conf modules/ibmtts.conf \ - modules/ivona.conf modules/llia_phon-generic.conf \ - modules/swift-generic.conf speechd.conf - -PORTDOCS= ANNOUNCE AUTHORS ChangeLog FAQ NEWS README TODO - -INFO= spd-say speech-dispatcher speech-dispatcher-cs ssip - -OPTIONS_DEFINE= ALSA AO DOCS ESPEAK FESTIVAL FLITE NAS \ - PULSEAUDIO PYTHON -OPTIONS_DEFAULT=ESPEAK -OPTIONS_SUB= yes - -ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib -ALSA_CONFIGURE_WITH= alsa - -AO_LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao -AO_CONFIGURE_WITH= libao - -ESPEAK_DESC= eSpeak speech synthesizer support -ESPEAK_LIB_DEPENDS= libespeak.so:${PORTSDIR}/audio/espeak -ESPEAK_CONFIGURE_WITH= espeak - -FESTIVAL_DESC= Festival Speech Synthesis System support -FESTIVAL_RUN_DEPENDS= festival:${PORTSDIR}/audio/festival \ - ${LOCALBASE}/share/festival/lib/${PORTNAME}.scm:${PORTSDIR}/audio/festival-freebsoft-utils - -FLITE_DESC= Flite speech synthesis engine support -FLITE_LIB_DEPENDS= libflite.so:${PORTSDIR}/audio/flite -FLITE_CONFIGURE_WITH= flite - -NAS_LIB_DEPENDS= libaudio.so:${PORTSDIR}/audio/nas -NAS_CONFIGURE_WITH= nas - -PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio -PULSEAUDIO_CONFIGURE_WITH=pulse - -PYTHON_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py3-xdg -PYTHON_USES= python:3 -PYTHON_USE= PYTHON=py3kplist -PYTHON_CONFIGURE_ENABLE=python - -post-patch: - @${REINPLACE_CMD} -e '/SUBDIRS/ s/tests//' \ - ${WRKSRC}/src/Makefile.in - -post-install: -.for f in ${ETCFILES} - @${MV} ${STAGEDIR}${ETCDIR}/${f} ${STAGEDIR}${ETCDIR}/${f}.sample -.endfor - @${RM} -rf ${STAGEDIR}${DATADIR}/conf - @${RMDIR} ${STAGEDIR}${DATADIR} || ${TRUE} - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -.include +COMMENT= Common interface to speech synthesis python bindings + +SPEECH_SLAVE= yes + +MASTERDIR= ${.CURDIR}/../../accessibility/speech-dispatcher + +BUILD_WRKSRC= ${WRKSRC}/src/api/python +INSTALL_WRKSRC= ${WRKSRC}/src/api/python + +PLIST= ${.CURDIR}/pkg-plist + +.include "${MASTERDIR}/Makefile" Modified: head/accessibility/py3-speech-dispatcher/pkg-plist ============================================================================== --- head/accessibility/speech-dispatcher/pkg-plist Mon Jan 18 11:37:39 2016 (r406562) +++ head/accessibility/py3-speech-dispatcher/pkg-plist Mon Jan 18 11:54:01 2016 (r406563) @@ -1,70 +1,24 @@ -%%PYTHON%%bin/spd-conf -bin/spd-say -bin/spdsend -bin/speech-dispatcher -@sample %%ETCDIR%%/clients/emacs.conf.sample -@sample %%ETCDIR%%/modules/cicero.conf.sample -@sample %%ETCDIR%%/modules/dtk-generic.conf.sample -@sample %%ETCDIR%%/modules/epos-generic.conf.sample -@sample %%ETCDIR%%/modules/espeak-generic.conf.sample -@sample %%ETCDIR%%/modules/espeak-mbrola-generic.conf.sample -@sample %%ETCDIR%%/modules/espeak.conf.sample -@sample %%ETCDIR%%/modules/festival.conf.sample -@sample %%ETCDIR%%/modules/flite.conf.sample -@sample %%ETCDIR%%/modules/ibmtts.conf.sample -@sample %%ETCDIR%%/modules/ivona.conf.sample -@sample %%ETCDIR%%/modules/llia_phon-generic.conf.sample -@sample %%ETCDIR%%/modules/pico-generic.conf.sample -@sample %%ETCDIR%%/modules/swift-generic.conf.sample -@sample %%ETCDIR%%/speechd.conf.sample -include/speech-dispatcher/libspeechd.h -include/speech-dispatcher/libspeechd_version.h -include/speech-dispatcher/spd_audio_plugin.h -include/speech-dispatcher/speechd_defines.h -include/speech-dispatcher/speechd_types.h -lib/libspeechd.a -lib/libspeechd.so -lib/libspeechd.so.2 -lib/libspeechd.so.2.6.0 -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/__init__.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/__init__.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/__init__.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/_test.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/_test.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/_test.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/client.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/client.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/client.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/paths.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/paths.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/paths.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/__init__.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/__init__.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/__init__.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/config.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/config.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/config.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/paths.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/paths.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/paths.pyo -lib/speech-dispatcher-modules/sd_cicero -lib/speech-dispatcher-modules/sd_dummy -%%ESPEAK%%lib/speech-dispatcher-modules/sd_espeak -lib/speech-dispatcher-modules/sd_festival -%%FLITE%%lib/speech-dispatcher-modules/sd_flite -lib/speech-dispatcher-modules/sd_generic -%%ALSA%%lib/speech-dispatcher/spd_alsa.a -%%ALSA%%lib/speech-dispatcher/spd_alsa.so -%%AO%%lib/speech-dispatcher/spd_libao.a -%%AO%%lib/speech-dispatcher/spd_libao.so -%%NAS%%lib/speech-dispatcher/spd_nas.a -%%NAS%%lib/speech-dispatcher/spd_nas.so -lib/speech-dispatcher/spd_oss.a -lib/speech-dispatcher/spd_oss.so -%%PULSEAUDIO%%lib/speech-dispatcher/spd_pulse.a -%%PULSEAUDIO%%lib/speech-dispatcher/spd_pulse.so -libdata/pkgconfig/speech-dispatcher.pc -share/locale/cs/LC_MESSAGES/speech-dispatcher.mo -share/locale/hu/LC_MESSAGES/speech-dispatcher.mo -share/sounds/speech-dispatcher/dummy-message.wav -%%PYTHON%%share/sounds/speech-dispatcher/test.wav +bin/spd-conf +%%PYTHON_SITELIBDIR%%/speechd/__init__.py +%%PYTHON_SITELIBDIR%%/speechd/__pycache__/__init__.cpython-%%PYVER%%.pyc +%%PYTHON_SITELIBDIR%%/speechd/__pycache__/__init__.cpython-%%PYVER%%.pyo +%%PYTHON_SITELIBDIR%%/speechd/__pycache__/_test.cpython-%%PYVER%%.pyc +%%PYTHON_SITELIBDIR%%/speechd/__pycache__/_test.cpython-%%PYVER%%.pyo +%%PYTHON_SITELIBDIR%%/speechd/__pycache__/client.cpython-%%PYVER%%.pyc +%%PYTHON_SITELIBDIR%%/speechd/__pycache__/client.cpython-%%PYVER%%.pyo +%%PYTHON_SITELIBDIR%%/speechd/__pycache__/paths.cpython-%%PYVER%%.pyc +%%PYTHON_SITELIBDIR%%/speechd/__pycache__/paths.cpython-%%PYVER%%.pyo +%%PYTHON_SITELIBDIR%%/speechd/_test.py +%%PYTHON_SITELIBDIR%%/speechd/client.py +%%PYTHON_SITELIBDIR%%/speechd/paths.py +%%PYTHON_SITELIBDIR%%/speechd_config/__init__.py +%%PYTHON_SITELIBDIR%%/speechd_config/__pycache__/__init__.cpython-%%PYVER%%.pyc +%%PYTHON_SITELIBDIR%%/speechd_config/__pycache__/__init__.cpython-%%PYVER%%.pyo +%%PYTHON_SITELIBDIR%%/speechd_config/__pycache__/config.cpython-%%PYVER%%.pyc +%%PYTHON_SITELIBDIR%%/speechd_config/__pycache__/config.cpython-%%PYVER%%.pyo +%%PYTHON_SITELIBDIR%%/speechd_config/__pycache__/paths.cpython-%%PYVER%%.pyc +%%PYTHON_SITELIBDIR%%/speechd_config/__pycache__/paths.cpython-%%PYVER%%.pyo +%%PYTHON_SITELIBDIR%%/speechd_config/config.py +%%PYTHON_SITELIBDIR%%/speechd_config/paths.py +share/sounds/speech-dispatcher/test.wav +%%DATADIR%%/conf/desktop/speechd.desktop Modified: head/accessibility/speech-dispatcher/Makefile ============================================================================== --- head/accessibility/speech-dispatcher/Makefile Mon Jan 18 11:37:39 2016 (r406562) +++ head/accessibility/speech-dispatcher/Makefile Mon Jan 18 11:54:01 2016 (r406563) @@ -2,6 +2,7 @@ PORTNAME= speech-dispatcher PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= accessibility audio MASTER_SITES= http://devel.freebsoft.org/pub/projects/speechd/ @@ -23,6 +24,10 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes INSTALL_TARGET= install-strip +.if !defined(SPEECH_SLAVE) + +CONFIGURE_ARGS+=--disable-python + ETCFILES= clients/emacs.conf modules/pico-generic.conf \ modules/cicero.conf modules/dtk-generic.conf \ modules/epos-generic.conf modules/espeak-generic.conf \ @@ -35,8 +40,7 @@ PORTDOCS= ANNOUNCE AUTHORS ChangeLog FAQ INFO= spd-say speech-dispatcher speech-dispatcher-cs ssip -OPTIONS_DEFINE= ALSA AO DOCS ESPEAK FESTIVAL FLITE NAS \ - PULSEAUDIO PYTHON +OPTIONS_DEFINE= ALSA AO DOCS ESPEAK FESTIVAL FLITE NAS PULSEAUDIO OPTIONS_DEFAULT=ESPEAK OPTIONS_SUB= yes @@ -64,11 +68,6 @@ NAS_CONFIGURE_WITH= nas PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio PULSEAUDIO_CONFIGURE_WITH=pulse -PYTHON_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py3-xdg -PYTHON_USES= python:3 -PYTHON_USE= PYTHON=py3kplist -PYTHON_CONFIGURE_ENABLE=python - post-patch: @${REINPLACE_CMD} -e '/SUBDIRS/ s/tests//' \ ${WRKSRC}/src/Makefile.in @@ -82,4 +81,16 @@ post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + +.else + +USES+= python:3 +LIB_DEPENDS+= libspeechd.so:${PORTSDIR}/accessibility/speech-dispatcher +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py3-xdg + +USE_PYTHON= py3kplist +PLIST_SUB= PYVER=${PYTHON_VER:S|.||} + +.endif + .include Modified: head/accessibility/speech-dispatcher/pkg-plist ============================================================================== --- head/accessibility/speech-dispatcher/pkg-plist Mon Jan 18 11:37:39 2016 (r406562) +++ head/accessibility/speech-dispatcher/pkg-plist Mon Jan 18 11:54:01 2016 (r406563) @@ -1,4 +1,3 @@ -%%PYTHON%%bin/spd-conf bin/spd-say bin/spdsend bin/speech-dispatcher @@ -26,27 +25,6 @@ lib/libspeechd.a lib/libspeechd.so lib/libspeechd.so.2 lib/libspeechd.so.2.6.0 -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/__init__.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/__init__.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/__init__.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/_test.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/_test.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/_test.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/client.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/client.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/client.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/paths.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/paths.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/paths.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/__init__.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/__init__.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/__init__.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/config.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/config.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/config.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/paths.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/paths.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/paths.pyo lib/speech-dispatcher-modules/sd_cicero lib/speech-dispatcher-modules/sd_dummy %%ESPEAK%%lib/speech-dispatcher-modules/sd_espeak @@ -67,4 +45,3 @@ libdata/pkgconfig/speech-dispatcher.pc share/locale/cs/LC_MESSAGES/speech-dispatcher.mo share/locale/hu/LC_MESSAGES/speech-dispatcher.mo share/sounds/speech-dispatcher/dummy-message.wav -%%PYTHON%%share/sounds/speech-dispatcher/test.wav From owner-svn-ports-head@freebsd.org Mon Jan 18 11:55:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 371A5A868AD; Mon, 18 Jan 2016 11:55:53 +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 04B241761; Mon, 18 Jan 2016 11:55:52 +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 u0IBtpg9038532; Mon, 18 Jan 2016 11:55:51 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IBtpf5038531; Mon, 18 Jan 2016 11:55:51 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201601181155.u0IBtpf5038531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 18 Jan 2016 11:55:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406564 - head/accessibility/orca X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 11:55:53 -0000 Author: kwm Date: Mon Jan 18 11:55:51 2016 New Revision: 406564 URL: https://svnweb.freebsd.org/changeset/ports/406564 Log: Add dependancy to py3-speech-dispatcher Modified: head/accessibility/orca/Makefile Modified: head/accessibility/orca/Makefile ============================================================================== --- head/accessibility/orca/Makefile Mon Jan 18 11:54:01 2016 (r406563) +++ head/accessibility/orca/Makefile Mon Jan 18 11:55:51 2016 (r406564) @@ -3,6 +3,7 @@ PORTNAME= orca PORTVERSION= 3.16.3 +PORTREVISION= 1 CATEGORIES= accessibility gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,6 +17,7 @@ BUILD_DEPENDS= py3?-dbus>=0:${PORTSDIR}/ itstool:${PORTSDIR}/textproc/itstool LIB_DEPENDS= libatspi.so:${PORTSDIR}/accessibility/at-spi2-core RUN_DEPENDS= py3?-dbus>=0:${PORTSDIR}/devel/py3-dbus \ + py3?-speech-dispatcher>=0:${PORTSDIR}/accessibility/py3-speech-dispatcher \ py3?-atspi>=0:${PORTSDIR}/accessibility/py3-atspi \ py3?-xdg>=0:${PORTSDIR}/devel/py3-xdg \ py3?-cairo>=0:${PORTSDIR}/graphics/py3-cairo From owner-svn-ports-head@freebsd.org Mon Jan 18 12:50:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08D4FA87FBD; Mon, 18 Jan 2016 12:50:33 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF87D1EC3; Mon, 18 Jan 2016 12:50:32 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0ICoVPn053083; Mon, 18 Jan 2016 12:50:31 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0ICoV4k053081; Mon, 18 Jan 2016 12:50:31 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201601181250.u0ICoV4k053081@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 18 Jan 2016 12:50:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406565 - head/www/chromium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 12:50:33 -0000 Author: rene Date: Mon Jan 18 12:50:31 2016 New Revision: 406565 URL: https://svnweb.freebsd.org/changeset/ports/406565 Log: www/chromium: update to 47.0.2526.111 Submitted by: Christoph Moench-Tegeder MFH: 2016Q1 Modified: head/www/chromium/Makefile head/www/chromium/distinfo Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Mon Jan 18 11:55:51 2016 (r406564) +++ head/www/chromium/Makefile Mon Jan 18 12:50:31 2016 (r406565) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 47.0.2526.106 +PORTVERSION= 47.0.2526.111 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on Modified: head/www/chromium/distinfo ============================================================================== --- head/www/chromium/distinfo Mon Jan 18 11:55:51 2016 (r406564) +++ head/www/chromium/distinfo Mon Jan 18 12:50:31 2016 (r406565) @@ -1,4 +1,4 @@ -SHA256 (chromium-47.0.2526.106.tar.xz) = 64535073330a3d37aad228d10a15cdcbb5b389e59d079d1a3b22d023b99a58e6 -SIZE (chromium-47.0.2526.106.tar.xz) = 1433438428 -SHA256 (chromium-47.0.2526.106-testdata.tar.xz) = 327fe48a9611f55005654c49ce79349b1caed283fba2df6283ebdc486ce348b8 -SIZE (chromium-47.0.2526.106-testdata.tar.xz) = 117395412 +SHA256 (chromium-47.0.2526.111.tar.xz) = 179a9189634eb344078c5728fb429bc8581015437ff857261268ab7dbe093708 +SIZE (chromium-47.0.2526.111.tar.xz) = 394641184 +SHA256 (chromium-47.0.2526.111-testdata.tar.xz) = 7a014e11095749ea56683425baa3e7f5b1e6c8ae8cb5a572141e3ab570b8cf1a +SIZE (chromium-47.0.2526.111-testdata.tar.xz) = 117392528 From owner-svn-ports-head@freebsd.org Mon Jan 18 12:55:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3DB9A861A4; Mon, 18 Jan 2016 12:55:17 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82DCF125D; Mon, 18 Jan 2016 12:55:17 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0ICtGoZ055789; Mon, 18 Jan 2016 12:55:16 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0ICtGdW055788; Mon, 18 Jan 2016 12:55:16 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201601181255.u0ICtGdW055788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Mon, 18 Jan 2016 12:55:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406566 - head/security/certificate-transparency X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 12:55:17 -0000 Author: trasz Date: Mon Jan 18 12:55:16 2016 New Revision: 406566 URL: https://svnweb.freebsd.org/changeset/ports/406566 Log: Fix build. Sponsored by: The FreeBSD Foundation Modified: head/security/certificate-transparency/Makefile Modified: head/security/certificate-transparency/Makefile ============================================================================== --- head/security/certificate-transparency/Makefile Mon Jan 18 12:50:31 2016 (r406565) +++ head/security/certificate-transparency/Makefile Mon Jan 18 12:55:16 2016 (r406566) @@ -35,6 +35,7 @@ GH_PROJECT= certificate-transparency GH_TAGNAME= 7e1cf3b CPPFLAGS+= "-I${LOCALBASE}/include" +CPPFLAGS+= "-I${LOCALBASE}/include/evhtp" LDFLAGS+= "-L${LOCALBASE}/lib" .include From owner-svn-ports-head@freebsd.org Mon Jan 18 13:14:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34BA7A866B7; Mon, 18 Jan 2016 13:14:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 108561A7D; Mon, 18 Jan 2016 13:14:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0IDE2DZ061602; Mon, 18 Jan 2016 13:14:02 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IDE1Mj061600; Mon, 18 Jan 2016 13:14:01 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601181314.u0IDE1Mj061600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 18 Jan 2016 13:14:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406567 - head/databases/influxdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 13:14:03 -0000 Author: miwi Date: Mon Jan 18 13:14:01 2016 New Revision: 406567 URL: https://svnweb.freebsd.org/changeset/ports/406567 Log: - Update to 0.9.6.1 PR: 206366 Submitted by: maintainer Modified: head/databases/influxdb/Makefile head/databases/influxdb/distinfo Modified: head/databases/influxdb/Makefile ============================================================================== --- head/databases/influxdb/Makefile Mon Jan 18 12:55:16 2016 (r406566) +++ head/databases/influxdb/Makefile Mon Jan 18 13:14:01 2016 (r406567) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= influxdb -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.6.1 DISTVERSIONPREFIX= v CATEGORIES= databases net-mgmt @@ -31,6 +31,7 @@ GH_ACCOUNT= influxdb:DEFAULT \ golang:golang_protobuf,golang_snappy \ hashicorp:raft,raft_boltdb,go_msgpack \ influxdb:enterprise_client \ + influxdata:usage_client \ jwilder:encoding \ kimor79:gollectd \ peterh:liner \ @@ -43,14 +44,16 @@ GH_PROJECT= bolt:bolt crypto:crypto enco liner:liner log4go:log4go pat:pat pool:pool \ protobuf:gogo_protobuf protobuf:golang_protobuf \ raft-boltdb:raft_boltdb raft:raft ratecounter:ratecounter \ - snappy:golang_snappy, statik:statik toml:toml go-uuid:go_uuid + snappy:golang_snappy, statik:statik toml:toml go-uuid:go_uuid \ + usage-client:usage_client GH_TAGNAME= b34b35e:bolt 056c9bc:toml 1351f93:crypto 4d47685:liner \ 5c3c713:log4go 274df12:statik e492fd3:gogo_protobuf \ 61d0dee:gollectd 68415e7:golang_protobuf 06b6099:go_metrics \ b8a3500:pat cba550e:pool d1e82c1:raft_boltdb ed3ca8a:go_uuid \ d136cd1:raft fa3f638:go_msgpack 723cc1e:golang_snappy \ 9fc824c:go_collectd 86c69b3:go_bits 27cd597:go_bitstream \ - 07d88d4:encoding 25665cb:enterprise_client 5a11f58:ratecounter + 07d88d4:encoding 25665cb:enterprise_client 5a11f58:ratecounter \ + 475977e:usage_client SUB_FILES= influxd SUB_LIST+= INFLUXD_USER=${INFLUXD_USER} \ @@ -109,6 +112,7 @@ post-patch: @${MV} ${WRKSRC_crypto} ${WRKSRC}/src/golang.org/x/crypto @${MV} ${WRKSRC_encoding} ${WRKSRC}/src/github.com/jwilder/encoding @${MV} ${WRKSRC_enterprise_client} ${WRKSRC}/src/github.com/influxdb/enterprise-client + @${MV} ${WRKSRC_usage_client} ${WRKSRC}/src/github.com/influxdb/usage-client @${MV} ${WRKSRC_go_bits} ${WRKSRC}/src/github.com/dgryski/go-bits @${MV} ${WRKSRC_go_bitstream} ${WRKSRC}/src/github.com/dgryski/go-bitstream @${MV} ${WRKSRC_go_collectd}/api ${WRKSRC}/src/collectd.org/api Modified: head/databases/influxdb/distinfo ============================================================================== --- head/databases/influxdb/distinfo Mon Jan 18 12:55:16 2016 (r406566) +++ head/databases/influxdb/distinfo Mon Jan 18 13:14:01 2016 (r406567) @@ -1,5 +1,5 @@ -SHA256 (influxdb-influxdb-v0.9.6_GH0.tar.gz) = c782d03b3ce3a0b2512277225b3163f82fd3fd28356c06a592690e56f6cb8580 -SIZE (influxdb-influxdb-v0.9.6_GH0.tar.gz) = 1135911 +SHA256 (influxdb-influxdb-v0.9.6.1_GH0.tar.gz) = 4e5e2a83f885d1c531ea538397cef1de94717eab02c7e589b9696f22dd65d3e2 +SIZE (influxdb-influxdb-v0.9.6.1_GH0.tar.gz) = 1134698 SHA256 (alecthomas-log4go-5c3c713_GH0.tar.gz) = ea492017025d02f1204ba744fc01130b547da7e07b661598cac83a3ca63c6255 SIZE (alecthomas-log4go-5c3c713_GH0.tar.gz) = 16187 SHA256 (armon-go-metrics-06b6099_GH0.tar.gz) = 9536fa2418200cc060edeb24fa3c778abbed7dfce626784663aa39b411477a8a @@ -36,6 +36,8 @@ SHA256 (hashicorp-go-msgpack-fa3f638_GH0 SIZE (hashicorp-go-msgpack-fa3f638_GH0.tar.gz) = 49496 SHA256 (influxdb-enterprise-client-25665cb_GH0.tar.gz) = 867a109025936d030b1d43e35df4e88ed7a9f267c8bf33b5e110293f6c7ef694 SIZE (influxdb-enterprise-client-25665cb_GH0.tar.gz) = 6531 +SHA256 (influxdata-usage-client-475977e_GH0.tar.gz) = b62bc789b1e508b3904a9514705d0d5c362e9788028eeab97c588927a94d59f7 +SIZE (influxdata-usage-client-475977e_GH0.tar.gz) = 6620 SHA256 (jwilder-encoding-07d88d4_GH0.tar.gz) = c061d88b954e13a5c1c74b964e9b56c9a670f3f3ec8c8f563827f5323b8e2ae7 SIZE (jwilder-encoding-07d88d4_GH0.tar.gz) = 9462 SHA256 (kimor79-gollectd-61d0dee_GH0.tar.gz) = 217d827fb26d1cf7b1fa3bae7fa51fc5b25ff2141151ffa7d328d015cd4fb498 From owner-svn-ports-head@freebsd.org Mon Jan 18 13:14:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED855A8670E; Mon, 18 Jan 2016 13:14:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A79D71B9F; Mon, 18 Jan 2016 13:14:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0IDErYc061770; Mon, 18 Jan 2016 13:14:53 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IDEreW061767; Mon, 18 Jan 2016 13:14:53 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601181314.u0IDEreW061767@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 18 Jan 2016 13:14:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406568 - head/net-mgmt/lldpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 13:14:55 -0000 Author: miwi Date: Mon Jan 18 13:14:53 2016 New Revision: 406568 URL: https://svnweb.freebsd.org/changeset/ports/406568 Log: - Update to 0.9.0 PR: 206361 Submitted by: maintainer Modified: head/net-mgmt/lldpd/Makefile head/net-mgmt/lldpd/distinfo head/net-mgmt/lldpd/pkg-plist Modified: head/net-mgmt/lldpd/Makefile ============================================================================== --- head/net-mgmt/lldpd/Makefile Mon Jan 18 13:14:01 2016 (r406567) +++ head/net-mgmt/lldpd/Makefile Mon Jan 18 13:14:53 2016 (r406568) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lldpd -PORTVERSION= 0.7.19 +PORTVERSION= 0.9.0 CATEGORIES= net-mgmt MASTER_SITES= http://media.luffy.cx/files/${PORTNAME}/ \ http://mirror.1labs.ch/${PORTNAME}/ @@ -30,18 +30,20 @@ INSTALL_TARGET= install-strip USERS= _lldpd GROUPS= _lldpd -OPTIONS_DEFINE= BASH DOCS DTRACE JSON PROPRIETARY READLINE SNMP XML ZSH +OPTIONS_DEFINE= BASH DOCS DTRACE JSON PIE PROPRIETARY READLINE SNMP XML ZSH OPTIONS_DEFAULT= BASH JSON PROPRIETARY SNMP XML OPTIONS_SUB= yes DTRACE_DESC= DTrace support JSON_DESC= JSON output support +PIE_DESC= Build PIE (position independant executables) PROPRIETARY_DESC= Support proprietary protocols (CDP/EDP/FDP/SONMP) SNMP_DESC= Enable the use of SNMP XML_DESC= XML output support DTRACE_CONFIGURE_ENABLE= dtrace JSON_CONFIGURE_WITH= json +PIE_CONFIGURE_ENABLE= pie READLINE_CONFIGURE_WITH= readline SNMP_CONFIGURE_WITH= snmp XML_CONFIGURE_WITH= xml Modified: head/net-mgmt/lldpd/distinfo ============================================================================== --- head/net-mgmt/lldpd/distinfo Mon Jan 18 13:14:01 2016 (r406567) +++ head/net-mgmt/lldpd/distinfo Mon Jan 18 13:14:53 2016 (r406568) @@ -1,2 +1,2 @@ -SHA256 (lldpd-0.7.19.tar.gz) = aac11cb1fdc037709517372c70c9bf89c752ab8e5eaab9ce140b84ed5a0507c8 -SIZE (lldpd-0.7.19.tar.gz) = 1656294 +SHA256 (lldpd-0.9.0.tar.gz) = 300e4a590f7bf21c79d5ff94c2d6a69d0b2c34dbc21e17281496462a04ca80bc +SIZE (lldpd-0.9.0.tar.gz) = 1567843 Modified: head/net-mgmt/lldpd/pkg-plist ============================================================================== --- head/net-mgmt/lldpd/pkg-plist Mon Jan 18 13:14:01 2016 (r406567) +++ head/net-mgmt/lldpd/pkg-plist Mon Jan 18 13:14:53 2016 (r406568) @@ -4,7 +4,7 @@ include/lldpctl.h lib/liblldpctl.a lib/liblldpctl.so lib/liblldpctl.so.4 -lib/liblldpctl.so.4.7.0 +lib/liblldpctl.so.4.8.0 libdata/pkgconfig/lldpctl.pc man/man8/lldpcli.8.gz man/man8/lldpctl.8.gz From owner-svn-ports-head@freebsd.org Mon Jan 18 13:16:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5FEFA867AD; Mon, 18 Jan 2016 13:16:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7F461CC2; Mon, 18 Jan 2016 13:16:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0IDGIYb061958; Mon, 18 Jan 2016 13:16:18 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IDGIH7061955; Mon, 18 Jan 2016 13:16:18 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601181316.u0IDGIH7061955@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 18 Jan 2016 13:16:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406569 - head/textproc/cmark X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 13:16:19 -0000 Author: miwi Date: Mon Jan 18 13:16:18 2016 New Revision: 406569 URL: https://svnweb.freebsd.org/changeset/ports/406569 Log: - Update to 0.24.1 PR: 206364 Submitted by: maintainer Modified: head/textproc/cmark/Makefile head/textproc/cmark/distinfo head/textproc/cmark/pkg-plist Modified: head/textproc/cmark/Makefile ============================================================================== --- head/textproc/cmark/Makefile Mon Jan 18 13:14:53 2016 (r406568) +++ head/textproc/cmark/Makefile Mon Jan 18 13:16:18 2016 (r406569) @@ -2,13 +2,14 @@ # $FreeBSD$ PORTNAME= cmark -PORTVERSION= 0.23.0 +PORTVERSION= 0.24.1 CATEGORIES= textproc MAINTAINER= t@tobik.me COMMENT= CommonMark parsing and rendering library and program in C LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= jgm Modified: head/textproc/cmark/distinfo ============================================================================== --- head/textproc/cmark/distinfo Mon Jan 18 13:14:53 2016 (r406568) +++ head/textproc/cmark/distinfo Mon Jan 18 13:16:18 2016 (r406569) @@ -1,2 +1,2 @@ -SHA256 (jgm-cmark-0.23.0_GH0.tar.gz) = 87d289965066fce7be247d44c0304af1b20817dcc1b563702302ae33f2be0596 -SIZE (jgm-cmark-0.23.0_GH0.tar.gz) = 216619 +SHA256 (jgm-cmark-0.24.1_GH0.tar.gz) = 7566d307ffff07567faa0381b248f60164eddcc0e0f5eb6e27d6f58e1269ab2a +SIZE (jgm-cmark-0.24.1_GH0.tar.gz) = 205568 Modified: head/textproc/cmark/pkg-plist ============================================================================== --- head/textproc/cmark/pkg-plist Mon Jan 18 13:14:53 2016 (r406568) +++ head/textproc/cmark/pkg-plist Mon Jan 18 13:16:18 2016 (r406569) @@ -4,7 +4,7 @@ include/cmark_export.h include/cmark_version.h lib/libcmark.a lib/libcmark.so -lib/libcmark.so.0.23.0 +lib/libcmark.so.0.24.1 libdata/pkgconfig/libcmark.pc man/man1/cmark.1.gz man/man3/cmark.3.gz From owner-svn-ports-head@freebsd.org Mon Jan 18 13:16:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 731A4A867FB; Mon, 18 Jan 2016 13:16:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 315D51DBA; Mon, 18 Jan 2016 13:16:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0IDGulp062116; Mon, 18 Jan 2016 13:16:56 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IDGt0n062113; Mon, 18 Jan 2016 13:16:55 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601181316.u0IDGt0n062113@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 18 Jan 2016 13:16:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406570 - in head/multimedia/nordlicht: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 13:16:57 -0000 Author: miwi Date: Mon Jan 18 13:16:55 2016 New Revision: 406570 URL: https://svnweb.freebsd.org/changeset/ports/406570 Log: - Update to 0.4.3 PR: 206363 Submitted by: maintainer Modified: head/multimedia/nordlicht/Makefile head/multimedia/nordlicht/distinfo head/multimedia/nordlicht/files/patch-CMakeLists.txt Modified: head/multimedia/nordlicht/Makefile ============================================================================== --- head/multimedia/nordlicht/Makefile Mon Jan 18 13:16:18 2016 (r406569) +++ head/multimedia/nordlicht/Makefile Mon Jan 18 13:16:55 2016 (r406570) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nordlicht -PORTVERSION= 0.4.2 +PORTVERSION= 0.4.3 DISTVERSIONPREFIX= v CATEGORIES= multimedia @@ -10,6 +10,7 @@ MAINTAINER= t@tobik.me COMMENT= Create moodbars from video files LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ Modified: head/multimedia/nordlicht/distinfo ============================================================================== --- head/multimedia/nordlicht/distinfo Mon Jan 18 13:16:18 2016 (r406569) +++ head/multimedia/nordlicht/distinfo Mon Jan 18 13:16:55 2016 (r406570) @@ -1,2 +1,2 @@ -SHA256 (nordlicht-nordlicht-v0.4.2_GH0.tar.gz) = 83260154d7d66d24486d0161d6635b755d913e26b15a82f4213640087c7a1dda -SIZE (nordlicht-nordlicht-v0.4.2_GH0.tar.gz) = 37681 +SHA256 (nordlicht-nordlicht-v0.4.3_GH0.tar.gz) = eaca9363ff9ec145d8ab88eb28a9fc932c83f87977455ae664eb1d08c6dd7a0b +SIZE (nordlicht-nordlicht-v0.4.3_GH0.tar.gz) = 40240 Modified: head/multimedia/nordlicht/files/patch-CMakeLists.txt ============================================================================== --- head/multimedia/nordlicht/files/patch-CMakeLists.txt Mon Jan 18 13:16:18 2016 (r406569) +++ head/multimedia/nordlicht/files/patch-CMakeLists.txt Mon Jan 18 13:16:55 2016 (r406570) @@ -1,13 +1,13 @@ ---- CMakeLists.txt.orig 2015-12-30 13:35:04 UTC +--- CMakeLists.txt.orig 2016-01-18 08:59:14 UTC +++ CMakeLists.txt -@@ -39,8 +39,8 @@ add_custom_command(TARGET nordlicht POST - install(TARGETS libnordlicht DESTINATION ${LIB_INSTALL_DIR}) - install(TARGETS nordlicht DESTINATION bin) +@@ -49,8 +49,8 @@ install(TARGETS nordlicht DESTINATION bi install(FILES nordlicht.h DESTINATION include) --install(FILES ${CMAKE_BINARY_DIR}/nordlicht.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig) --install(FILES ${CMAKE_BINARY_DIR}/nordlicht.1 DESTINATION share/man/man1) -+install(FILES ${CMAKE_BINARY_DIR}/nordlicht.pc DESTINATION libdata/pkgconfig) -+install(FILES ${CMAKE_BINARY_DIR}/nordlicht.1 DESTINATION man/man1) + + if (NOT WIN32) +- install(FILES ${CMAKE_BINARY_DIR}/nordlicht.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig) +- install(FILES ${CMAKE_BINARY_DIR}/nordlicht.1 DESTINATION share/man/man1) ++ install(FILES ${CMAKE_BINARY_DIR}/nordlicht.pc DESTINATION libdata/pkgconfig) ++ install(FILES ${CMAKE_BINARY_DIR}/nordlicht.1 DESTINATION man/man1) + endif() add_custom_target(check testsuite) - add_custom_target(download_testfile ${CMAKE_COMMAND} -P ${CMAKE_SOURCE_DIR}/cmake/download_testfile.cmake) From owner-svn-ports-head@freebsd.org Mon Jan 18 13:18:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72BA9A868F2; Mon, 18 Jan 2016 13:18: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 44DD21F45; Mon, 18 Jan 2016 13:18:46 +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 u0IDIjlx062297; Mon, 18 Jan 2016 13:18:45 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IDIjcj062295; Mon, 18 Jan 2016 13:18:45 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201601181318.u0IDIjcj062295@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 18 Jan 2016 13:18:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406571 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 13:18:46 -0000 Author: mat Date: Mon Jan 18 13:18:45 2016 New Revision: 406571 URL: https://svnweb.freebsd.org/changeset/ports/406571 Log: Update to v5.23.6-113-gdff8a39. Changes: https://github.com/Perl/perl5/compare/v5.23.6-106-g0224bf4...v5.23.6-113-gdff8a39 Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile head/lang/perl5-devel/distinfo Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Jan 18 13:16:55 2016 (r406570) +++ head/lang/perl5-devel/Makefile Mon Jan 18 13:18:45 2016 (r406571) @@ -29,7 +29,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_J USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.23.6-106-g0224bf4 +GH_TAGNAME= v5.23.6-113-gdff8a39 OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \ MULTIPLICITY SITECUSTOMIZE Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon Jan 18 13:16:55 2016 (r406570) +++ head/lang/perl5-devel/distinfo Mon Jan 18 13:18:45 2016 (r406571) @@ -1,2 +1,2 @@ -SHA256 (perl/perl-5.23.6-106_GH0.tar.gz) = 88d421b74bb095831c05734fad610a13f85c59ebc8f9c1cedcabade2de4e29e4 -SIZE (perl/perl-5.23.6-106_GH0.tar.gz) = 17694522 +SHA256 (perl/perl-5.23.6-113_GH0.tar.gz) = f86d035b8778fa0fa444f95b7f9ac8b230bf119eade0bd3aa95cfbc816334f42 +SIZE (perl/perl-5.23.6-113_GH0.tar.gz) = 17656645 From owner-svn-ports-head@freebsd.org Mon Jan 18 13:31:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7ABD1A86D96; Mon, 18 Jan 2016 13:31:01 +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 485D0153B; Mon, 18 Jan 2016 13:31:01 +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 u0IDV0GR065274; Mon, 18 Jan 2016 13:31:00 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IDV0tW065272; Mon, 18 Jan 2016 13:31:00 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201601181331.u0IDV0tW065272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 18 Jan 2016 13:31:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406572 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 13:31:01 -0000 Author: danilo Date: Mon Jan 18 13:30:59 2016 New Revision: 406572 URL: https://svnweb.freebsd.org/changeset/ports/406572 Log: - Update to 1.3.7 Modified: head/graphics/gscan2pdf/Makefile head/graphics/gscan2pdf/distinfo Modified: head/graphics/gscan2pdf/Makefile ============================================================================== --- head/graphics/gscan2pdf/Makefile Mon Jan 18 13:18:45 2016 (r406571) +++ head/graphics/gscan2pdf/Makefile Mon Jan 18 13:30:59 2016 (r406572) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gscan2pdf -PORTVERSION= 1.3.6 +PORTVERSION= 1.3.7 CATEGORIES= graphics MASTER_SITES= SF Modified: head/graphics/gscan2pdf/distinfo ============================================================================== --- head/graphics/gscan2pdf/distinfo Mon Jan 18 13:18:45 2016 (r406571) +++ head/graphics/gscan2pdf/distinfo Mon Jan 18 13:30:59 2016 (r406572) @@ -1,2 +1,2 @@ -SHA256 (gscan2pdf-1.3.6.tar.xz) = 1dfbdd2413884c1983a1cc689384d0c80404a0a6912ac3bd0691ee350eb58105 -SIZE (gscan2pdf-1.3.6.tar.xz) = 367760 +SHA256 (gscan2pdf-1.3.7.tar.xz) = c70d1edc79767422e887baec223e4aee8842959b886e921d98188040f3ab4079 +SIZE (gscan2pdf-1.3.7.tar.xz) = 369092 From owner-svn-ports-head@freebsd.org Mon Jan 18 14:04:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20D7DA87828; Mon, 18 Jan 2016 14:04:46 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D32801529; Mon, 18 Jan 2016 14:04:45 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0IE4iXP076642; Mon, 18 Jan 2016 14:04:44 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IE4iRv076640; Mon, 18 Jan 2016 14:04:44 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201601181404.u0IE4iRv076640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 18 Jan 2016 14:04:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406573 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 14:04:46 -0000 Author: junovitch Date: Mon Jan 18 14:04:44 2016 New Revision: 406573 URL: https://svnweb.freebsd.org/changeset/ports/406573 Log: Document go information disclosure vulnerability Security: CVE-2015-8618 Security: https://vuxml.FreeBSD.org/freebsd/6809c6db-bdeb-11e5-b5fe-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jan 18 13:30:59 2016 (r406572) +++ head/security/vuxml/vuln.xml Mon Jan 18 14:04:44 2016 (r406573) @@ -58,6 +58,55 @@ Notes: --> + + go -- information disclosure vulnerability + + + go + 1.5,11.5.3,1 + + + + +

Jason Buberel reports:

+
+

A security-related issue has been reported in Go's math/big + package. The issue was introduced in Go 1.5. We recommend that all + users upgrade to Go 1.5.3, which fixes the issue. Go programs must + be recompiled with Go 1.5.3 in order to receive the fix.

+

The Go team would like to thank Nick Craig-Wood for identifying the + issue.

+

This issue can affect RSA computations in crypto/rsa, which is used + by crypto/tls. TLS servers on 32-bit systems could plausibly leak + their RSA private key due to this issue. Other protocol + implementations that create many RSA signatures could also be + impacted in the same way.

+

Specifically, incorrect results in one part of the RSA Chinese + Remainder computation can cause the result to be incorrect in such a + way that it leaks one of the primes. While RSA blinding should + prevent an attacker from crafting specific inputs that trigger the + bug, on 32-bit systems the bug can be expected to occur at random + around one in 2^26 times. Thus collecting around 64 million + signatures (of known data) from an affected server should be enough + to extract the private key used.

+

On 64-bit systems, the frequency of the bug is so low (less than + one in 2^50) that it would be very difficult to exploit. + Nonetheless, everyone is strongly encouraged to upgrade.

+
+ +
+ + CVE-2015-8618 + http://www.openwall.com/lists/oss-security/2016/01/13/7 + https://go-review.googlesource.com/#/c/17672/ + https://go-review.googlesource.com/#/c/18491/ + + + 2016-01-13 + 2016-01-18 + +
+ isc-dhcpd -- Denial of Service From owner-svn-ports-head@freebsd.org Mon Jan 18 14:10:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00D22A879EA; Mon, 18 Jan 2016 14:10:45 +0000 (UTC) (envelope-from junovitch@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 EA58918C2; Mon, 18 Jan 2016 14:10:44 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from Silverstone.nc-us.unovitch.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 596C81973; Mon, 18 Jan 2016 14:10:44 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Date: Mon, 18 Jan 2016 09:10:44 -0500 From: Jason Unovitch To: Julien Laffaye Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r406071 - head/lang/go Message-ID: <20160118141044.GB18741@Silverstone.nc-us.unovitch.com> References: <201601132211.u0DMB672024638@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed In-Reply-To: <201601132211.u0DMB672024638@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 14:10:45 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On Wed, Jan 13, 2016 at 10:11:06PM +0000, Julien Laffaye wrote: > Author: jlaffaye > Date: Wed Jan 13 22:11:05 2016 > New Revision: 406071 > URL: https://svnweb.freebsd.org/changeset/ports/406071 > > Log: > - Update to 1.5.3 > Julien, Looks like this this would need to MFH. Any thoughts on the best way to handle the language from the announcement? Should we bump PORTREVISION on some/all Go programs to meet the "must be recompiled with Go 1.5.3 in order to receive the fix". http://www.openwall.com/lists/oss-security/2016/01/13/7 "A security-related issue has been reported in Go's math/big package. The issue was introduced in Go 1.5. We recommend that all users upgrade to Go 1.5.3, which fixes the issue. Go programs must be recompiled with Go 1.5.3 in order to receive the fix." -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJWnPJjXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ0NURGNTQ1OTkzQkJFMzc3OTNDQUNERUU2 RkQ0OUMzMDE2MUNBQTZFAAoJEG/UnDAWHKpum00IAKa7XCcrBSFkRG3xAcpagaIp IE18LVToAjs4PVeLWOaIbbEuimCZdKG5hI+CwloMiWJDu0uAe2+RmA0SPqX92WbL Wumyqet4vVH6HQTHxw/bq/nJcjdogcwVOOadj8qcSHfpNJmazCDjCvBs5dM4exac 5M85zfu74STjzkZVSGLCSo/HHj2jyvRIPUu33DqZgntKw3MjDGUPkTEl94EoSNZt JQi9vB4ihvf+crKZ4B1Pdqs/syfrNGMk9MEg27aeP7nuZTeSJVaxW+YWAgnSJeLV ws2WDAbpGQqf9/gqqZzxqrKO/B2KifQj17p8exYmsazLBHOIR9ZMiGG2hjLFfYs= =Tppc -----END PGP SIGNATURE----- From owner-svn-ports-head@freebsd.org Mon Jan 18 14:24:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0652CA87F72; Mon, 18 Jan 2016 14:24:01 +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 CC56F1520; Mon, 18 Jan 2016 14:24:00 +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 u0IENx2x082675; Mon, 18 Jan 2016 14:23:59 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IENxMW082673; Mon, 18 Jan 2016 14:23:59 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601181423.u0IENxMW082673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 18 Jan 2016 14:23:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406575 - in head/net: isc-dhcp41-server isc-dhcp42-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 14:24:01 -0000 Author: feld Date: Mon Jan 18 14:23:59 2016 New Revision: 406575 URL: https://svnweb.freebsd.org/changeset/ports/406575 Log: net/isc-dhcp41-server & isc-dhcp42-server: Fix expiration Should be EXPIRATION_DATE not EXPIRES Pointyhat: me Keen eye: danfe Modified: head/net/isc-dhcp41-server/Makefile head/net/isc-dhcp42-server/Makefile Modified: head/net/isc-dhcp41-server/Makefile ============================================================================== --- head/net/isc-dhcp41-server/Makefile Mon Jan 18 14:14:55 2016 (r406574) +++ head/net/isc-dhcp41-server/Makefile Mon Jan 18 14:23:59 2016 (r406575) @@ -21,7 +21,7 @@ PORTREVISION_CLIENT= 3 PORTREVISION_RELAY= 6 DEPRECATED= isc-dhcp 4.1 is now End of Life -EXPIRES= 2016-03-01 +EXPIRATION_DATE= 2016-03-01 SUBSYS?= server WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}-${PATCHLEVEL} Modified: head/net/isc-dhcp42-server/Makefile ============================================================================== --- head/net/isc-dhcp42-server/Makefile Mon Jan 18 14:14:55 2016 (r406574) +++ head/net/isc-dhcp42-server/Makefile Mon Jan 18 14:23:59 2016 (r406575) @@ -23,7 +23,7 @@ PORTREVISION_CLIENT= 0 PORTREVISION_RELAY= 0 DEPRECATED= isc-dhcp 4.2 is End of Life -EXPIRES= 2016-03-01 +EXPIRATION_DATE= 2016-03-01 SUBSYS?= server #WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}-${PATCHLEVEL} From owner-svn-ports-head@freebsd.org Mon Jan 18 14:24:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85FBDA87FA6 for ; Mon, 18 Jan 2016 14:24:32 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F7C0161E for ; Mon, 18 Jan 2016 14:24:32 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id CCBEF2082C for ; Mon, 18 Jan 2016 09:24:25 -0500 (EST) Received: from web6 ([10.202.2.216]) by compute1.internal (MEProxy); Mon, 18 Jan 2016 09:24:25 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=10nky5HZIyaNgXH b85gssmqMrtA=; b=f4GfXH+IChsxjXm61GVDQqU3wusAsRv9BQmJEC9RKIBB2bH Tp2aBJ90mG9tu9xdoY4EO4PCz+7EnPwR3Q3h+grUtJjf2LzDLzLsoArlKJA15ZZN MOttHzI9ejBsgKSLcw3kFgIHLMspak97Iz+bE2Q0pp65bgHEjCxQT7U+cofU= Received: by web6.nyi.internal (Postfix, from userid 99) id A123251AD2; Mon, 18 Jan 2016 09:24:25 -0500 (EST) Message-Id: <1453127065.231318.495260394.0351D392@webmail.messagingengine.com> X-Sasl-Enc: xcPe8mBxhvyN15K3bKIUhBlfi4Vwd/35QClbcnNhQJrb 1453127065 From: Mark Felder To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-6cda141f Subject: Re: svn commit: r406527 - in head/net/isc-dhcp41-server: . files Date: Mon, 18 Jan 2016 08:24:25 -0600 In-Reply-To: <20160118011957.GA96733@FreeBSD.org> References: <201601171902.u0HJ2xUg033172@repo.freebsd.org> <20160118011957.GA96733@FreeBSD.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 14:24:32 -0000 On Sun, Jan 17, 2016, at 19:19, Alexey Dokuchaev wrote: > On Sun, Jan 17, 2016 at 07:02:59PM +0000, Mark Felder wrote: > > New Revision: 406527 > > URL: https://svnweb.freebsd.org/changeset/ports/406527 > > > > Log: > > net/isc-dhcp41-server: Update to 4.1-ESV-R12-P1 > > > > This fixes CVE-2015-8605. > > > > Mark DEPRECATED and provide EXPIRES to coincide with 2016Q2 branch > > creation. > > > > [...] > > + > > +DEPRECATED= isc-dhcp 4.1 is now End of Life > > +EXPIRES= 2016-03-01 > > Shouldn't it read EXPIRATION_DATE instead? > > ./danfe > I was just testing you, danfe... :) THANKS! -- Mark Felder ports-secteam member feld@FreeBSD.org From owner-svn-ports-head@freebsd.org Mon Jan 18 14:26:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7857BA86009; Mon, 18 Jan 2016 14:26:28 +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 472F417F0; Mon, 18 Jan 2016 14:26:28 +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 u0IEQRxv082862; Mon, 18 Jan 2016 14:26:27 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IEQRso082860; Mon, 18 Jan 2016 14:26:27 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601181426.u0IEQRso082860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 18 Jan 2016 14:26:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406576 - head/net-p2p/sonarr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 14:26:28 -0000 Author: feld Date: Mon Jan 18 14:26:26 2016 New Revision: 406576 URL: https://svnweb.freebsd.org/changeset/ports/406576 Log: net-p2p/sonarr: Update to 2.0.0.3732 Modified: head/net-p2p/sonarr/Makefile head/net-p2p/sonarr/distinfo Modified: head/net-p2p/sonarr/Makefile ============================================================================== --- head/net-p2p/sonarr/Makefile Mon Jan 18 14:23:59 2016 (r406575) +++ head/net-p2p/sonarr/Makefile Mon Jan 18 14:26:26 2016 (r406576) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= sonarr -PORTVERSION= 2.0.0.3645 -PORTREVISION= 3 +PORTVERSION= 2.0.0.3732 +PORTREVISION= 0 CATEGORIES= net-p2p MASTER_SITES= http://download.sonarr.tv/v2/master/mono/ DISTNAME= NzbDrone.master.${PORTVERSION}.mono Modified: head/net-p2p/sonarr/distinfo ============================================================================== --- head/net-p2p/sonarr/distinfo Mon Jan 18 14:23:59 2016 (r406575) +++ head/net-p2p/sonarr/distinfo Mon Jan 18 14:26:26 2016 (r406576) @@ -1,2 +1,2 @@ -SHA256 (NzbDrone.master.2.0.0.3645.mono.tar.gz) = e8e136d3a031ec8ccb6014ef262ff16cc382b5720daae393b42e29d96f9221d9 -SIZE (NzbDrone.master.2.0.0.3645.mono.tar.gz) = 6002631 +SHA256 (NzbDrone.master.2.0.0.3732.mono.tar.gz) = ec10eecde337d57cfe6a9f80b43623ab1a9d67091ad89e8f39e65b6a0a816d68 +SIZE (NzbDrone.master.2.0.0.3732.mono.tar.gz) = 6018203 From owner-svn-ports-head@freebsd.org Mon Jan 18 14:40:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2C09A863BE; Mon, 18 Jan 2016 14:40:21 +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 8593C1CF1; Mon, 18 Jan 2016 14:40:21 +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 u0IEeKYR085982; Mon, 18 Jan 2016 14:40:20 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IEeKWH085980; Mon, 18 Jan 2016 14:40:20 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201601181440.u0IEeKWH085980@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Mon, 18 Jan 2016 14:40:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406577 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 14:40:21 -0000 Author: vsevolod Date: Mon Jan 18 14:40:20 2016 New Revision: 406577 URL: https://svnweb.freebsd.org/changeset/ports/406577 Log: - Update to 1.1.0.b2 which fixes a critical memory leak Modified: head/mail/rspamd-devel/Makefile head/mail/rspamd-devel/distinfo Modified: head/mail/rspamd-devel/Makefile ============================================================================== --- head/mail/rspamd-devel/Makefile Mon Jan 18 14:26:26 2016 (r406576) +++ head/mail/rspamd-devel/Makefile Mon Jan 18 14:40:20 2016 (r406577) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.1.0.b1.18012016 +PORTVERSION= 1.1.0.b2.18012016 CATEGORIES= mail PKGNAMESUFFIX= -devel @@ -21,7 +21,7 @@ RSPAMD_VERSION= 1.1.0 USE_GITHUB= yes GH_ACCOUNT= vstakhov GH_PROJECT= rspamd -GH_TAGNAME= 2d96f87 +GH_TAGNAME= b739110 OPTIONS_DEFINE= GPERF REDIRECTOR GPERF_DESC= google perf-tools profiling Modified: head/mail/rspamd-devel/distinfo ============================================================================== --- head/mail/rspamd-devel/distinfo Mon Jan 18 14:26:26 2016 (r406576) +++ head/mail/rspamd-devel/distinfo Mon Jan 18 14:40:20 2016 (r406577) @@ -1,2 +1,2 @@ -SHA256 (vstakhov-rspamd-1.1.0.b1.18012016-2d96f87_GH0.tar.xz) = 269b1ef9db0012479f11607d46bd31198ed9cee2e9ce50ed6fee238efeacd89c -SIZE (vstakhov-rspamd-1.1.0.b1.18012016-2d96f87_GH0.tar.xz) = 1649294 +SHA256 (vstakhov-rspamd-1.1.0.b2.18012016-b739110_GH0.tar.xz) = 20c0a59ece90639bc141b0e1421f4816f092ef53be06f076ed77250a8c1a5c1a +SIZE (vstakhov-rspamd-1.1.0.b2.18012016-b739110_GH0.tar.xz) = 1649328 From owner-svn-ports-head@freebsd.org Mon Jan 18 15:11:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D304EA86FC7; Mon, 18 Jan 2016 15:11:55 +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 9FF4A1C20; Mon, 18 Jan 2016 15:11:55 +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 u0IFBsMJ095271; Mon, 18 Jan 2016 15:11:54 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IFBsto095269; Mon, 18 Jan 2016 15:11:54 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601181511.u0IFBsto095269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 18 Jan 2016 15:11:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406578 - head/lang/elixir X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 15:11:55 -0000 Author: olgeni Date: Mon Jan 18 15:11:54 2016 New Revision: 406578 URL: https://svnweb.freebsd.org/changeset/ports/406578 Log: Upgrade lang/elixir to version 1.2.1. Modified: head/lang/elixir/Makefile head/lang/elixir/distinfo Modified: head/lang/elixir/Makefile ============================================================================== --- head/lang/elixir/Makefile Mon Jan 18 14:40:20 2016 (r406577) +++ head/lang/elixir/Makefile Mon Jan 18 15:11:54 2016 (r406578) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= elixir -PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTVERSION= 1.2.1 DISTVERSIONPREFIX= v CATEGORIES= lang MASTER_SITES+= http://github.com/elixir-lang/elixir/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/:doc Modified: head/lang/elixir/distinfo ============================================================================== --- head/lang/elixir/distinfo Mon Jan 18 14:40:20 2016 (r406577) +++ head/lang/elixir/distinfo Mon Jan 18 15:11:54 2016 (r406578) @@ -1,4 +1,4 @@ -SHA256 (elixir/1.2.0/elixir-lang-elixir-v1.2.0_GH0.tar.gz) = 9f68ee5213b883c91f2f521df1f773ceec5913dbf075f7781b57ac97543e7268 -SIZE (elixir/1.2.0/elixir-lang-elixir-v1.2.0_GH0.tar.gz) = 1658411 -SHA256 (elixir/1.2.0/Docs.zip) = 0b0c09c4394b8096ec5b7cbe3afd20906cc5d87ceb02e24f4ddee95b8943297c -SIZE (elixir/1.2.0/Docs.zip) = 1060538 +SHA256 (elixir/1.2.1/elixir-lang-elixir-v1.2.1_GH0.tar.gz) = 9def4c1ee8eede93bf7e64c1861956dc30b2edda233fef423b790c4b31aeda54 +SIZE (elixir/1.2.1/elixir-lang-elixir-v1.2.1_GH0.tar.gz) = 1659926 +SHA256 (elixir/1.2.1/Docs.zip) = aacaf295c3bea2c45b10c51ffd0cc1e62ae3bfacc64cb1823b8a5cf4f5c19c25 +SIZE (elixir/1.2.1/Docs.zip) = 1061381 From owner-svn-ports-head@freebsd.org Mon Jan 18 15:15:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6118EA8713C; Mon, 18 Jan 2016 15:15:43 +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 2F35F1DB2; Mon, 18 Jan 2016 15:15:43 +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 u0IFFgPj097448; Mon, 18 Jan 2016 15:15:42 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IFFfQS097444; Mon, 18 Jan 2016 15:15:41 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601181515.u0IFFfQS097444@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 18 Jan 2016 15:15:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406579 - head/lang/gambit-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 15:15:43 -0000 Author: olgeni Date: Mon Jan 18 15:15:41 2016 New Revision: 406579 URL: https://svnweb.freebsd.org/changeset/ports/406579 Log: Upgrade lang/gambit-c to version 4.8.3. Modified: head/lang/gambit-c/Makefile head/lang/gambit-c/distinfo head/lang/gambit-c/pkg-plist Modified: head/lang/gambit-c/Makefile ============================================================================== --- head/lang/gambit-c/Makefile Mon Jan 18 15:11:54 2016 (r406578) +++ head/lang/gambit-c/Makefile Mon Jan 18 15:15:41 2016 (r406579) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gambit-c -PORTVERSION= 4.8.2 +PORTVERSION= 4.8.3 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= lang Modified: head/lang/gambit-c/distinfo ============================================================================== --- head/lang/gambit-c/distinfo Mon Jan 18 15:11:54 2016 (r406578) +++ head/lang/gambit-c/distinfo Mon Jan 18 15:15:41 2016 (r406579) @@ -1,2 +1,2 @@ -SHA256 (feeley-gambit-v4.8.2_GH0.tgz) = 6626d81ca886f8664e50f662367e9e73ce4b005f6d4aaeff945a66e0535fc023 -SIZE (feeley-gambit-v4.8.2_GH0.tgz) = 12432407 +SHA256 (feeley-gambit-v4.8.3_GH0.tgz) = 4dca43eb89319d9905daec47e07b9fa45fa189cbd810fe939bfafb378239fb6a +SIZE (feeley-gambit-v4.8.3_GH0.tgz) = 12440800 Modified: head/lang/gambit-c/pkg-plist ============================================================================== --- head/lang/gambit-c/pkg-plist Mon Jan 18 15:11:54 2016 (r406578) +++ head/lang/gambit-c/pkg-plist Mon Jan 18 15:15:41 2016 (r406579) @@ -10,7 +10,7 @@ bin/scheme-r5rs bin/scheme-srfi-0 bin/six bin/six-script -include/gambit-c/gambit-not408002.h +include/gambit-c/gambit-not408003.h include/gambit-c/gambit.h lib/gambit-c/_asm#.scm lib/gambit-c/_assert#.scm From owner-svn-ports-head@freebsd.org Mon Jan 18 15:19:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CCBAA872CB; Mon, 18 Jan 2016 15:19:44 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from olgeni.olgeni.com (host-156-246-171-31.cloudsigma.com [31.171.246.156]) by mx1.freebsd.org (Postfix) with ESMTP id CAEFB1FC3; Mon, 18 Jan 2016 15:19:43 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from [10.0.2.15] (unknown [5.8.101.242]) by olgeni.olgeni.com (Postfix) with ESMTPSA id 5EE2DD793B; Mon, 18 Jan 2016 16:10:24 +0100 (CET) Date: Mon, 18 Jan 2016 16:10:23 +0100 (CET) From: Jimmy Olgeni X-X-Sender: olgeni@backoffice.olgeni.com To: Alexey Dokuchaev cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r404810 - head/devel/elixir-timex In-Reply-To: <20160113153748.GA38723@FreeBSD.org> Message-ID: References: <201512300841.tBU8fsYI090905@repo.freebsd.org> <20160113153748.GA38723@FreeBSD.org> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) X-OpenPGP-KeyID: 0xFCDB3E82F778D8D7 X-OpenPGP-Fingerprint: EE37 B427 91C5 7707 EC54 064A FCDB 3E82 F778 D8D7 X-OpenPGP-URL: http://olgeni.olgeni.com/~olgeni/pgp/olgeni@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 15:19:44 -0000 On Wed, 13 Jan 2016, Alexey Dokuchaev wrote: > On Wed, Dec 30, 2015 at 08:41:54AM +0000, Jimmy Olgeni wrote: > > New Revision: 404810 > > URL: https://svnweb.freebsd.org/changeset/ports/404810 > > > > Log: > > Upgrade devel/elixir-timex to version 1.0.0. > > > > [...] > > @@ -1,7 +1,8 @@ > > # $FreeBSD$ > > > > PORTNAME= timex > > -DISTVERSION= 1.0.0-rc4 > > +PORTVERSION= 1.0.0 > > +PORTEPOCH= 1 > > Why did you bump port epoch here? DISTVERSION ensures that resulting > PORTVERSION is correctly mangled, and used for -betas and -rcs because > it allows seamless update to subsequent .0 releases: > > $ make -V PORTVERSION DISTVERSION=1.0.0-rc4 > 1.0.0.r4 > $ pkg version -t 1.0.0.r4 1.0.0 > < I knew about DISTVERSION, but then I figured that 1.0.0.r4 would be greater than 1.0.0 in the version comparison, and I didn't think about pkg version -t. And I even thought about it. I surely made a couple more of these around the same time :( > What's even more strange is that I've made a very similar complaint to > cy@ on Decemlber 9th WRT r403347. All committers should read svn-* lists, > how come you've missed it? :-( I try to keep up to date and star useful messages from svn-* for later reference, but between two jobs sometimes time runs short and I miss a batch. Having to say things twice is pretty much like pressing ^T on Linux, so I do get your point. Now I made a sieve rule to make sure that all replies to svn-* end up directly into my INBOX, so I can see at a glance if there are any comments to commit messages. Seems to be working so far. In the meantime, thanks a lot for keeping an eye on things :) -- jimmy From owner-svn-ports-head@freebsd.org Mon Jan 18 15:29:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEF18A874E0; Mon, 18 Jan 2016 15:29:06 +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 AB92613CE; Mon, 18 Jan 2016 15:29:06 +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 u0IFT5hd000553; Mon, 18 Jan 2016 15:29:05 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IFT5XD000550; Mon, 18 Jan 2016 15:29:05 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201601181529.u0IFT5XD000550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 18 Jan 2016 15:29:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406580 - in head: devel/ruby-gems security/rubygem-ezcrypto/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 15:29:07 -0000 Author: swills Date: Mon Jan 18 15:29:05 2016 New Revision: 406580 URL: https://svnweb.freebsd.org/changeset/ports/406580 Log: devel/ruby-gems: update to 2.5.1 PR: 206327 Modified: head/devel/ruby-gems/Makefile head/devel/ruby-gems/distinfo head/security/rubygem-ezcrypto/files/patch-gemspec Modified: head/devel/ruby-gems/Makefile ============================================================================== --- head/devel/ruby-gems/Makefile Mon Jan 18 15:15:41 2016 (r406579) +++ head/devel/ruby-gems/Makefile Mon Jan 18 15:29:05 2016 (r406580) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gems -PORTVERSION= 2.5.0 +PORTVERSION= 2.5.1 CATEGORIES= devel ruby MASTER_SITES= http://production.cf.rubygems.org/rubygems/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} Modified: head/devel/ruby-gems/distinfo ============================================================================== --- head/devel/ruby-gems/distinfo Mon Jan 18 15:15:41 2016 (r406579) +++ head/devel/ruby-gems/distinfo Mon Jan 18 15:29:05 2016 (r406580) @@ -1,2 +1,2 @@ -SHA256 (ruby/rubygems-2.5.0.tgz) = a39e95acb86f52fdca38b1484b2eed61a7f76551119079d7a9f8c67c5be78831 -SIZE (ruby/rubygems-2.5.0.tgz) = 467978 +SHA256 (ruby/rubygems-2.5.1.tgz) = 02d4bb76687983d973ea8700912e798ca23be32bcce7956171254c93a2365273 +SIZE (ruby/rubygems-2.5.1.tgz) = 469494 Modified: head/security/rubygem-ezcrypto/files/patch-gemspec ============================================================================== --- head/security/rubygem-ezcrypto/files/patch-gemspec Mon Jan 18 15:15:41 2016 (r406579) +++ head/security/rubygem-ezcrypto/files/patch-gemspec Mon Jan 18 15:29:05 2016 (r406580) @@ -1,6 +1,6 @@ ---- ezcrypto.gemspec.orig 2015-04-07 18:09:02 UTC -+++ ezcrypto.gemspec -@@ -12,12 +12,12 @@ Gem::Specification.new do |s| +--- ezcrypto.gemspec.orig 2016-01-18 15:19:53.558658000 +0000 ++++ ezcrypto.gemspec 2016-01-18 15:21:16.571386000 +0000 +@@ -12,12 +12,12 @@ s.description = "Makes it easier and safer to write crypto code." s.email = "pelle@stakeventures.com" s.extra_rdoc_files = ["CHANGELOG", "README.rdoc", "README_ACTIVE_CRYPTO", "README_DIGITAL_SIGNATURES"] @@ -9,7 +9,7 @@ s.homepage = "http://ezcrypto.rubyforge.org" s.requirements = ["none"] s.rubyforge_project = "ezcrypto" - s.rubygems_version = "2.5.0" + s.rubygems_version = "2.5.1" s.summary = "Simplified encryption library." - s.test_files = ["test/active_crypto_test.rb", "test/agree2.com.cert", "test/association_key_holder_test.rb", "test/database.yml", "test/debug.log", "test/digest_test.rb", "test/dsakey.pem", "test/dsapubkey.pem", "test/dsig_test.rb", "test/encrypt_test.rb", "test/ezcrypto_test.rb", "test/key_holder_test.rb", "test/protectedsigner.pem", "test/sf-class2-root.crt", "test/sf_intermediate.crt", "test/store", "test/test_helper.rb", "test/testchild.pem", "test/testchild.req", "test/testpub.pem", "test/testsigner.cert", "test/testsigner.pem", "test/valicert_class2_root.crt"] + s.test_files = ["test/active_crypto_test.rb", "test/agree2.com.cert", "test/association_key_holder_test.rb", "test/database.yml", "test/debug.log", "test/digest_test.rb", "test/dsakey.pem", "test/dsapubkey.pem", "test/dsig_test.rb", "test/encrypt_test.rb", "test/ezcrypto_test.rb", "test/key_holder_test.rb", "test/protectedsigner.pem", "test/sf-class2-root.crt", "test/sf_intermediate.crt", "test/test_helper.rb", "test/testchild.pem", "test/testchild.req", "test/testpub.pem", "test/testsigner.cert", "test/testsigner.pem", "test/valicert_class2_root.crt"] From owner-svn-ports-head@freebsd.org Mon Jan 18 15:41:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06360A87AAD; Mon, 18 Jan 2016 15:41:37 +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 C7C6F1154; Mon, 18 Jan 2016 15:41:36 +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 u0IFfZ7B004538; Mon, 18 Jan 2016 15:41:35 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IFfZn8004536; Mon, 18 Jan 2016 15:41:35 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601181541.u0IFfZn8004536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 18 Jan 2016 15:41:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406581 - head/devel/elixir-lager_logger X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 15:41:37 -0000 Author: olgeni Date: Mon Jan 18 15:41:35 2016 New Revision: 406581 URL: https://svnweb.freebsd.org/changeset/ports/406581 Log: Upgrade devel/elixir-lager_logger to version 1.0.2. Modified: head/devel/elixir-lager_logger/Makefile head/devel/elixir-lager_logger/distinfo Modified: head/devel/elixir-lager_logger/Makefile ============================================================================== --- head/devel/elixir-lager_logger/Makefile Mon Jan 18 15:29:05 2016 (r406580) +++ head/devel/elixir-lager_logger/Makefile Mon Jan 18 15:41:35 2016 (r406581) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lager_logger -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-lager_logger/distinfo ============================================================================== --- head/devel/elixir-lager_logger/distinfo Mon Jan 18 15:29:05 2016 (r406580) +++ head/devel/elixir-lager_logger/distinfo Mon Jan 18 15:41:35 2016 (r406581) @@ -1,2 +1,2 @@ -SHA256 (PSPDFKit-labs-lager_logger-v1.0.1_GH0.tar.gz) = 180dc22c0371831f14ffb3ba4ef9fb9f3c981e090e5666bb1bee6bc76f9949f2 -SIZE (PSPDFKit-labs-lager_logger-v1.0.1_GH0.tar.gz) = 4135 +SHA256 (PSPDFKit-labs-lager_logger-v1.0.2_GH0.tar.gz) = 0f89dc9a2d3a52421a7e9b14cfcc29d27a873f89a3c667616c37395dec36c318 +SIZE (PSPDFKit-labs-lager_logger-v1.0.2_GH0.tar.gz) = 4158 From owner-svn-ports-head@freebsd.org Mon Jan 18 15:43:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68CA8A87B45; Mon, 18 Jan 2016 15:43: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 3BEDB133B; Mon, 18 Jan 2016 15:43: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 u0IFh57B006588; Mon, 18 Jan 2016 15:43:05 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IFh5QP006586; Mon, 18 Jan 2016 15:43:05 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601181543.u0IFh5QP006586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 18 Jan 2016 15:43:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406582 - head/devel/elixir-hex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 15:43:06 -0000 Author: olgeni Date: Mon Jan 18 15:43:04 2016 New Revision: 406582 URL: https://svnweb.freebsd.org/changeset/ports/406582 Log: Upgrade devel/elixir-hex to version 0.10.1. Modified: head/devel/elixir-hex/Makefile head/devel/elixir-hex/distinfo Modified: head/devel/elixir-hex/Makefile ============================================================================== --- head/devel/elixir-hex/Makefile Mon Jan 18 15:41:35 2016 (r406581) +++ head/devel/elixir-hex/Makefile Mon Jan 18 15:43:04 2016 (r406582) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hex -PORTVERSION= 0.9.0 +PORTVERSION= 0.10.1 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-hex/distinfo ============================================================================== --- head/devel/elixir-hex/distinfo Mon Jan 18 15:41:35 2016 (r406581) +++ head/devel/elixir-hex/distinfo Mon Jan 18 15:43:04 2016 (r406582) @@ -1,2 +1,2 @@ -SHA256 (hexpm-hex-v0.9.0_GH0.tar.gz) = 51fc73b51ffb240c7dbafda980a0fdf9a5c29f147a3cf4c346e83b4509e97b7e -SIZE (hexpm-hex-v0.9.0_GH0.tar.gz) = 198510 +SHA256 (hexpm-hex-v0.10.1_GH0.tar.gz) = 655e990aeaa07ab91bd58d8c46c7b9b2dcc710b4eb67b9febfebc39205163c26 +SIZE (hexpm-hex-v0.10.1_GH0.tar.gz) = 201795 From owner-svn-ports-head@freebsd.org Mon Jan 18 15:43:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B597A87BA1; Mon, 18 Jan 2016 15:43:39 +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 D2B4C15AD; Mon, 18 Jan 2016 15:43:38 +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 u0IFhbY2006783; Mon, 18 Jan 2016 15:43:37 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IFhbvb006770; Mon, 18 Jan 2016 15:43:37 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601181543.u0IFhbvb006770@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 18 Jan 2016 15:43:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406583 - head/devel/elixir-calendar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 15:43:39 -0000 Author: olgeni Date: Mon Jan 18 15:43:37 2016 New Revision: 406583 URL: https://svnweb.freebsd.org/changeset/ports/406583 Log: Upgrade devel/elixir-calendar to version 0.12.3. Modified: head/devel/elixir-calendar/Makefile head/devel/elixir-calendar/distinfo head/devel/elixir-calendar/pkg-plist Modified: head/devel/elixir-calendar/Makefile ============================================================================== --- head/devel/elixir-calendar/Makefile Mon Jan 18 15:43:04 2016 (r406582) +++ head/devel/elixir-calendar/Makefile Mon Jan 18 15:43:37 2016 (r406583) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= calendar -PORTVERSION= 0.12.1 +PORTVERSION= 0.12.3 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-calendar/distinfo ============================================================================== --- head/devel/elixir-calendar/distinfo Mon Jan 18 15:43:04 2016 (r406582) +++ head/devel/elixir-calendar/distinfo Mon Jan 18 15:43:37 2016 (r406583) @@ -1,2 +1,2 @@ -SHA256 (lau-calendar-v0.12.1_GH0.tar.gz) = 03b90ddc7376b2d9a6add8b9e56215ae1fc19d0ad8e54b1b96b7889224be5512 -SIZE (lau-calendar-v0.12.1_GH0.tar.gz) = 38291 +SHA256 (lau-calendar-v0.12.3_GH0.tar.gz) = 36a1051abe69b95b7fcfca4c5dd4c641ade3fbe2922535b2c666a0d75f4bc320 +SIZE (lau-calendar-v0.12.3_GH0.tar.gz) = 41303 Modified: head/devel/elixir-calendar/pkg-plist ============================================================================== --- head/devel/elixir-calendar/pkg-plist Mon Jan 18 15:43:04 2016 (r406582) +++ head/devel/elixir-calendar/pkg-plist Mon Jan 18 15:43:37 2016 (r406583) @@ -15,6 +15,8 @@ lib/elixir/lib/calendar/ebin/Elixir.Cale lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsTime.Calendar.Time.beam lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsTime.Tuple.beam lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsTime.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.Date.Format.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.Date.Parse.beam lib/elixir/lib/calendar/ebin/Elixir.Calendar.Date.beam lib/elixir/lib/calendar/ebin/Elixir.Calendar.DateTime.Format.beam lib/elixir/lib/calendar/ebin/Elixir.Calendar.DateTime.Parse.beam @@ -33,6 +35,8 @@ lib/elixir/lib/calendar/ebin/calendar.ap lib/elixir/lib/calendar/lib/calendar.ex lib/elixir/lib/calendar/lib/calendar/ambiguous_date_time.ex lib/elixir/lib/calendar/lib/calendar/date.ex +lib/elixir/lib/calendar/lib/calendar/date/format.ex +lib/elixir/lib/calendar/lib/calendar/date/parse.ex lib/elixir/lib/calendar/lib/calendar/date_time.ex lib/elixir/lib/calendar/lib/calendar/date_time/format.ex lib/elixir/lib/calendar/lib/calendar/date_time/parse.ex From owner-svn-ports-head@freebsd.org Mon Jan 18 15:44:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA8F9A87C2A; Mon, 18 Jan 2016 15:44: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 77C3118C9; Mon, 18 Jan 2016 15:44: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 u0IFi5H1006940; Mon, 18 Jan 2016 15:44:05 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IFi5sw006938; Mon, 18 Jan 2016 15:44:05 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601181544.u0IFi5sw006938@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 18 Jan 2016 15:44:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406584 - head/databases/elixir-calecto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 15:44:06 -0000 Author: olgeni Date: Mon Jan 18 15:44:05 2016 New Revision: 406584 URL: https://svnweb.freebsd.org/changeset/ports/406584 Log: Upgrade databases/elixir-calecto to version 0.4.4. Modified: head/databases/elixir-calecto/Makefile head/databases/elixir-calecto/distinfo Modified: head/databases/elixir-calecto/Makefile ============================================================================== --- head/databases/elixir-calecto/Makefile Mon Jan 18 15:43:37 2016 (r406583) +++ head/databases/elixir-calecto/Makefile Mon Jan 18 15:44:05 2016 (r406584) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= calecto -PORTVERSION= 0.4.3 +PORTVERSION= 0.4.4 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-calecto/distinfo ============================================================================== --- head/databases/elixir-calecto/distinfo Mon Jan 18 15:43:37 2016 (r406583) +++ head/databases/elixir-calecto/distinfo Mon Jan 18 15:44:05 2016 (r406584) @@ -1,2 +1,2 @@ -SHA256 (lau-calecto-v0.4.3_GH0.tar.gz) = 2ca76fb9290bcee57db7129ff025d31befb633dd2e496527fc17a09f9e2b6408 -SIZE (lau-calecto-v0.4.3_GH0.tar.gz) = 11422 +SHA256 (lau-calecto-v0.4.4_GH0.tar.gz) = 712b21b4b0d38a7f2ff2c875b2c05ef6e01349cd249c9bcdf9b4e0c891629dc0 +SIZE (lau-calecto-v0.4.4_GH0.tar.gz) = 11555 From owner-svn-ports-head@freebsd.org Mon Jan 18 15:45:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18995A87CC9; Mon, 18 Jan 2016 15:45:03 +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 DE2151AE0; Mon, 18 Jan 2016 15:45: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 u0IFj1rK007087; Mon, 18 Jan 2016 15:45:01 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IFj1cX007085; Mon, 18 Jan 2016 15:45:01 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601181545.u0IFj1cX007085@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 18 Jan 2016 15:45:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406585 - head/devel/elixir-poison X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 15:45:03 -0000 Author: olgeni Date: Mon Jan 18 15:45:01 2016 New Revision: 406585 URL: https://svnweb.freebsd.org/changeset/ports/406585 Log: Upgrade devel/elixir-poison to version 2.0.0. Modified: head/devel/elixir-poison/Makefile head/devel/elixir-poison/distinfo Modified: head/devel/elixir-poison/Makefile ============================================================================== --- head/devel/elixir-poison/Makefile Mon Jan 18 15:44:05 2016 (r406584) +++ head/devel/elixir-poison/Makefile Mon Jan 18 15:45:01 2016 (r406585) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poison -PORTVERSION= 1.5.2 +PORTVERSION= 2.0.0 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-poison/distinfo ============================================================================== --- head/devel/elixir-poison/distinfo Mon Jan 18 15:44:05 2016 (r406584) +++ head/devel/elixir-poison/distinfo Mon Jan 18 15:45:01 2016 (r406585) @@ -1,2 +1,2 @@ -SHA256 (devinus-poison-1.5.2_GH0.tar.gz) = 4b60196f52e68cd266f61799b9fa06baee76a43765c6bc82c4b9efc286c8add9 -SIZE (devinus-poison-1.5.2_GH0.tar.gz) = 29612 +SHA256 (devinus-poison-2.0.0_GH0.tar.gz) = 1720c78cb1ee69382651a8e961edac6fdccf27a5b8c0543f20919166b5c4ebfc +SIZE (devinus-poison-2.0.0_GH0.tar.gz) = 29795 From owner-svn-ports-head@freebsd.org Mon Jan 18 15:45:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85B79A87D28; Mon, 18 Jan 2016 15:45: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 56EEA1BF1; Mon, 18 Jan 2016 15:45:32 +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 u0IFjVD4007221; Mon, 18 Jan 2016 15:45:31 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IFjVDH007219; Mon, 18 Jan 2016 15:45:31 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601181545.u0IFjVDH007219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 18 Jan 2016 15:45:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406586 - head/www/elixir-httpoison X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 15:45:32 -0000 Author: olgeni Date: Mon Jan 18 15:45:31 2016 New Revision: 406586 URL: https://svnweb.freebsd.org/changeset/ports/406586 Log: Upgrade www/elixir-httpoison to version 0.8.1. Modified: head/www/elixir-httpoison/Makefile head/www/elixir-httpoison/distinfo Modified: head/www/elixir-httpoison/Makefile ============================================================================== --- head/www/elixir-httpoison/Makefile Mon Jan 18 15:45:01 2016 (r406585) +++ head/www/elixir-httpoison/Makefile Mon Jan 18 15:45:31 2016 (r406586) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= httpoison -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-httpoison/distinfo ============================================================================== --- head/www/elixir-httpoison/distinfo Mon Jan 18 15:45:01 2016 (r406585) +++ head/www/elixir-httpoison/distinfo Mon Jan 18 15:45:31 2016 (r406586) @@ -1,2 +1,2 @@ -SHA256 (edgurgel-httpoison-v0.8.0_GH0.tar.gz) = 9e20f086029f4390f7ff5a67463b2553ec7fea0e5de2c5573ca22b7af47bed9f -SIZE (edgurgel-httpoison-v0.8.0_GH0.tar.gz) = 14702 +SHA256 (edgurgel-httpoison-v0.8.1_GH0.tar.gz) = 3f6f9a8f28049c84014096abe4e95f7dfc877ed27e8f0eb232b40cadd9dc59cf +SIZE (edgurgel-httpoison-v0.8.1_GH0.tar.gz) = 14749 From owner-svn-ports-head@freebsd.org Mon Jan 18 15:55:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CEA1A8620C; Mon, 18 Jan 2016 15:55:33 +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 EFB8313A0; Mon, 18 Jan 2016 15:55:32 +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 u0IFtVKT010329; Mon, 18 Jan 2016 15:55:31 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IFtVAI010328; Mon, 18 Jan 2016 15:55:31 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601181555.u0IFtVAI010328@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 18 Jan 2016 15:55:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406587 - head/mail/squirrelmail-abook_import_export-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 15:55:33 -0000 Author: pawel Date: Mon Jan 18 15:55:31 2016 New Revision: 406587 URL: https://svnweb.freebsd.org/changeset/ports/406587 Log: Remove deprecated @dirrm PR: 205832 Submitted by: myself Approved by: maintainer timeout Modified: head/mail/squirrelmail-abook_import_export-plugin/pkg-plist Modified: head/mail/squirrelmail-abook_import_export-plugin/pkg-plist ============================================================================== --- head/mail/squirrelmail-abook_import_export-plugin/pkg-plist Mon Jan 18 15:45:31 2016 (r406586) +++ head/mail/squirrelmail-abook_import_export-plugin/pkg-plist Mon Jan 18 15:55:31 2016 (r406587) @@ -13,5 +13,4 @@ %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/setup.php %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/version %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/xgetpot -@dirrm %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%% @exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin %%SQUIRREL_PLUGIN_NAME%%; fi From owner-svn-ports-head@freebsd.org Mon Jan 18 15:57:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF9B5A86291; Mon, 18 Jan 2016 15:57:12 +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 7D2711638; Mon, 18 Jan 2016 15:57:12 +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 u0IFvB73010586; Mon, 18 Jan 2016 15:57:11 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IFvAeu010580; Mon, 18 Jan 2016 15:57:10 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601181557.u0IFvAeu010580@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 18 Jan 2016 15:57:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406588 - in head/mail: squirrelmail-change_sqlpass-plugin squirrelmail-check_quota-plugin squirrelmail-mark_read-plugin squirrelmail-spam-buttons-plugin squirrelmail-unsafe_image_rules... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 15:57:12 -0000 Author: pawel Date: Mon Jan 18 15:57:10 2016 New Revision: 406588 URL: https://svnweb.freebsd.org/changeset/ports/406588 Log: Remove deprecated @dirrm PR: 205835 Submitted by: myself Approved by: maintainer timeout Modified: head/mail/squirrelmail-change_sqlpass-plugin/pkg-plist head/mail/squirrelmail-check_quota-plugin/pkg-plist head/mail/squirrelmail-mark_read-plugin/pkg-plist head/mail/squirrelmail-spam-buttons-plugin/pkg-plist head/mail/squirrelmail-unsafe_image_rules-plugin/pkg-plist head/mail/squirrelmail-user_special_mailboxes-plugin/pkg-plist Modified: head/mail/squirrelmail-change_sqlpass-plugin/pkg-plist ============================================================================== --- head/mail/squirrelmail-change_sqlpass-plugin/pkg-plist Mon Jan 18 15:55:31 2016 (r406587) +++ head/mail/squirrelmail-change_sqlpass-plugin/pkg-plist Mon Jan 18 15:57:10 2016 (r406588) @@ -14,6 +14,4 @@ %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/options.php %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/setup.php %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/version -@dirrm %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/jeffco -@dirrm %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%% @exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin %%SQUIRREL_PLUGIN_NAME%%; fi Modified: head/mail/squirrelmail-check_quota-plugin/pkg-plist ============================================================================== --- head/mail/squirrelmail-check_quota-plugin/pkg-plist Mon Jan 18 15:55:31 2016 (r406587) +++ head/mail/squirrelmail-check_quota-plugin/pkg-plist Mon Jan 18 15:57:10 2016 (r406588) @@ -23,10 +23,4 @@ %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/themes/index.php %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/troubleshoot.php %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/version -@dirrm %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/images/ -@dirrm %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/swf/ -@dirrm %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/templates/default/ -@dirrm %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/templates/ -@dirrm %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/themes/ -@dirrm %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%% @exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin %%SQUIRREL_PLUGIN_NAME%%; fi Modified: head/mail/squirrelmail-mark_read-plugin/pkg-plist ============================================================================== --- head/mail/squirrelmail-mark_read-plugin/pkg-plist Mon Jan 18 15:55:31 2016 (r406587) +++ head/mail/squirrelmail-mark_read-plugin/pkg-plist Mon Jan 18 15:57:10 2016 (r406588) @@ -11,5 +11,4 @@ %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/mark_read.pot %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/setup.php %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/version -@dirrm %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%% @exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin %%SQUIRREL_PLUGIN_NAME%%; fi Modified: head/mail/squirrelmail-spam-buttons-plugin/pkg-plist ============================================================================== --- head/mail/squirrelmail-spam-buttons-plugin/pkg-plist Mon Jan 18 15:55:31 2016 (r406587) +++ head/mail/squirrelmail-spam-buttons-plugin/pkg-plist Mon Jan 18 15:57:10 2016 (r406588) @@ -39,10 +39,4 @@ %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/templates/default/redirect_standard.tpl %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/templates/index.php %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/version -@dirrm %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/contrib -%%PORTDOCS%%@dirrm %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/doc -@dirrm %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/patches -@dirrm %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/templates/default -@dirrm %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/templates -@dirrm %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%% @exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin %%SQUIRREL_PLUGIN_NAME%%; fi Modified: head/mail/squirrelmail-unsafe_image_rules-plugin/pkg-plist ============================================================================== --- head/mail/squirrelmail-unsafe_image_rules-plugin/pkg-plist Mon Jan 18 15:55:31 2016 (r406587) +++ head/mail/squirrelmail-unsafe_image_rules-plugin/pkg-plist Mon Jan 18 15:57:10 2016 (r406588) @@ -10,5 +10,4 @@ %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/unsafe_image_rules.pot %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/version %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/xgetpot -@dirrm %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%% @exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin %%SQUIRREL_PLUGIN_NAME%%; fi Modified: head/mail/squirrelmail-user_special_mailboxes-plugin/pkg-plist ============================================================================== --- head/mail/squirrelmail-user_special_mailboxes-plugin/pkg-plist Mon Jan 18 15:55:31 2016 (r406587) +++ head/mail/squirrelmail-user_special_mailboxes-plugin/pkg-plist Mon Jan 18 15:57:10 2016 (r406588) @@ -4,5 +4,4 @@ %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/set_mailboxes.php %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/setup.php %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/version -@dirrm %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%% @exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin %%SQUIRREL_PLUGIN_NAME%%; fi From owner-svn-ports-head@freebsd.org Mon Jan 18 15:59:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BA23A86307; Mon, 18 Jan 2016 15:59:13 +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 ED49A183C; Mon, 18 Jan 2016 15:59:12 +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 u0IFxB9W010773; Mon, 18 Jan 2016 15:59:11 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IFxB8N010772; Mon, 18 Jan 2016 15:59:11 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601181559.u0IFxB8N010772@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 18 Jan 2016 15:59:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406589 - head/mail/roundcube-sieverules X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 15:59:13 -0000 Author: pawel Date: Mon Jan 18 15:59:11 2016 New Revision: 406589 URL: https://svnweb.freebsd.org/changeset/ports/406589 Log: Remove x-generate-plist target using deprecated @dirrm, our make makeplist generates proper plists now. PR: 205971 Submitted by: myself Approved by: maintainer Modified: head/mail/roundcube-sieverules/Makefile Modified: head/mail/roundcube-sieverules/Makefile ============================================================================== --- head/mail/roundcube-sieverules/Makefile Mon Jan 18 15:57:10 2016 (r406588) +++ head/mail/roundcube-sieverules/Makefile Mon Jan 18 15:59:11 2016 (r406589) @@ -24,15 +24,6 @@ NO_ARCH= yes WWWDIR= ${PREFIX}/www/roundcube/plugins/sieverules -# This target is only meant to be used by the port maintainer. -x-generate-plist: build - cd ${WRKSRC}; \ - ${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \ - ${SED} -e "s,^\.,%%WWWDIR%%," >${WRKDIR}/pkg-plist.tmp ; \ - ${FIND} . -type d | ${SORT} -r | ${SED} \ - -e "s,^\.$$,@dirrmtry %%WWWDIR%%," \ - -e "s,^\.,@dirrm %%WWWDIR%%," >>${WRKDIR}/pkg-plist.tmp - do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR} From owner-svn-ports-head@freebsd.org Mon Jan 18 16:03:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07CE2A86533; Mon, 18 Jan 2016 16:03:09 +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 D6C9D1C34; Mon, 18 Jan 2016 16:03:08 +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 u0IG37Hh013496; Mon, 18 Jan 2016 16:03:07 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IG37aw013493; Mon, 18 Jan 2016 16:03:07 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601181603.u0IG37aw013493@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 18 Jan 2016 16:03:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406590 - head/security/erlang-jose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 16:03:09 -0000 Author: vanilla Date: Mon Jan 18 16:03:07 2016 New Revision: 406590 URL: https://svnweb.freebsd.org/changeset/ports/406590 Log: Upgrade to 1.5.1. Modified: head/security/erlang-jose/Makefile head/security/erlang-jose/distinfo head/security/erlang-jose/pkg-plist Modified: head/security/erlang-jose/Makefile ============================================================================== --- head/security/erlang-jose/Makefile Mon Jan 18 15:59:11 2016 (r406589) +++ head/security/erlang-jose/Makefile Mon Jan 18 16:03:07 2016 (r406590) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jose -PORTVERSION= 1.4.2 +PORTVERSION= 1.5.1 CATEGORIES= security PKGNAMEPREFIX= erlang- Modified: head/security/erlang-jose/distinfo ============================================================================== --- head/security/erlang-jose/distinfo Mon Jan 18 15:59:11 2016 (r406589) +++ head/security/erlang-jose/distinfo Mon Jan 18 16:03:07 2016 (r406590) @@ -1,2 +1,2 @@ -SHA256 (potatosalad-erlang-jose-1.4.2_GH0.tar.gz) = 36fb055a8081fed4b4e68ff1bafc22df7d530157657ed532d0a89e9ceaf4d539 -SIZE (potatosalad-erlang-jose-1.4.2_GH0.tar.gz) = 146463 +SHA256 (potatosalad-erlang-jose-1.5.1_GH0.tar.gz) = e2c890d8cc6987f63e1458aa82ed8910d677ef2ab04aa4a5d03e506def096743 +SIZE (potatosalad-erlang-jose-1.5.1_GH0.tar.gz) = 177268 Modified: head/security/erlang-jose/pkg-plist ============================================================================== --- head/security/erlang-jose/pkg-plist Mon Jan 18 15:59:11 2016 (r406589) +++ head/security/erlang-jose/pkg-plist Mon Jan 18 16:03:07 2016 (r406590) @@ -2,6 +2,11 @@ lib/erlang/lib/erlang-jose-%%VERSION%%/e lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_app.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_block_encryptor.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_curve25519.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_curve25519_libsodium.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_curve25519_unsupported.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_curve448.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_curve448_unsupported.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_json.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_json_jiffy.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_json_jsone.beam @@ -13,11 +18,19 @@ lib/erlang/lib/erlang-jose-%%VERSION%%/e lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_aes.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_aes_kw.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_bench.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_concat_kdf.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_curve25519.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_curve448.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_ed25519.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_math.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_pkcs1.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_pkcs5.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_pkcs7.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_sha3.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_unsupported.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_x25519.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_x448.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwe.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwe_alg.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwe_alg_aes_kw.beam @@ -32,19 +45,29 @@ lib/erlang/lib/erlang-jose-%%VERSION%%/e lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_kty.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_kty_ec.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_kty_oct.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_kty_okp_ed25519.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_kty_okp_ed25519ph.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_kty_okp_ed448.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_kty_okp_ed448ph.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_kty_okp_x25519.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_kty_okp_x448.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_kty_rsa.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_oct.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_openssh_key.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_pem.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_set.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jws.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jws_alg.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jws_alg_ecdsa.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jws_alg_eddsa.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jws_alg_hmac.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jws_alg_none.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jws_alg_rsa_pkcs1_v1_5.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jws_alg_rsa_pss.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwt.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_server.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_sha3.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_sha3_unsupported.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_sup.beam lib/erlang/lib/erlang-jose-%%VERSION%%/include/jose.hrl lib/erlang/lib/erlang-jose-%%VERSION%%/include/jose_jwe.hrl @@ -55,6 +78,11 @@ lib/erlang/lib/erlang-jose-%%VERSION%%/s lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_app.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_block_encryptor.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_curve25519.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_curve25519_libsodium.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_curve25519_unsupported.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_curve448.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_curve448_unsupported.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_json.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_json_jiffy.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_json_jsone.erl @@ -66,11 +94,19 @@ lib/erlang/lib/erlang-jose-%%VERSION%%/s lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_aes.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_aes_kw.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_bench.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_concat_kdf.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_curve25519.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_curve448.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_ed25519.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_math.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_pkcs1.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_pkcs5.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_pkcs7.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_sha3.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_unsupported.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_x25519.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_x448.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwe.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwe_alg.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwe_alg_aes_kw.erl @@ -85,18 +121,28 @@ lib/erlang/lib/erlang-jose-%%VERSION%%/s lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_kty.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_kty_ec.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_kty_oct.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_kty_okp_ed25519.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_kty_okp_ed25519ph.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_kty_okp_ed448.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_kty_okp_ed448ph.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_kty_okp_x25519.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_kty_okp_x448.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_kty_rsa.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_oct.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_openssh_key.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_pem.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_set.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jws.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jws_alg.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jws_alg_ecdsa.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jws_alg_eddsa.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jws_alg_hmac.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jws_alg_none.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jws_alg_rsa_pkcs1_v1_5.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jws_alg_rsa_pss.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwt.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_server.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_sha3.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_sha3_unsupported.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_sup.erl %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-head@freebsd.org Mon Jan 18 16:03:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58509A865A1; Mon, 18 Jan 2016 16:03:36 +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 3355C1D22; Mon, 18 Jan 2016 16:03:36 +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 u0IG3Z2S013640; Mon, 18 Jan 2016 16:03:35 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IG3ZWM013637; Mon, 18 Jan 2016 16:03:35 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601181603.u0IG3ZWM013637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 18 Jan 2016 16:03:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406591 - head/security/elixir-jose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 16:03:36 -0000 Author: vanilla Date: Mon Jan 18 16:03:34 2016 New Revision: 406591 URL: https://svnweb.freebsd.org/changeset/ports/406591 Log: Upgrade to 1.5.1. Modified: head/security/elixir-jose/Makefile head/security/elixir-jose/distinfo head/security/elixir-jose/pkg-plist Modified: head/security/elixir-jose/Makefile ============================================================================== --- head/security/elixir-jose/Makefile Mon Jan 18 16:03:07 2016 (r406590) +++ head/security/elixir-jose/Makefile Mon Jan 18 16:03:34 2016 (r406591) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jose -PORTVERSION= 1.4.2 +PORTVERSION= 1.5.1 CATEGORIES= security PKGNAMEPREFIX= elixir- Modified: head/security/elixir-jose/distinfo ============================================================================== --- head/security/elixir-jose/distinfo Mon Jan 18 16:03:07 2016 (r406590) +++ head/security/elixir-jose/distinfo Mon Jan 18 16:03:34 2016 (r406591) @@ -1,2 +1,2 @@ -SHA256 (potatosalad-erlang-jose-1.4.2_GH0.tar.gz) = 36fb055a8081fed4b4e68ff1bafc22df7d530157657ed532d0a89e9ceaf4d539 -SIZE (potatosalad-erlang-jose-1.4.2_GH0.tar.gz) = 146463 +SHA256 (potatosalad-erlang-jose-1.5.1_GH0.tar.gz) = e2c890d8cc6987f63e1458aa82ed8910d677ef2ab04aa4a5d03e506def096743 +SIZE (potatosalad-erlang-jose-1.5.1_GH0.tar.gz) = 177268 Modified: head/security/elixir-jose/pkg-plist ============================================================================== --- head/security/elixir-jose/pkg-plist Mon Jan 18 16:03:07 2016 (r406590) +++ head/security/elixir-jose/pkg-plist Mon Jan 18 16:03:34 2016 (r406591) @@ -22,6 +22,11 @@ lib/elixir/lib/jose/ebin/jose.app lib/elixir/lib/jose/ebin/jose.beam lib/elixir/lib/jose/ebin/jose_app.beam lib/elixir/lib/jose/ebin/jose_block_encryptor.beam +lib/elixir/lib/jose/ebin/jose_curve25519.beam +lib/elixir/lib/jose/ebin/jose_curve25519_libsodium.beam +lib/elixir/lib/jose/ebin/jose_curve25519_unsupported.beam +lib/elixir/lib/jose/ebin/jose_curve448.beam +lib/elixir/lib/jose/ebin/jose_curve448_unsupported.beam lib/elixir/lib/jose/ebin/jose_json.beam lib/elixir/lib/jose/ebin/jose_json_jiffy.beam lib/elixir/lib/jose/ebin/jose_json_jsone.beam @@ -33,11 +38,19 @@ lib/elixir/lib/jose/ebin/jose_json_unsup lib/elixir/lib/jose/ebin/jose_jwa.beam lib/elixir/lib/jose/ebin/jose_jwa_aes.beam lib/elixir/lib/jose/ebin/jose_jwa_aes_kw.beam +lib/elixir/lib/jose/ebin/jose_jwa_bench.beam lib/elixir/lib/jose/ebin/jose_jwa_concat_kdf.beam +lib/elixir/lib/jose/ebin/jose_jwa_curve25519.beam +lib/elixir/lib/jose/ebin/jose_jwa_curve448.beam +lib/elixir/lib/jose/ebin/jose_jwa_ed25519.beam +lib/elixir/lib/jose/ebin/jose_jwa_math.beam lib/elixir/lib/jose/ebin/jose_jwa_pkcs1.beam lib/elixir/lib/jose/ebin/jose_jwa_pkcs5.beam lib/elixir/lib/jose/ebin/jose_jwa_pkcs7.beam +lib/elixir/lib/jose/ebin/jose_jwa_sha3.beam lib/elixir/lib/jose/ebin/jose_jwa_unsupported.beam +lib/elixir/lib/jose/ebin/jose_jwa_x25519.beam +lib/elixir/lib/jose/ebin/jose_jwa_x448.beam lib/elixir/lib/jose/ebin/jose_jwe.beam lib/elixir/lib/jose/ebin/jose_jwe_alg.beam lib/elixir/lib/jose/ebin/jose_jwe_alg_aes_kw.beam @@ -52,19 +65,29 @@ lib/elixir/lib/jose/ebin/jose_jwk.beam lib/elixir/lib/jose/ebin/jose_jwk_kty.beam lib/elixir/lib/jose/ebin/jose_jwk_kty_ec.beam lib/elixir/lib/jose/ebin/jose_jwk_kty_oct.beam +lib/elixir/lib/jose/ebin/jose_jwk_kty_okp_ed25519.beam +lib/elixir/lib/jose/ebin/jose_jwk_kty_okp_ed25519ph.beam +lib/elixir/lib/jose/ebin/jose_jwk_kty_okp_ed448.beam +lib/elixir/lib/jose/ebin/jose_jwk_kty_okp_ed448ph.beam +lib/elixir/lib/jose/ebin/jose_jwk_kty_okp_x25519.beam +lib/elixir/lib/jose/ebin/jose_jwk_kty_okp_x448.beam lib/elixir/lib/jose/ebin/jose_jwk_kty_rsa.beam lib/elixir/lib/jose/ebin/jose_jwk_oct.beam +lib/elixir/lib/jose/ebin/jose_jwk_openssh_key.beam lib/elixir/lib/jose/ebin/jose_jwk_pem.beam lib/elixir/lib/jose/ebin/jose_jwk_set.beam lib/elixir/lib/jose/ebin/jose_jws.beam lib/elixir/lib/jose/ebin/jose_jws_alg.beam lib/elixir/lib/jose/ebin/jose_jws_alg_ecdsa.beam +lib/elixir/lib/jose/ebin/jose_jws_alg_eddsa.beam lib/elixir/lib/jose/ebin/jose_jws_alg_hmac.beam lib/elixir/lib/jose/ebin/jose_jws_alg_none.beam lib/elixir/lib/jose/ebin/jose_jws_alg_rsa_pkcs1_v1_5.beam lib/elixir/lib/jose/ebin/jose_jws_alg_rsa_pss.beam lib/elixir/lib/jose/ebin/jose_jwt.beam lib/elixir/lib/jose/ebin/jose_server.beam +lib/elixir/lib/jose/ebin/jose_sha3.beam +lib/elixir/lib/jose/ebin/jose_sha3_unsupported.beam lib/elixir/lib/jose/ebin/jose_sup.beam lib/elixir/lib/jose/lib/jose.ex lib/elixir/lib/jose/lib/jose/jwa.ex From owner-svn-ports-head@freebsd.org Mon Jan 18 16:04:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3694AA86600; Mon, 18 Jan 2016 16:04:24 +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 ED7A81E04; Mon, 18 Jan 2016 16:04:23 +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 u0IG4MUe013824; Mon, 18 Jan 2016 16:04:22 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IG4Mhj013820; Mon, 18 Jan 2016 16:04:22 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601181604.u0IG4Mhj013820@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 18 Jan 2016 16:04:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406592 - in head/www/foswiki: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 16:04:24 -0000 Author: pawel Date: Mon Jan 18 16:04:22 2016 New Revision: 406592 URL: https://svnweb.freebsd.org/changeset/ports/406592 Log: - Remove create-plist target using deprecated @dirrm - Add NO_ARCH - Don't prefix options descriptions with Installs, this makes them folllow global naming standards - Convert to options helpers - Use FOSCONFDIR for files substitutions, CONFDIR is set earlier and defaults to /etc, now pkg-message have correct paths - Fix plist when APACHE=on PR: 206323 Submitted by: myself Approved by: maintainer Modified: head/www/foswiki/Makefile head/www/foswiki/bsd.foswiki.mk head/www/foswiki/files/pkg-message-apache.in head/www/foswiki/pkg-plist Modified: head/www/foswiki/Makefile ============================================================================== --- head/www/foswiki/Makefile Mon Jan 18 16:03:34 2016 (r406591) +++ head/www/foswiki/Makefile Mon Jan 18 16:04:22 2016 (r406592) @@ -19,21 +19,17 @@ RUN_DEPENDS= p5-Error>=0.15:${PORTSDIR}/ USES= cpe perl5 tar:tgz NO_BUILD= yes +NO_ARCH= yes OPTIONS_DEFINE= OPTINT OPTOTH APACHE OPTIONS_DEFAULT= OPTINT OPTOTH -OPTINT_DESC= Install Perl modules for intl character support -OPTOTH_DESC= Install other optional Perl modules -APACHE_DESC= Install Apache web server and sample config file - -.include - -.if ${PORT_OPTIONS:MOPTINT} -RUN_DEPENDS+= p5-Locale-Maketext-Lexicon>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Lexicon -.endif +OPTIONS_SUB= yes +OPTINT_DESC= Perl modules for intl character support +OPTOTH_DESC= Other optional Perl modules +APACHE_DESC= Apache web server and sample config file -.if ${PORT_OPTIONS:MOPTOTH} -RUN_DEPENDS+= p5-Apache-Htpasswd>=0:${PORTSDIR}/security/p5-Apache-Htpasswd \ +OPTINT_RUN_DEPENDS= p5-Locale-Maketext-Lexicon>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Lexicon +OPTOTH_RUN_DEPENDS= p5-Apache-Htpasswd>=0:${PORTSDIR}/security/p5-Apache-Htpasswd \ p5-Archive-Tar>=0:${PORTSDIR}/archivers/p5-Archive-Tar \ p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \ p5-CGI-Session>=4.40:${PORTSDIR}/www/p5-CGI-Session \ @@ -44,28 +40,14 @@ RUN_DEPENDS+= p5-Apache-Htpasswd>=0:${PO p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-HTML-Tree>=3.23:${PORTSDIR}/www/p5-HTML-Tree \ p5-Net>=1.19:${PORTSDIR}/net/p5-Net -.endif - -.if ${PORT_OPTIONS:MAPACHE} -USE_APACHE_RUN?=22+ -PLIST_SUB+= NOAPACHE="" -PKGMESSAGE= pkg-message-apache -SUB_FILES+= pkg-message-apache - -CONFDIR_REL= ${APACHEETCDIR}/Includes -CONFDIR= ${PREFIX}/${CONFDIR_REL} - -PLIST_SUB+= CONFDIR=${CONFDIR_REL} -.else -# Weirdness - need to include in this branch of the .if because -# it was included in the other one. The other branch needs the -# include performed after the USE_APACHE variable is set so -# APACHE_VERSION can be tested above. - -PLIST_SUB+= NOAPACHE="@comment " -PKGMESSAGE= pkg-message-noapache -SUB_FILES+= pkg-message-noapache -.endif +APACHE_USE= APACHE_RUN=22+ +APACHE_SUB_FILES= pkg-message-apache +APACHE_SUB_LIST= FOSCONFDIR=${CONFDIR} +APACHE_PLIST_SUB= CONFDIR=${APACHEETCDIR}/Includes +APACHE_VARS= PKGMESSAGE=pkg-message-apache \ + CONFDIR=${PREFIX}/${APACHEETCDIR}/Includes +APACHE_SUB_FILES_OFF= pkg-message-noapache +APACHE_VARS_OFF= PKGMESSAGE=pkg-message-noapache SUB_FILES+= LocalSite.cfg PLIST_SUB+= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} @@ -91,8 +73,7 @@ post-patch: LocalLib.cfg @${FIND} ${WRKSRC} -name \*.orig -delete -post-install: -.if ${PORT_OPTIONS:MAPACHE} +post-install-APACHE-on: @${MKDIR} ${STAGEDIR}${CONFDIR} @if [ -d "${STAGEDIR}${CONFDIR}" ]; then \ ${INSTALL_DATA} ${WRKSRC}/foswiki_httpd_conf.txt \ @@ -105,7 +86,6 @@ post-install: ${ECHO_MSG} "" ; \ ${FALSE} ; \ fi -.endif .include "${.CURDIR}/bsd.foswiki.mk" .include Modified: head/www/foswiki/bsd.foswiki.mk ============================================================================== --- head/www/foswiki/bsd.foswiki.mk Mon Jan 18 16:03:34 2016 (r406591) +++ head/www/foswiki/bsd.foswiki.mk Mon Jan 18 16:04:22 2016 (r406592) @@ -50,13 +50,6 @@ make-dist: ${XARGS} ${TOUCH} && \ ${TAR} cjvf ${DISTNAME}.tar.bz2 ${DISTNAME} -create-plist: extract - @${FIND} -s ${WRKSRC} -not -type d |\ - ${SED} -e 's|^${WRKSRC}|%%FWDIR%%|' > ${PLIST} - @${FIND} -ds ${WRKSRC} -type d -not -name ${DISTNAME} | \ - ${SED} -e "s,^${WRKSRC},@dirrm %%FWDIR%%," >> ${PLIST} - @${ECHO_CMD} '@dirrm %%FWDIR%%' >> ${PLIST} - do-install: @${INSTALL} -d ${STAGEDIR}${FWDIR}/ @cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${FWDIR}/ Modified: head/www/foswiki/files/pkg-message-apache.in ============================================================================== --- head/www/foswiki/files/pkg-message-apache.in Mon Jan 18 16:03:34 2016 (r406591) +++ head/www/foswiki/files/pkg-message-apache.in Mon Jan 18 16:04:22 2016 (r406592) @@ -4,15 +4,15 @@ file. To complete the installation, please: -- Copy %%CONFDIR%%/foswiki.conf.sample to - %%CONFDIR%%/foswiki.conf +- Copy %%FOSCONFDIR%%/foswiki.conf.sample to + %%FOSCONFDIR%%/foswiki.conf -- Review the contents of %%CONFDIR%%/foswiki.conf +- Review the contents of %%FOSCONFDIR%%/foswiki.conf to ensure they match your local security policies, and modify the file if necessary. - If you want to configure Foswiki from a remote machine, search for the - following in %%CONFDIR%%/foswiki.conf: + following in %%FOSCONFDIR%%/foswiki.conf: SetHandler cgi-script Modified: head/www/foswiki/pkg-plist ============================================================================== --- head/www/foswiki/pkg-plist Mon Jan 18 16:03:34 2016 (r406591) +++ head/www/foswiki/pkg-plist Mon Jan 18 16:04:22 2016 (r406592) @@ -1,3 +1,4 @@ +%%APACHE%%%%CONFDIR%%/foswiki.conf.sample %%WWWDIR%%/AUTHORS %%WWWDIR%%/COPYING %%WWWDIR%%/COPYRIGHT From owner-svn-ports-head@freebsd.org Mon Jan 18 16:12:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 226F9A8698C; Mon, 18 Jan 2016 16:12:11 +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 14F25130F; Mon, 18 Jan 2016 16:12:11 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 13FC41B68; Mon, 18 Jan 2016 16:12:11 +0000 (UTC) Date: Mon, 18 Jan 2016 16:12:11 +0000 From: Alexey Dokuchaev To: Jimmy Olgeni Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r404810 - head/devel/elixir-timex Message-ID: <20160118161210.GA67807@FreeBSD.org> References: <201512300841.tBU8fsYI090905@repo.freebsd.org> <20160113153748.GA38723@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 16:12:11 -0000 On Mon, Jan 18, 2016 at 04:10:23PM +0100, Jimmy Olgeni wrote: > On Wed, 13 Jan 2016, Alexey Dokuchaev wrote: > > On Wed, Dec 30, 2015 at 08:41:54AM +0000, Jimmy Olgeni wrote: > > > New Revision: 404810 > > > URL: https://svnweb.freebsd.org/changeset/ports/404810 > > > > > > [...] > > > @@ -1,7 +1,8 @@ > > > # $FreeBSD$ > > > > > > PORTNAME= timex > > > -DISTVERSION= 1.0.0-rc4 > > > +PORTVERSION= 1.0.0 > > > +PORTEPOCH= 1 > > > > Why did you bump port epoch here? DISTVERSION ensures that resulting > > PORTVERSION is correctly mangled, and used for -betas and -rcs because > > it allows seamless update to subsequent .0 releases: > > > > $ make -V PORTVERSION DISTVERSION=1.0.0-rc4 > > 1.0.0.r4 > > $ pkg version -t 1.0.0.r4 1.0.0 > > < > > I knew about DISTVERSION, but then I figured that 1.0.0.r4 would be greater > than 1.0.0 in the version comparison, and I didn't think about pkg version > -t. And I even thought about it. I surely made a couple more of these > around the same time :( > [...] > > In the meantime, thanks a lot for keeping an eye on things :) It's OK, thanks for getting back (publicly), let's hope that others would read this and not neglect to double check before bumping port epoch next time. :) Take care, ./danfe From owner-svn-ports-head@freebsd.org Mon Jan 18 16:16:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75F6DA86C45; Mon, 18 Jan 2016 16:16:40 +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 47A9D17C5; Mon, 18 Jan 2016 16:16:40 +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 u0IGGdXt016947; Mon, 18 Jan 2016 16:16:39 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IGGdTK016946; Mon, 18 Jan 2016 16:16:39 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201601181616.u0IGGdTK016946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 18 Jan 2016 16:16:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406593 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 16:16:40 -0000 Author: mat Date: Mon Jan 18 16:16:39 2016 New Revision: 406593 URL: https://svnweb.freebsd.org/changeset/ports/406593 Log: Rework the logic of the libperl detection, making it a bit more simple, and also a bit more verbose. With hat: perl Sponsored by: Absolight Modified: head/Mk/Scripts/qa.sh Modified: head/Mk/Scripts/qa.sh ============================================================================== --- head/Mk/Scripts/qa.sh Mon Jan 18 16:04:22 2016 (r406592) +++ head/Mk/Scripts/qa.sh Mon Jan 18 16:16:39 2016 (r406593) @@ -251,26 +251,24 @@ libperl() { /RUNPATH.*perl.*CORE/ { runpath = 0 } END {print libperl+rpath+runpath} "` - # FIXME When 8.4 goes out of commission, replace the ;; - # with ;& in the case below. Also, change the logic on - # detecting if there was a file with libperl.so - if [ "$found" -ne "0" ]; then - case "$found" in - *1) - warn "${f} is not linked with ${LIBPERL}, not respecting lddlflags?" - ;; #;& - *1?) - has_some_libperl_so=1 - warn "${f} does not have a rpath to ${LIBPERL}, not respecting lddlflags?" - ;; #;& - 1??) - has_some_libperl_so=1 - warn "${f} does not have a runpath to ${LIBPERL}, not respecting lddlflags?" - ;; #;& - esac - else - has_some_libperl_so=1 - fi + case "${found}" in + *1) + warn "${f} is not linked with ${LIBPERL}, not respecting lddlflags?" + ;; + *0) + has_some_libperl_so=1 + case "${found}" in + *1?) + warn "${f} does not have a rpath to ${LIBPERL}, not respecting lddlflags?" + ;; + esac + case "${found}" in + 1??) + warn "${f} does not have a runpath to ${LIBPERL}, not respecting lddlflags?" + ;; + esac + ;; + esac # Use heredoc to avoid losing rc from find|while subshell done <<-EOT $(find ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL} -name '*.so') From owner-svn-ports-head@freebsd.org Mon Jan 18 16:16:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85DFAA86C5A; Mon, 18 Jan 2016 16:16: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 53B9917CC; Mon, 18 Jan 2016 16:16: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 u0IGGhNG017044; Mon, 18 Jan 2016 16:16:43 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IGGhqo017043; Mon, 18 Jan 2016 16:16:43 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201601181616.u0IGGhqo017043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 18 Jan 2016 16:16:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406594 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 16:16:44 -0000 Author: mat Date: Mon Jan 18 16:16:43 2016 New Revision: 406594 URL: https://svnweb.freebsd.org/changeset/ports/406594 Log: Be consistent and always enclose shell variables inside braces. Sponsored by: Absolight Modified: head/Mk/Scripts/qa.sh Modified: head/Mk/Scripts/qa.sh ============================================================================== --- head/Mk/Scripts/qa.sh Mon Jan 18 16:16:39 2016 (r406593) +++ head/Mk/Scripts/qa.sh Mon Jan 18 16:16:43 2016 (r406594) @@ -31,8 +31,8 @@ shebangonefile() { ;; esac - interp=$(sed -n -e '1s/^#![[:space:]]*\([^[:space:]]*\).*/\1/p;2q' "$f") - case "$interp" in + interp=$(sed -n -e '1s/^#![[:space:]]*\([^[:space:]]*\).*/\1/p;2q' "${f}") + case "${interp}" in "") ;; ${LINUXBASE}/*) ;; ${LOCALBASE}/*) ;; @@ -245,7 +245,7 @@ libperl() { # No results presents a blank line from heredoc. [ -z "${f}" ] && continue files=$((files+1)) - found=`readelf -d $f | awk "BEGIN {libperl=1; rpath=10; runpath=100} + found=`readelf -d ${f} | awk "BEGIN {libperl=1; rpath=10; runpath=100} /NEEDED.*${LIBPERL}/ { libperl = 0 } /RPATH.*perl.*CORE/ { rpath = 0 } /RUNPATH.*perl.*CORE/ { runpath = 0 } @@ -274,7 +274,7 @@ libperl() { $(find ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL} -name '*.so') EOT - if [ $files -gt 0 -a $has_some_libperl_so -eq 0 ]; then + if [ ${files} -gt 0 -a ${has_some_libperl_so} -eq 0 ]; then err "None of the .so in ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL} are linked with ${LIBPERL}, see above for the full list." return 1 else @@ -318,4 +318,4 @@ for check in ${checks}; do ${check} || ret=1 done -exit $ret +exit ${ret} From owner-svn-ports-head@freebsd.org Mon Jan 18 16:26:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCA7BA86FEA; Mon, 18 Jan 2016 16:26:10 +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 AB6381DA9; Mon, 18 Jan 2016 16:26:10 +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 u0IGQ9r7020026; Mon, 18 Jan 2016 16:26:09 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IGQ9Ya020024; Mon, 18 Jan 2016 16:26:09 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201601181626.u0IGQ9Ya020024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 18 Jan 2016 16:26:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406595 - head/astro/stellarium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 16:26:11 -0000 Author: danfe Date: Mon Jan 18 16:26:09 2016 New Revision: 406595 URL: https://svnweb.freebsd.org/changeset/ports/406595 Log: Update to version 0.14.2. Modified: head/astro/stellarium/Makefile head/astro/stellarium/distinfo Modified: head/astro/stellarium/Makefile ============================================================================== --- head/astro/stellarium/Makefile Mon Jan 18 16:16:43 2016 (r406594) +++ head/astro/stellarium/Makefile Mon Jan 18 16:26:09 2016 (r406595) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stellarium -PORTVERSION= 0.14.1 +PORTVERSION= 0.14.2 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/Stellarium-sources/${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Modified: head/astro/stellarium/distinfo ============================================================================== --- head/astro/stellarium/distinfo Mon Jan 18 16:16:43 2016 (r406594) +++ head/astro/stellarium/distinfo Mon Jan 18 16:26:09 2016 (r406595) @@ -1,5 +1,5 @@ -SHA256 (stellarium-0.14.1.tar.gz) = 4aba88407d23649a726fb6ec6beb1443f182791257d363bc66f4a2f5c390de2f -SIZE (stellarium-0.14.1.tar.gz) = 139386133 +SHA256 (stellarium-0.14.2.tar.gz) = aa04a5ae44ed177bc187d20e27a87cc11fc2f465036d673f02ec07b333a0b1f7 +SIZE (stellarium-0.14.2.tar.gz) = 139069181 SHA256 (stars_4_1v0_1.cat) = 7a2084e5e45610bbffae9448d9552d8a8dd191e5b1a07b0e47d27622fab4a979 SIZE (stars_4_1v0_1.cat) = 17040932 SHA256 (stars_5_2v0_1.cat) = c4ebd18d05a805308cfac85fe224e3f0a75db6579cae65c935a0954da13f4164 From owner-svn-ports-head@freebsd.org Mon Jan 18 17:08:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 813C6A87D60; Mon, 18 Jan 2016 17:08:32 +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 503911323; Mon, 18 Jan 2016 17:08:32 +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 u0IH8VGP031898; Mon, 18 Jan 2016 17:08:31 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IH8V68031897; Mon, 18 Jan 2016 17:08:31 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601181708.u0IH8V68031897@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 18 Jan 2016 17:08:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406596 - head/www/magento X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 17:08:32 -0000 Author: pawel Date: Mon Jan 18 17:08:31 2016 New Revision: 406596 URL: https://svnweb.freebsd.org/changeset/ports/406596 Log: Remove genplist target using deprecated @dirrm Approved by: portmgr blanket Modified: head/www/magento/Makefile Modified: head/www/magento/Makefile ============================================================================== --- head/www/magento/Makefile Mon Jan 18 16:26:09 2016 (r406595) +++ head/www/magento/Makefile Mon Jan 18 17:08:31 2016 (r406596) @@ -46,17 +46,6 @@ PLIST_SUB+= ${SUB_LIST} post-patch: @${RM} -f ${WRKSRC}/cron.sh ${WRKSRC}/.htaccess -.ifdef MAINTAINER_MODE -genplist: extract patch - @${FIND} -s ${WRKSRC} -type f | ${SED} \ - -e 's,${WRKSRC},%%MAGENTODIR%%,' > ${PORTSDIR}/www/magento/pkg-plist.new - @${FIND} -s -d ${WRKSRC} -type d | ${SED} \ - -e 's,${WRKSRC}/media,@dirrmtry %%MAGENTODIR%%/media,' \ - -e 's,${WRKSRC}/var,@dirrmtry %%MAGENTODIR%%/var,' \ - -e 's,${WRKSRC},@dirrm %%MAGENTODIR%%,' >> ${PORTSDIR}/www/magento/pkg-plist.new - -.endif - do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${MAGENTODIR} @${INSTALL_SCRIPT} ${WRKDIR}/cron.sh ${STAGEDIR}${PREFIX}/${MAGENTODIR} From owner-svn-ports-head@freebsd.org Mon Jan 18 17:15:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE100A87F3D; Mon, 18 Jan 2016 17:15:38 +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 A008417CA; Mon, 18 Jan 2016 17:15:38 +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 u0IHFbji034817; Mon, 18 Jan 2016 17:15:37 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IHFbAo034816; Mon, 18 Jan 2016 17:15:37 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601181715.u0IHFbAo034816@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 18 Jan 2016 17:15:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406597 - head/devel/ruby-langscan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 17:15:38 -0000 Author: pawel Date: Mon Jan 18 17:15:37 2016 New Revision: 406597 URL: https://svnweb.freebsd.org/changeset/ports/406597 Log: - Remove x-generate-plist target using deprecated @dirrm - Use options helper Approved by: portmgr blanket Modified: head/devel/ruby-langscan/Makefile Modified: head/devel/ruby-langscan/Makefile ============================================================================== --- head/devel/ruby-langscan/Makefile Mon Jan 18 17:08:31 2016 (r406596) +++ head/devel/ruby-langscan/Makefile Mon Jan 18 17:15:37 2016 (r406597) @@ -50,16 +50,11 @@ pre-configure: post-install: ${CHMOD} ${BINMODE} ${STAGEDIR}${RUBY_SITEARCHLIBDIR}/${PORTNAME}/ocaml/camlexer + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${INSTALL_WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor -x-generate-plist: - ${ECHO} %%RUBY_SITELIBDIR%%/langscan.rb > pkg-plist.new - ${FIND} ${RUBY_SITEARCHLIBDIR}/${PORTNAME} -type f | ${SORT} | ${SED} -e 's,${RUBY_SITEARCHLIBDIR},%%RUBY_SITEARCHLIBDIR%%,' >> pkg-plist.new - ${FIND} ${RUBY_SITELIBDIR}/${PORTNAME} -type f | ${SORT} | ${SED} -e 's,${RUBY_SITELIBDIR},%%RUBY_SITELIBDIR%%,' >> pkg-plist.new - ${FIND} ${RUBY_SITELIBDIR}/${PORTNAME} -type d -depth | ${SORT} -r | ${SED} -e 's,${RUBY_SITELIBDIR},@dirrm %%RUBY_SITELIBDIR%%,' >> pkg-plist.new - ${FIND} ${RUBY_SITEARCHLIBDIR}/${PORTNAME} -type d -depth | ${SORT} -r | ${SED} -e 's,${RUBY_SITEARCHLIBDIR},@dirrm %%RUBY_SITEARCHLIBDIR%%,' >> pkg-plist.new - .include From owner-svn-ports-head@freebsd.org Mon Jan 18 17:28:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9172A862AD; Mon, 18 Jan 2016 17:28:01 +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 9A6651E00; Mon, 18 Jan 2016 17:28:01 +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 u0IHS0Ox037936; Mon, 18 Jan 2016 17:28:00 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IHS0IW037935; Mon, 18 Jan 2016 17:28:00 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201601181728.u0IHS0IW037935@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 18 Jan 2016 17:28:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406598 - head/games/minecraft-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 17:28:01 -0000 Author: swills Date: Mon Jan 18 17:28:00 2016 New Revision: 406598 URL: https://svnweb.freebsd.org/changeset/ports/406598 Log: games/minecraft-client: switch to USES=openal Modified: head/games/minecraft-client/Makefile Modified: head/games/minecraft-client/Makefile ============================================================================== --- head/games/minecraft-client/Makefile Mon Jan 18 17:15:37 2016 (r406597) +++ head/games/minecraft-client/Makefile Mon Jan 18 17:28:00 2016 (r406598) @@ -15,10 +15,10 @@ EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org COMMENT= Client for the block building game -LIB_DEPENDS= libopenal.so:${PORTSDIR}/audio/openal-soft RUN_DEPENDS= ${JAVALIBDIR}/lwjgl/lwjgl.jar:${PORTSDIR}/games/lwjgl WRKSRC= ${WRKDIR} +USES= openal NO_ARCH= yes NO_BUILD= yes USE_JAVA= yes From owner-svn-ports-head@freebsd.org Mon Jan 18 17:37:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFD55A86611; Mon, 18 Jan 2016 17:37:54 +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 A01BC13BB; Mon, 18 Jan 2016 17:37:54 +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 u0IHbro4040962; Mon, 18 Jan 2016 17:37:53 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IHbr9J040961; Mon, 18 Jan 2016 17:37:53 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601181737.u0IHbr9J040961@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 18 Jan 2016 17:37:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406599 - head/japanese/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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 17:37:55 -0000 Author: pawel Date: Mon Jan 18 17:37:53 2016 New Revision: 406599 URL: https://svnweb.freebsd.org/changeset/ports/406599 Log: Modernize pkg-plist, remove deprecated @dirrm Approved by: portmgr blanket Modified: head/japanese/mailman/pkg-plist Modified: head/japanese/mailman/pkg-plist ============================================================================== --- head/japanese/mailman/pkg-plist Mon Jan 18 17:28:00 2016 (r406598) +++ head/japanese/mailman/pkg-plist Mon Jan 18 17:37:53 2016 (r406599) @@ -2249,152 +2249,10 @@ %%MMDIR%%/tests/test_smtp.py %%MMDIR%%/tests/testall.py %%PYTHON_SITELIBDIR%%/mailman-info.txt -@dirrm %%MMDIR%%/tests/msgs -@dirrm %%MMDIR%%/tests/bounces -@dirrm %%MMDIR%%/tests -@dirrm %%MMDIR%%/templates/zh_TW -@dirrm %%MMDIR%%/templates/zh_CN -@dirrm %%MMDIR%%/templates/vi -@dirrm %%MMDIR%%/templates/uk -@dirrm %%MMDIR%%/templates/tr -@dirrm %%MMDIR%%/templates/sv -@dirrm %%MMDIR%%/templates/sr -@dirrm %%MMDIR%%/templates/sl -@dirrm %%MMDIR%%/templates/sk -@dirrm %%MMDIR%%/templates/ru -@dirrm %%MMDIR%%/templates/ro -@dirrm %%MMDIR%%/templates/pt_BR -@dirrm %%MMDIR%%/templates/pt -@dirrm %%MMDIR%%/templates/pl -@dirrm %%MMDIR%%/templates/no -@dirrm %%MMDIR%%/templates/nl -@dirrm %%MMDIR%%/templates/lt -@dirrm %%MMDIR%%/templates/ko -@dirrm %%MMDIR%%/templates/ja -@dirrm %%MMDIR%%/templates/it -@dirrm %%MMDIR%%/templates/ia -@dirrm %%MMDIR%%/templates/hu -@dirrm %%MMDIR%%/templates/hr -@dirrm %%MMDIR%%/templates/he -@dirrm %%MMDIR%%/templates/gl -@dirrm %%MMDIR%%/templates/fr -@dirrm %%MMDIR%%/templates/fi -@dirrm %%MMDIR%%/templates/eu -@dirrm %%MMDIR%%/templates/et -@dirrm %%MMDIR%%/templates/es -@dirrm %%MMDIR%%/templates/en -@dirrm %%MMDIR%%/templates/el -@dirrm %%MMDIR%%/templates/de -@dirrm %%MMDIR%%/templates/da -@dirrm %%MMDIR%%/templates/cs -@dirrm %%MMDIR%%/templates/ca -@dirrm %%MMDIR%%/templates/ast -@dirrm %%MMDIR%%/templates/ar -@dirrm %%MMDIR%%/templates -@dirrmtry %%MMDIR%%/spam -@dirrm %%MMDIR%%/scripts -@dirrmtry %%MMDIR%%/qfiles -@dirrm %%MMDIR%%/pythonlib/email/mime -@dirrm %%MMDIR%%/pythonlib/email -@dirrm %%MMDIR%%/pythonlib -@dirrm %%MMDIR%%/messages/zh_TW/LC_MESSAGES -@dirrm %%MMDIR%%/messages/zh_TW -@dirrm %%MMDIR%%/messages/zh_CN/LC_MESSAGES -@dirrm %%MMDIR%%/messages/zh_CN -@dirrm %%MMDIR%%/messages/vi/LC_MESSAGES -@dirrm %%MMDIR%%/messages/vi -@dirrm %%MMDIR%%/messages/uk/LC_MESSAGES -@dirrm %%MMDIR%%/messages/uk -@dirrm %%MMDIR%%/messages/tr/LC_MESSAGES -@dirrm %%MMDIR%%/messages/tr -@dirrm %%MMDIR%%/messages/sv/LC_MESSAGES -@dirrm %%MMDIR%%/messages/sv -@dirrm %%MMDIR%%/messages/sr/LC_MESSAGES -@dirrm %%MMDIR%%/messages/sr -@dirrm %%MMDIR%%/messages/sl/LC_MESSAGES -@dirrm %%MMDIR%%/messages/sl -@dirrm %%MMDIR%%/messages/sk/LC_MESSAGES -@dirrm %%MMDIR%%/messages/sk -@dirrm %%MMDIR%%/messages/ru/LC_MESSAGES -@dirrm %%MMDIR%%/messages/ru -@dirrm %%MMDIR%%/messages/ro/LC_MESSAGES -@dirrm %%MMDIR%%/messages/ro -@dirrm %%MMDIR%%/messages/pt_BR/LC_MESSAGES -@dirrm %%MMDIR%%/messages/pt_BR -@dirrm %%MMDIR%%/messages/pt/LC_MESSAGES -@dirrm %%MMDIR%%/messages/pt -@dirrm %%MMDIR%%/messages/pl/LC_MESSAGES -@dirrm %%MMDIR%%/messages/pl -@dirrm %%MMDIR%%/messages/no/LC_MESSAGES -@dirrm %%MMDIR%%/messages/no -@dirrm %%MMDIR%%/messages/nl/LC_MESSAGES -@dirrm %%MMDIR%%/messages/nl -@dirrm %%MMDIR%%/messages/lt/LC_MESSAGES -@dirrm %%MMDIR%%/messages/lt -@dirrm %%MMDIR%%/messages/ko/LC_MESSAGES -@dirrm %%MMDIR%%/messages/ko -@dirrm %%MMDIR%%/messages/ja_JP.UTF8/LC_MESSAGES -@dirrm %%MMDIR%%/messages/ja_JP.UTF8 -@dirrm %%MMDIR%%/messages/ja/LC_MESSAGES -@dirrm %%MMDIR%%/messages/ja -@dirrm %%MMDIR%%/messages/it/LC_MESSAGES -@dirrm %%MMDIR%%/messages/it -@dirrm %%MMDIR%%/messages/ia/LC_MESSAGES -@dirrm %%MMDIR%%/messages/ia -@dirrm %%MMDIR%%/messages/hu/LC_MESSAGES -@dirrm %%MMDIR%%/messages/hu -@dirrm %%MMDIR%%/messages/hr/LC_MESSAGES -@dirrm %%MMDIR%%/messages/hr -@dirrm %%MMDIR%%/messages/he/LC_MESSAGES -@dirrm %%MMDIR%%/messages/he -@dirrm %%MMDIR%%/messages/gl/LC_MESSAGES -@dirrm %%MMDIR%%/messages/gl -@dirrm %%MMDIR%%/messages/fr/LC_MESSAGES -@dirrm %%MMDIR%%/messages/fr -@dirrm %%MMDIR%%/messages/fi/LC_MESSAGES -@dirrm %%MMDIR%%/messages/fi -@dirrm %%MMDIR%%/messages/eu/LC_MESSAGES -@dirrm %%MMDIR%%/messages/eu -@dirrm %%MMDIR%%/messages/et/LC_MESSAGES -@dirrm %%MMDIR%%/messages/et -@dirrm %%MMDIR%%/messages/es/LC_MESSAGES -@dirrm %%MMDIR%%/messages/es -@dirrm %%MMDIR%%/messages/el/LC_MESSAGES -@dirrm %%MMDIR%%/messages/el -@dirrm %%MMDIR%%/messages/de/LC_MESSAGES -@dirrm %%MMDIR%%/messages/de -@dirrm %%MMDIR%%/messages/da/LC_MESSAGES -@dirrm %%MMDIR%%/messages/da -@dirrm %%MMDIR%%/messages/cs/LC_MESSAGES -@dirrm %%MMDIR%%/messages/cs -@dirrm %%MMDIR%%/messages/ca/LC_MESSAGES -@dirrm %%MMDIR%%/messages/ca -@dirrm %%MMDIR%%/messages/ast/LC_MESSAGES -@dirrm %%MMDIR%%/messages/ast -@dirrm %%MMDIR%%/messages/ar/LC_MESSAGES -@dirrm %%MMDIR%%/messages/ar -@dirrm %%MMDIR%%/messages -@dirrm %%MMDIR%%/mail -@dirrmtry %%MMDIR%%/logs -@dirrmtry %%MMDIR%%/locks -@dirrmtry %%MMDIR%%/lists -@dirrm %%MMDIR%%/icons -@dirrmtry %%MMDIR%%/data -@dirrm %%MMDIR%%/cron -@dirrm %%MMDIR%%/cgi-bin -@dirrm %%MMDIR%%/bin -@dirrmtry %%MMDIR%%/archives/public -@dirrmtry %%MMDIR%%/archives/private -@dirrmtry %%MMDIR%%/archives -@dirrm %%MMDIR%%/Mailman/Queue -@dirrm %%MMDIR%%/Mailman/MTA -@dirrm %%MMDIR%%/Mailman/Logging -@dirrm %%MMDIR%%/Mailman/Handlers -@dirrm %%MMDIR%%/Mailman/Gui -@dirrm %%MMDIR%%/Mailman/Commands -@dirrm %%MMDIR%%/Mailman/Cgi -@dirrm %%MMDIR%%/Mailman/Bouncers -@dirrm %%MMDIR%%/Mailman/Archiver -@dirrmtry %%MMDIR%%/Mailman -@dirrmtry %%MMDIR%% -@dirrmtry %%IMGDIR%% +@dir %%MMDIR%%/archives/private +@dir %%MMDIR%%/archives/public +@dir %%MMDIR%%/lists +@dir %%MMDIR%%/locks +@dir %%MMDIR%%/logs +@dir %%MMDIR%%/qfiles +@dir %%MMDIR%%/spam From owner-svn-ports-head@freebsd.org Mon Jan 18 17:38:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9F41A86641; Mon, 18 Jan 2016 17:38:03 +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 AA63B14E9; Mon, 18 Jan 2016 17:38:03 +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 u0IHc2Hs041151; Mon, 18 Jan 2016 17:38:02 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IHc2B1041145; Mon, 18 Jan 2016 17:38:02 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201601181738.u0IHc2B1041145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Mon, 18 Jan 2016 17:38:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406600 - in head: . mail/rmilter 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 17:38:04 -0000 Author: vsevolod Date: Mon Jan 18 17:38:01 2016 New Revision: 406600 URL: https://svnweb.freebsd.org/changeset/ports/406600 Log: - Update rspamd to 1.1.0 - Update rmilter to 1.7.0 - Fix dependencies - Add UPDATING entry Modified: head/UPDATING head/mail/rmilter/Makefile head/mail/rmilter/distinfo head/mail/rspamd/Makefile head/mail/rspamd/distinfo head/mail/rspamd/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Jan 18 17:37:53 2016 (r406599) +++ head/UPDATING Mon Jan 18 17:38:01 2016 (r406600) @@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20160118: + AFFECTS: users of mail/rspamd and mail/rmilter + AUTHOR: vsevolod@FreeBSD.org + + Rspamd has been updated to the version 1.1.0. If you have used per user + statistics, then please consult changelog for details: your configuration + should be changed. + + Rmilter has been updated to the version 1.7.0. Support of SPF and Spamassassin + has been dropped from this project completely. You might also consider + migration from memcahched to redis in this version. + 20160113: AFFECTS: users of sysutils/ansible AUTHOR: lifanov@mail.lifanov.com Modified: head/mail/rmilter/Makefile ============================================================================== --- head/mail/rmilter/Makefile Mon Jan 18 17:37:53 2016 (r406599) +++ head/mail/rmilter/Makefile Mon Jan 18 17:38:01 2016 (r406600) @@ -1,16 +1,15 @@ # $FreeBSD$ PORTNAME= rmilter -PORTVERSION= 1.6.7 +PORTVERSION= 1.7.0 CATEGORIES= mail MAINTAINER= vsevolod@FreeBSD.org -COMMENT= Milter that performs spamd, clamav, and spf checks +COMMENT= Milter that performs rspamd, clamav, and other checks LICENSE= BSD2CLAUSE LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ - libspf2.so:${PORTSDIR}/mail/libspf2 \ libopendkim.so:${PORTSDIR}/mail/opendkim USE_GITHUB= yes @@ -23,8 +22,7 @@ USE_OPENSSL= yes USERS= _rmilter GROUPS= _rmilter -CMAKE_ARGS+= -DENABLE_SPF=ON \ - -DENABLE_DKIM=ON +CMAKE_ARGS+= -DENABLE_DKIM=ON WITH_SENDMAIL_BASE= yes Modified: head/mail/rmilter/distinfo ============================================================================== --- head/mail/rmilter/distinfo Mon Jan 18 17:37:53 2016 (r406599) +++ head/mail/rmilter/distinfo Mon Jan 18 17:38:01 2016 (r406600) @@ -1,2 +1,2 @@ -SHA256 (vstakhov-rmilter-1.6.7_GH0.tar.gz) = d8312be6ab79cf42fd28a85c4eda3868e20a4d182f06c1491ce8cdc8c2bed8df -SIZE (vstakhov-rmilter-1.6.7_GH0.tar.gz) = 117993 +SHA256 (vstakhov-rmilter-1.7.0_GH0.tar.gz) = 0337c1e643f1c9115ae9a53cb79d883ef857ca8457a94b37ef135ee89166ea3d +SIZE (vstakhov-rmilter-1.7.0_GH0.tar.gz) = 159459 Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Mon Jan 18 17:37:53 2016 (r406599) +++ head/mail/rspamd/Makefile Mon Jan 18 17:38:01 2016 (r406600) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.0.11 +PORTVERSION= 1.1.0 CATEGORIES= mail MASTER_SITES= http://rspamd.com/downloads/ @@ -17,11 +17,9 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/deve CONFLICTS_INSTALL= rspamd -OPTIONS_DEFINE= GPERF REDIRECTOR HIREDIS +OPTIONS_DEFINE= GPERF REDIRECTOR GPERF_DESC= Google perf-tools profiling REDIRECTOR_DESC= Install HTTP redirector -HIREDIS_DESC= Redis support through hiredis -OPTIONS_DEFAULT= HIREDIS USE_RC_SUBR= rspamd @@ -75,12 +73,6 @@ USE_OPENSSL= yes PLIST_SUB+= REDIRECTOR="@comment " .endif -.if ${PORT_OPTIONS:MHIREDIS} - LIB_DEPENDS+= libhiredis.so:${PORTSDIR}/databases/hiredis -.else - CMAKE_ARGS+= -DENABLE_HIREDIS=OFF -.endif - post-stage: ${INSTALL} -d \ ${STAGEDIR}/var/log/rspamd \ Modified: head/mail/rspamd/distinfo ============================================================================== --- head/mail/rspamd/distinfo Mon Jan 18 17:37:53 2016 (r406599) +++ head/mail/rspamd/distinfo Mon Jan 18 17:38:01 2016 (r406600) @@ -1,2 +1,2 @@ -SHA256 (rspamd-1.0.11.tar.xz) = b914c77c30dcab863f6c685b4a83a1662ee1b4503654fbf3ee3ae2fbca1ed928 -SIZE (rspamd-1.0.11.tar.xz) = 1176160 +SHA256 (rspamd-1.1.0.tar.xz) = 69db05150b4ba8304d24dd0f96c79b5d3792478373f0d6be6c92b51b1cf60ead +SIZE (rspamd-1.1.0.tar.xz) = 1291004 Modified: head/mail/rspamd/pkg-plist ============================================================================== --- head/mail/rspamd/pkg-plist Mon Jan 18 17:37:53 2016 (r406599) +++ head/mail/rspamd/pkg-plist Mon Jan 18 17:38:01 2016 (r406600) @@ -25,6 +25,7 @@ bin/rspamc %%ETCDIR%%/modules.d/once_received.conf %%ETCDIR%%/modules.d/phishing.conf %%ETCDIR%%/modules.d/ratelimit.conf +%%ETCDIR%%/modules.d/rbl.conf %%ETCDIR%%/modules.d/regexp.conf %%ETCDIR%%/modules.d/spf.conf %%ETCDIR%%/modules.d/surbl.conf @@ -42,6 +43,7 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/effective_tld_names.dat %%DATADIR%%/lua/dmarc.lua %%DATADIR%%/lua/emails.lua +%%DATADIR%%/lua/fann_scores.lua %%DATADIR%%/lua/forged_recipients.lua %%DATADIR%%/lua/fun.lua %%DATADIR%%/lua/hfilter.lua @@ -81,14 +83,6 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/www/js/rspamd.js %%DATADIR%%/www/plugins.txt %%DATADIR%%/www/react-index.html -%%DATADIR%%/www/src/Gruntfile.js -%%DATADIR%%/www/src/common.js -%%DATADIR%%/www/src/components/app.jsx -%%DATADIR%%/www/src/components/dashboard.jsx -%%DATADIR%%/www/src/components/login.jsx -%%DATADIR%%/www/src/components/piechart.jsx -%%DATADIR%%/www/src/components/rrdgraph.jsx -%%DATADIR%%/www/src/package.json man/man1/rspamadm.1.gz man/man1/rspamc.1.gz man/man8/rspamd.8.gz From owner-svn-ports-head@freebsd.org Mon Jan 18 17:54:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91070A86E93; Mon, 18 Jan 2016 17:54:31 +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 603D9125E; Mon, 18 Jan 2016 17:54:31 +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 u0IHsUoI046802; Mon, 18 Jan 2016 17:54:30 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IHsUcr046801; Mon, 18 Jan 2016 17:54:30 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601181754.u0IHsUcr046801@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 18 Jan 2016 17:54:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406601 - head/lang/smlnj X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 17:54:31 -0000 Author: pawel Date: Mon Jan 18 17:54:30 2016 New Revision: 406601 URL: https://svnweb.freebsd.org/changeset/ports/406601 Log: Remove deprecated @dirrm reference Approved by: portmgr blanket Modified: head/lang/smlnj/Makefile Modified: head/lang/smlnj/Makefile ============================================================================== --- head/lang/smlnj/Makefile Mon Jan 18 17:38:01 2016 (r406600) +++ head/lang/smlnj/Makefile Mon Jan 18 17:54:30 2016 (r406601) @@ -261,7 +261,6 @@ MLNOINSTALL= .cm MLNOINSTALL+= sml.bin.${MLARCH}-unix sml.boot.${MLARCH}-unix \ sml.lib sml.${MLARCH}-bsd .endif -MLSRCEXCLUDEREGEX= -e '^(@dirrm\ )?${MLROOTRELATIVE}/base/runtime' .for excl in ${MLNOINSTALL} MLSRCEXCLUDEREGEX+= -e '/${excl}$$' -e '/${excl}/' .endfor From owner-svn-ports-head@freebsd.org Mon Jan 18 18:23:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 012CBA83A72; Mon, 18 Jan 2016 18:23:05 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2BC21173; Mon, 18 Jan 2016 18:23:04 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0IIN3An055734; Mon, 18 Jan 2016 18:23:03 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IIN3Vq055732; Mon, 18 Jan 2016 18:23:03 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201601181823.u0IIN3Vq055732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 18 Jan 2016 18:23:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406602 - in head/textproc/translate-toolkit: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 18:23:05 -0000 Author: rene Date: Mon Jan 18 18:23:03 2016 New Revision: 406602 URL: https://svnweb.freebsd.org/changeset/ports/406602 Log: textproc/translate-toolkit: update to 1.13.0 and add NO_ARCH flag PR: 205798 Submitted by: rene Approved by: maintainer timeout (jpaetzel, 16 days) Deleted: head/textproc/translate-toolkit/files/ Modified: head/textproc/translate-toolkit/Makefile head/textproc/translate-toolkit/distinfo Modified: head/textproc/translate-toolkit/Makefile ============================================================================== --- head/textproc/translate-toolkit/Makefile Mon Jan 18 17:54:30 2016 (r406601) +++ head/textproc/translate-toolkit/Makefile Mon Jan 18 18:23:03 2016 (r406602) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= translate-toolkit -PORTVERSION= 1.12.0 +PORTVERSION= 1.13.0 CATEGORIES= textproc MASTER_SITES= CHEESESHOP @@ -22,6 +22,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sq RUN_DEPENDS:= ${BUILD_DEPENDS} # Can use psyco (on i386) +NO_ARCH= yes USES= gettext python tar:bzip2 USE_PYTHON= autoplist distutils Modified: head/textproc/translate-toolkit/distinfo ============================================================================== --- head/textproc/translate-toolkit/distinfo Mon Jan 18 17:54:30 2016 (r406601) +++ head/textproc/translate-toolkit/distinfo Mon Jan 18 18:23:03 2016 (r406602) @@ -1,2 +1,2 @@ -SHA256 (translate-toolkit-1.12.0.tar.bz2) = 11e332f2a29d8644364b4ca79b4ac079df328626ec8c27ac0e8cc454696719ca -SIZE (translate-toolkit-1.12.0.tar.bz2) = 5329772 +SHA256 (translate-toolkit-1.13.0.tar.bz2) = dcbbf49058e4196a06e988d9dc1e762321ab0d057c4be035b84e3c11353fc2f8 +SIZE (translate-toolkit-1.13.0.tar.bz2) = 4624810 From owner-svn-ports-head@freebsd.org Mon Jan 18 18:27:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0BF8A83CAA; Mon, 18 Jan 2016 18:27:48 +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 B476A149E; Mon, 18 Jan 2016 18:27:48 +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 u0IIRlmk056041; Mon, 18 Jan 2016 18:27:47 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IIRlPZ056040; Mon, 18 Jan 2016 18:27:47 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601181827.u0IIRlPZ056040@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 18 Jan 2016 18:27:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406603 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 18:27:49 -0000 Author: rakuco Date: Mon Jan 18 18:27:47 2016 New Revision: 406603 URL: https://svnweb.freebsd.org/changeset/ports/406603 Log: Uses/cmake.mk: Make it possible to override {BUILD,INSTALL}_WRKSRC with :outsource. This is particularly useful if a port only needs to build a subdirectory of the source tree (in which case they can set BUILD_WRKSRC to "${CONFIGURE_WRKSRC}/foo/bar"). Modified: head/Mk/Uses/cmake.mk Modified: head/Mk/Uses/cmake.mk ============================================================================== --- head/Mk/Uses/cmake.mk Mon Jan 18 18:23:03 2016 (r406602) +++ head/Mk/Uses/cmake.mk Mon Jan 18 18:27:47 2016 (r406603) @@ -106,8 +106,8 @@ CMAKE_SOURCE_PATH?= ${WRKSRC} .if ${cmake_ARGS:Moutsource} _CMAKE_MSG= "===> Performing out-of-source build" CONFIGURE_WRKSRC= ${WRKDIR}/.build -BUILD_WRKSRC= ${CONFIGURE_WRKSRC} -INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} +BUILD_WRKSRC?= ${CONFIGURE_WRKSRC} +INSTALL_WRKSRC?= ${CONFIGURE_WRKSRC} .endif .if !target(do-configure) From owner-svn-ports-head@freebsd.org Mon Jan 18 18:58:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19DFDA86883; Mon, 18 Jan 2016 18:58: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 CF1B11587; Mon, 18 Jan 2016 18:58:35 +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 u0IIwYOu065579; Mon, 18 Jan 2016 18:58:34 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IIwY2s065575; Mon, 18 Jan 2016 18:58:34 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201601181858.u0IIwY2s065575@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 18 Jan 2016 18:58:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406604 - in head/irc/znc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 18:58:36 -0000 Author: riggs Date: Mon Jan 18 18:58:34 2016 New Revision: 406604 URL: https://svnweb.freebsd.org/changeset/ports/406604 Log: Update to upstream release 1.6.2, cleanup port Cleanups: - USE_OPENSSL - Convert to OPTION helpers - Remove no longer necessary patch for modperl - Sort OPTIONs - Correct compiler flags detection in configure script PR: 205473 Submitted by: matthew@reztek.cz Reviewed by: riggs Approved by: maintainer timeout Added: head/irc/znc/files/patch-configure (contents, props changed) Deleted: head/irc/znc/files/patch-modules-modperl-Makefile_inc Modified: head/irc/znc/Makefile head/irc/znc/distinfo head/irc/znc/files/patch-src_Csocket.cpp Modified: head/irc/znc/Makefile ============================================================================== --- head/irc/znc/Makefile Mon Jan 18 18:27:47 2016 (r406603) +++ head/irc/znc/Makefile Mon Jan 18 18:58:34 2016 (r406604) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= znc -PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTVERSION= 1.6.2 CATEGORIES= irc ipv6 MASTER_SITES= http://znc.in/releases/ \ http://znc.in/releases/archive/ @@ -18,58 +17,42 @@ GNU_CONFIGURE= yes USE_RC_SUBR= znc USES= compiler:c++11-lib cpe gmake iconv pkgconfig -NO_OPTIONS_SORT= yes - -OPTIONS_DEFINE= DEBUG IPV6 OPENSSL CYRUS PERL PYTHON TCL CHARSET DOCS +OPTIONS_DEFINE= CHARSET CYRUS DEBUG DOCS IPV6 OPENSSL PERL PYTHON TCL OPTIONS_DEFAULT= OPENSSL PERL OPTIONS_SUB= yes +CHARSET_DESC= Character encoding support via ICU CYRUS_DESC= Cyrus SASL module DEBUG_DESC= Debugging support PERL_DESC= Perl scripting module PYTHON_DESC= Python scripting module -CHARSET_DESC= Character encoding support via ICU TCL_DESC= Tcl scripting module +CHARSET_CONFIGURE_OFF= --disable-charset +CHARSET_LIB_DEPENDS= libicuuc.so.55:${PORTSDIR}/devel/icu \ + libicudata.so.55:${PORTSDIR}/devel/icu CYRUS_CONFIGURE_ON= --enable-cyrus CYRUS_LDFLAGS= -L${LOCALBASE}/lib CYRUS_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 DEBUG_CONFIGURE_ON= --enable-debug IPV6_CONFIGURE_OFF= --disable-ipv6 +OPENSSL_CONFIGURE_OFF= --disable-openssl +OPENSSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} +OPENSSL_USE= openssl=yes PERL_BUILD_DEPENDS= swig30>=3.0.0:${PORTSDIR}/devel/swig30 PERL_CONFIGURE_ENABLE= perl PERL_CONFIGURE_ON= --enable-swig +PERL_USE= perl5=build,run PERL_USES= perl5 PYTHON_BUILD_DEPENDS= swig30>=3.0.0:${PORTSDIR}/devel/swig30 PYTHON_CONFIGURE_ON= --enable-python=python-${PYTHON_VER} --enable-swig +PYTHON_USE= perl5=build PYTHON_USES= perl5 python:3 -OPENSSL_CONFIGURE_OFF= --disable-openssl -CHARSET_CONFIGURE_OFF= --disable-charset -CHARSET_LIB_DEPENDS= libicuuc.so.55:${PORTSDIR}/devel/icu \ - libicudata.so.55:${PORTSDIR}/devel/icu TCL_CONFIGURE_ENABLE= tcl +TCL_CONFIGURE_ON= --with-tcl=${TCL_LIBDIR} +TCL_USES= tcl -.include - -.if ${PORT_OPTIONS:MOPENSSL} -.include "${PORTSDIR}/Mk/bsd.openssl.mk" -CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} -.endif - -.if ${PORT_OPTIONS:MPERL} -USE_PERL5+= run build -.endif - -.if ${PORT_OPTIONS:MTCL} -USES+= tcl -CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} -.endif - -.if ${PORT_OPTIONS:MPYTHON} -USE_PERL5+= build -.endif - -PORTDOCS= README.md +PORTDOCS= README.md pre-configure: # No need to cast to char** in AM_ICONV, fixes charset/iconv detection @@ -77,14 +60,15 @@ pre-configure: @${REINPLACE_CMD} -e \ 's#(char \*\*)##g' \ ${WRKSRC}/configure + # Instead of using bundled swig generated files, delete them to force # regeneration using swig 2.0.11+ (fixes port compilation using clang) -.if ${PORT_OPTIONS:MPERL} +# +pre-configure-PERL-on: @${RM} ${WRKSRC}/modules/modperl/ZNC.cpp -.endif -.if ${PORT_OPTIONS:MPYTHON} + +pre-configure-PYTHON-on: @${RM} ${WRKSRC}/modules/modpython/_znc_core.cpp -.endif post-patch: @${REINPLACE_CMD} -e \ @@ -93,13 +77,11 @@ post-patch: @${REINPLACE_CMD} -e \ 's#/usr/local#${LOCALBASE}#' ${WRKSRC}/configure -post-install: -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}" -.endif .include Modified: head/irc/znc/distinfo ============================================================================== --- head/irc/znc/distinfo Mon Jan 18 18:27:47 2016 (r406603) +++ head/irc/znc/distinfo Mon Jan 18 18:58:34 2016 (r406604) @@ -1,2 +1,2 @@ -SHA256 (znc-1.6.1.tar.gz) = ba49397364f48d6d32ae5242bc1166f21d972f85dd390d6bbe68a63ecbb6c140 -SIZE (znc-1.6.1.tar.gz) = 1463397 +SHA256 (znc-1.6.2.tar.gz) = eef17727c0c6433fed1affba0ea76ec7fd60198d2f3c234d8529bd5fb26f0593 +SIZE (znc-1.6.2.tar.gz) = 1463898 Added: head/irc/znc/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/znc/files/patch-configure Mon Jan 18 18:58:34 2016 (r406604) @@ -0,0 +1,15 @@ +--- configure.orig 2015-11-15 17:54:23 UTC ++++ configure +@@ -3388,10 +3388,8 @@ appendLD () { + + case "${host_os}" in + freebsd*) +- # -D__GNU_LIBRARY__ makes this work on fbsd 4.11 +- appendCXX -I/usr/local/include -D__GNU_LIBRARY__ +- appendLib -L/usr/local/lib -lcompat +- appendMod -L/usr/local/lib ++ appendCXX -I/usr/local/include ++ appendLD -L/usr/local/lib + ;; + solaris*) + appendLib -lsocket -lnsl -lresolv Modified: head/irc/znc/files/patch-src_Csocket.cpp ============================================================================== --- head/irc/znc/files/patch-src_Csocket.cpp Mon Jan 18 18:27:47 2016 (r406603) +++ head/irc/znc/files/patch-src_Csocket.cpp Mon Jan 18 18:58:34 2016 (r406604) @@ -1,4 +1,4 @@ ---- src/Csocket.cpp.orig 2015-04-16 15:00:34 UTC +--- src/Csocket.cpp.orig 2015-11-15 17:54:20 UTC +++ src/Csocket.cpp @@ -47,6 +47,7 @@ #include From owner-svn-ports-head@freebsd.org Mon Jan 18 19:32:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 349B5A8752F; Mon, 18 Jan 2016 19:32:39 +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 D93EB197A; Mon, 18 Jan 2016 19:32:38 +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 u0IJWbHQ077194; Mon, 18 Jan 2016 19:32:37 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IJWbs0077190; Mon, 18 Jan 2016 19:32:37 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601181932.u0IJWbs0077190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 18 Jan 2016 19:32:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406605 - in head/biology/molden: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 19:32:39 -0000 Author: pi Date: Mon Jan 18 19:32:37 2016 New Revision: 406605 URL: https://svnweb.freebsd.org/changeset/ports/406605 Log: biology/molden: 5.0.7 -> 5.4 Changes: - Missing hydrogens atoms of HETATM molecules (pdb files) are stored locally. - Pdb files can now be clipped. - Fixes missing residues. Introduces an alternative way of generating rotamers, without using z-matrices. This potentially a faster algorithm. - Supports Movie making through avconv/ffmpeg. - calculates the Electron Localization Function (ELF). - Updated code of ambfor/ambmd to speed up optimisations/MD of proteins solvated in water (Jan, 2014). PR: 204341 Added: head/biology/molden/files/patch-surf-Makefile - copied, changed from r406604, head/biology/molden/files/patch-surf-makefile Deleted: head/biology/molden/files/patch-surf-makefile Modified: head/biology/molden/Makefile head/biology/molden/distinfo head/biology/molden/files/patch-ambfor-makefile Modified: head/biology/molden/Makefile ============================================================================== --- head/biology/molden/Makefile Mon Jan 18 18:58:34 2016 (r406604) +++ head/biology/molden/Makefile Mon Jan 18 19:32:37 2016 (r406605) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= molden -PORTVERSION= 5.0.7 -PORTREVISION= 2 +PORTVERSION= 5.4 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/ @@ -14,7 +13,7 @@ COMMENT= Display molecular orbitals and RESTRICTED= free for academic, non profit usage; do not re-distribute source and executable. -WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:R} +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} USES= fortran gmake USE_XORG= x11 Modified: head/biology/molden/distinfo ============================================================================== --- head/biology/molden/distinfo Mon Jan 18 18:58:34 2016 (r406604) +++ head/biology/molden/distinfo Mon Jan 18 19:32:37 2016 (r406605) @@ -1,2 +1,2 @@ -SHA256 (molden5.0.7.tar.gz) = e46bd783acdb27277731afd0693681dab91f0af4f281be2ce2d83777038ba62e -SIZE (molden5.0.7.tar.gz) = 3076093 +SHA256 (molden5.4.tar.gz) = c73bb678a97598cd41ff568f49f276e555302b98144c9679b59e6d0eadf4669b +SIZE (molden5.4.tar.gz) = 4914556 Modified: head/biology/molden/files/patch-ambfor-makefile ============================================================================== --- head/biology/molden/files/patch-ambfor-makefile Mon Jan 18 18:58:34 2016 (r406604) +++ head/biology/molden/files/patch-ambfor-makefile Mon Jan 18 19:32:37 2016 (r406605) @@ -1,10 +1,10 @@ ---- ambfor/makefile.orig 2011-04-29 20:40:50.000000000 +0900 -+++ ambfor/makefile 2012-09-24 02:50:23.000000000 +0900 +--- ambfor/makefile.orig 2015-05-02 19:49:10 UTC ++++ ambfor/makefile @@ -12,12 +12,12 @@ # # --CFLAGS = -c -g +-CFLAGS = -c -g ${EXT} +CFLAGS += -c #FC = g77 -FC = gfortran @@ -14,10 +14,10 @@ LIBS = -lm -LDR = ${FC} -g +LDR = ${FC} + EXT := - OBJS = angle.o bond.o charge.o conn.o enegrd.o getinp.o param.o \ - tors.o vdwlj.o math.o switch.o wrtout.o pbc.o -@@ -47,7 +47,7 @@ + ifeq ($(uname), Darwin) +@@ -56,7 +56,7 @@ ambmd: md.o verlet.o qvdw.o allocmd.o $( $(LDR) -o ambmd md.o verlet.o qvdw.o allocmd.o $(OBJS) $(LIBS) ambfor.o: ambfor.f Copied and modified: head/biology/molden/files/patch-surf-Makefile (from r406604, head/biology/molden/files/patch-surf-makefile) ============================================================================== --- head/biology/molden/files/patch-surf-makefile Mon Jan 18 18:58:34 2016 (r406604, copy source) +++ head/biology/molden/files/patch-surf-Makefile Mon Jan 18 19:32:37 2016 (r406605) @@ -1,70 +1,68 @@ ---- surf/Makefile.orig 2008-08-26 02:59:06.000000000 +0900 -+++ surf/Makefile 2012-09-24 02:45:55.000000000 +0900 -@@ -1,12 +1,12 @@ +--- surf/Makefile.orig 2015-05-02 19:48:48 UTC ++++ surf/Makefile +@@ -1,12 +1,8 @@ # Compilation flags - #CC = cc +-#CC = cc -CC = cc -+#CC = cc INCLUDE = -I. #LINCLUDE = -lcurses -ltermcap -lm LINCLUDE = -lm -OPT_CFLAGS = -O2 $(FLAGS) $(INCLUDE) -+#OPT_CFLAGS = -O2 $(FLAGS) $(INCLUDE) #CFLAGS = -g $(FLAGS) $(INCLUDE) --CFLAGS = -O2 $(FLAGS) $(INCLUDE) -+#CFLAGS = -O2 $(FLAGS) $(INCLUDE) +-CFLAGS = -O2 $(FLAGS) $(INCLUDE) ${EXT} - # These are the user object files in the application - SRCS = surf.c io.c compute.c dual.c utils.c lp.c chull.c tessel_cases.c \ -@@ -63,46 +63,120 @@ - # DO NOT DELETE THIS LINE -- make depend depends on it. - - --# DO NOT DELETE THIS LINE -- make depend depends on it. -+# DO NOT DELETE + ifeq ($(uname), Darwin) + # +@@ -73,670 +69,117 @@ depend: $(DEPEND) + # DO NOT DELETE --surf.o: surf.h /usr/include/stdio.h /usr/include/math.h /usr/include/stdlib.h --surf.o: /usr/include/sgidefs.h /usr/include/string.h /usr/include/sys/time.h --surf.o: linalg.h --io.o: surf.h /usr/include/stdio.h /usr/include/math.h /usr/include/stdlib.h --io.o: /usr/include/sgidefs.h /usr/include/string.h /usr/include/sys/time.h --io.o: linalg.h --compute.o: surf.h /usr/include/stdio.h /usr/include/math.h --compute.o: /usr/include/stdlib.h /usr/include/sgidefs.h /usr/include/string.h --compute.o: /usr/include/sys/time.h linalg.h chull.h dual.h --dual.o: surf.h /usr/include/stdio.h /usr/include/math.h /usr/include/stdlib.h --dual.o: /usr/include/sgidefs.h /usr/include/string.h /usr/include/sys/time.h --dual.o: linalg.h dual.h chull.h --utils.o: surf.h /usr/include/stdio.h /usr/include/math.h --utils.o: /usr/include/stdlib.h /usr/include/sgidefs.h /usr/include/string.h --utils.o: /usr/include/sys/time.h linalg.h --lp.o: surf.h /usr/include/stdio.h /usr/include/math.h /usr/include/stdlib.h --lp.o: /usr/include/sgidefs.h /usr/include/string.h /usr/include/sys/time.h --lp.o: linalg.h --chull.o: surf.h /usr/include/stdio.h /usr/include/math.h --chull.o: /usr/include/stdlib.h /usr/include/sgidefs.h /usr/include/string.h --chull.o: /usr/include/sys/time.h linalg.h chull.h --tessel_cases.o: surf.h /usr/include/stdio.h /usr/include/math.h --tessel_cases.o: /usr/include/stdlib.h /usr/include/sgidefs.h --tessel_cases.o: /usr/include/string.h /usr/include/sys/time.h linalg.h dual.h --tessel_patches.o: surf.h /usr/include/stdio.h /usr/include/math.h --tessel_patches.o: /usr/include/stdlib.h /usr/include/sgidefs.h --tessel_patches.o: /usr/include/string.h /usr/include/sys/time.h linalg.h --tessel_convex.o: surf.h /usr/include/stdio.h /usr/include/math.h --tessel_convex.o: /usr/include/stdlib.h /usr/include/sgidefs.h --tessel_convex.o: /usr/include/string.h /usr/include/sys/time.h linalg.h --tessel_concave.o: surf.h /usr/include/stdio.h /usr/include/math.h --tessel_concave.o: /usr/include/stdlib.h /usr/include/sgidefs.h --tessel_concave.o: /usr/include/string.h /usr/include/sys/time.h linalg.h --tessel_torus.o: surf.h /usr/include/stdio.h /usr/include/math.h --tessel_torus.o: /usr/include/stdlib.h /usr/include/sgidefs.h --tessel_torus.o: /usr/include/string.h /usr/include/sys/time.h linalg.h -- --# DEPENDENCIES MUST END AT END OF FILE --# IF YOU PUT STUFF HERE IT WILL GO AWAY --# see make depend above -- -+surf.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h + surf.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h +-surf.o: /usr/include/sys/_symbol_aliasing.h +-surf.o: /usr/include/sys/_posix_availability.h /usr/include/Availability.h +-surf.o: /usr/include/AvailabilityInternal.h /usr/include/_types.h +-surf.o: /usr/include/sys/_types.h /usr/include/machine/_types.h +-surf.o: /usr/include/i386/_types.h /usr/include/sys/_pthread/_pthread_types.h +-surf.o: /usr/include/sys/_types/_va_list.h /usr/include/sys/_types/_size_t.h +-surf.o: /usr/include/sys/_types/_null.h /usr/include/sys/stdio.h +-surf.o: /usr/include/sys/_types/_off_t.h /usr/include/sys/_types/_ssize_t.h +-surf.o: /usr/include/secure/_stdio.h /usr/include/secure/_common.h +-surf.o: /usr/include/math.h /usr/include/stdlib.h /usr/include/sys/wait.h +-surf.o: /usr/include/sys/_types/_pid_t.h /usr/include/sys/_types/_id_t.h +-surf.o: /usr/include/sys/signal.h /usr/include/sys/appleapiopts.h +-surf.o: /usr/include/machine/signal.h /usr/include/i386/signal.h +-surf.o: /usr/include/machine/_mcontext.h /usr/include/i386/_mcontext.h +-surf.o: /usr/include/mach/i386/_structs.h +-surf.o: /usr/include/sys/_pthread/_pthread_attr_t.h +-surf.o: /usr/include/sys/_types/_sigaltstack.h +-surf.o: /usr/include/sys/_types/_ucontext.h +-surf.o: /usr/include/sys/_types/_sigset_t.h /usr/include/sys/_types/_uid_t.h +-surf.o: /usr/include/sys/resource.h /usr/include/stdint.h +-surf.o: /usr/include/sys/_types/_int8_t.h /usr/include/sys/_types/_int16_t.h +-surf.o: /usr/include/sys/_types/_int32_t.h /usr/include/sys/_types/_int64_t.h +-surf.o: /usr/include/_types/_uint8_t.h /usr/include/_types/_uint16_t.h +-surf.o: /usr/include/_types/_uint32_t.h /usr/include/_types/_uint64_t.h +-surf.o: /usr/include/sys/_types/_intptr_t.h +-surf.o: /usr/include/sys/_types/_uintptr_t.h /usr/include/_types/_intmax_t.h +-surf.o: /usr/include/_types/_uintmax_t.h /usr/include/sys/_types/_timeval.h +-surf.o: /usr/include/machine/endian.h /usr/include/i386/endian.h +-surf.o: /usr/include/sys/_endian.h /usr/include/libkern/_OSByteOrder.h +-surf.o: /usr/include/libkern/i386/_OSByteOrder.h /usr/include/alloca.h +-surf.o: /usr/include/sys/_types/_ct_rune_t.h +-surf.o: /usr/include/sys/_types/_rune_t.h /usr/include/sys/_types/_wchar_t.h +-surf.o: /usr/include/machine/types.h /usr/include/i386/types.h +-surf.o: /usr/include/sys/_types/_dev_t.h /usr/include/sys/_types/_mode_t.h +-surf.o: /usr/include/string.h /usr/include/sys/_types/_rsize_t.h +-surf.o: /usr/include/sys/_types/_errno_t.h /usr/include/strings.h +-surf.o: /usr/include/secure/_string.h /usr/include/sys/time.h +-surf.o: /usr/include/sys/_types/_fd_def.h /usr/include/sys/_types/_timespec.h +-surf.o: /usr/include/sys/_types/_time_t.h +-surf.o: /usr/include/sys/_types/_suseconds_t.h +-surf.o: /usr/include/sys/_types/_fd_setsize.h +-surf.o: /usr/include/sys/_types/_fd_set.h /usr/include/sys/_types/_fd_clr.h +-surf.o: /usr/include/sys/_types/_fd_isset.h +-surf.o: /usr/include/sys/_types/_fd_zero.h /usr/include/sys/_types/_fd_copy.h +-surf.o: /usr/include/time.h /usr/include/sys/_types/_clock_t.h +-surf.o: /usr/include/sys/_select.h linalg.h +surf.o: /usr/include/sys/_null.h /usr/include/sys/_types.h +surf.o: /usr/include/machine/_types.h /usr/include/math.h +surf.o: /usr/include/machine/_limits.h /usr/include/stdlib.h @@ -73,7 +71,50 @@ +surf.o: /usr/include/machine/endian.h /usr/include/sys/_pthreadtypes.h +surf.o: /usr/include/sys/select.h /usr/include/sys/_sigset.h +surf.o: /usr/include/sys/timespec.h /usr/include/time.h linalg.h -+io.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h + io.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h +-io.o: /usr/include/sys/_symbol_aliasing.h +-io.o: /usr/include/sys/_posix_availability.h /usr/include/Availability.h +-io.o: /usr/include/AvailabilityInternal.h /usr/include/_types.h +-io.o: /usr/include/sys/_types.h /usr/include/machine/_types.h +-io.o: /usr/include/i386/_types.h /usr/include/sys/_pthread/_pthread_types.h +-io.o: /usr/include/sys/_types/_va_list.h /usr/include/sys/_types/_size_t.h +-io.o: /usr/include/sys/_types/_null.h /usr/include/sys/stdio.h +-io.o: /usr/include/sys/_types/_off_t.h /usr/include/sys/_types/_ssize_t.h +-io.o: /usr/include/secure/_stdio.h /usr/include/secure/_common.h +-io.o: /usr/include/math.h /usr/include/stdlib.h /usr/include/sys/wait.h +-io.o: /usr/include/sys/_types/_pid_t.h /usr/include/sys/_types/_id_t.h +-io.o: /usr/include/sys/signal.h /usr/include/sys/appleapiopts.h +-io.o: /usr/include/machine/signal.h /usr/include/i386/signal.h +-io.o: /usr/include/machine/_mcontext.h /usr/include/i386/_mcontext.h +-io.o: /usr/include/mach/i386/_structs.h +-io.o: /usr/include/sys/_pthread/_pthread_attr_t.h +-io.o: /usr/include/sys/_types/_sigaltstack.h +-io.o: /usr/include/sys/_types/_ucontext.h /usr/include/sys/_types/_sigset_t.h +-io.o: /usr/include/sys/_types/_uid_t.h /usr/include/sys/resource.h +-io.o: /usr/include/stdint.h /usr/include/sys/_types/_int8_t.h +-io.o: /usr/include/sys/_types/_int16_t.h /usr/include/sys/_types/_int32_t.h +-io.o: /usr/include/sys/_types/_int64_t.h /usr/include/_types/_uint8_t.h +-io.o: /usr/include/_types/_uint16_t.h /usr/include/_types/_uint32_t.h +-io.o: /usr/include/_types/_uint64_t.h /usr/include/sys/_types/_intptr_t.h +-io.o: /usr/include/sys/_types/_uintptr_t.h /usr/include/_types/_intmax_t.h +-io.o: /usr/include/_types/_uintmax_t.h /usr/include/sys/_types/_timeval.h +-io.o: /usr/include/machine/endian.h /usr/include/i386/endian.h +-io.o: /usr/include/sys/_endian.h /usr/include/libkern/_OSByteOrder.h +-io.o: /usr/include/libkern/i386/_OSByteOrder.h /usr/include/alloca.h +-io.o: /usr/include/sys/_types/_ct_rune_t.h /usr/include/sys/_types/_rune_t.h +-io.o: /usr/include/sys/_types/_wchar_t.h /usr/include/machine/types.h +-io.o: /usr/include/i386/types.h /usr/include/sys/_types/_dev_t.h +-io.o: /usr/include/sys/_types/_mode_t.h /usr/include/string.h +-io.o: /usr/include/sys/_types/_rsize_t.h /usr/include/sys/_types/_errno_t.h +-io.o: /usr/include/strings.h /usr/include/secure/_string.h +-io.o: /usr/include/sys/time.h /usr/include/sys/_types/_fd_def.h +-io.o: /usr/include/sys/_types/_timespec.h /usr/include/sys/_types/_time_t.h +-io.o: /usr/include/sys/_types/_suseconds_t.h +-io.o: /usr/include/sys/_types/_fd_setsize.h /usr/include/sys/_types/_fd_set.h +-io.o: /usr/include/sys/_types/_fd_clr.h /usr/include/sys/_types/_fd_isset.h +-io.o: /usr/include/sys/_types/_fd_zero.h /usr/include/sys/_types/_fd_copy.h +-io.o: /usr/include/time.h /usr/include/sys/_types/_clock_t.h +-io.o: /usr/include/sys/_select.h linalg.h +io.o: /usr/include/sys/_null.h /usr/include/sys/_types.h +io.o: /usr/include/machine/_types.h /usr/include/math.h +io.o: /usr/include/machine/_limits.h /usr/include/stdlib.h @@ -82,7 +123,62 @@ +io.o: /usr/include/machine/endian.h /usr/include/sys/_pthreadtypes.h +io.o: /usr/include/sys/select.h /usr/include/sys/_sigset.h +io.o: /usr/include/sys/timespec.h /usr/include/time.h linalg.h -+compute.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h + compute.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h +-compute.o: /usr/include/sys/_symbol_aliasing.h +-compute.o: /usr/include/sys/_posix_availability.h /usr/include/Availability.h +-compute.o: /usr/include/AvailabilityInternal.h /usr/include/_types.h +-compute.o: /usr/include/sys/_types.h /usr/include/machine/_types.h +-compute.o: /usr/include/i386/_types.h +-compute.o: /usr/include/sys/_pthread/_pthread_types.h +-compute.o: /usr/include/sys/_types/_va_list.h +-compute.o: /usr/include/sys/_types/_size_t.h /usr/include/sys/_types/_null.h +-compute.o: /usr/include/sys/stdio.h /usr/include/sys/_types/_off_t.h +-compute.o: /usr/include/sys/_types/_ssize_t.h /usr/include/secure/_stdio.h +-compute.o: /usr/include/secure/_common.h /usr/include/math.h +-compute.o: /usr/include/stdlib.h /usr/include/sys/wait.h +-compute.o: /usr/include/sys/_types/_pid_t.h /usr/include/sys/_types/_id_t.h +-compute.o: /usr/include/sys/signal.h /usr/include/sys/appleapiopts.h +-compute.o: /usr/include/machine/signal.h /usr/include/i386/signal.h +-compute.o: /usr/include/machine/_mcontext.h /usr/include/i386/_mcontext.h +-compute.o: /usr/include/mach/i386/_structs.h +-compute.o: /usr/include/sys/_pthread/_pthread_attr_t.h +-compute.o: /usr/include/sys/_types/_sigaltstack.h +-compute.o: /usr/include/sys/_types/_ucontext.h +-compute.o: /usr/include/sys/_types/_sigset_t.h +-compute.o: /usr/include/sys/_types/_uid_t.h /usr/include/sys/resource.h +-compute.o: /usr/include/stdint.h /usr/include/sys/_types/_int8_t.h +-compute.o: /usr/include/sys/_types/_int16_t.h +-compute.o: /usr/include/sys/_types/_int32_t.h +-compute.o: /usr/include/sys/_types/_int64_t.h /usr/include/_types/_uint8_t.h +-compute.o: /usr/include/_types/_uint16_t.h /usr/include/_types/_uint32_t.h +-compute.o: /usr/include/_types/_uint64_t.h +-compute.o: /usr/include/sys/_types/_intptr_t.h +-compute.o: /usr/include/sys/_types/_uintptr_t.h +-compute.o: /usr/include/_types/_intmax_t.h /usr/include/_types/_uintmax_t.h +-compute.o: /usr/include/sys/_types/_timeval.h /usr/include/machine/endian.h +-compute.o: /usr/include/i386/endian.h /usr/include/sys/_endian.h +-compute.o: /usr/include/libkern/_OSByteOrder.h +-compute.o: /usr/include/libkern/i386/_OSByteOrder.h /usr/include/alloca.h +-compute.o: /usr/include/sys/_types/_ct_rune_t.h +-compute.o: /usr/include/sys/_types/_rune_t.h +-compute.o: /usr/include/sys/_types/_wchar_t.h /usr/include/machine/types.h +-compute.o: /usr/include/i386/types.h /usr/include/sys/_types/_dev_t.h +-compute.o: /usr/include/sys/_types/_mode_t.h /usr/include/string.h +-compute.o: /usr/include/sys/_types/_rsize_t.h +-compute.o: /usr/include/sys/_types/_errno_t.h /usr/include/strings.h +-compute.o: /usr/include/secure/_string.h /usr/include/sys/time.h +-compute.o: /usr/include/sys/_types/_fd_def.h +-compute.o: /usr/include/sys/_types/_timespec.h +-compute.o: /usr/include/sys/_types/_time_t.h +-compute.o: /usr/include/sys/_types/_suseconds_t.h +-compute.o: /usr/include/sys/_types/_fd_setsize.h +-compute.o: /usr/include/sys/_types/_fd_set.h +-compute.o: /usr/include/sys/_types/_fd_clr.h +-compute.o: /usr/include/sys/_types/_fd_isset.h +-compute.o: /usr/include/sys/_types/_fd_zero.h +-compute.o: /usr/include/sys/_types/_fd_copy.h /usr/include/time.h +-compute.o: /usr/include/sys/_types/_clock_t.h /usr/include/sys/_select.h +-compute.o: linalg.h chull.h dual.h +compute.o: /usr/include/sys/_null.h /usr/include/sys/_types.h +compute.o: /usr/include/machine/_types.h /usr/include/math.h +compute.o: /usr/include/machine/_limits.h /usr/include/stdlib.h @@ -92,7 +188,53 @@ +compute.o: /usr/include/sys/_pthreadtypes.h /usr/include/sys/select.h +compute.o: /usr/include/sys/_sigset.h /usr/include/sys/timespec.h +compute.o: /usr/include/time.h linalg.h chull.h dual.h -+dual.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h + dual.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h +-dual.o: /usr/include/sys/_symbol_aliasing.h +-dual.o: /usr/include/sys/_posix_availability.h /usr/include/Availability.h +-dual.o: /usr/include/AvailabilityInternal.h /usr/include/_types.h +-dual.o: /usr/include/sys/_types.h /usr/include/machine/_types.h +-dual.o: /usr/include/i386/_types.h /usr/include/sys/_pthread/_pthread_types.h +-dual.o: /usr/include/sys/_types/_va_list.h /usr/include/sys/_types/_size_t.h +-dual.o: /usr/include/sys/_types/_null.h /usr/include/sys/stdio.h +-dual.o: /usr/include/sys/_types/_off_t.h /usr/include/sys/_types/_ssize_t.h +-dual.o: /usr/include/secure/_stdio.h /usr/include/secure/_common.h +-dual.o: /usr/include/math.h /usr/include/stdlib.h /usr/include/sys/wait.h +-dual.o: /usr/include/sys/_types/_pid_t.h /usr/include/sys/_types/_id_t.h +-dual.o: /usr/include/sys/signal.h /usr/include/sys/appleapiopts.h +-dual.o: /usr/include/machine/signal.h /usr/include/i386/signal.h +-dual.o: /usr/include/machine/_mcontext.h /usr/include/i386/_mcontext.h +-dual.o: /usr/include/mach/i386/_structs.h +-dual.o: /usr/include/sys/_pthread/_pthread_attr_t.h +-dual.o: /usr/include/sys/_types/_sigaltstack.h +-dual.o: /usr/include/sys/_types/_ucontext.h +-dual.o: /usr/include/sys/_types/_sigset_t.h /usr/include/sys/_types/_uid_t.h +-dual.o: /usr/include/sys/resource.h /usr/include/stdint.h +-dual.o: /usr/include/sys/_types/_int8_t.h /usr/include/sys/_types/_int16_t.h +-dual.o: /usr/include/sys/_types/_int32_t.h /usr/include/sys/_types/_int64_t.h +-dual.o: /usr/include/_types/_uint8_t.h /usr/include/_types/_uint16_t.h +-dual.o: /usr/include/_types/_uint32_t.h /usr/include/_types/_uint64_t.h +-dual.o: /usr/include/sys/_types/_intptr_t.h +-dual.o: /usr/include/sys/_types/_uintptr_t.h /usr/include/_types/_intmax_t.h +-dual.o: /usr/include/_types/_uintmax_t.h /usr/include/sys/_types/_timeval.h +-dual.o: /usr/include/machine/endian.h /usr/include/i386/endian.h +-dual.o: /usr/include/sys/_endian.h /usr/include/libkern/_OSByteOrder.h +-dual.o: /usr/include/libkern/i386/_OSByteOrder.h /usr/include/alloca.h +-dual.o: /usr/include/sys/_types/_ct_rune_t.h +-dual.o: /usr/include/sys/_types/_rune_t.h /usr/include/sys/_types/_wchar_t.h +-dual.o: /usr/include/machine/types.h /usr/include/i386/types.h +-dual.o: /usr/include/sys/_types/_dev_t.h /usr/include/sys/_types/_mode_t.h +-dual.o: /usr/include/string.h /usr/include/sys/_types/_rsize_t.h +-dual.o: /usr/include/sys/_types/_errno_t.h /usr/include/strings.h +-dual.o: /usr/include/secure/_string.h /usr/include/sys/time.h +-dual.o: /usr/include/sys/_types/_fd_def.h /usr/include/sys/_types/_timespec.h +-dual.o: /usr/include/sys/_types/_time_t.h +-dual.o: /usr/include/sys/_types/_suseconds_t.h +-dual.o: /usr/include/sys/_types/_fd_setsize.h +-dual.o: /usr/include/sys/_types/_fd_set.h /usr/include/sys/_types/_fd_clr.h +-dual.o: /usr/include/sys/_types/_fd_isset.h +-dual.o: /usr/include/sys/_types/_fd_zero.h /usr/include/sys/_types/_fd_copy.h +-dual.o: /usr/include/time.h /usr/include/sys/_types/_clock_t.h +-dual.o: /usr/include/sys/_select.h linalg.h dual.h chull.h +dual.o: /usr/include/sys/_null.h /usr/include/sys/_types.h +dual.o: /usr/include/machine/_types.h /usr/include/math.h +dual.o: /usr/include/machine/_limits.h /usr/include/stdlib.h @@ -102,7 +244,56 @@ +dual.o: /usr/include/sys/select.h /usr/include/sys/_sigset.h +dual.o: /usr/include/sys/timespec.h /usr/include/time.h linalg.h dual.h +dual.o: chull.h -+utils.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h + utils.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h +-utils.o: /usr/include/sys/_symbol_aliasing.h +-utils.o: /usr/include/sys/_posix_availability.h /usr/include/Availability.h +-utils.o: /usr/include/AvailabilityInternal.h /usr/include/_types.h +-utils.o: /usr/include/sys/_types.h /usr/include/machine/_types.h +-utils.o: /usr/include/i386/_types.h +-utils.o: /usr/include/sys/_pthread/_pthread_types.h +-utils.o: /usr/include/sys/_types/_va_list.h /usr/include/sys/_types/_size_t.h +-utils.o: /usr/include/sys/_types/_null.h /usr/include/sys/stdio.h +-utils.o: /usr/include/sys/_types/_off_t.h /usr/include/sys/_types/_ssize_t.h +-utils.o: /usr/include/secure/_stdio.h /usr/include/secure/_common.h +-utils.o: /usr/include/math.h /usr/include/stdlib.h /usr/include/sys/wait.h +-utils.o: /usr/include/sys/_types/_pid_t.h /usr/include/sys/_types/_id_t.h +-utils.o: /usr/include/sys/signal.h /usr/include/sys/appleapiopts.h +-utils.o: /usr/include/machine/signal.h /usr/include/i386/signal.h +-utils.o: /usr/include/machine/_mcontext.h /usr/include/i386/_mcontext.h +-utils.o: /usr/include/mach/i386/_structs.h +-utils.o: /usr/include/sys/_pthread/_pthread_attr_t.h +-utils.o: /usr/include/sys/_types/_sigaltstack.h +-utils.o: /usr/include/sys/_types/_ucontext.h +-utils.o: /usr/include/sys/_types/_sigset_t.h /usr/include/sys/_types/_uid_t.h +-utils.o: /usr/include/sys/resource.h /usr/include/stdint.h +-utils.o: /usr/include/sys/_types/_int8_t.h /usr/include/sys/_types/_int16_t.h +-utils.o: /usr/include/sys/_types/_int32_t.h +-utils.o: /usr/include/sys/_types/_int64_t.h /usr/include/_types/_uint8_t.h +-utils.o: /usr/include/_types/_uint16_t.h /usr/include/_types/_uint32_t.h +-utils.o: /usr/include/_types/_uint64_t.h /usr/include/sys/_types/_intptr_t.h +-utils.o: /usr/include/sys/_types/_uintptr_t.h /usr/include/_types/_intmax_t.h +-utils.o: /usr/include/_types/_uintmax_t.h /usr/include/sys/_types/_timeval.h +-utils.o: /usr/include/machine/endian.h /usr/include/i386/endian.h +-utils.o: /usr/include/sys/_endian.h /usr/include/libkern/_OSByteOrder.h +-utils.o: /usr/include/libkern/i386/_OSByteOrder.h /usr/include/alloca.h +-utils.o: /usr/include/sys/_types/_ct_rune_t.h +-utils.o: /usr/include/sys/_types/_rune_t.h /usr/include/sys/_types/_wchar_t.h +-utils.o: /usr/include/machine/types.h /usr/include/i386/types.h +-utils.o: /usr/include/sys/_types/_dev_t.h /usr/include/sys/_types/_mode_t.h +-utils.o: /usr/include/string.h /usr/include/sys/_types/_rsize_t.h +-utils.o: /usr/include/sys/_types/_errno_t.h /usr/include/strings.h +-utils.o: /usr/include/secure/_string.h /usr/include/sys/time.h +-utils.o: /usr/include/sys/_types/_fd_def.h +-utils.o: /usr/include/sys/_types/_timespec.h +-utils.o: /usr/include/sys/_types/_time_t.h +-utils.o: /usr/include/sys/_types/_suseconds_t.h +-utils.o: /usr/include/sys/_types/_fd_setsize.h +-utils.o: /usr/include/sys/_types/_fd_set.h /usr/include/sys/_types/_fd_clr.h +-utils.o: /usr/include/sys/_types/_fd_isset.h +-utils.o: /usr/include/sys/_types/_fd_zero.h +-utils.o: /usr/include/sys/_types/_fd_copy.h /usr/include/time.h +-utils.o: /usr/include/sys/_types/_clock_t.h /usr/include/sys/_select.h +-utils.o: linalg.h +utils.o: /usr/include/sys/_null.h /usr/include/sys/_types.h +utils.o: /usr/include/machine/_types.h /usr/include/math.h +utils.o: /usr/include/machine/_limits.h /usr/include/stdlib.h @@ -111,7 +302,50 @@ +utils.o: /usr/include/machine/endian.h /usr/include/sys/_pthreadtypes.h +utils.o: /usr/include/sys/select.h /usr/include/sys/_sigset.h +utils.o: /usr/include/sys/timespec.h /usr/include/time.h linalg.h -+lp.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h + lp.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h +-lp.o: /usr/include/sys/_symbol_aliasing.h +-lp.o: /usr/include/sys/_posix_availability.h /usr/include/Availability.h +-lp.o: /usr/include/AvailabilityInternal.h /usr/include/_types.h +-lp.o: /usr/include/sys/_types.h /usr/include/machine/_types.h +-lp.o: /usr/include/i386/_types.h /usr/include/sys/_pthread/_pthread_types.h +-lp.o: /usr/include/sys/_types/_va_list.h /usr/include/sys/_types/_size_t.h +-lp.o: /usr/include/sys/_types/_null.h /usr/include/sys/stdio.h +-lp.o: /usr/include/sys/_types/_off_t.h /usr/include/sys/_types/_ssize_t.h +-lp.o: /usr/include/secure/_stdio.h /usr/include/secure/_common.h +-lp.o: /usr/include/math.h /usr/include/stdlib.h /usr/include/sys/wait.h +-lp.o: /usr/include/sys/_types/_pid_t.h /usr/include/sys/_types/_id_t.h +-lp.o: /usr/include/sys/signal.h /usr/include/sys/appleapiopts.h +-lp.o: /usr/include/machine/signal.h /usr/include/i386/signal.h +-lp.o: /usr/include/machine/_mcontext.h /usr/include/i386/_mcontext.h +-lp.o: /usr/include/mach/i386/_structs.h +-lp.o: /usr/include/sys/_pthread/_pthread_attr_t.h +-lp.o: /usr/include/sys/_types/_sigaltstack.h +-lp.o: /usr/include/sys/_types/_ucontext.h /usr/include/sys/_types/_sigset_t.h +-lp.o: /usr/include/sys/_types/_uid_t.h /usr/include/sys/resource.h +-lp.o: /usr/include/stdint.h /usr/include/sys/_types/_int8_t.h +-lp.o: /usr/include/sys/_types/_int16_t.h /usr/include/sys/_types/_int32_t.h +-lp.o: /usr/include/sys/_types/_int64_t.h /usr/include/_types/_uint8_t.h +-lp.o: /usr/include/_types/_uint16_t.h /usr/include/_types/_uint32_t.h +-lp.o: /usr/include/_types/_uint64_t.h /usr/include/sys/_types/_intptr_t.h +-lp.o: /usr/include/sys/_types/_uintptr_t.h /usr/include/_types/_intmax_t.h +-lp.o: /usr/include/_types/_uintmax_t.h /usr/include/sys/_types/_timeval.h +-lp.o: /usr/include/machine/endian.h /usr/include/i386/endian.h +-lp.o: /usr/include/sys/_endian.h /usr/include/libkern/_OSByteOrder.h +-lp.o: /usr/include/libkern/i386/_OSByteOrder.h /usr/include/alloca.h +-lp.o: /usr/include/sys/_types/_ct_rune_t.h /usr/include/sys/_types/_rune_t.h +-lp.o: /usr/include/sys/_types/_wchar_t.h /usr/include/machine/types.h +-lp.o: /usr/include/i386/types.h /usr/include/sys/_types/_dev_t.h +-lp.o: /usr/include/sys/_types/_mode_t.h /usr/include/string.h +-lp.o: /usr/include/sys/_types/_rsize_t.h /usr/include/sys/_types/_errno_t.h +-lp.o: /usr/include/strings.h /usr/include/secure/_string.h +-lp.o: /usr/include/sys/time.h /usr/include/sys/_types/_fd_def.h +-lp.o: /usr/include/sys/_types/_timespec.h /usr/include/sys/_types/_time_t.h +-lp.o: /usr/include/sys/_types/_suseconds_t.h +-lp.o: /usr/include/sys/_types/_fd_setsize.h /usr/include/sys/_types/_fd_set.h +-lp.o: /usr/include/sys/_types/_fd_clr.h /usr/include/sys/_types/_fd_isset.h +-lp.o: /usr/include/sys/_types/_fd_zero.h /usr/include/sys/_types/_fd_copy.h +-lp.o: /usr/include/time.h /usr/include/sys/_types/_clock_t.h +-lp.o: /usr/include/sys/_select.h linalg.h +lp.o: /usr/include/sys/_null.h /usr/include/sys/_types.h +lp.o: /usr/include/machine/_types.h /usr/include/math.h +lp.o: /usr/include/machine/_limits.h /usr/include/stdlib.h @@ -120,7 +354,56 @@ +lp.o: /usr/include/machine/endian.h /usr/include/sys/_pthreadtypes.h +lp.o: /usr/include/sys/select.h /usr/include/sys/_sigset.h +lp.o: /usr/include/sys/timespec.h /usr/include/time.h linalg.h -+chull.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h + chull.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h +-chull.o: /usr/include/sys/_symbol_aliasing.h +-chull.o: /usr/include/sys/_posix_availability.h /usr/include/Availability.h +-chull.o: /usr/include/AvailabilityInternal.h /usr/include/_types.h +-chull.o: /usr/include/sys/_types.h /usr/include/machine/_types.h +-chull.o: /usr/include/i386/_types.h +-chull.o: /usr/include/sys/_pthread/_pthread_types.h +-chull.o: /usr/include/sys/_types/_va_list.h /usr/include/sys/_types/_size_t.h +-chull.o: /usr/include/sys/_types/_null.h /usr/include/sys/stdio.h +-chull.o: /usr/include/sys/_types/_off_t.h /usr/include/sys/_types/_ssize_t.h +-chull.o: /usr/include/secure/_stdio.h /usr/include/secure/_common.h +-chull.o: /usr/include/math.h /usr/include/stdlib.h /usr/include/sys/wait.h +-chull.o: /usr/include/sys/_types/_pid_t.h /usr/include/sys/_types/_id_t.h +-chull.o: /usr/include/sys/signal.h /usr/include/sys/appleapiopts.h +-chull.o: /usr/include/machine/signal.h /usr/include/i386/signal.h +-chull.o: /usr/include/machine/_mcontext.h /usr/include/i386/_mcontext.h +-chull.o: /usr/include/mach/i386/_structs.h +-chull.o: /usr/include/sys/_pthread/_pthread_attr_t.h +-chull.o: /usr/include/sys/_types/_sigaltstack.h +-chull.o: /usr/include/sys/_types/_ucontext.h +-chull.o: /usr/include/sys/_types/_sigset_t.h /usr/include/sys/_types/_uid_t.h +-chull.o: /usr/include/sys/resource.h /usr/include/stdint.h +-chull.o: /usr/include/sys/_types/_int8_t.h /usr/include/sys/_types/_int16_t.h +-chull.o: /usr/include/sys/_types/_int32_t.h +-chull.o: /usr/include/sys/_types/_int64_t.h /usr/include/_types/_uint8_t.h +-chull.o: /usr/include/_types/_uint16_t.h /usr/include/_types/_uint32_t.h +-chull.o: /usr/include/_types/_uint64_t.h /usr/include/sys/_types/_intptr_t.h +-chull.o: /usr/include/sys/_types/_uintptr_t.h /usr/include/_types/_intmax_t.h +-chull.o: /usr/include/_types/_uintmax_t.h /usr/include/sys/_types/_timeval.h +-chull.o: /usr/include/machine/endian.h /usr/include/i386/endian.h +-chull.o: /usr/include/sys/_endian.h /usr/include/libkern/_OSByteOrder.h +-chull.o: /usr/include/libkern/i386/_OSByteOrder.h /usr/include/alloca.h +-chull.o: /usr/include/sys/_types/_ct_rune_t.h +-chull.o: /usr/include/sys/_types/_rune_t.h /usr/include/sys/_types/_wchar_t.h +-chull.o: /usr/include/machine/types.h /usr/include/i386/types.h +-chull.o: /usr/include/sys/_types/_dev_t.h /usr/include/sys/_types/_mode_t.h +-chull.o: /usr/include/string.h /usr/include/sys/_types/_rsize_t.h +-chull.o: /usr/include/sys/_types/_errno_t.h /usr/include/strings.h +-chull.o: /usr/include/secure/_string.h /usr/include/sys/time.h +-chull.o: /usr/include/sys/_types/_fd_def.h +-chull.o: /usr/include/sys/_types/_timespec.h +-chull.o: /usr/include/sys/_types/_time_t.h +-chull.o: /usr/include/sys/_types/_suseconds_t.h +-chull.o: /usr/include/sys/_types/_fd_setsize.h +-chull.o: /usr/include/sys/_types/_fd_set.h /usr/include/sys/_types/_fd_clr.h +-chull.o: /usr/include/sys/_types/_fd_isset.h +-chull.o: /usr/include/sys/_types/_fd_zero.h +-chull.o: /usr/include/sys/_types/_fd_copy.h /usr/include/time.h +-chull.o: /usr/include/sys/_types/_clock_t.h /usr/include/sys/_select.h +-chull.o: linalg.h chull.h +chull.o: /usr/include/sys/_null.h /usr/include/sys/_types.h +chull.o: /usr/include/machine/_types.h /usr/include/math.h +chull.o: /usr/include/machine/_limits.h /usr/include/stdlib.h @@ -129,7 +412,70 @@ +chull.o: /usr/include/machine/endian.h /usr/include/sys/_pthreadtypes.h +chull.o: /usr/include/sys/select.h /usr/include/sys/_sigset.h +chull.o: /usr/include/sys/timespec.h /usr/include/time.h linalg.h chull.h -+tessel_cases.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h + tessel_cases.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h +-tessel_cases.o: /usr/include/sys/_symbol_aliasing.h +-tessel_cases.o: /usr/include/sys/_posix_availability.h +-tessel_cases.o: /usr/include/Availability.h +-tessel_cases.o: /usr/include/AvailabilityInternal.h /usr/include/_types.h +-tessel_cases.o: /usr/include/sys/_types.h /usr/include/machine/_types.h +-tessel_cases.o: /usr/include/i386/_types.h +-tessel_cases.o: /usr/include/sys/_pthread/_pthread_types.h +-tessel_cases.o: /usr/include/sys/_types/_va_list.h +-tessel_cases.o: /usr/include/sys/_types/_size_t.h +-tessel_cases.o: /usr/include/sys/_types/_null.h /usr/include/sys/stdio.h +-tessel_cases.o: /usr/include/sys/_types/_off_t.h +-tessel_cases.o: /usr/include/sys/_types/_ssize_t.h +-tessel_cases.o: /usr/include/secure/_stdio.h /usr/include/secure/_common.h +-tessel_cases.o: /usr/include/math.h /usr/include/stdlib.h +-tessel_cases.o: /usr/include/sys/wait.h /usr/include/sys/_types/_pid_t.h +-tessel_cases.o: /usr/include/sys/_types/_id_t.h /usr/include/sys/signal.h +-tessel_cases.o: /usr/include/sys/appleapiopts.h /usr/include/machine/signal.h +-tessel_cases.o: /usr/include/i386/signal.h /usr/include/machine/_mcontext.h +-tessel_cases.o: /usr/include/i386/_mcontext.h +-tessel_cases.o: /usr/include/mach/i386/_structs.h +-tessel_cases.o: /usr/include/sys/_pthread/_pthread_attr_t.h +-tessel_cases.o: /usr/include/sys/_types/_sigaltstack.h +-tessel_cases.o: /usr/include/sys/_types/_ucontext.h +-tessel_cases.o: /usr/include/sys/_types/_sigset_t.h +-tessel_cases.o: /usr/include/sys/_types/_uid_t.h /usr/include/sys/resource.h +-tessel_cases.o: /usr/include/stdint.h /usr/include/sys/_types/_int8_t.h +-tessel_cases.o: /usr/include/sys/_types/_int16_t.h +-tessel_cases.o: /usr/include/sys/_types/_int32_t.h +-tessel_cases.o: /usr/include/sys/_types/_int64_t.h +-tessel_cases.o: /usr/include/_types/_uint8_t.h +-tessel_cases.o: /usr/include/_types/_uint16_t.h +-tessel_cases.o: /usr/include/_types/_uint32_t.h +-tessel_cases.o: /usr/include/_types/_uint64_t.h +-tessel_cases.o: /usr/include/sys/_types/_intptr_t.h +-tessel_cases.o: /usr/include/sys/_types/_uintptr_t.h +-tessel_cases.o: /usr/include/_types/_intmax_t.h +-tessel_cases.o: /usr/include/_types/_uintmax_t.h +-tessel_cases.o: /usr/include/sys/_types/_timeval.h +-tessel_cases.o: /usr/include/machine/endian.h /usr/include/i386/endian.h +-tessel_cases.o: /usr/include/sys/_endian.h +-tessel_cases.o: /usr/include/libkern/_OSByteOrder.h +-tessel_cases.o: /usr/include/libkern/i386/_OSByteOrder.h +-tessel_cases.o: /usr/include/alloca.h /usr/include/sys/_types/_ct_rune_t.h +-tessel_cases.o: /usr/include/sys/_types/_rune_t.h +-tessel_cases.o: /usr/include/sys/_types/_wchar_t.h +-tessel_cases.o: /usr/include/machine/types.h /usr/include/i386/types.h +-tessel_cases.o: /usr/include/sys/_types/_dev_t.h +-tessel_cases.o: /usr/include/sys/_types/_mode_t.h /usr/include/string.h +-tessel_cases.o: /usr/include/sys/_types/_rsize_t.h +-tessel_cases.o: /usr/include/sys/_types/_errno_t.h /usr/include/strings.h +-tessel_cases.o: /usr/include/secure/_string.h /usr/include/sys/time.h +-tessel_cases.o: /usr/include/sys/_types/_fd_def.h +-tessel_cases.o: /usr/include/sys/_types/_timespec.h +-tessel_cases.o: /usr/include/sys/_types/_time_t.h +-tessel_cases.o: /usr/include/sys/_types/_suseconds_t.h +-tessel_cases.o: /usr/include/sys/_types/_fd_setsize.h +-tessel_cases.o: /usr/include/sys/_types/_fd_set.h +-tessel_cases.o: /usr/include/sys/_types/_fd_clr.h +-tessel_cases.o: /usr/include/sys/_types/_fd_isset.h +-tessel_cases.o: /usr/include/sys/_types/_fd_zero.h +-tessel_cases.o: /usr/include/sys/_types/_fd_copy.h /usr/include/time.h +-tessel_cases.o: /usr/include/sys/_types/_clock_t.h /usr/include/sys/_select.h +-tessel_cases.o: linalg.h dual.h +tessel_cases.o: /usr/include/sys/_null.h /usr/include/sys/_types.h +tessel_cases.o: /usr/include/machine/_types.h /usr/include/math.h +tessel_cases.o: /usr/include/machine/_limits.h /usr/include/stdlib.h @@ -139,7 +485,72 @@ +tessel_cases.o: /usr/include/sys/_pthreadtypes.h /usr/include/sys/select.h +tessel_cases.o: /usr/include/sys/_sigset.h /usr/include/sys/timespec.h +tessel_cases.o: /usr/include/time.h linalg.h dual.h -+tessel_patches.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h + tessel_patches.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h +-tessel_patches.o: /usr/include/sys/_symbol_aliasing.h +-tessel_patches.o: /usr/include/sys/_posix_availability.h +-tessel_patches.o: /usr/include/Availability.h +-tessel_patches.o: /usr/include/AvailabilityInternal.h /usr/include/_types.h +-tessel_patches.o: /usr/include/sys/_types.h /usr/include/machine/_types.h +-tessel_patches.o: /usr/include/i386/_types.h +-tessel_patches.o: /usr/include/sys/_pthread/_pthread_types.h +-tessel_patches.o: /usr/include/sys/_types/_va_list.h +-tessel_patches.o: /usr/include/sys/_types/_size_t.h +-tessel_patches.o: /usr/include/sys/_types/_null.h /usr/include/sys/stdio.h +-tessel_patches.o: /usr/include/sys/_types/_off_t.h +-tessel_patches.o: /usr/include/sys/_types/_ssize_t.h +-tessel_patches.o: /usr/include/secure/_stdio.h /usr/include/secure/_common.h +-tessel_patches.o: /usr/include/math.h /usr/include/stdlib.h +-tessel_patches.o: /usr/include/sys/wait.h /usr/include/sys/_types/_pid_t.h +-tessel_patches.o: /usr/include/sys/_types/_id_t.h /usr/include/sys/signal.h +-tessel_patches.o: /usr/include/sys/appleapiopts.h +-tessel_patches.o: /usr/include/machine/signal.h /usr/include/i386/signal.h +-tessel_patches.o: /usr/include/machine/_mcontext.h +-tessel_patches.o: /usr/include/i386/_mcontext.h +-tessel_patches.o: /usr/include/mach/i386/_structs.h +-tessel_patches.o: /usr/include/sys/_pthread/_pthread_attr_t.h +-tessel_patches.o: /usr/include/sys/_types/_sigaltstack.h +-tessel_patches.o: /usr/include/sys/_types/_ucontext.h +-tessel_patches.o: /usr/include/sys/_types/_sigset_t.h +-tessel_patches.o: /usr/include/sys/_types/_uid_t.h +-tessel_patches.o: /usr/include/sys/resource.h /usr/include/stdint.h +-tessel_patches.o: /usr/include/sys/_types/_int8_t.h +-tessel_patches.o: /usr/include/sys/_types/_int16_t.h +-tessel_patches.o: /usr/include/sys/_types/_int32_t.h +-tessel_patches.o: /usr/include/sys/_types/_int64_t.h +-tessel_patches.o: /usr/include/_types/_uint8_t.h +-tessel_patches.o: /usr/include/_types/_uint16_t.h +-tessel_patches.o: /usr/include/_types/_uint32_t.h +-tessel_patches.o: /usr/include/_types/_uint64_t.h +-tessel_patches.o: /usr/include/sys/_types/_intptr_t.h +-tessel_patches.o: /usr/include/sys/_types/_uintptr_t.h +-tessel_patches.o: /usr/include/_types/_intmax_t.h +-tessel_patches.o: /usr/include/_types/_uintmax_t.h +-tessel_patches.o: /usr/include/sys/_types/_timeval.h +-tessel_patches.o: /usr/include/machine/endian.h /usr/include/i386/endian.h +-tessel_patches.o: /usr/include/sys/_endian.h +-tessel_patches.o: /usr/include/libkern/_OSByteOrder.h +-tessel_patches.o: /usr/include/libkern/i386/_OSByteOrder.h +-tessel_patches.o: /usr/include/alloca.h /usr/include/sys/_types/_ct_rune_t.h +-tessel_patches.o: /usr/include/sys/_types/_rune_t.h +-tessel_patches.o: /usr/include/sys/_types/_wchar_t.h +-tessel_patches.o: /usr/include/machine/types.h /usr/include/i386/types.h +-tessel_patches.o: /usr/include/sys/_types/_dev_t.h +-tessel_patches.o: /usr/include/sys/_types/_mode_t.h /usr/include/string.h +-tessel_patches.o: /usr/include/sys/_types/_rsize_t.h +-tessel_patches.o: /usr/include/sys/_types/_errno_t.h /usr/include/strings.h +-tessel_patches.o: /usr/include/secure/_string.h /usr/include/sys/time.h +-tessel_patches.o: /usr/include/sys/_types/_fd_def.h +-tessel_patches.o: /usr/include/sys/_types/_timespec.h +-tessel_patches.o: /usr/include/sys/_types/_time_t.h +-tessel_patches.o: /usr/include/sys/_types/_suseconds_t.h +-tessel_patches.o: /usr/include/sys/_types/_fd_setsize.h +-tessel_patches.o: /usr/include/sys/_types/_fd_set.h +-tessel_patches.o: /usr/include/sys/_types/_fd_clr.h +-tessel_patches.o: /usr/include/sys/_types/_fd_isset.h +-tessel_patches.o: /usr/include/sys/_types/_fd_zero.h +-tessel_patches.o: /usr/include/sys/_types/_fd_copy.h /usr/include/time.h +-tessel_patches.o: /usr/include/sys/_types/_clock_t.h +-tessel_patches.o: /usr/include/sys/_select.h linalg.h +tessel_patches.o: /usr/include/sys/_null.h /usr/include/sys/_types.h +tessel_patches.o: /usr/include/machine/_types.h /usr/include/math.h +tessel_patches.o: /usr/include/machine/_limits.h /usr/include/stdlib.h @@ -149,7 +560,71 @@ +tessel_patches.o: /usr/include/sys/_pthreadtypes.h /usr/include/sys/select.h +tessel_patches.o: /usr/include/sys/_sigset.h /usr/include/sys/timespec.h +tessel_patches.o: /usr/include/time.h linalg.h -+tessel_convex.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h + tessel_convex.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h +-tessel_convex.o: /usr/include/sys/_symbol_aliasing.h +-tessel_convex.o: /usr/include/sys/_posix_availability.h +-tessel_convex.o: /usr/include/Availability.h +-tessel_convex.o: /usr/include/AvailabilityInternal.h /usr/include/_types.h +-tessel_convex.o: /usr/include/sys/_types.h /usr/include/machine/_types.h +-tessel_convex.o: /usr/include/i386/_types.h +-tessel_convex.o: /usr/include/sys/_pthread/_pthread_types.h +-tessel_convex.o: /usr/include/sys/_types/_va_list.h +-tessel_convex.o: /usr/include/sys/_types/_size_t.h +-tessel_convex.o: /usr/include/sys/_types/_null.h /usr/include/sys/stdio.h +-tessel_convex.o: /usr/include/sys/_types/_off_t.h +-tessel_convex.o: /usr/include/sys/_types/_ssize_t.h +-tessel_convex.o: /usr/include/secure/_stdio.h /usr/include/secure/_common.h +-tessel_convex.o: /usr/include/math.h /usr/include/stdlib.h +-tessel_convex.o: /usr/include/sys/wait.h /usr/include/sys/_types/_pid_t.h +-tessel_convex.o: /usr/include/sys/_types/_id_t.h /usr/include/sys/signal.h +-tessel_convex.o: /usr/include/sys/appleapiopts.h +-tessel_convex.o: /usr/include/machine/signal.h /usr/include/i386/signal.h +-tessel_convex.o: /usr/include/machine/_mcontext.h +-tessel_convex.o: /usr/include/i386/_mcontext.h +-tessel_convex.o: /usr/include/mach/i386/_structs.h +-tessel_convex.o: /usr/include/sys/_pthread/_pthread_attr_t.h +-tessel_convex.o: /usr/include/sys/_types/_sigaltstack.h +-tessel_convex.o: /usr/include/sys/_types/_ucontext.h +-tessel_convex.o: /usr/include/sys/_types/_sigset_t.h +-tessel_convex.o: /usr/include/sys/_types/_uid_t.h /usr/include/sys/resource.h +-tessel_convex.o: /usr/include/stdint.h /usr/include/sys/_types/_int8_t.h +-tessel_convex.o: /usr/include/sys/_types/_int16_t.h +-tessel_convex.o: /usr/include/sys/_types/_int32_t.h +-tessel_convex.o: /usr/include/sys/_types/_int64_t.h +-tessel_convex.o: /usr/include/_types/_uint8_t.h +-tessel_convex.o: /usr/include/_types/_uint16_t.h +-tessel_convex.o: /usr/include/_types/_uint32_t.h +-tessel_convex.o: /usr/include/_types/_uint64_t.h +-tessel_convex.o: /usr/include/sys/_types/_intptr_t.h +-tessel_convex.o: /usr/include/sys/_types/_uintptr_t.h +-tessel_convex.o: /usr/include/_types/_intmax_t.h +-tessel_convex.o: /usr/include/_types/_uintmax_t.h +-tessel_convex.o: /usr/include/sys/_types/_timeval.h +-tessel_convex.o: /usr/include/machine/endian.h /usr/include/i386/endian.h +-tessel_convex.o: /usr/include/sys/_endian.h +-tessel_convex.o: /usr/include/libkern/_OSByteOrder.h +-tessel_convex.o: /usr/include/libkern/i386/_OSByteOrder.h +-tessel_convex.o: /usr/include/alloca.h /usr/include/sys/_types/_ct_rune_t.h +-tessel_convex.o: /usr/include/sys/_types/_rune_t.h +-tessel_convex.o: /usr/include/sys/_types/_wchar_t.h +-tessel_convex.o: /usr/include/machine/types.h /usr/include/i386/types.h +-tessel_convex.o: /usr/include/sys/_types/_dev_t.h +-tessel_convex.o: /usr/include/sys/_types/_mode_t.h /usr/include/string.h +-tessel_convex.o: /usr/include/sys/_types/_rsize_t.h +-tessel_convex.o: /usr/include/sys/_types/_errno_t.h /usr/include/strings.h +-tessel_convex.o: /usr/include/secure/_string.h /usr/include/sys/time.h +-tessel_convex.o: /usr/include/sys/_types/_fd_def.h +-tessel_convex.o: /usr/include/sys/_types/_timespec.h +-tessel_convex.o: /usr/include/sys/_types/_time_t.h +-tessel_convex.o: /usr/include/sys/_types/_suseconds_t.h +-tessel_convex.o: /usr/include/sys/_types/_fd_setsize.h +-tessel_convex.o: /usr/include/sys/_types/_fd_set.h +-tessel_convex.o: /usr/include/sys/_types/_fd_clr.h +-tessel_convex.o: /usr/include/sys/_types/_fd_isset.h +-tessel_convex.o: /usr/include/sys/_types/_fd_zero.h +-tessel_convex.o: /usr/include/sys/_types/_fd_copy.h /usr/include/time.h +-tessel_convex.o: /usr/include/sys/_types/_clock_t.h +-tessel_convex.o: /usr/include/sys/_select.h linalg.h +tessel_convex.o: /usr/include/sys/_null.h /usr/include/sys/_types.h +tessel_convex.o: /usr/include/machine/_types.h /usr/include/math.h +tessel_convex.o: /usr/include/machine/_limits.h /usr/include/stdlib.h @@ -159,7 +634,72 @@ +tessel_convex.o: /usr/include/sys/_pthreadtypes.h /usr/include/sys/select.h +tessel_convex.o: /usr/include/sys/_sigset.h /usr/include/sys/timespec.h +tessel_convex.o: /usr/include/time.h linalg.h -+tessel_concave.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h + tessel_concave.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h +-tessel_concave.o: /usr/include/sys/_symbol_aliasing.h +-tessel_concave.o: /usr/include/sys/_posix_availability.h +-tessel_concave.o: /usr/include/Availability.h +-tessel_concave.o: /usr/include/AvailabilityInternal.h /usr/include/_types.h +-tessel_concave.o: /usr/include/sys/_types.h /usr/include/machine/_types.h +-tessel_concave.o: /usr/include/i386/_types.h +-tessel_concave.o: /usr/include/sys/_pthread/_pthread_types.h +-tessel_concave.o: /usr/include/sys/_types/_va_list.h +-tessel_concave.o: /usr/include/sys/_types/_size_t.h +-tessel_concave.o: /usr/include/sys/_types/_null.h /usr/include/sys/stdio.h +-tessel_concave.o: /usr/include/sys/_types/_off_t.h +-tessel_concave.o: /usr/include/sys/_types/_ssize_t.h +-tessel_concave.o: /usr/include/secure/_stdio.h /usr/include/secure/_common.h +-tessel_concave.o: /usr/include/math.h /usr/include/stdlib.h +-tessel_concave.o: /usr/include/sys/wait.h /usr/include/sys/_types/_pid_t.h +-tessel_concave.o: /usr/include/sys/_types/_id_t.h /usr/include/sys/signal.h +-tessel_concave.o: /usr/include/sys/appleapiopts.h +-tessel_concave.o: /usr/include/machine/signal.h /usr/include/i386/signal.h +-tessel_concave.o: /usr/include/machine/_mcontext.h +-tessel_concave.o: /usr/include/i386/_mcontext.h +-tessel_concave.o: /usr/include/mach/i386/_structs.h +-tessel_concave.o: /usr/include/sys/_pthread/_pthread_attr_t.h +-tessel_concave.o: /usr/include/sys/_types/_sigaltstack.h +-tessel_concave.o: /usr/include/sys/_types/_ucontext.h +-tessel_concave.o: /usr/include/sys/_types/_sigset_t.h +-tessel_concave.o: /usr/include/sys/_types/_uid_t.h +-tessel_concave.o: /usr/include/sys/resource.h /usr/include/stdint.h +-tessel_concave.o: /usr/include/sys/_types/_int8_t.h +-tessel_concave.o: /usr/include/sys/_types/_int16_t.h +-tessel_concave.o: /usr/include/sys/_types/_int32_t.h +-tessel_concave.o: /usr/include/sys/_types/_int64_t.h +-tessel_concave.o: /usr/include/_types/_uint8_t.h +-tessel_concave.o: /usr/include/_types/_uint16_t.h +-tessel_concave.o: /usr/include/_types/_uint32_t.h +-tessel_concave.o: /usr/include/_types/_uint64_t.h +-tessel_concave.o: /usr/include/sys/_types/_intptr_t.h +-tessel_concave.o: /usr/include/sys/_types/_uintptr_t.h +-tessel_concave.o: /usr/include/_types/_intmax_t.h +-tessel_concave.o: /usr/include/_types/_uintmax_t.h +-tessel_concave.o: /usr/include/sys/_types/_timeval.h +-tessel_concave.o: /usr/include/machine/endian.h /usr/include/i386/endian.h +-tessel_concave.o: /usr/include/sys/_endian.h +-tessel_concave.o: /usr/include/libkern/_OSByteOrder.h +-tessel_concave.o: /usr/include/libkern/i386/_OSByteOrder.h +-tessel_concave.o: /usr/include/alloca.h /usr/include/sys/_types/_ct_rune_t.h +-tessel_concave.o: /usr/include/sys/_types/_rune_t.h +-tessel_concave.o: /usr/include/sys/_types/_wchar_t.h +-tessel_concave.o: /usr/include/machine/types.h /usr/include/i386/types.h +-tessel_concave.o: /usr/include/sys/_types/_dev_t.h +-tessel_concave.o: /usr/include/sys/_types/_mode_t.h /usr/include/string.h +-tessel_concave.o: /usr/include/sys/_types/_rsize_t.h +-tessel_concave.o: /usr/include/sys/_types/_errno_t.h /usr/include/strings.h +-tessel_concave.o: /usr/include/secure/_string.h /usr/include/sys/time.h +-tessel_concave.o: /usr/include/sys/_types/_fd_def.h +-tessel_concave.o: /usr/include/sys/_types/_timespec.h +-tessel_concave.o: /usr/include/sys/_types/_time_t.h +-tessel_concave.o: /usr/include/sys/_types/_suseconds_t.h +-tessel_concave.o: /usr/include/sys/_types/_fd_setsize.h +-tessel_concave.o: /usr/include/sys/_types/_fd_set.h +-tessel_concave.o: /usr/include/sys/_types/_fd_clr.h +-tessel_concave.o: /usr/include/sys/_types/_fd_isset.h +-tessel_concave.o: /usr/include/sys/_types/_fd_zero.h +-tessel_concave.o: /usr/include/sys/_types/_fd_copy.h /usr/include/time.h +-tessel_concave.o: /usr/include/sys/_types/_clock_t.h +-tessel_concave.o: /usr/include/sys/_select.h linalg.h +tessel_concave.o: /usr/include/sys/_null.h /usr/include/sys/_types.h +tessel_concave.o: /usr/include/machine/_types.h /usr/include/math.h +tessel_concave.o: /usr/include/machine/_limits.h /usr/include/stdlib.h @@ -169,7 +709,75 @@ +tessel_concave.o: /usr/include/sys/_pthreadtypes.h /usr/include/sys/select.h +tessel_concave.o: /usr/include/sys/_sigset.h /usr/include/sys/timespec.h +tessel_concave.o: /usr/include/time.h linalg.h -+tessel_torus.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h + tessel_torus.o: surf.h /usr/include/stdio.h /usr/include/sys/cdefs.h +-tessel_torus.o: /usr/include/sys/_symbol_aliasing.h +-tessel_torus.o: /usr/include/sys/_posix_availability.h +-tessel_torus.o: /usr/include/Availability.h +-tessel_torus.o: /usr/include/AvailabilityInternal.h /usr/include/_types.h +-tessel_torus.o: /usr/include/sys/_types.h /usr/include/machine/_types.h +-tessel_torus.o: /usr/include/i386/_types.h +-tessel_torus.o: /usr/include/sys/_pthread/_pthread_types.h +-tessel_torus.o: /usr/include/sys/_types/_va_list.h +-tessel_torus.o: /usr/include/sys/_types/_size_t.h +-tessel_torus.o: /usr/include/sys/_types/_null.h /usr/include/sys/stdio.h +-tessel_torus.o: /usr/include/sys/_types/_off_t.h +-tessel_torus.o: /usr/include/sys/_types/_ssize_t.h +-tessel_torus.o: /usr/include/secure/_stdio.h /usr/include/secure/_common.h +-tessel_torus.o: /usr/include/math.h /usr/include/stdlib.h +-tessel_torus.o: /usr/include/sys/wait.h /usr/include/sys/_types/_pid_t.h +-tessel_torus.o: /usr/include/sys/_types/_id_t.h /usr/include/sys/signal.h +-tessel_torus.o: /usr/include/sys/appleapiopts.h /usr/include/machine/signal.h +-tessel_torus.o: /usr/include/i386/signal.h /usr/include/machine/_mcontext.h +-tessel_torus.o: /usr/include/i386/_mcontext.h +-tessel_torus.o: /usr/include/mach/i386/_structs.h +-tessel_torus.o: /usr/include/sys/_pthread/_pthread_attr_t.h +-tessel_torus.o: /usr/include/sys/_types/_sigaltstack.h +-tessel_torus.o: /usr/include/sys/_types/_ucontext.h +-tessel_torus.o: /usr/include/sys/_types/_sigset_t.h +-tessel_torus.o: /usr/include/sys/_types/_uid_t.h /usr/include/sys/resource.h +-tessel_torus.o: /usr/include/stdint.h /usr/include/sys/_types/_int8_t.h +-tessel_torus.o: /usr/include/sys/_types/_int16_t.h +-tessel_torus.o: /usr/include/sys/_types/_int32_t.h +-tessel_torus.o: /usr/include/sys/_types/_int64_t.h +-tessel_torus.o: /usr/include/_types/_uint8_t.h +-tessel_torus.o: /usr/include/_types/_uint16_t.h +-tessel_torus.o: /usr/include/_types/_uint32_t.h +-tessel_torus.o: /usr/include/_types/_uint64_t.h +-tessel_torus.o: /usr/include/sys/_types/_intptr_t.h +-tessel_torus.o: /usr/include/sys/_types/_uintptr_t.h +-tessel_torus.o: /usr/include/_types/_intmax_t.h +-tessel_torus.o: /usr/include/_types/_uintmax_t.h +-tessel_torus.o: /usr/include/sys/_types/_timeval.h +-tessel_torus.o: /usr/include/machine/endian.h /usr/include/i386/endian.h +-tessel_torus.o: /usr/include/sys/_endian.h +-tessel_torus.o: /usr/include/libkern/_OSByteOrder.h +-tessel_torus.o: /usr/include/libkern/i386/_OSByteOrder.h +-tessel_torus.o: /usr/include/alloca.h /usr/include/sys/_types/_ct_rune_t.h +-tessel_torus.o: /usr/include/sys/_types/_rune_t.h +-tessel_torus.o: /usr/include/sys/_types/_wchar_t.h +-tessel_torus.o: /usr/include/machine/types.h /usr/include/i386/types.h +-tessel_torus.o: /usr/include/sys/_types/_dev_t.h +-tessel_torus.o: /usr/include/sys/_types/_mode_t.h /usr/include/string.h +-tessel_torus.o: /usr/include/sys/_types/_rsize_t.h +-tessel_torus.o: /usr/include/sys/_types/_errno_t.h /usr/include/strings.h +-tessel_torus.o: /usr/include/secure/_string.h /usr/include/sys/time.h +-tessel_torus.o: /usr/include/sys/_types/_fd_def.h +-tessel_torus.o: /usr/include/sys/_types/_timespec.h +-tessel_torus.o: /usr/include/sys/_types/_time_t.h +-tessel_torus.o: /usr/include/sys/_types/_suseconds_t.h +-tessel_torus.o: /usr/include/sys/_types/_fd_setsize.h +-tessel_torus.o: /usr/include/sys/_types/_fd_set.h +-tessel_torus.o: /usr/include/sys/_types/_fd_clr.h +-tessel_torus.o: /usr/include/sys/_types/_fd_isset.h +-tessel_torus.o: /usr/include/sys/_types/_fd_zero.h +-tessel_torus.o: /usr/include/sys/_types/_fd_copy.h /usr/include/time.h +-tessel_torus.o: /usr/include/sys/_types/_clock_t.h /usr/include/sys/_select.h +-tessel_torus.o: linalg.h +- +-# DEPENDENCIES MUST END AT END OF FILE +-# IF YOU PUT STUFF HERE IT WILL GO AWAY +-# see make depend above +- +tessel_torus.o: /usr/include/sys/_null.h /usr/include/sys/_types.h +tessel_torus.o: /usr/include/machine/_types.h /usr/include/math.h +tessel_torus.o: /usr/include/machine/_limits.h /usr/include/stdlib.h From owner-svn-ports-head@freebsd.org Mon Jan 18 19:36:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87764A87689; Mon, 18 Jan 2016 19:36:59 +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 6079B1C68; Mon, 18 Jan 2016 19:36:59 +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 u0IJawWH077534; Mon, 18 Jan 2016 19:36:58 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IJaw68077530; Mon, 18 Jan 2016 19:36:58 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201601181936.u0IJaw68077530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Mon, 18 Jan 2016 19:36:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406606 - in head/www/apache22: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 19:36:59 -0000 Author: ohauer Date: Mon Jan 18 19:36:57 2016 New Revision: 406606 URL: https://svnweb.freebsd.org/changeset/ports/406606 Log: - fix ab buid with OpenSSL from ports and SSL3 disabled [1] (backport ab.c r1706008 from apache24) - use new $opt-target - improve kldstat check - use new defined postexec, preunexec in pkg-plist with hat apache@ PR: 206369 Submitted by: matthew@ [1] Modified: head/www/apache22/Makefile head/www/apache22/files/apache22.in head/www/apache22/files/patch-support__ab.c head/www/apache22/pkg-plist Modified: head/www/apache22/Makefile ============================================================================== --- head/www/apache22/Makefile Mon Jan 18 19:32:37 2016 (r406605) +++ head/www/apache22/Makefile Mon Jan 18 19:36:57 2016 (r406606) @@ -188,9 +188,9 @@ post-install: # strip returns an error for non binary files, but we have a big mix -${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/* 2>/dev/null -${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/apache22/mod_*.so -.if ${PORT_OPTIONS:MLOG_FORENSIC} + +post-install-LOG_FORENSIC-on: ${INSTALL_SCRIPT} ${WRKSRC}/support/check_forensic ${STAGEDIR}${PREFIX}/sbin -.endif # maintainer only, check for new modules modlist: extract Modified: head/www/apache22/files/apache22.in ============================================================================== --- head/www/apache22/files/apache22.in Mon Jan 18 19:32:37 2016 (r406605) +++ head/www/apache22/files/apache22.in Mon Jan 18 19:36:57 2016 (r406606) @@ -51,8 +51,8 @@ envvars="%%PREFIX%%/sbin/envvars" apache22_accf() { if checkyesno apache22_http_accept_enable; then - /sbin/kldstat -v | grep accf_http > /dev/null 2>&1 || /sbin/kldload accf_http || return ${?} - /sbin/kldstat -v | grep accf_data > /dev/null 2>&1 || /sbin/kldload accf_data || return ${?} + /sbin/kldstat -qm accf_http || /sbin/kldload accf_http || return ${?} + /sbin/kldstat -qm accf_data || /sbin/kldload accf_data || return ${?} else apache22_flags="${apache22_flags} -DNOHTTPACCEPT" fi Modified: head/www/apache22/files/patch-support__ab.c ============================================================================== --- head/www/apache22/files/patch-support__ab.c Mon Jan 18 19:32:37 2016 (r406605) +++ head/www/apache22/files/patch-support__ab.c Mon Jan 18 19:36:57 2016 (r406606) @@ -508,6 +508,15 @@ Backport ab from apache 2.4.x (r1663405) } } { +@@ -1154,7 +1222,7 @@ static void start_connect(struct connect + apr_status_t rv; + + if (!(started < requests)) +- return; ++ return; + + c->read = 0; + c->bread = 0; @@ -1171,18 +1239,30 @@ static void start_connect(struct connect SOCK_STREAM, 0, c->ctx)) != APR_SUCCESS) { apr_err("socket", rv); @@ -934,7 +943,7 @@ Backport ab from apache 2.4.x (r1663405) { if (!use_html) { - printf("This is ApacheBench, Version %s\n", AP_AB_BASEREVISION " <$Revision: 655654 $>"); -+ printf("This is ApacheBench, Version %s\n", AP_AB_BASEREVISION " <$Revision: 1663405 $>"); ++ printf("This is ApacheBench, Version %s\n", AP_AB_BASEREVISION " <$Revision: 1706008 $>"); printf("Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n"); printf("Licensed to The Apache Software Foundation, http://www.apache.org/\n"); printf("\n"); @@ -942,7 +951,7 @@ Backport ab from apache 2.4.x (r1663405) else { printf("

\n"); - printf(" This is ApacheBench, Version %s <%s>
\n", AP_AB_BASEREVISION, "$Revision: 655654 $"); -+ printf(" This is ApacheBench, Version %s <%s>
\n", AP_AB_BASEREVISION, "$Revision: 1663405 $"); ++ printf(" This is ApacheBench, Version %s <%s>
\n", AP_AB_BASEREVISION, "$Revision: 1706008 $"); printf(" Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
\n"); printf(" Licensed to The Apache Software Foundation, http://www.apache.org/
\n"); printf("

\n

\n"); @@ -988,16 +997,31 @@ Backport ab from apache 2.4.x (r1663405) fprintf(stderr, " -h Display usage information (this message)\n"); #ifdef USE_SSL -@@ -1894,7 +1968,7 @@ static void usage(const char *progname) +@@ -1887,6 +1961,12 @@ static void usage(const char *progname) + #define SSL2_HELP_MSG "" + #endif + ++#ifndef OPENSSL_NO_SSL3 ++#define SSL3_HELP_MSG "SSL3, " ++#else ++#define SSL3_HELP_MSG "" ++#endif ++ + #ifdef HAVE_TLSV1_X + #define TLS1_X_HELP_MSG ", TLS1.1, TLS1.2" + #else +@@ -1894,8 +1974,8 @@ static void usage(const char *progname) #endif fprintf(stderr, " -Z ciphersuite Specify SSL/TLS cipher suite (See openssl ciphers)\n"); - fprintf(stderr, " -f protocol Specify SSL/TLS protocol\n"); +- fprintf(stderr, " (" SSL2_HELP_MSG "SSL3, TLS1" TLS1_X_HELP_MSG " or ALL)\n"); + fprintf(stderr, " -f protocol Specify SSL/TLS protocol\n"); - fprintf(stderr, " (" SSL2_HELP_MSG "SSL3, TLS1" TLS1_X_HELP_MSG " or ALL)\n"); ++ fprintf(stderr, " (" SSL2_HELP_MSG SSL3_HELP_MSG "TLS1" TLS1_X_HELP_MSG " or ALL)\n"); #endif exit(EINVAL); -@@ -1904,7 +1978,7 @@ static void usage(const char *progname) + } +@@ -1904,7 +1984,7 @@ static void usage(const char *progname) /* split URL into parts */ @@ -1006,7 +1030,7 @@ Backport ab from apache 2.4.x (r1663405) { char *cp; char *h; -@@ -1935,9 +2009,7 @@ static int parse_url(char *url) +@@ -1935,9 +2015,7 @@ static int parse_url(char *url) if ((cp = strchr(url, '/')) == NULL) return 1; @@ -1017,7 +1041,7 @@ Backport ab from apache 2.4.x (r1663405) rv = apr_parse_addr_port(&hostname, &scope_id, &port, h, cntxt); if (rv != APR_SUCCESS || !hostname || scope_id) { return 1; -@@ -1974,9 +2046,9 @@ static int parse_url(char *url) +@@ -1974,9 +2052,9 @@ static int parse_url(char *url) /* ------------------------------------------------------- */ @@ -1029,7 +1053,7 @@ Backport ab from apache 2.4.x (r1663405) { apr_file_t *postfd; apr_finfo_t finfo; -@@ -1997,11 +2069,7 @@ static int open_postfile(const char *pfi +@@ -1997,11 +2075,7 @@ static int open_postfile(const char *pfi return rv; } postlen = (apr_size_t)finfo.size; @@ -1042,7 +1066,7 @@ Backport ab from apache 2.4.x (r1663405) rv = apr_file_read_full(postfd, postdata, postlen, NULL); if (rv != APR_SUCCESS) { fprintf(stderr, "ab: Could not read POST data file: %s\n", -@@ -2009,7 +2077,7 @@ static int open_postfile(const char *pfi +@@ -2009,7 +2083,7 @@ static int open_postfile(const char *pfi return rv; } apr_file_close(postfd); @@ -1051,7 +1075,7 @@ Backport ab from apache 2.4.x (r1663405) } /* ------------------------------------------------------- */ -@@ -2017,11 +2085,11 @@ static int open_postfile(const char *pfi +@@ -2017,11 +2091,11 @@ static int open_postfile(const char *pfi /* sort out command-line args and call test */ int main(int argc, const char * const argv[]) { @@ -1065,7 +1089,7 @@ Backport ab from apache 2.4.x (r1663405) char c; #ifdef USE_SSL AB_SSL_METHOD_CONST SSL_METHOD *meth = SSLv23_client_method(); -@@ -2033,12 +2101,13 @@ int main(int argc, const char * const ar +@@ -2033,12 +2107,13 @@ int main(int argc, const char * const ar tdstring = "bgcolor=white"; cookie = ""; auth = ""; @@ -1080,7 +1104,7 @@ Backport ab from apache 2.4.x (r1663405) #ifdef NOT_ASCII status = apr_xlate_open(&to_ascii, "ISO-8859-1", APR_DEFAULT_CHARSET, cntxt); -@@ -2058,15 +2127,17 @@ int main(int argc, const char * const ar +@@ -2058,15 +2133,17 @@ int main(int argc, const char * const ar } #endif @@ -1101,7 +1125,7 @@ Backport ab from apache 2.4.x (r1663405) if (requests <= 0) { err("Invalid number of requests\n"); } -@@ -2078,76 +2149,80 @@ int main(int argc, const char * const ar +@@ -2078,76 +2155,80 @@ int main(int argc, const char * const ar heartbeatres = 0; break; case 'c': @@ -1211,7 +1235,7 @@ Backport ab from apache 2.4.x (r1663405) tmp[l] = '\0'; auth = apr_pstrcat(cntxt, auth, "Authorization: Basic ", tmp, -@@ -2157,27 +2232,27 @@ int main(int argc, const char * const ar +@@ -2157,27 +2238,27 @@ int main(int argc, const char * const ar /* * assume username passwd already to be in colon separated form. */ @@ -1247,7 +1271,7 @@ Backport ab from apache 2.4.x (r1663405) opt_useragent = 1; } break; -@@ -2190,7 +2265,7 @@ int main(int argc, const char * const ar +@@ -2190,7 +2271,7 @@ int main(int argc, const char * const ar */ case 'x': use_html = 1; @@ -1256,7 +1280,7 @@ Backport ab from apache 2.4.x (r1663405) break; case 'X': { -@@ -2198,22 +2273,22 @@ int main(int argc, const char * const ar +@@ -2198,22 +2279,22 @@ int main(int argc, const char * const ar /* * assume proxy-name[:port] */ @@ -1283,7 +1307,7 @@ Backport ab from apache 2.4.x (r1663405) break; case 'h': usage(argv[0]); -@@ -2221,26 +2296,33 @@ int main(int argc, const char * const ar +@@ -2221,26 +2302,35 @@ int main(int argc, const char * const ar case 'V': copyright(); return 0; @@ -1309,8 +1333,10 @@ Backport ab from apache 2.4.x (r1663405) meth = SSLv2_client_method(); #endif - } else if (strncasecmp(optarg, "SSL3", 4) == 0) { ++#ifndef OPENSSL_NO_SSL3 + } else if (strncasecmp(opt_arg, "SSL3", 4) == 0) { meth = SSLv3_client_method(); ++#endif #ifdef HAVE_TLSV1_X - } else if (strncasecmp(optarg, "TLS1.1", 6) == 0) { + } else if (strncasecmp(opt_arg, "TLS1.1", 6) == 0) { @@ -1324,7 +1350,7 @@ Backport ab from apache 2.4.x (r1663405) meth = TLSv1_client_method(); } break; -@@ -2253,6 +2335,10 @@ int main(int argc, const char * const ar +@@ -2253,6 +2343,10 @@ int main(int argc, const char * const ar usage(argv[0]); } @@ -1335,7 +1361,7 @@ Backport ab from apache 2.4.x (r1663405) if (parse_url(apr_pstrdup(cntxt, opt->argv[opt->ind++]))) { fprintf(stderr, "%s: invalid URL\n", argv[0]); usage(argv[0]); -@@ -2296,6 +2382,10 @@ int main(int argc, const char * const ar +@@ -2296,6 +2390,10 @@ int main(int argc, const char * const ar exit(1); } SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL); Modified: head/www/apache22/pkg-plist ============================================================================== --- head/www/apache22/pkg-plist Mon Jan 18 19:32:37 2016 (r406605) +++ head/www/apache22/pkg-plist Mon Jan 18 19:36:57 2016 (r406606) @@ -180,9 +180,9 @@ sbin/split-logfile %%DATADIR%%/build/program.mk %%DATADIR%%/build/rules.mk %%DATADIR%%/build/special.mk -@unexec if cmp -s %D/%%WWWDIR%%/data/index.html %D/%%DATADIR%%/misc/index.html; then rm -f %D/%%WWWDIR%%/data/index.html; fi +@preunexec if cmp -s %D/%%WWWDIR%%/data/index.html %D/%%DATADIR%%/misc/index.html; then rm -f %D/%%WWWDIR%%/data/index.html; fi %%DATADIR%%/misc/index.html -@exec [ -f %D/%%WWWDIR%%/data/index.html ] || cp %D/%%DATADIR%%/misc/index.html %D/%%WWWDIR%%/data/index.html +@postexec [ -f %D/%%WWWDIR%%/data/index.html ] || cp %D/%%DATADIR%%/misc/index.html %D/%%WWWDIR%%/data/index.html @(,,0400) %%WWWDIR%%/cgi-bin/printenv @(,,0400) %%WWWDIR%%/cgi-bin/test-cgi %%WWWDIR%%/error/HTTP_BAD_GATEWAY.html.var @@ -428,6 +428,6 @@ sbin/split-logfile %%WWWDIR%%/icons/world1.png %%WWWDIR%%/icons/world2.gif %%WWWDIR%%/icons/world2.png -@unexec rm -f %D/%%ETCDIR%%/httpd.conf.bak 2> /dev/null || true +@preunexec rm -f %D/%%ETCDIR%%/httpd.conf.bak 2> /dev/null || true @dir %%ETCDIR%%/envvars.d @dir %%WWWDIR%%/data From owner-svn-ports-head@freebsd.org Mon Jan 18 19:44:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90D15A879A4; Mon, 18 Jan 2016 19:44:49 +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 534301245; Mon, 18 Jan 2016 19:44:49 +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 u0IJimJv080558; Mon, 18 Jan 2016 19:44:48 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IJimWp080555; Mon, 18 Jan 2016 19:44:48 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201601181944.u0IJimWp080555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Mon, 18 Jan 2016 19:44:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406607 - in head/www/apache24: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 19:44:49 -0000 Author: ohauer Date: Mon Jan 18 19:44:47 2016 New Revision: 406607 URL: https://svnweb.freebsd.org/changeset/ports/406607 Log: - use new $opt-target - improve kldstat check - use new defined postexec, preunexec in pkg-plist with hat apache@ Modified: head/www/apache24/Makefile head/www/apache24/files/apache24.in head/www/apache24/pkg-plist Modified: head/www/apache24/Makefile ============================================================================== --- head/www/apache24/Makefile Mon Jan 18 19:36:57 2016 (r406606) +++ head/www/apache24/Makefile Mon Jan 18 19:44:47 2016 (r406607) @@ -177,9 +177,8 @@ post-install: -${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* -${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/apache24/mod_*.so -.if ${PORT_OPTIONS:MLOG_FORENSIC} +post-install-LOG_FORENSIC-on: ${INSTALL_SCRIPT} ${WRKSRC}/support/check_forensic ${STAGEDIR}${PREFIX}/sbin -.endif # maintainer only, check for new modules modlist: extract Modified: head/www/apache24/files/apache24.in ============================================================================== --- head/www/apache24/files/apache24.in Mon Jan 18 19:36:57 2016 (r406606) +++ head/www/apache24/files/apache24.in Mon Jan 18 19:44:47 2016 (r406607) @@ -52,8 +52,8 @@ envvars="%%PREFIX%%/sbin/envvars" apache24_accf() { if checkyesno apache24_http_accept_enable; then - /sbin/kldstat -v | grep accf_http > /dev/null 2>&1 || /sbin/kldload accf_http || return ${?} - /sbin/kldstat -v | grep accf_data > /dev/null 2>&1 || /sbin/kldload accf_data || return ${?} + /sbin/kldstat -qm accf_http || /sbin/kldload accf_http || return ${?} + /sbin/kldstat -qm accf_data || /sbin/kldload accf_data || return ${?} else apache24_flags="${apache24_flags} -DNOHTTPACCEPT" fi Modified: head/www/apache24/pkg-plist ============================================================================== --- head/www/apache24/pkg-plist Mon Jan 18 19:36:57 2016 (r406606) +++ head/www/apache24/pkg-plist Mon Jan 18 19:44:47 2016 (r406607) @@ -243,9 +243,9 @@ sbin/split-logfile %%DATADIR%%/build/program.mk %%DATADIR%%/build/rules.mk %%DATADIR%%/build/special.mk -@unexec if cmp -s %D/%%WWWDIR%%/data/index.html %D/%%DATADIR%%/misc/index.html; then rm -f %D/%%WWWDIR%%/data/index.html; fi +@preunexec if cmp -s %D/%%WWWDIR%%/data/index.html %D/%%DATADIR%%/misc/index.html; then rm -f %D/%%WWWDIR%%/data/index.html; fi %%DATADIR%%/misc/index.html -@exec [ -f %D/%%WWWDIR%%/data/index.html ] || cp %D/%%DATADIR%%/misc/index.html %D/%%WWWDIR%%/data/index.html +@postexec [ -f %D/%%WWWDIR%%/data/index.html ] || cp %D/%%DATADIR%%/misc/index.html %D/%%WWWDIR%%/data/index.html @(,,0400) %%WWWDIR%%/cgi-bin/printenv @(,,0400) %%WWWDIR%%/cgi-bin/test-cgi %%WWWDIR%%/error/HTTP_BAD_GATEWAY.html.var @@ -510,6 +510,6 @@ sbin/split-logfile %%WWWDIR%%/icons/world2.gif %%WWWDIR%%/icons/world2.png %%WWWDIR%%/icons/xml.png -@unexec rm -f %D/%%ETCDIR%%/httpd.conf.bak 2> /dev/null || true +@preunexec rm -f %D/%%ETCDIR%%/httpd.conf.bak 2> /dev/null || true @dir %%ETCDIR%%/envvars.d @dir %%WWWDIR%%/data From owner-svn-ports-head@freebsd.org Mon Jan 18 19:48:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA1EDA87ADC; Mon, 18 Jan 2016 19:48: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 658E3147A; Mon, 18 Jan 2016 19:48: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 u0IJma9w080829; Mon, 18 Jan 2016 19:48:36 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IJmaTn080825; Mon, 18 Jan 2016 19:48:36 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601181948.u0IJmaTn080825@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 18 Jan 2016 19:48:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406608 - in head/mail/sqlgrey: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 19:48:37 -0000 Author: pi Date: Mon Jan 18 19:48:35 2016 New Revision: 406608 URL: https://svnweb.freebsd.org/changeset/ports/406608 Log: mail/sqlgrey: Fix missing dependencies (bash, wget, md5sum) PR: 205754 Submitted by: me@cschwarz.com Added: head/mail/sqlgrey/files/patch-sqlgrey (contents, props changed) head/mail/sqlgrey/files/patch-update__sqlgrey__config (contents, props changed) Deleted: head/mail/sqlgrey/files/patch-ipv6 Modified: head/mail/sqlgrey/Makefile Modified: head/mail/sqlgrey/Makefile ============================================================================== --- head/mail/sqlgrey/Makefile Mon Jan 18 19:44:47 2016 (r406607) +++ head/mail/sqlgrey/Makefile Mon Jan 18 19:48:35 2016 (r406608) @@ -14,7 +14,9 @@ LICENSE= GPLv2 RUN_DEPENDS= p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \ p5-IO-Multiplex>=0:${PORTSDIR}/devel/p5-IO-Multiplex \ - p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser + p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser \ + ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ + ${LOCALBASE}/bin/gmd5sum:${PORTSDIR}/sysutils/coreutils USES= perl5 shebangfix SHEBANG_FILES= ${WRKSRC}/sqlgrey-logstats.pl ${WRKSRC}/update_sqlgrey_config ${WRKSRC}/sqlgrey @@ -60,17 +62,17 @@ post-patch: @${REINPLACE_CMD} -e 's!/etc/sqlgrey!${PREFIX}/${ETCDIR}!g' ${WRKSRC}/sqlgrey do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/sqlgrey-logstats.pl ${STAGEDIR}/${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKSRC}/sqlgrey ${STAGEDIR}/${PREFIX}/sbin - @${INSTALL_SCRIPT} ${WRKSRC}/update_sqlgrey_config ${STAGEDIR}/${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKSRC}/sqlgrey-logstats.pl ${STAGEDIR}/${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/sqlgrey ${STAGEDIR}/${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKSRC}/update_sqlgrey_config ${STAGEDIR}/${PREFIX}/sbin @cd ${WRKSRC} && perldoc -u sqlgrey | pod2man sqlgrey > ${STAGEDIR}/${MANPREFIX}/man/man1/sqlgrey.1 @${MKDIR} ${STAGEDIR}/${PREFIX}/${ETCDIR} .for i in ${ETCFILES} - @${INSTALL_DATA} ${WRKSRC}/etc/${i} ${STAGEDIR}/${PREFIX}/${ETCDIR}/${i}.sample + ${INSTALL_DATA} ${WRKSRC}/etc/${i} ${STAGEDIR}/${PREFIX}/${ETCDIR}/${i}.sample .endfor .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}/${DOCSDIR} - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}/${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}/${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${STAGEDIR}/${DOCSDIR}." .endif Added: head/mail/sqlgrey/files/patch-sqlgrey ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/sqlgrey/files/patch-sqlgrey Mon Jan 18 19:48:35 2016 (r406608) @@ -0,0 +1,11 @@ +--- sqlgrey.orig 2012-02-13 16:54:08 UTC ++++ sqlgrey +@@ -1037,7 +1037,7 @@ sub ipv6_smart($) { + return join(":", (split(/:/, $addr))[0..3]); + } else { + ## For Non-EUI64 or Non-Global-Unicast return the address +- return $addr; ++ return join(":", (split(/:/, $addr))[0..3]); + } + } + Added: head/mail/sqlgrey/files/patch-update__sqlgrey__config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/sqlgrey/files/patch-update__sqlgrey__config Mon Jan 18 19:48:35 2016 (r406608) @@ -0,0 +1,67 @@ +--- update_sqlgrey_config.orig 2016-01-06 23:51:29 UTC ++++ update_sqlgrey_config +@@ -1,7 +1,7 @@ +-#!/bin/bash ++#!/usr/local/bin/bash + +-# We need md5sum, diff and wget +-MD5SUM=`which md5sum 2>/dev/null` ++# We need md5sum, diff and fetch ++MD5SUM=`which gmd5sum 2>/dev/null` + if [ $? -ne 0 ] + then + echo "md5sum not found in PATH, can't continue" +@@ -13,10 +13,10 @@ then + echo "diff not found in PATH, can't continue" + exit -1 + fi +-WGET=`which wget 2>/dev/null` ++FETCH=`which fetch 2>/dev/null` + if [ $? -ne 0 ] + then +- echo "wget not found in PATH, can't continue" ++ echo "fetch not found in PATH, can't continue" + exit -1 + fi + +@@ -24,7 +24,7 @@ fi + LANG=C + LC_ALL=C + +-MYDIR=/etc/sqlgrey ++MYDIR=/usr/local/etc/sqlgrey + CONF=$MYDIR/sqlgrey.conf + + # Get whitelists host and pidfile from conf +@@ -55,11 +55,11 @@ clean_exit() { + trap clean_exit 2 3 15 + + # Fetch MD5 +-$WGET -q http://$whitelists_host/MD5SUMS ++$FETCH -q http://$whitelists_host/MD5SUMS + + # Check installed files + cd $MYDIR +-TOUPDATE=`md5sum -c $MYTMP/MD5SUMS 2>/dev/null | grep FAILED | cut -d: -f1` ++TOUPDATE=`$MD5SUM -c $MYTMP/MD5SUMS 2>/dev/null | grep FAILED | cut -d: -f1` + + if [ -z "$TOUPDATE" ] + then +@@ -77,7 +77,7 @@ for todownload in $TOUPDATE + do + echo "updating $MYDIR/$todownload:" + rm $todownload 2>/dev/null +- $WGET -N -q http://$whitelists_host/$todownload ++ $FETCH -q http://$whitelists_host/$todownload + if [ -f $MYDIR/$todownload ]; then + $DIFF -u $MYDIR/$todownload $todownload + else +@@ -85,7 +85,7 @@ do + fi + done + +-md5sum -c MD5SUMS >/dev/null 2>/dev/null ++$MD5SUM -c MD5SUMS >/dev/null 2>/dev/null + if [ $? -ne 0 ] + then + # Can only happen if remote site is borked or file got corrupt in transit From owner-svn-ports-head@freebsd.org Mon Jan 18 20:29:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 801A6A868A9; Mon, 18 Jan 2016 20:29:13 +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 514FF1CD9; Mon, 18 Jan 2016 20:29:13 +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 u0IKTC7B092701; Mon, 18 Jan 2016 20:29:12 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IKTB3k092693; Mon, 18 Jan 2016 20:29:11 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601182029.u0IKTB3k092693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 18 Jan 2016 20:29:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406609 - in head/mail/postsrsd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 20:29:13 -0000 Author: pi Date: Mon Jan 18 20:29:11 2016 New Revision: 406609 URL: https://svnweb.freebsd.org/changeset/ports/406609 Log: mail/postsrsd: 1.1 -> 1.3 Changes: https://github.com/roehling/postsrsd/commits/master PR: 206116 Submitted by: Krzysztof (maintainer) Deleted: head/mail/postsrsd/files/patch-postsrsd.c head/mail/postsrsd/pkg-plist Modified: head/mail/postsrsd/Makefile head/mail/postsrsd/distinfo head/mail/postsrsd/files/patch-CMakeLists.txt head/mail/postsrsd/files/patch-postinstall.cmake.in head/mail/postsrsd/files/patch-srs2.c head/mail/postsrsd/files/patch-srs2.h Modified: head/mail/postsrsd/Makefile ============================================================================== --- head/mail/postsrsd/Makefile Mon Jan 18 19:48:35 2016 (r406608) +++ head/mail/postsrsd/Makefile Mon Jan 18 20:29:11 2016 (r406609) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= postsrsd -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 1.3 CATEGORIES= mail MAINTAINER= ports@bsdserwis.com @@ -25,10 +24,12 @@ CMAKE_ARGS+= --no-warn-unused-cli \ USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} USE_RC_SUBR= ${PORTNAME} -PORTDOCS= README.md main.cf.ex +PORTDOCS= README.md main.cf.ex README_UPGRADE.md OPTIONS_DEFINE= DOCS DOCS_CMAKE_ON= -DENABLE_DOCS:STRING="ON" +PLIST_FILES= sbin/postsrsd man/man8/postsrsd.8.gz etc/postsrsd.secret + .include Modified: head/mail/postsrsd/distinfo ============================================================================== --- head/mail/postsrsd/distinfo Mon Jan 18 19:48:35 2016 (r406608) +++ head/mail/postsrsd/distinfo Mon Jan 18 20:29:11 2016 (r406609) @@ -1,2 +1,2 @@ -SHA256 (roehling-postsrsd-1.1_GH0.tar.gz) = 1bd8d92e94951cced7eb50f1cd571fb08d2fec627362ceab090393425925a83e -SIZE (roehling-postsrsd-1.1_GH0.tar.gz) = 24209 +SHA256 (roehling-postsrsd-1.3_GH0.tar.gz) = 0f72c41052204a17c35a22a7651430156ca1dbcb98b1bfe48e44ec76248b62fc +SIZE (roehling-postsrsd-1.3_GH0.tar.gz) = 26409 Modified: head/mail/postsrsd/files/patch-CMakeLists.txt ============================================================================== --- head/mail/postsrsd/files/patch-CMakeLists.txt Mon Jan 18 19:48:35 2016 (r406608) +++ head/mail/postsrsd/files/patch-CMakeLists.txt Mon Jan 18 20:29:11 2016 (r406609) @@ -1,6 +1,6 @@ ---- CMakeLists.txt 2014-01-03 01:01:47.000000000 +0100 -+++ CMakeLists.txt.new 2014-06-18 02:01:27.734952000 +0200 -@@ -3,45 +3,22 @@ +--- CMakeLists.txt.orig 2015-12-13 08:56:05 UTC ++++ CMakeLists.txt +@@ -4,11 +4,14 @@ include(CheckIncludeFile) option(GENERATE_SRS_SECRET "Generate a random SRS secret if none exists during install" ON) option(USE_APPARMOR "Enable AppArmor profile" OFF) @@ -8,50 +8,67 @@ +if(MK_CHROOT_DIR) set(CHROOT_DIR "${CMAKE_INSTALL_PREFIX}/lib/${PROJECT_NAME}" CACHE PATH "Chroot jail for daemon") --set(CONFIG_DIR "/etc/default" CACHE PATH "Location of configuration file") +endif() -+set(CONFIG_DIR "${CMAKE_INSTALL_PREFIX}/etc" CACHE PATH "Location of configuration file") + set(SYSCONF_DIR "/etc" CACHE PATH "Global system configuration folder") + set(SYSD_UNIT_DIR "${SYSCONF_DIR}/systemd/system" CACHE PATH "Systemd unit file folder") +-set(CONFIG_DIR "${SYSCONF_DIR}/default" CACHE PATH "Location of startup configuration file") ++set(CONFIG_DIR "${CMAKE_INSTALL_PREFIX}/etc" CACHE PATH "Location of startup configuration file") + set(DOC_DIR "share/doc/${PROJECT_NAME}" CACHE PATH "Path for documentation files") + mark_as_advanced(CHROOT_DIR SYSCONF_DIR SYSD_UNIT_DIR CONFIG_DIR DOC_DIR) - find_program(HELP2MAN help2man DOC "path to help2man executable") +@@ -16,8 +19,6 @@ find_program(HELP2MAN help2man DOC "path find_program(DD dd DOC "path to dd executable") find_program(BASE64 base64 DOC "path to base64 executable") + find_program(OPENSSL openssl DOC "path to OpenSSL executable") -find_program(INSSERV insserv DOC "path to insserv executable") -find_program(CHKCONFIG chkconfig DOC "path to chkconfig executable") -- + find_library(LIBSOCKET socket) + find_library(LIBNSL nsl) + +@@ -46,26 +47,6 @@ if(HAVE_TIME_H) + add_definitions(-DHAVE_TIME_H) + endif() + -if(NOT DEFINED INIT_FLAVOR) -- if(IS_DIRECTORY "/etc/init" AND EXISTS "/lib/init/upstart-job") +- if(IS_DIRECTORY "${SYSD_UNIT_DIR}" AND EXISTS "/usr/lib/systemd/systemd") +- message(STATUS "Detected init flavor: systemd") +- set(INIT_FLAVOR "systemd" CACHE STRING "Init daemon of this system") +- elseif(IS_DIRECTORY "${SYSCONF_DIR}/init" AND EXISTS "/lib/init/upstart-job") - message(STATUS "Detected init flavor: upstart") - set(INIT_FLAVOR "upstart" CACHE STRING "Init daemon of this system") -- elseif(IS_DIRECTORY "/etc/init.d" AND EXISTS "/lib/lsb/init-functions") -- message(STATUS "Detected init flavor: sysv-lsb") -- set(INIT_FLAVOR "sysv-lsb" CACHE STRING "Init daemon of this system") -- elseif(IS_DIRECTORY "/etc/init.d" AND EXISTS "/etc/init.d/functions") +- elseif(IS_DIRECTORY "${SYSCONF_DIR}/init.d" AND EXISTS "${SYSCONF_DIR}/init.d/functions") - message(STATUS "Detected init flavor: sysv-redhat") - set(INIT_FLAVOR "sysv-redhat" CACHE STRING "Init daemon of this system") +- elseif(IS_DIRECTORY "${SYSCONF_DIR}/init.d" AND EXISTS "/lib/lsb/init-functions") +- message(STATUS "Detected init flavor: sysv-lsb") +- set(INIT_FLAVOR "sysv-lsb" CACHE STRING "Init daemon of this system") - else() - message(STATUS "Detected init flavor: none") - message(STATUS "System startup files will not be installed") - set(INIT_FLAVOR "" CACHE STRING "Init daemon of this system") - endif() -endif() - +- add_executable(${PROJECT_NAME} postsrsd.c sha1.c srs2.c) + if(${CMAKE_SYSTEM_NAME} MATCHES "SunOS") +@@ -74,15 +55,7 @@ endif() + get_target_property(POSTSRSD ${PROJECT_NAME} LOCATION) get_filename_component(POSTSRSD ${POSTSRSD} NAME_WE) -set(APPARMOR_PROFILE "${CMAKE_INSTALL_PREFIX}/sbin/${POSTSRSD}") -string(REGEX REPLACE "^/+" "" APPARMOR_PROFILE "${APPARMOR_PROFILE}") -string(REPLACE "/" "." APPARMOR_PROFILE "${APPARMOR_PROFILE}") -- --configure_file(${PROJECT_NAME}.lsb_init.in ${PROJECT_NAME}.lsb_init @ONLY) --configure_file(${PROJECT_NAME}.rh_init.in ${PROJECT_NAME}.rh_init @ONLY) --configure_file(${PROJECT_NAME}.upstart.in ${PROJECT_NAME}.upstart @ONLY) --configure_file(${PROJECT_NAME}.apparmor.in ${PROJECT_NAME}.apparmor @ONLY) -+ - configure_file(postinstall.cmake.in postinstall.cmake @ONLY) - if(HELP2MAN) -@@ -49,7 +26,7 @@ +-configure_file(init/${PROJECT_NAME}.sysv-lsb.in ${PROJECT_NAME}.sysv-lsb @ONLY) +-configure_file(init/${PROJECT_NAME}.sysv-redhat.in ${PROJECT_NAME}.sysv-redhat @ONLY) +-configure_file(init/${PROJECT_NAME}.upstart.in ${PROJECT_NAME}.upstart @ONLY) +-configure_file(init/${PROJECT_NAME}.apparmor.in ${PROJECT_NAME}.apparmor @ONLY) +-configure_file(init/${PROJECT_NAME}.systemd.in ${PROJECT_NAME}.systemd @ONLY) + configure_file(init/${PROJECT_NAME}.default.in ${PROJECT_NAME}.default @ONLY) + + configure_file(postinstall.cmake.in postinstall.cmake @ONLY) +@@ -92,7 +65,7 @@ add_custom_command(TARGET ${PROJECT_NAME COMMAND ${HELP2MAN} ARGS -s8 -o${PROJECT_NAME}.8 -n "Postfix Sender Rewriting Scheme daemon" -N -h-h -v-v ${CMAKE_CURRENT_BINARY_DIR}/${POSTSRSD} VERBATIM ) @@ -60,12 +77,12 @@ endif() if(USE_APPARMOR) -@@ -57,6 +34,8 @@ +@@ -100,6 +73,8 @@ if(USE_APPARMOR) endif() install(TARGETS ${PROJECT_NAME} DESTINATION "sbin") +if(ENABLE_DOCS) - install(FILES README.md main.cf.ex DESTINATION "share/doc/${PROJECT_NAME}") + install(FILES README.md README_UPGRADE.md main.cf.ex DESTINATION "${DOC_DIR}") +endif() install(SCRIPT "${CMAKE_CURRENT_BINARY_DIR}/postinstall.cmake") Modified: head/mail/postsrsd/files/patch-postinstall.cmake.in ============================================================================== --- head/mail/postsrsd/files/patch-postinstall.cmake.in Mon Jan 18 19:48:35 2016 (r406608) +++ head/mail/postsrsd/files/patch-postinstall.cmake.in Mon Jan 18 20:29:11 2016 (r406609) @@ -1,9 +1,9 @@ ---- postinstall.cmake.in 2014-01-03 01:01:47.000000000 +0100 -+++ postinstall.cmake.in.new 2014-06-18 01:47:16.240011867 +0200 -@@ -5,37 +5,13 @@ +--- postinstall.cmake.in.orig 2015-12-13 08:56:05 UTC ++++ postinstall.cmake.in +@@ -7,51 +7,13 @@ set(INIT_FLAVOR "@INIT_FLAVOR@") set(SECRET_FILE "@PROJECT_NAME@.secret") set(DD "@DD@") - set(BASE64 "@BASE64@") + set(BASE64_ENCODE "@BASE64_ENCODE@") -set(INSSERV "@INSSERV@") -set(CHKCONFIG "@CHKCONFIG@") @@ -12,38 +12,53 @@ file(MAKE_DIRECTORY "$ENV{DESTDIR}${CHROOT_DIR}") endif() --if(INIT_FLAVOR AND NOT EXISTS "$ENV{DESTDIR}${CONFIG_DIR}/@PROJECT_NAME@") -- file(INSTALL FILES "@CMAKE_CURRENT_SOURCE_DIR@/@PROJECT_NAME@.default" DESTINATION "${CONFIG_DIR}" RENAME "@PROJECT_NAME@") +-if(INIT_FLAVOR) +- if (NOT EXISTS "$ENV{DESTDIR}${CONFIG_DIR}/@PROJECT_NAME@") +- file(INSTALL FILES "@CMAKE_CURRENT_BINARY_DIR@/@PROJECT_NAME@.default" DESTINATION "${CONFIG_DIR}" RENAME "@PROJECT_NAME@") +- else() +- file(INSTALL FILES "@CMAKE_CURRENT_BINARY_DIR@/@PROJECT_NAME@.default" DESTINATION "${CONFIG_DIR}" RENAME "@PROJECT_NAME@.new") +- message(STATUS "") +- message(STATUS "*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*") +- message(STATUS "*!* ${CONFIG_DIR}/@PROJECT_NAME@ will NOT be overwritten!") +- message(STATUS "*!* Please note the changes from @PROJECT_NAME@.new in the same folder and") +- message(STATUS "*!* update your configuration accordinly.") +- message(STATUS "*!* See also README_UPGRADE.md for details") +- message(STATUS "*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*") +- message(STATUS "") +- endif() -endif() - -if(INIT_FLAVOR STREQUAL "sysv-lsb") -- file(INSTALL FILES "@CMAKE_CURRENT_BINARY_DIR@/@PROJECT_NAME@.lsb_init" TYPE PROGRAM DESTINATION "/etc/init.d" RENAME "@PROJECT_NAME@") +- file(INSTALL FILES "@CMAKE_CURRENT_BINARY_DIR@/@PROJECT_NAME@.sysv-lsb" TYPE PROGRAM DESTINATION "${SYSCONF_DIR}/init.d" RENAME "@PROJECT_NAME@") - if(INSSERV) - execute_process( -- COMMAND ${INSSERV} -p "$ENV{DESTDIR}/etc/init.d" @PROJECT_NAME@ +- COMMAND ${INSSERV} -p "$ENV{DESTDIR}${SYSCONF_DIR}/init.d" @PROJECT_NAME@ - ) - endif() -elseif(INIT_FLAVOR STREQUAL "sysv-redhat") -- file(INSTALL FILES "@CMAKE_CURRENT_BINARY_DIR@/@PROJECT_NAME@.rh_init" TYPE PROGRAM DESTINATION "/etc/init.d" RENAME "@PROJECT_NAME@") +- file(INSTALL FILES "@CMAKE_CURRENT_BINARY_DIR@/@PROJECT_NAME@.sysv-redhat" TYPE PROGRAM DESTINATION "${SYSCONF_DIR}/init.d" RENAME "@PROJECT_NAME@") - if(CHKCONFIG AND NOT "$ENV{DESTDIR}") - execute_process( - COMMAND ${CHKCONFIG} --add @PROJECT_NAME@ - ) - endif() -elseif(INIT_FLAVOR STREQUAL "upstart") -- file(INSTALL FILES "@CMAKE_CURRENT_BINARY_DIR@/@PROJECT_NAME@.upstart" DESTINATION "/etc/init" RENAME "@PROJECT_NAME@.conf") +- file(INSTALL FILES "@CMAKE_CURRENT_BINARY_DIR@/@PROJECT_NAME@.upstart" DESTINATION "${SYSCONF_DIR}/init" RENAME "@PROJECT_NAME@.conf") +-elseif(INIT_FLAVOR STREQUAL "systemd") +- file(INSTALL FILES "@CMAKE_CURRENT_BINARY_DIR@/@PROJECT_NAME@.systemd" DESTINATION "${SYSD_UNIT_DIR}" RENAME "@PROJECT_NAME@.service") -endif() - --if(GENERATE_SRS_SECRET AND DD AND BASE64 AND EXISTS "/dev/urandom" AND NOT EXISTS "$ENV{DESTDIR}/etc/${SECRET_FILE}") -+if(GENERATE_SRS_SECRET AND DD AND BASE64 AND EXISTS "/dev/urandom") +-if(GENERATE_SRS_SECRET AND DD AND BASE64_ENCODE AND EXISTS "/dev/urandom" AND NOT EXISTS "$ENV{DESTDIR}${SYSCONF_DIR}/${SECRET_FILE}") ++if(GENERATE_SRS_SECRET AND DD AND BASE64_ENCODE AND EXISTS "/dev/urandom") message(STATUS "Generating secret key") execute_process( COMMAND ${DD} if=/dev/urandom bs=18 count=1 -@@ -44,6 +20,6 @@ +@@ -60,7 +22,7 @@ if(GENERATE_SRS_SECRET AND DD AND BASE64 ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE ) --file(INSTALL FILES "@CMAKE_CURRENT_BINARY_DIR@/${SECRET_FILE}" DESTINATION "/etc" RENAME "${SECRET_FILE}" FILE_PERMISSIONS OWNER_READ OWNER_WRITE) -+file(INSTALL FILES "@CMAKE_CURRENT_BINARY_DIR@/${SECRET_FILE}" DESTINATION "${CONFIG_DIR}" RENAME "${SECRET_FILE}" FILE_PERMISSIONS OWNER_READ OWNER_WRITE) +-file(INSTALL FILES "@CMAKE_CURRENT_BINARY_DIR@/${SECRET_FILE}" DESTINATION "${SYSCONF_DIR}" RENAME "${SECRET_FILE}" PERMISSIONS OWNER_READ OWNER_WRITE) ++file(INSTALL FILES "@CMAKE_CURRENT_BINARY_DIR@/${SECRET_FILE}" DESTINATION "${CONFIG_DIR}" RENAME "${SECRET_FILE}" PERMISSIONS OWNER_READ OWNER_WRITE) file(REMOVE "@CMAKE_CURRENT_BINARY_DIR@/${SECRET_FILE}") endif() + Modified: head/mail/postsrsd/files/patch-srs2.c ============================================================================== --- head/mail/postsrsd/files/patch-srs2.c Mon Jan 18 19:48:35 2016 (r406608) +++ head/mail/postsrsd/files/patch-srs2.c Mon Jan 18 20:29:11 2016 (r406609) @@ -1,11 +1,15 @@ ---- srs2.c 2014-01-03 01:01:47.000000000 +0100 -+++ srs2.c.new 2014-06-17 16:13:45.773381667 +0200 -@@ -21,7 +21,7 @@ +--- srs2.c.orig 2015-12-13 08:56:05 UTC ++++ srs2.c +@@ -21,7 +21,11 @@ #include /* tyepdefs */ #include /* timeval / timezone struct */ #include /* memcpy, strcpy, memset */ -#include -+#include ++#if defined(__FreeBSD__) ++# include ++#else ++# include ++#endif #ifdef USE_OPENSSL #include Modified: head/mail/postsrsd/files/patch-srs2.h ============================================================================== --- head/mail/postsrsd/files/patch-srs2.h Mon Jan 18 19:48:35 2016 (r406608) +++ head/mail/postsrsd/files/patch-srs2.h Mon Jan 18 20:29:11 2016 (r406609) @@ -1,9 +1,10 @@ ---- srs2.h 2014-01-03 01:01:47.000000000 +0100 -+++ srs2.h.new 2014-06-17 16:16:22.880373371 +0200 -@@ -20,6 +20,7 @@ - #include - #include - #include +--- srs2.h.orig 2015-12-13 08:56:05 UTC ++++ srs2.h +@@ -23,7 +23,7 @@ + #ifdef __APPLE__ + #include + #endif +- +#include #ifndef __BEGIN_DECLS From owner-svn-ports-head@freebsd.org Mon Jan 18 21:02:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC133A8786F; Mon, 18 Jan 2016 21:02:01 +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 BDFD115AC; Mon, 18 Jan 2016 21:02:01 +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 u0IL20rq003790; Mon, 18 Jan 2016 21:02:00 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IL2035003789; Mon, 18 Jan 2016 21:02:00 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601182102.u0IL2035003789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 18 Jan 2016 21:02:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406610 - head/multimedia/gstreamer-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 21:02:02 -0000 Author: pawel Date: Mon Jan 18 21:02:00 2016 New Revision: 406610 URL: https://svnweb.freebsd.org/changeset/ports/406610 Log: Remove deprecated PLIST_DIRSTRY Approved by: portmgr blanket Modified: head/multimedia/gstreamer-plugins/Makefile.common Modified: head/multimedia/gstreamer-plugins/Makefile.common ============================================================================== --- head/multimedia/gstreamer-plugins/Makefile.common Mon Jan 18 20:29:11 2016 (r406609) +++ head/multimedia/gstreamer-plugins/Makefile.common Mon Jan 18 21:02:00 2016 (r406610) @@ -186,8 +186,6 @@ gst_amrnb_LIB_DEPENDS+= libopencore-amrn gst_amrnb_PLIST_FILES= ${GST_LIB_DIR}/libgstamrnb.la \ ${GST_LIB_DIR}/libgstamrnb.so \ share/gstreamer-${VERSION}/presets/GstAmrnbEnc.prs -gst_amrnb_PLIST_DIRSTRY=share/gstreamer-${VERSION}/presets \ - share/gstreamer-${VERSION} gst_amrnb_DIST= ugly # amrwbdec @@ -589,8 +587,6 @@ gst_x264_LIB_DEPENDS+= libx264.so:${PORT gst_x264_PLIST_FILES= ${GST_LIB_DIR}/libgstx264.la \ ${GST_LIB_DIR}/libgstx264.so \ share/gstreamer-${VERSION}/presets/GstX264Enc.prs -gst_x264_PLIST_DIRSTRY= share/gstreamer-${VERSION}/presets \ - share/gstreamer-${VERSION} gst_x264_DIST= ugly # xvid @@ -635,7 +631,6 @@ RUN_DEPENDS+= ${gst_${GST_PLUGIN}_RUN_DE USES+= ${gst_${GST_PLUGIN}_USES} PLIST_FILES= ${gst_${GST_PLUGIN}_PLIST_FILES} PLIST_DIRS= ${gst_${GST_PLUGIN}_PLIST_DIRS} -PLIST_DIRSTRY= ${gst_${GST_PLUGIN}_PLIST_DIRSTRY} EXTRA_LIBS+= ${gst_${GST_PLUGIN}_EXTRA_LIBS} USE_GNOME+= ${gst_${GST_PLUGIN}_USE_GNOME} CONFIGURE_ENV+= ${gst_${GST_PLUGIN}_CONFIGURE_ENV} From owner-svn-ports-head@freebsd.org Mon Jan 18 21:07:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DF31A8795F; Mon, 18 Jan 2016 21:07:18 +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 3259F182C; Mon, 18 Jan 2016 21:07:18 +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 u0IL7HZj004686; Mon, 18 Jan 2016 21:07:17 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IL7G7S004683; Mon, 18 Jan 2016 21:07:16 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201601182107.u0IL7G7S004683@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Mon, 18 Jan 2016 21:07:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406611 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 21:07:18 -0000 Author: thierry Date: Mon Jan 18 21:07:16 2016 New Revision: 406611 URL: https://svnweb.freebsd.org/changeset/ports/406611 Log: Upgrade to 1.5.5. Changelog at https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/?src=search#detail-relnotes Modified: head/www/xpi-uBlock_origin/Makefile head/www/xpi-uBlock_origin/distinfo head/www/xpi-uBlock_origin/pkg-descr Modified: head/www/xpi-uBlock_origin/Makefile ============================================================================== --- head/www/xpi-uBlock_origin/Makefile Mon Jan 18 21:02:00 2016 (r406610) +++ head/www/xpi-uBlock_origin/Makefile Mon Jan 18 21:07:16 2016 (r406611) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= ublock_origin -PORTVERSION= 1.5.3 -DISTVERSIONSUFFIX= -sm+tb+fx+an +PORTVERSION= 1.5.5 +DISTVERSIONSUFFIX= -sm+tb+an+fx CATEGORIES= www MAINTAINER= thierry@FreeBSD.org Modified: head/www/xpi-uBlock_origin/distinfo ============================================================================== --- head/www/xpi-uBlock_origin/distinfo Mon Jan 18 21:02:00 2016 (r406610) +++ head/www/xpi-uBlock_origin/distinfo Mon Jan 18 21:07:16 2016 (r406611) @@ -1,2 +1,2 @@ -SHA256 (xpi/ublock_origin-1.5.3-sm+tb+fx+an.xpi) = 61f5d8c770c6a1e64803e1d2bc8b5e484a8c32c9822b93639d09e6f8735953d6 -SIZE (xpi/ublock_origin-1.5.3-sm+tb+fx+an.xpi) = 1407070 +SHA256 (xpi/ublock_origin-1.5.5-sm+tb+an+fx.xpi) = 9f84e19795d83fcc6f3d9bbd5e762b1e61e85456177447277ab7ab279f8b6fba +SIZE (xpi/ublock_origin-1.5.5-sm+tb+an+fx.xpi) = 1407077 Modified: head/www/xpi-uBlock_origin/pkg-descr ============================================================================== --- head/www/xpi-uBlock_origin/pkg-descr Mon Jan 18 21:02:00 2016 (r406610) +++ head/www/xpi-uBlock_origin/pkg-descr Mon Jan 18 21:07:16 2016 (r406611) @@ -7,3 +7,4 @@ which mode will cause all 3rd-party netw unless allowed by the user. WWW: https://github.com/gorhill/uBlock/wiki +WWW: https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/ From owner-svn-ports-head@freebsd.org Mon Jan 18 21:43:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E973A875D4; Mon, 18 Jan 2016 21:43:33 +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 BB0F01F23; Mon, 18 Jan 2016 21:43:32 +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 u0ILhV9j016376; Mon, 18 Jan 2016 21:43:31 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0ILhV5q016374; Mon, 18 Jan 2016 21:43:31 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601182143.u0ILhV5q016374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 18 Jan 2016 21:43:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406612 - in head: mail/tumgreyspf multimedia/oqtencoder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 21:43:33 -0000 Author: olgeni Date: Mon Jan 18 21:43:31 2016 New Revision: 406612 URL: https://svnweb.freebsd.org/changeset/ports/406612 Log: Fix a couple of typos. Modified: head/mail/tumgreyspf/pkg-descr head/multimedia/oqtencoder/pkg-descr Modified: head/mail/tumgreyspf/pkg-descr ============================================================================== --- head/mail/tumgreyspf/pkg-descr Mon Jan 18 21:07:16 2016 (r406611) +++ head/mail/tumgreyspf/pkg-descr Mon Jan 18 21:43:31 2016 (r406612) @@ -2,12 +2,12 @@ Tumgreyspf, an external policy checker f optionally greylist and/or use spfquery to check SPF records to determine if email should be accepted by your server. -Because of it's design, legitimate e-mail is never trapped or rejected. Only +Because of its design, legitimate e-mail is never trapped or rejected. Only spam and viruses are caught. Since adding it to our mail server (which also uses Spam Assassin, ClamAV, and an outsourced anti-spam system), our spam level has dropped by an order of magnitude. -It uses the file-system as it's database, no additional database is required to +It uses the file-system as its database, no additional database is required to use it. WWW: http://www.tummy.com/software/tumgreyspf/ Modified: head/multimedia/oqtencoder/pkg-descr ============================================================================== --- head/multimedia/oqtencoder/pkg-descr Mon Jan 18 21:07:16 2016 (r406611) +++ head/multimedia/oqtencoder/pkg-descr Mon Jan 18 21:43:31 2016 (r406612) @@ -1,7 +1,7 @@ [ from developer's readme ] OQTEncoder is just here to show how simple it is to realize an encoder using OpenQuicktime... It is simple, new and doesn't have -a lot of functionality but it shoud soon be better and it's already +a lot of functionality but it should soon be better and it's already usable ;) Just launch it without options and it will explain you how to use From owner-svn-ports-head@freebsd.org Mon Jan 18 22:01:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA224A87C28; Mon, 18 Jan 2016 22:01:54 +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 8EE841A91; Mon, 18 Jan 2016 22:01:54 +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 u0IM1rMc022286; Mon, 18 Jan 2016 22:01:53 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IM1rqm022285; Mon, 18 Jan 2016 22:01:53 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601182201.u0IM1rqm022285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 18 Jan 2016 22:01:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406613 - head/www/yabb/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 22:01:54 -0000 Author: pawel Date: Mon Jan 18 22:01:53 2016 New Revision: 406613 URL: https://svnweb.freebsd.org/changeset/ports/406613 Log: Remove old plist generation script using deprecated @dirrm PR: 206382 Submitted by: myself Approved by: maintainer Deleted: head/www/yabb/files/build_plist.sh From owner-svn-ports-head@freebsd.org Mon Jan 18 22:15:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 902BAA86228; Mon, 18 Jan 2016 22:15:28 +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 6A54214A6; Mon, 18 Jan 2016 22:15:28 +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 u0IMFRMJ025368; Mon, 18 Jan 2016 22:15:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IMFR78025364; Mon, 18 Jan 2016 22:15:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201601182215.u0IMFR78025364@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 18 Jan 2016 22:15:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406614 - in head: devel/luabind/files games/allacrost/files games/valyriatear/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 22:15:28 -0000 Author: amdmi3 Date: Mon Jan 18 22:15:26 2016 New Revision: 406614 URL: https://svnweb.freebsd.org/changeset/ports/406614 Log: - Fix build with boost 1.60 See https://github.com/Oberon00/luabind/commit/fb3c6623c728209a2ba69d178bd87589bf04e9cf Added: head/devel/luabind/files/patch-luabind_object.hpp (contents, props changed) head/games/allacrost/files/patch-src_luabind_luabind_object.hpp (contents, props changed) head/games/valyriatear/files/patch-src_luabind_luabind_detail_object__rep.hpp (contents, props changed) head/games/valyriatear/files/patch-src_luabind_luabind_object.hpp (contents, props changed) Added: head/devel/luabind/files/patch-luabind_object.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/luabind/files/patch-luabind_object.hpp Mon Jan 18 22:15:26 2016 (r406614) @@ -0,0 +1,18 @@ +--- luabind/object.hpp.orig 2010-08-31 13:24:52 UTC ++++ luabind/object.hpp +@@ -536,6 +536,7 @@ namespace detail + handle m_key; + }; + ++#if BOOST_VERSION < 105700 + // Needed because of some strange ADL issues. + + #define LUABIND_OPERATOR_ADL_WKND(op) \ +@@ -557,6 +558,7 @@ namespace detail + LUABIND_OPERATOR_ADL_WKND(!=) + + #undef LUABIND_OPERATOR_ADL_WKND ++#endif + + } // namespace detail + Added: head/games/allacrost/files/patch-src_luabind_luabind_object.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/allacrost/files/patch-src_luabind_luabind_object.hpp Mon Jan 18 22:15:26 2016 (r406614) @@ -0,0 +1,18 @@ +--- src/luabind/luabind/object.hpp.orig 2010-01-03 23:08:15 UTC ++++ src/luabind/luabind/object.hpp +@@ -536,6 +536,7 @@ namespace detail + handle m_key; + }; + ++#if BOOST_VERSION < 105700 + // Needed because of some strange ADL issues. + + #define LUABIND_OPERATOR_ADL_WKND(op) \ +@@ -557,6 +558,7 @@ namespace detail + LUABIND_OPERATOR_ADL_WKND(!=) + + #undef LUABIND_OPERATOR_ADL_WKND ++#endif + + } // namespace detail + Added: head/games/valyriatear/files/patch-src_luabind_luabind_detail_object__rep.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/valyriatear/files/patch-src_luabind_luabind_detail_object__rep.hpp Mon Jan 18 22:15:26 2016 (r406614) @@ -0,0 +1,11 @@ +--- src/luabind/luabind/detail/object_rep.hpp.orig 2013-09-24 11:33:12 UTC ++++ src/luabind/luabind/detail/object_rep.hpp +@@ -29,6 +29,8 @@ + #include + #include + ++#include ++ + namespace luabind { namespace detail + { + class class_rep; Added: head/games/valyriatear/files/patch-src_luabind_luabind_object.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/valyriatear/files/patch-src_luabind_luabind_object.hpp Mon Jan 18 22:15:26 2016 (r406614) @@ -0,0 +1,18 @@ +--- src/luabind/luabind/object.hpp.orig 2013-09-24 11:33:12 UTC ++++ src/luabind/luabind/object.hpp +@@ -546,6 +546,7 @@ namespace detail + handle m_key; + }; + ++#if BOOST_VERSION < 105700 + // Needed because of some strange ADL issues. + + #define LUABIND_OPERATOR_ADL_WKND(op) \ +@@ -567,6 +568,7 @@ namespace detail + LUABIND_OPERATOR_ADL_WKND(!=) + + #undef LUABIND_OPERATOR_ADL_WKND ++#endif + + } // namespace detail + From owner-svn-ports-head@freebsd.org Mon Jan 18 22:17:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47275A862A5; Mon, 18 Jan 2016 22:17:28 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 198CB15FB; Mon, 18 Jan 2016 22:17:28 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0IMHRhj025542; Mon, 18 Jan 2016 22:17:27 GMT (envelope-from nemysis@FreeBSD.org) Received: (from nemysis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IMHRpr025541; Mon, 18 Jan 2016 22:17:27 GMT (envelope-from nemysis@FreeBSD.org) Message-Id: <201601182217.u0IMHRpr025541@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nemysis set sender to nemysis@FreeBSD.org using -f From: Rusmir Dusko Date: Mon, 18 Jan 2016 22:17:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406615 - head/multimedia/smplayer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 22:17:28 -0000 Author: nemysis Date: Mon Jan 18 22:17:26 2016 New Revision: 406615 URL: https://svnweb.freebsd.org/changeset/ports/406615 Log: - Update to 16.1.0, please see /usr/local/share/doc/smplayer/Changelog Modified: head/multimedia/smplayer/Makefile head/multimedia/smplayer/distinfo Modified: head/multimedia/smplayer/Makefile ============================================================================== --- head/multimedia/smplayer/Makefile Mon Jan 18 22:15:26 2016 (r406614) +++ head/multimedia/smplayer/Makefile Mon Jan 18 22:17:26 2016 (r406615) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= smplayer -DISTVERSION= 15.11.0 +DISTVERSION= 16.1.0 CATEGORIES= multimedia audio kde MASTER_SITES= SF/${PORTNAME}/SMPlayer/${PORTVERSION} Modified: head/multimedia/smplayer/distinfo ============================================================================== --- head/multimedia/smplayer/distinfo Mon Jan 18 22:15:26 2016 (r406614) +++ head/multimedia/smplayer/distinfo Mon Jan 18 22:17:26 2016 (r406615) @@ -1,2 +1,2 @@ -SHA256 (smplayer-15.11.0.tar.bz2) = 968901fa2c86c13934c5228a8ae8a74188cdb27e49ecc05546e71eac642f19c1 -SIZE (smplayer-15.11.0.tar.bz2) = 3933281 +SHA256 (smplayer-16.1.0.tar.bz2) = d25c9b62d36c5ee63fb360e9a45566601d49d707e1364294a54967b956bdd8c9 +SIZE (smplayer-16.1.0.tar.bz2) = 3966243 From owner-svn-ports-head@freebsd.org Mon Jan 18 22:24:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15B95A865D8; Mon, 18 Jan 2016 22:24:58 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC39F1C05; Mon, 18 Jan 2016 22:24:57 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0IMOu45028513; Mon, 18 Jan 2016 22:24:56 GMT (envelope-from nemysis@FreeBSD.org) Received: (from nemysis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IMOugw028511; Mon, 18 Jan 2016 22:24:56 GMT (envelope-from nemysis@FreeBSD.org) Message-Id: <201601182224.u0IMOugw028511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nemysis set sender to nemysis@FreeBSD.org using -f From: Rusmir Dusko Date: Mon, 18 Jan 2016 22:24:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406616 - head/multimedia/smplayer-themes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 22:24:58 -0000 Author: nemysis Date: Mon Jan 18 22:24:56 2016 New Revision: 406616 URL: https://svnweb.freebsd.org/changeset/ports/406616 Log: - Update to 15.12.0, please see /usr/local/share/doc/smplayer-themes/Changelog Modified: head/multimedia/smplayer-themes/Makefile head/multimedia/smplayer-themes/distinfo Modified: head/multimedia/smplayer-themes/Makefile ============================================================================== --- head/multimedia/smplayer-themes/Makefile Mon Jan 18 22:17:26 2016 (r406615) +++ head/multimedia/smplayer-themes/Makefile Mon Jan 18 22:24:56 2016 (r406616) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= smplayer-themes -PORTVERSION= 15.6.0 +PORTVERSION= 15.12.0 PORTEPOCH= 1 -PORTREVISION= 1 CATEGORIES= multimedia audio kde MASTER_SITES= SF/smplayer/SMPlayer-themes/${PORTVERSION}/ Modified: head/multimedia/smplayer-themes/distinfo ============================================================================== --- head/multimedia/smplayer-themes/distinfo Mon Jan 18 22:17:26 2016 (r406615) +++ head/multimedia/smplayer-themes/distinfo Mon Jan 18 22:24:56 2016 (r406616) @@ -1,2 +1,2 @@ -SHA256 (smplayer-themes-15.6.0.tar.bz2) = 3d64f4db3d5465230b995ef5140ca6716206b4479f15d7a4b52c5fd939b60138 -SIZE (smplayer-themes-15.6.0.tar.bz2) = 2903294 +SHA256 (smplayer-themes-15.12.0.tar.bz2) = bd30b4cee576c4b1e4e8b59c986f93f2c2d150554d3eedb6e1dd37aa2e0fd110 +SIZE (smplayer-themes-15.12.0.tar.bz2) = 3229694 From owner-svn-ports-head@freebsd.org Mon Jan 18 22:42:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 820EFA86CD9; Mon, 18 Jan 2016 22:42:57 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52BDE149E; Mon, 18 Jan 2016 22:42:57 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0IMguVI034348; Mon, 18 Jan 2016 22:42:56 GMT (envelope-from nemysis@FreeBSD.org) Received: (from nemysis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IMgumD034346; Mon, 18 Jan 2016 22:42:56 GMT (envelope-from nemysis@FreeBSD.org) Message-Id: <201601182242.u0IMgumD034346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nemysis set sender to nemysis@FreeBSD.org using -f From: Rusmir Dusko Date: Mon, 18 Jan 2016 22:42:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406617 - head/graphics/viewnior X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 22:42:57 -0000 Author: nemysis Date: Mon Jan 18 22:42:56 2016 New Revision: 406617 URL: https://svnweb.freebsd.org/changeset/ports/406617 Log: - Update to 1.6, please see /usr/local/share/doc/viewnior/NEWS PR: 205503 Submitted by: olivierd Modified: head/graphics/viewnior/Makefile head/graphics/viewnior/distinfo Modified: head/graphics/viewnior/Makefile ============================================================================== --- head/graphics/viewnior/Makefile Mon Jan 18 22:24:56 2016 (r406616) +++ head/graphics/viewnior/Makefile Mon Jan 18 22:42:56 2016 (r406617) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= viewnior -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= graphics MASTER_SITES= http://siyanpanayotov.com/project/viewnior/ @@ -16,7 +16,7 @@ LIB_DEPENDS= libexiv2.so:${PORTSDIR}/gra USE_GITHUB= yes GH_ACCOUNT= xsisqox GH_PROJECT= Viewnior -GH_TAGNAME= 55ebe9b +GH_TAGNAME= 1c83094 USES= autoreconf desktop-file-utils gmake libtool pkgconfig \ gettext-tools Modified: head/graphics/viewnior/distinfo ============================================================================== --- head/graphics/viewnior/distinfo Mon Jan 18 22:24:56 2016 (r406616) +++ head/graphics/viewnior/distinfo Mon Jan 18 22:42:56 2016 (r406617) @@ -1,2 +1,2 @@ -SHA256 (xsisqox-Viewnior-1.5-55ebe9b_GH0.tar.gz) = 45f3815ea304b179d96b8b8a0610d62947219e89dc079f5092fe475e0465a9fa -SIZE (xsisqox-Viewnior-1.5-55ebe9b_GH0.tar.gz) = 167375 +SHA256 (xsisqox-Viewnior-1.6-1c83094_GH0.tar.gz) = 48b7feb30586eb2aeaaddb3cdf7b51bac4822a4cdbe4d88ec00cca337006a12d +SIZE (xsisqox-Viewnior-1.6-1c83094_GH0.tar.gz) = 168968 From owner-svn-ports-head@freebsd.org Mon Jan 18 22:51:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EB7BA87132; Mon, 18 Jan 2016 22:51:19 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 016B61ABE; Mon, 18 Jan 2016 22:51:18 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0IMpH9k034813; Mon, 18 Jan 2016 22:51:17 GMT (envelope-from nemysis@FreeBSD.org) Received: (from nemysis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IMpHOp034811; Mon, 18 Jan 2016 22:51:17 GMT (envelope-from nemysis@FreeBSD.org) Message-Id: <201601182251.u0IMpHOp034811@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nemysis set sender to nemysis@FreeBSD.org using -f From: Rusmir Dusko Date: Mon, 18 Jan 2016 22:51:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406618 - head/games/vms-empire X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 22:51:19 -0000 Author: nemysis Date: Mon Jan 18 22:51:17 2016 New Revision: 406618 URL: https://svnweb.freebsd.org/changeset/ports/406618 Log: - Update to 1.14, please see /usr/local/share/doc/vms-empire/NEWS Modified: head/games/vms-empire/Makefile head/games/vms-empire/distinfo Modified: head/games/vms-empire/Makefile ============================================================================== --- head/games/vms-empire/Makefile Mon Jan 18 22:42:56 2016 (r406617) +++ head/games/vms-empire/Makefile Mon Jan 18 22:51:17 2016 (r406618) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vms-empire -PORTVERSION= 1.13 +PORTVERSION= 1.14 CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/vms-empire/ Modified: head/games/vms-empire/distinfo ============================================================================== --- head/games/vms-empire/distinfo Mon Jan 18 22:42:56 2016 (r406617) +++ head/games/vms-empire/distinfo Mon Jan 18 22:51:17 2016 (r406618) @@ -1,2 +1,2 @@ -SHA256 (vms-empire-1.13.tar.gz) = 8d461266a9d469646e9d55f74e41014babd83a93ad2e75736b1e8523bffca181 -SIZE (vms-empire-1.13.tar.gz) = 109310 +SHA256 (vms-empire-1.14.tar.gz) = 20a1b6ed01ba6825133a127b2801279a827054113c840b3e7e50a9bd23fcd533 +SIZE (vms-empire-1.14.tar.gz) = 109870 From owner-svn-ports-head@freebsd.org Mon Jan 18 22:51:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07F18A8713B; Mon, 18 Jan 2016 22:51:21 +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 B545E1AC3; Mon, 18 Jan 2016 22:51:20 +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 u0IMpJgI034929; Mon, 18 Jan 2016 22:51:19 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IMpJ8B034927; Mon, 18 Jan 2016 22:51:19 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201601182251.u0IMpJ8B034927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 18 Jan 2016 22:51:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406619 - head/irc/infobot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 22:51:21 -0000 Author: bapt Date: Mon Jan 18 22:51:19 2016 New Revision: 406619 URL: https://svnweb.freebsd.org/changeset/ports/406619 Log: Use @sample Modified: head/irc/infobot/Makefile head/irc/infobot/pkg-plist Modified: head/irc/infobot/Makefile ============================================================================== --- head/irc/infobot/Makefile Mon Jan 18 22:51:17 2016 (r406618) +++ head/irc/infobot/Makefile Mon Jan 18 22:51:19 2016 (r406619) @@ -3,7 +3,7 @@ PORTNAME= infobot PORTVERSION= 0.45.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= http://www.infobot.org/src/ \ http://www.infobot.org/src/prior/ Modified: head/irc/infobot/pkg-plist ============================================================================== --- head/irc/infobot/pkg-plist Mon Jan 18 22:51:17 2016 (r406618) +++ head/irc/infobot/pkg-plist Mon Jan 18 22:51:19 2016 (r406619) @@ -2,16 +2,10 @@ bin/infobot %%ETCDIR%%/infobot-are.txt %%ETCDIR%%/infobot-is.txt %%ETCDIR%%/infobot.channels -@unexec if cmp -s %D/%%ETCDIR%%/infobot.config %D/%%ETCDIR%%/infobot.config-dist; then rm -f %D/%%ETCDIR%%/infobot.config; fi -%%ETCDIR%%/infobot.config-dist -@exec if [ ! -f %D/%%ETCDIR%%/infobot.config ]; then cp -p %D/%F %B/infobot.config; fi +@sample %%ETCDIR%%/infobot.config-dist %%ETCDIR%%/infobot.config %%ETCDIR%%/infobot.crontab -@unexec if cmp -s %D/%%ETCDIR%%/infobot.help %D/%%ETCDIR%%/infobot.help-dist; then rm -f %D/%%ETCDIR%%/infobot.help; fi -%%ETCDIR%%/infobot.help-dist -@exec if [ ! -f %D/%%ETCDIR%%/infobot.help ]; then cp -p %D/%F %B/infobot.help; fi -@unexec if cmp -s %D/%%ETCDIR%%/infobot.users %D/%%ETCDIR%%/infobot.users-dist; then rm -f %D/%%ETCDIR%%/infobot.users; fi -%%ETCDIR%%/infobot.users-dist -@exec if [ ! -f %D/%%ETCDIR%%/infobot.users ]; then cp -p %D/%F %B/infobot.users; fi +@sample %%ETCDIR%%/infobot.help-dist %%ETCDIR%%/infobot.help +@sample %%ETCDIR%%/infobot.users-dist %%ETCDIR%%/infobot.users %%ETCDIR%%/magic8.txt %%ETCDIR%%/sane-are.txt %%ETCDIR%%/sane-ignore.txt From owner-svn-ports-head@freebsd.org Mon Jan 18 22:59:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B6A5A874D3; Mon, 18 Jan 2016 22:59: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 DE8FA1F4B; Mon, 18 Jan 2016 22:59:14 +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 u0IMxDnU037744; Mon, 18 Jan 2016 22:59:13 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IMxDQa037743; Mon, 18 Jan 2016 22:59:13 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201601182259.u0IMxDQa037743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 18 Jan 2016 22:59:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406620 - head/misc/astrolog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 22:59:15 -0000 Author: bapt Date: Mon Jan 18 22:59:13 2016 New Revision: 406620 URL: https://svnweb.freebsd.org/changeset/ports/406620 Log: Use @sample Modified: head/misc/astrolog/pkg-plist Modified: head/misc/astrolog/pkg-plist ============================================================================== --- head/misc/astrolog/pkg-plist Mon Jan 18 22:51:19 2016 (r406619) +++ head/misc/astrolog/pkg-plist Mon Jan 18 22:59:13 2016 (r406620) @@ -1,7 +1,5 @@ bin/astrolog -@unexec if [ -f %D/lib/astrolog/astrolog.dat ] && cmp -s %D/lib/astrolog/astrolog.dat %D/lib/astrolog/astrolog.dat-dist; then rm -f %D/lib/astrolog/astrolog.dat; fi -lib/astrolog/astrolog.dat-dist -@exec if [ ! -f %D/lib/astrolog/astrolog.dat ] ; then cp -p %D/%F %B/astrolog.dat; fi +@sample lib/astrolog/astrolog.dat-dist lib/astrolog/astrolog.dat lib/astrolog/fixstars.ast lib/astrolog/seas_00.se1 lib/astrolog/seas_06.se1 From owner-svn-ports-head@freebsd.org Mon Jan 18 23:06:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8A0BA87865; Mon, 18 Jan 2016 23:06:54 +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 8B8E71516; Mon, 18 Jan 2016 23:06:54 +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 u0IN6rBu040706; Mon, 18 Jan 2016 23:06:53 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IN6rJO040704; Mon, 18 Jan 2016 23:06:53 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201601182306.u0IN6rJO040704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 18 Jan 2016 23:06:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406621 - head/security/sshit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 23:06:54 -0000 Author: bapt Date: Mon Jan 18 23:06:53 2016 New Revision: 406621 URL: https://svnweb.freebsd.org/changeset/ports/406621 Log: Use @sample Modified: head/security/sshit/Makefile head/security/sshit/pkg-plist Modified: head/security/sshit/Makefile ============================================================================== --- head/security/sshit/Makefile Mon Jan 18 22:59:13 2016 (r406620) +++ head/security/sshit/Makefile Mon Jan 18 23:06:53 2016 (r406621) @@ -3,7 +3,7 @@ PORTNAME= sshit PORTVERSION= 0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= http://anp.ath.cx/sshit/ Modified: head/security/sshit/pkg-plist ============================================================================== --- head/security/sshit/pkg-plist Mon Jan 18 22:59:13 2016 (r406620) +++ head/security/sshit/pkg-plist Mon Jan 18 23:06:53 2016 (r406621) @@ -1,4 +1,2 @@ -@unexec if cmp -s %D/etc/sshit.conf %D/etc/sshit.conf-dist; then rm -f %D/etc/sshit.conf; fi -etc/sshit.conf-dist -@exec if [ ! -f %D/etc/sshit.conf ] ; then cp -p %D/%F %B/sshit.conf; fi +@sample etc/sshit.conf-dist etc/sshit.conf sbin/sshit From owner-svn-ports-head@freebsd.org Mon Jan 18 23:08:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8580A878BA; Mon, 18 Jan 2016 23:08:11 +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 898B5161C; Mon, 18 Jan 2016 23:08:11 +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 u0IN8AnG040860; Mon, 18 Jan 2016 23:08:10 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IN8Axc040858; Mon, 18 Jan 2016 23:08:10 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201601182308.u0IN8Axc040858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 18 Jan 2016 23:08:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406622 - head/sysutils/monitord X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 23:08:11 -0000 Author: bapt Date: Mon Jan 18 23:08:10 2016 New Revision: 406622 URL: https://svnweb.freebsd.org/changeset/ports/406622 Log: Use @sample Modified: head/sysutils/monitord/Makefile head/sysutils/monitord/pkg-plist Modified: head/sysutils/monitord/Makefile ============================================================================== --- head/sysutils/monitord/Makefile Mon Jan 18 23:06:53 2016 (r406621) +++ head/sysutils/monitord/Makefile Mon Jan 18 23:08:10 2016 (r406622) @@ -3,7 +3,7 @@ PORTNAME= monitord PORTVERSION= 0.4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://lissyara.su/distfiles/ Modified: head/sysutils/monitord/pkg-plist ============================================================================== --- head/sysutils/monitord/pkg-plist Mon Jan 18 23:06:53 2016 (r406621) +++ head/sysutils/monitord/pkg-plist Mon Jan 18 23:08:10 2016 (r406622) @@ -1,4 +1,3 @@ -@unexec if cmp -s %D/etc/monitord.conf %D/etc/monitord.conf.sample; then rm -f %D/etc/monitord.conf; fi -etc/monitord.conf.sample +@sample etc/monitord.conf.sample man/man8/monitord.8.gz sbin/monitord From owner-svn-ports-head@freebsd.org Mon Jan 18 23:50:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B834EA873A8; Mon, 18 Jan 2016 23:50:11 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 921771748; Mon, 18 Jan 2016 23:50:11 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0INoAs9052333; Mon, 18 Jan 2016 23:50:10 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0INoAfl052331; Mon, 18 Jan 2016 23:50:10 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201601182350.u0INoAfl052331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 18 Jan 2016 23:50:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406623 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 23:50:11 -0000 Author: junovitch Date: Mon Jan 18 23:50:10 2016 New Revision: 406623 URL: https://svnweb.freebsd.org/changeset/ports/406623 Log: Document several vulnerabilities in libarchive PR: 200176 Reported by: Sevan Janiyan Security: CVE-2013-0211 Security: CVE-2015-2304 Security: https://vuxml.FreeBSD.org/freebsd/7c63775e-be31-11e5-b5fe-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jan 18 23:08:10 2016 (r406622) +++ head/security/vuxml/vuln.xml Mon Jan 18 23:50:10 2016 (r406623) @@ -58,6 +58,58 @@ Notes: --> + + libarchive -- multiple vulnerabilities + + + libarchive + 3.1.2_5,1 + + + + +

MITRE reports:

+
+

Integer signedness error in the archive_write_zip_data function in + archive_write_set_format_zip.c in libarchive 3.1.2 and earlier, when + running on 64-bit machines, allows context-dependent attackers to + cause a denial of service (crash) via unspecified vectors, which + triggers an improper conversion between unsigned and signed types, + leading to a buffer overflow.

+
+
+

Absolute path traversal vulnerability in bsdcpio in libarchive + 3.1.2 and earlier allows remote attackers to write to arbitrary + files via a full pathname in an archive.

+
+

Libarchive issue tracker reports:

+
+

Using a crafted tar file bsdtar can perform an out-of-bounds memory + read which will lead to a SEGFAULT. The issue exists when the + executable skips data in the archive. The amount of data to skip is + defined in byte offset [16-19] If ASLR is disabled, the issue can + lead to an infinite loop.

+
+ + + + CVE-2013-0211 + CVE-2015-2304 + ports/200176 + https://github.com/libarchive/libarchive/pull/110 + https://github.com/libarchive/libarchive/commit/5935715 + https://github.com/libarchive/libarchive/commit/2253154 + https://github.com/libarchive/libarchive/issues/502 + https://github.com/libarchive/libarchive/commit/3865cf2 + https://github.com/libarchive/libarchive/commit/e6c9668 + https://github.com/libarchive/libarchive/commit/24f5de6 + + + 2012-12-06 + 2016-01-18 + +
+ go -- information disclosure vulnerability From owner-svn-ports-head@freebsd.org Mon Jan 18 23:51:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D084FA87409; Mon, 18 Jan 2016 23:51:29 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DE8B19DD; Mon, 18 Jan 2016 23:51:29 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0INpSh8055117; Mon, 18 Jan 2016 23:51:28 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0INpSXg055111; Mon, 18 Jan 2016 23:51:28 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201601182351.u0INpSXg055111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 18 Jan 2016 23:51:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406624 - in head/archivers/libarchive: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 23:51:30 -0000 Author: junovitch Date: Mon Jan 18 23:51:27 2016 New Revision: 406624 URL: https://svnweb.freebsd.org/changeset/ports/406624 Log: archivers/libarchive: apply patches for multiple security vulnerablities - Add patch for denial of service via unspecified vectors [1] - Add patch for directory traveral via absolute paths [2] - Add patch for crash/infinite loop on malformed CPIO archives (base r282932) [3] PR: 200176 [3] Reported by: Sevan Janiyan Approved by: maintainer timeout (glewis, 8 months) Obtained from: https://github.com/libarchive/libarchive Commits 2253154 [1], 5935715 [2], 3865cf2, e6c9668, 24f5de6 [3] Security: CVE-2013-0211 [1] Security: CVE-2015-2304 [2] Security: https://vuxml.FreeBSD.org/freebsd/7c63775e-be31-11e5-b5fe-002590263bf5.html MFH: 2016Q1 Added: head/archivers/libarchive/files/ head/archivers/libarchive/files/patch-CVE-2013-0211 (contents, props changed) head/archivers/libarchive/files/patch-CVE-2015-2304 (contents, props changed) head/archivers/libarchive/files/patch-cpio1-3865cf2 (contents, props changed) head/archivers/libarchive/files/patch-cpio2-e6c9668 (contents, props changed) head/archivers/libarchive/files/patch-cpio3-24f5de6 (contents, props changed) Modified: head/archivers/libarchive/Makefile Modified: head/archivers/libarchive/Makefile ============================================================================== --- head/archivers/libarchive/Makefile Mon Jan 18 23:50:10 2016 (r406623) +++ head/archivers/libarchive/Makefile Mon Jan 18 23:51:27 2016 (r406624) @@ -2,7 +2,7 @@ PORTNAME= libarchive PORTVERSION= 3.1.2 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= http://libarchive.org/downloads/ Added: head/archivers/libarchive/files/patch-CVE-2013-0211 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/libarchive/files/patch-CVE-2013-0211 Mon Jan 18 23:51:27 2016 (r406624) @@ -0,0 +1,26 @@ +commit 22531545514043e04633e1c015c7540b9de9dbe4 +Author: Tim Kientzle +Date: Fri Mar 22 23:48:41 2013 -0700 + + Limit write requests to at most INT_MAX. + This prevents a certain common programming error (passing -1 to write) + from leading to other problems deeper in the library. + +diff --git a/libarchive/archive_write.c b/libarchive/archive_write.c +index eede5e0..be85621 100644 +--- libarchive/archive_write.c ++++ libarchive/archive_write.c +@@ -673,8 +673,13 @@ static ssize_t + _archive_write_data(struct archive *_a, const void *buff, size_t s) + { + struct archive_write *a = (struct archive_write *)_a; ++ const size_t max_write = INT_MAX; ++ + archive_check_magic(&a->archive, ARCHIVE_WRITE_MAGIC, + ARCHIVE_STATE_DATA, "archive_write_data"); ++ /* In particular, this catches attempts to pass negative values. */ ++ if (s > max_write) ++ s = max_write; + archive_clear_error(&a->archive); + return ((a->format_write_data)(a, buff, s)); + } Added: head/archivers/libarchive/files/patch-CVE-2015-2304 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/libarchive/files/patch-CVE-2015-2304 Mon Jan 18 23:51:27 2016 (r406624) @@ -0,0 +1,136 @@ +commit 59357157706d47c365b2227739e17daba3607526 +Author: Alessandro Ghedini +Date: Sun Mar 1 12:07:45 2015 +0100 + + Add ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS option + + This fixes a directory traversal in the cpio tool. + +diff --git a/cpio/bsdcpio.1 b/cpio/bsdcpio.1 +index f966aa0..e52546e 100644 +--- cpio/bsdcpio.1 ++++ cpio/bsdcpio.1 +@@ -156,7 +156,8 @@ See above for description. + .It Fl Fl insecure + (i and p mode only) + Disable security checks during extraction or copying. +-This allows extraction via symbolic links and path names containing ++This allows extraction via symbolic links, absolute paths, ++and path names containing + .Sq .. + in the name. + .It Fl J , Fl Fl xz +diff --git a/cpio/cpio.c b/cpio/cpio.c +index 0acde11..b267e9b 100644 +--- cpio/cpio.c ++++ cpio/cpio.c +@@ -171,6 +171,7 @@ main(int argc, char *argv[]) + cpio->extract_flags |= ARCHIVE_EXTRACT_NO_OVERWRITE_NEWER; + cpio->extract_flags |= ARCHIVE_EXTRACT_SECURE_SYMLINKS; + cpio->extract_flags |= ARCHIVE_EXTRACT_SECURE_NODOTDOT; ++ cpio->extract_flags |= ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS; + cpio->extract_flags |= ARCHIVE_EXTRACT_PERM; + cpio->extract_flags |= ARCHIVE_EXTRACT_FFLAGS; + cpio->extract_flags |= ARCHIVE_EXTRACT_ACL; +@@ -256,6 +257,7 @@ main(int argc, char *argv[]) + case OPTION_INSECURE: + cpio->extract_flags &= ~ARCHIVE_EXTRACT_SECURE_SYMLINKS; + cpio->extract_flags &= ~ARCHIVE_EXTRACT_SECURE_NODOTDOT; ++ cpio->extract_flags &= ~ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS; + break; + case 'L': /* GNU cpio */ + cpio->option_follow_links = 1; +diff --git a/libarchive/archive.h b/libarchive/archive.h +index 1f0fc38..ef635ac 100644 +--- libarchive/archive.h ++++ libarchive/archive.h +@@ -649,6 +649,8 @@ __LA_DECL int archive_read_set_passphrase_callback(struct archive *, + /* Default: Do not use HFS+ compression if it was not compressed. */ + /* This has no effect except on Mac OS v10.6 or later. */ + #define ARCHIVE_EXTRACT_HFS_COMPRESSION_FORCED (0x8000) ++/* Default: Do not reject entries with absolute paths */ ++#define ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS (0x10000) + + __LA_DECL int archive_read_extract(struct archive *, struct archive_entry *, + int flags); +diff --git a/libarchive/archive_write_disk.3 b/libarchive/archive_write_disk.3 +index fa925cc..a2e7afa 100644 +--- libarchive/archive_write_disk.3 ++++ libarchive/archive_write_disk.3 +@@ -177,6 +177,9 @@ The default is to not refuse such paths. + Note that paths ending in + .Pa .. + always cause an error, regardless of this flag. ++.It Cm ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS ++Refuse to extract an absolute path. ++The default is to not refuse such paths. + .It Cm ARCHIVE_EXTRACT_SPARSE + Scan data for blocks of NUL bytes and try to recreate them with holes. + This results in sparse files, independent of whether the archive format +diff --git a/libarchive/archive_write_disk_posix.c b/libarchive/archive_write_disk_posix.c +index ab3bdac..c1290eb 100644 +--- libarchive/archive_write_disk_posix.c ++++ libarchive/archive_write_disk_posix.c +@@ -2509,8 +2509,9 @@ cleanup_pathname_win(struct archive_write_disk *a) + /* + * Canonicalize the pathname. In particular, this strips duplicate + * '/' characters, '.' elements, and trailing '/'. It also raises an +- * error for an empty path, a trailing '..' or (if _SECURE_NODOTDOT is +- * set) any '..' in the path. ++ * error for an empty path, a trailing '..', (if _SECURE_NODOTDOT is ++ * set) any '..' in the path or (if ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS ++ * is set) if the path is absolute. + */ + static int + cleanup_pathname(struct archive_write_disk *a) +@@ -2529,8 +2530,15 @@ cleanup_pathname(struct archive_write_disk *a) + cleanup_pathname_win(a); + #endif + /* Skip leading '/'. */ +- if (*src == '/') ++ if (*src == '/') { ++ if (a->flags & ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS) { ++ archive_set_error(&a->archive, ARCHIVE_ERRNO_MISC, ++ "Path is absolute"); ++ return (ARCHIVE_FAILED); ++ } ++ + separator = *src++; ++ } + + /* Scan the pathname one element at a time. */ + for (;;) { +diff --git a/libarchive/test/test_write_disk_secure.c b/libarchive/test/test_write_disk_secure.c +index 31c5bfd..2c94206 100644 +--- libarchive/test/test_write_disk_secure.c ++++ libarchive/test/test_write_disk_secure.c +@@ -178,6 +178,29 @@ DEFINE_TEST(test_write_disk_secure) + assert(S_ISDIR(st.st_mode)); + archive_entry_free(ae); + ++ /* ++ * Without security checks, we should be able to ++ * extract an absolute path. ++ */ ++ assert((ae = archive_entry_new()) != NULL); ++ archive_entry_copy_pathname(ae, "/tmp/libarchive_test-test_write_disk_secure-absolute_path.tmp"); ++ archive_entry_set_mode(ae, S_IFREG | 0777); ++ assert(0 == archive_write_header(a, ae)); ++ assert(0 == archive_write_finish_entry(a)); ++ assertFileExists("/tmp/libarchive_test-test_write_disk_secure-absolute_path.tmp"); ++ assert(0 == unlink("/tmp/libarchive_test-test_write_disk_secure-absolute_path.tmp")); ++ ++ /* But with security checks enabled, this should fail. */ ++ assert(archive_entry_clear(ae) != NULL); ++ archive_entry_copy_pathname(ae, "/tmp/libarchive_test-test_write_disk_secure-absolute_path.tmp"); ++ archive_entry_set_mode(ae, S_IFREG | 0777); ++ archive_write_disk_set_options(a, ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS); ++ failure("Extracting an absolute path should fail here."); ++ assertEqualInt(ARCHIVE_FAILED, archive_write_header(a, ae)); ++ archive_entry_free(ae); ++ assert(0 == archive_write_finish_entry(a)); ++ assertFileNotExists("/tmp/libarchive_test-test_write_disk_secure-absolute_path.tmp"); ++ + assertEqualInt(ARCHIVE_OK, archive_write_free(a)); + + /* Test the entries on disk. */ Added: head/archivers/libarchive/files/patch-cpio1-3865cf2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/libarchive/files/patch-cpio1-3865cf2 Mon Jan 18 23:51:27 2016 (r406624) @@ -0,0 +1,53 @@ +commit 3865cf2bcb0eebc1baef28a7841b1cadae6e0f7c +Author: Tim Kientzle +Date: Fri Jan 30 23:54:19 2015 -0800 + + Issue 394: Segfault when reading malformed old-style cpio archives + + Root cause here was an implicit cast that resulted in + reading very large file sizes as negative numbers. + +diff --git a/libarchive/archive_read_support_format_cpio.c b/libarchive/archive_read_support_format_cpio.c +index 0b69689..e7b3d0c 100644 +--- libarchive/archive_read_support_format_cpio.c ++++ libarchive/archive_read_support_format_cpio.c +@@ -198,7 +198,7 @@ static int archive_read_format_cpio_read_data(struct archive_read *, + static int archive_read_format_cpio_read_header(struct archive_read *, + struct archive_entry *); + static int archive_read_format_cpio_skip(struct archive_read *); +-static int be4(const unsigned char *); ++static int64_t be4(const unsigned char *); + static int find_odc_header(struct archive_read *); + static int find_newc_header(struct archive_read *); + static int header_bin_be(struct archive_read *, struct cpio *, +@@ -213,7 +213,7 @@ static int header_afiol(struct archive_read *, struct cpio *, + struct archive_entry *, size_t *, size_t *); + static int is_octal(const char *, size_t); + static int is_hex(const char *, size_t); +-static int le4(const unsigned char *); ++static int64_t le4(const unsigned char *); + static int record_hardlink(struct archive_read *a, + struct cpio *cpio, struct archive_entry *entry); + +@@ -946,17 +946,17 @@ archive_read_format_cpio_cleanup(struct archive_read *a) + return (ARCHIVE_OK); + } + +-static int ++static int64_t + le4(const unsigned char *p) + { +- return ((p[0]<<16) + (p[1]<<24) + (p[2]<<0) + (p[3]<<8)); ++ return ((p[0] << 16) + (((int64_t)p[1]) << 24) + (p[2] << 0) + (p[3] << 8)); + } + + +-static int ++static int64_t + be4(const unsigned char *p) + { +- return ((p[0]<<24) + (p[1]<<16) + (p[2]<<8) + (p[3])); ++ return ((((int64_t)p[0]) << 24) + (p[1] << 16) + (p[2] << 8) + (p[3])); + } + + /* Added: head/archivers/libarchive/files/patch-cpio2-e6c9668 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/libarchive/files/patch-cpio2-e6c9668 Mon Jan 18 23:51:27 2016 (r406624) @@ -0,0 +1,23 @@ +commit e6c9668f3202215ddb71617b41c19b6f05acf008 +Author: Tim Kientzle +Date: Fri Jan 30 23:57:03 2015 -0800 + + Add a check to archive_read_filter_consume to reject any + attempts to move the file pointer by a negative amount. + + Note: Either this or commit 3865cf2 provides a fix for + Issue 394. + +diff --git a/libarchive/archive_read.c b/libarchive/archive_read.c +index 8f71a8b..d649e9a 100644 +--- libarchive/archive_read.c ++++ libarchive/archive_read.c +@@ -1471,6 +1471,8 @@ __archive_read_filter_consume(struct archive_read_filter * filter, + { + int64_t skipped; + ++ if (request < 0) ++ return ARCHIVE_FATAL; + if (request == 0) + return 0; + Added: head/archivers/libarchive/files/patch-cpio3-24f5de6 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/libarchive/files/patch-cpio3-24f5de6 Mon Jan 18 23:51:27 2016 (r406624) @@ -0,0 +1,40 @@ +commit 24f5de6560f31a67bfdf5ddec367e70ecfa9e440 +Author: Tim Kientzle +Date: Fri Feb 6 22:07:16 2015 -0800 + + Set a proper error message if we hit end-of-file when + trying to read a cpio header. + + Suggested by Issue #395, although the actual problem there + seems to have been the same as Issue #394. + +diff --git a/libarchive/archive_read_support_format_cpio.c b/libarchive/archive_read_support_format_cpio.c +index e7b3d0c..c2ca85b 100644 +--- libarchive/archive_read_support_format_cpio.c ++++ libarchive/archive_read_support_format_cpio.c +@@ -866,8 +866,11 @@ header_bin_le(struct archive_read *a, struct cpio *cpio, + + /* Read fixed-size portion of header. */ + h = __archive_read_ahead(a, bin_header_size, NULL); +- if (h == NULL) ++ if (h == NULL) { ++ archive_set_error(&a->archive, 0, ++ "End of file trying to read next cpio header"); + return (ARCHIVE_FATAL); ++ } + + /* Parse out binary fields. */ + header = (const unsigned char *)h; +@@ -902,8 +905,11 @@ header_bin_be(struct archive_read *a, struct cpio *cpio, + + /* Read fixed-size portion of header. */ + h = __archive_read_ahead(a, bin_header_size, NULL); +- if (h == NULL) ++ if (h == NULL) { ++ archive_set_error(&a->archive, 0, ++ "End of file trying to read next cpio header"); + return (ARCHIVE_FATAL); ++ } + + /* Parse out binary fields. */ + header = (const unsigned char *)h; From owner-svn-ports-head@freebsd.org Tue Jan 19 00:20:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7F77A87FF4; Tue, 19 Jan 2016 00:20:23 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E81A13E3; Tue, 19 Jan 2016 00:20:23 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J0KMZO061214; Tue, 19 Jan 2016 00:20:22 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J0KMWU061212; Tue, 19 Jan 2016 00:20:22 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201601190020.u0J0KMWU061212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 19 Jan 2016 00:20:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406625 - head/www/squid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 00:20:23 -0000 Author: junovitch Date: Tue Jan 19 00:20:22 2016 New Revision: 406625 URL: https://svnweb.freebsd.org/changeset/ports/406625 Log: www/squid: update 3.5.12 -> 3.5.13 Changes: * Bug 4397: DragonFly BSD, POSIX shared memory is implemented as filepath * Bug 4387: Kerberos build errors on Solaris * TLS: Support Ephemeral Elliptic Curve Diffie-Hellman (EECDH) key exchange * TLS: Complete certificate chains using external intermediate certificates * Avoid memory leaks when an X.509 certificate validator is used with SslBump * Fix connection retry and fallback after failed server TLS connections * Fix GnuTLS detection via pkg-config * Fix startup crash with a misconfigured (too-small) shared memory cache * ... and some documentation updates PR: 206127 Submitted by: Pavel Timofeev (maintainer) Modified: head/www/squid/Makefile head/www/squid/distinfo Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Mon Jan 18 23:51:27 2016 (r406624) +++ head/www/squid/Makefile Tue Jan 19 00:20:22 2016 (r406625) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= squid -PORTVERSION= 3.5.12 +PORTVERSION= 3.5.13 CATEGORIES= www ipv6 MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ Modified: head/www/squid/distinfo ============================================================================== --- head/www/squid/distinfo Mon Jan 18 23:51:27 2016 (r406624) +++ head/www/squid/distinfo Tue Jan 19 00:20:22 2016 (r406625) @@ -1,2 +1,2 @@ -SHA256 (squid3.5/squid-3.5.12.tar.xz) = 8bc83f3869f7404aefb10883109e28443255cf6dde50a13904c7954619707a42 -SIZE (squid3.5/squid-3.5.12.tar.xz) = 2299644 +SHA256 (squid3.5/squid-3.5.13.tar.xz) = e75d94671895270272883187296f17e26954bf00a090c97bfea8a4fc264a5b40 +SIZE (squid3.5/squid-3.5.13.tar.xz) = 2379460 From owner-svn-ports-head@freebsd.org Tue Jan 19 01:55:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F95BA8873A; Tue, 19 Jan 2016 01:55:48 +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 5EB36173B; Tue, 19 Jan 2016 01:55:48 +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 u0J1tltT090578; Tue, 19 Jan 2016 01:55:47 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J1tlD2090575; Tue, 19 Jan 2016 01:55:47 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201601190155.u0J1tlD2090575@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Tue, 19 Jan 2016 01:55:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406627 - head/databases/pgbadger X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 01:55:48 -0000 Author: girgen Date: Tue Jan 19 01:55:47 2016 New Revision: 406627 URL: https://svnweb.freebsd.org/changeset/ports/406627 Log: pgBadger 7.3 was released today to fix a major bug. Everyone using version 7.2 and the incremental mode of pgBadger must upgrade. https://github.com/dalibo/pgbadger/blob/master/ChangeLog Modified: head/databases/pgbadger/Makefile head/databases/pgbadger/distinfo Modified: head/databases/pgbadger/Makefile ============================================================================== --- head/databases/pgbadger/Makefile Tue Jan 19 00:37:25 2016 (r406626) +++ head/databases/pgbadger/Makefile Tue Jan 19 01:55:47 2016 (r406627) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pgbadger -PORTVERSION= 7.1 +PORTVERSION= 7.3 DISTVERSIONPREFIX=v CATEGORIES= databases Modified: head/databases/pgbadger/distinfo ============================================================================== --- head/databases/pgbadger/distinfo Tue Jan 19 00:37:25 2016 (r406626) +++ head/databases/pgbadger/distinfo Tue Jan 19 01:55:47 2016 (r406627) @@ -1,2 +1,2 @@ -SHA256 (dalibo-pgbadger-v7.1_GH0.tar.gz) = de7f36cb55d2c177fdf47115f3fb5c2e842b443432631212e408726baacbad7e -SIZE (dalibo-pgbadger-v7.1_GH0.tar.gz) = 299896 +SHA256 (dalibo-pgbadger-v7.3_GH0.tar.gz) = ea708ebb7dfdc4dcb6bdcf5f333e0218bc394631ab1ebe6703fdd6cec52342c1 +SIZE (dalibo-pgbadger-v7.3_GH0.tar.gz) = 334483 From owner-svn-ports-head@freebsd.org Tue Jan 19 02:06:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F9BAA88C8C; Tue, 19 Jan 2016 02:06:58 +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 6DC181BF8; Tue, 19 Jan 2016 02:06:58 +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 u0J26vBD093593; Tue, 19 Jan 2016 02:06:57 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J26vPd093591; Tue, 19 Jan 2016 02:06:57 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201601190206.u0J26vPd093591@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 19 Jan 2016 02:06:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406628 - head/www/tikiwiki X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 02:06:58 -0000 Author: wen Date: Tue Jan 19 02:06:57 2016 New Revision: 406628 URL: https://svnweb.freebsd.org/changeset/ports/406628 Log: - Update to 14.2 PR: 206379 Submitted by: jochen@jochen-neumeister.de Modified: head/www/tikiwiki/Makefile head/www/tikiwiki/distinfo Modified: head/www/tikiwiki/Makefile ============================================================================== --- head/www/tikiwiki/Makefile Tue Jan 19 01:55:47 2016 (r406627) +++ head/www/tikiwiki/Makefile Tue Jan 19 02:06:57 2016 (r406628) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tikiwiki -PORTVERSION= 14.1 +PORTVERSION= 14.2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/Tiki_14.x_Peony/${PORTVERSION}/ DISTNAME= tiki-${PORTVERSION} Modified: head/www/tikiwiki/distinfo ============================================================================== --- head/www/tikiwiki/distinfo Tue Jan 19 01:55:47 2016 (r406627) +++ head/www/tikiwiki/distinfo Tue Jan 19 02:06:57 2016 (r406628) @@ -1,2 +1,2 @@ -SHA256 (tiki-14.1.tar.gz) = bcca2e72d89a5c11d32fad4e741c71c3b8d2c2bd4c29601d58c17864345037b2 -SIZE (tiki-14.1.tar.gz) = 48436906 +SHA256 (tiki-14.2.tar.gz) = 51e2590e34a8b1a7106542224b449cd6b3c822f287931fa9cea718257d57292e +SIZE (tiki-14.2.tar.gz) = 48491219 From owner-svn-ports-head@freebsd.org Tue Jan 19 02:17:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5CEFA867B1; Tue, 19 Jan 2016 02:17:06 +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 73F7110C0; Tue, 19 Jan 2016 02:17:06 +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 u0J2H5wd096482; Tue, 19 Jan 2016 02:17:05 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J2H57C096480; Tue, 19 Jan 2016 02:17:05 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201601190217.u0J2H57C096480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 19 Jan 2016 02:17:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406629 - head/devel/p5-Minion X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 02:17:06 -0000 Author: wen Date: Tue Jan 19 02:17:05 2016 New Revision: 406629 URL: https://svnweb.freebsd.org/changeset/ports/406629 Log: - Update to 4.03 Changes: http://cpansearch.perl.org/src/SRI/Minion-4.03/Changes Modified: head/devel/p5-Minion/Makefile head/devel/p5-Minion/distinfo Modified: head/devel/p5-Minion/Makefile ============================================================================== --- head/devel/p5-Minion/Makefile Tue Jan 19 02:06:57 2016 (r406628) +++ head/devel/p5-Minion/Makefile Tue Jan 19 02:17:05 2016 (r406629) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Minion -PORTVERSION= 4.02 +PORTVERSION= 4.03 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI Modified: head/devel/p5-Minion/distinfo ============================================================================== --- head/devel/p5-Minion/distinfo Tue Jan 19 02:06:57 2016 (r406628) +++ head/devel/p5-Minion/distinfo Tue Jan 19 02:17:05 2016 (r406629) @@ -1,2 +1,2 @@ -SHA256 (Minion-4.02.tar.gz) = 68665a152ea62a52877c8f5305273681a622216c9e5eff00d51a5088c8c16a86 -SIZE (Minion-4.02.tar.gz) = 26359 +SHA256 (Minion-4.03.tar.gz) = 06931678f66bf5951ce530159a94601cbc13ede4efda9f784b1e16bbe6376415 +SIZE (Minion-4.03.tar.gz) = 26454 From owner-svn-ports-head@freebsd.org Tue Jan 19 03:03:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 219B8A87B4B; Tue, 19 Jan 2016 03:03:56 +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 E2C4F1768; Tue, 19 Jan 2016 03:03:55 +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 u0J33sXN011531; Tue, 19 Jan 2016 03:03:54 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J33sFA011529; Tue, 19 Jan 2016 03:03:54 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201601190303.u0J33sFA011529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 19 Jan 2016 03:03:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406630 - head/devel/p5-Test-Strict X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 03:03:56 -0000 Author: wen Date: Tue Jan 19 03:03:54 2016 New Revision: 406630 URL: https://svnweb.freebsd.org/changeset/ports/406630 Log: - Update to 0.36 Changes: http://search.cpan.org/src/MANWAR/Test-Strict-0.36/Changes Modified: head/devel/p5-Test-Strict/Makefile head/devel/p5-Test-Strict/distinfo Modified: head/devel/p5-Test-Strict/Makefile ============================================================================== --- head/devel/p5-Test-Strict/Makefile Tue Jan 19 02:17:05 2016 (r406629) +++ head/devel/p5-Test-Strict/Makefile Tue Jan 19 03:03:54 2016 (r406630) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Strict -PORTVERSION= 0.35 +PORTVERSION= 0.36 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Strict/distinfo ============================================================================== --- head/devel/p5-Test-Strict/distinfo Tue Jan 19 02:17:05 2016 (r406629) +++ head/devel/p5-Test-Strict/distinfo Tue Jan 19 03:03:54 2016 (r406630) @@ -1,2 +1,2 @@ -SHA256 (Test-Strict-0.35.tar.gz) = 0ed3f00ba1f59af365abd61c955bc77a7d4ee0d746379ea8af2e8fd3a48d2706 -SIZE (Test-Strict-0.35.tar.gz) = 19734 +SHA256 (Test-Strict-0.36.tar.gz) = 105d751b67ca2203e5730f87865025c4cdd20cb6a6f2618cd07f776c9abe26d0 +SIZE (Test-Strict-0.36.tar.gz) = 19862 From owner-svn-ports-head@freebsd.org Tue Jan 19 03:10:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9542A87DFC; Tue, 19 Jan 2016 03:10:33 +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 ABFE81CBA; Tue, 19 Jan 2016 03:10:33 +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 u0J3AWhG011909; Tue, 19 Jan 2016 03:10:32 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J3AW2t011907; Tue, 19 Jan 2016 03:10:32 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201601190310.u0J3AW2t011907@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 19 Jan 2016 03:10:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406631 - head/textproc/p5-podlators X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 03:10:33 -0000 Author: wen Date: Tue Jan 19 03:10:32 2016 New Revision: 406631 URL: https://svnweb.freebsd.org/changeset/ports/406631 Log: - Update to 4.05 Chnages: http://search.cpan.org/src/RRA/podlators-4.05/Changes Modified: head/textproc/p5-podlators/Makefile head/textproc/p5-podlators/distinfo Modified: head/textproc/p5-podlators/Makefile ============================================================================== --- head/textproc/p5-podlators/Makefile Tue Jan 19 03:03:54 2016 (r406630) +++ head/textproc/p5-podlators/Makefile Tue Jan 19 03:10:32 2016 (r406631) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= podlators -PORTVERSION= 4.04 +PORTVERSION= 4.05 CATEGORIES= textproc perl5 MASTER_SITES= CPAN/Pod PKGNAMEPREFIX= p5- Modified: head/textproc/p5-podlators/distinfo ============================================================================== --- head/textproc/p5-podlators/distinfo Tue Jan 19 03:03:54 2016 (r406630) +++ head/textproc/p5-podlators/distinfo Tue Jan 19 03:10:32 2016 (r406631) @@ -1,2 +1,2 @@ -SHA256 (podlators-4.04.tar.gz) = d2702531ee144bd39ae28ebbb725155706e9495919fe737ab49827827a9edf3f -SIZE (podlators-4.04.tar.gz) = 118741 +SHA256 (podlators-4.05.tar.gz) = 454e494f8c7ee30fa7d9e28b1092cd94ac6e84557d515642780e26c0fec03b64 +SIZE (podlators-4.05.tar.gz) = 121154 From owner-svn-ports-head@freebsd.org Tue Jan 19 04:50:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB490A87085; Tue, 19 Jan 2016 04:50:38 +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 5F3A41AD1; Tue, 19 Jan 2016 04:50:38 +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 u0J4obCU040572; Tue, 19 Jan 2016 04:50:37 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J4obko040570; Tue, 19 Jan 2016 04:50:37 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201601190450.u0J4obko040570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Tue, 19 Jan 2016 04:50:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406632 - in head/databases/rubygem-bdb1: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 04:50:38 -0000 Author: dinoex Date: Tue Jan 19 04:50:37 2016 New Revision: 406632 URL: https://svnweb.freebsd.org/changeset/ports/406632 Log: - fix build with ruby-2.1 Added: head/databases/rubygem-bdb1/files/ head/databases/rubygem-bdb1/files/patch-ext_bdb1_bdb1.c (contents, props changed) Modified: head/databases/rubygem-bdb1/Makefile Modified: head/databases/rubygem-bdb1/Makefile ============================================================================== --- head/databases/rubygem-bdb1/Makefile Tue Jan 19 03:10:32 2016 (r406631) +++ head/databases/rubygem-bdb1/Makefile Tue Jan 19 04:50:37 2016 (r406632) @@ -11,7 +11,6 @@ COMMENT= Ruby interface to Berkeley DB r LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual -BROKEN_RUBY21= yes BROKEN_RUBY22= yes BROKEN_RUBY23= yes Added: head/databases/rubygem-bdb1/files/patch-ext_bdb1_bdb1.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-bdb1/files/patch-ext_bdb1_bdb1.c Tue Jan 19 04:50:37 2016 (r406632) @@ -0,0 +1,21 @@ +--- ext/bdb1/bdb1.c.orig 2016-01-18 21:34:35 UTC ++++ ext/bdb1/bdb1.c +@@ -752,15 +752,15 @@ bdb1_s_alloc(VALUE obj) + dbst->options |= BDB1_NOT_OPEN; + cl = obj; + while (cl) { +- if (cl == bdb1_cBtree || RCLASS(cl)->m_tbl == RCLASS(bdb1_cBtree)->m_tbl) { ++ if (cl == bdb1_cBtree || rb_obj_classname(cl) == rb_class2name(bdb1_cBtree)) { + dbst->type = DB_BTREE; + break; + } +- else if (cl == bdb1_cHash || RCLASS(cl)->m_tbl == RCLASS(bdb1_cHash)->m_tbl) { ++ else if (cl == bdb1_cHash || rb_obj_classname(cl) == rb_class2name(bdb1_cHash)) { + dbst->type = DB_HASH; + break; + } +- else if (cl == bdb1_cRecnum || RCLASS(cl)->m_tbl == RCLASS(bdb1_cRecnum)->m_tbl) { ++ else if (cl == bdb1_cRecnum || rb_obj_classname(cl) == rb_class2name(bdb1_cRecnum)) { + dbst->type = DB_RECNO; + break; + } From owner-svn-ports-head@freebsd.org Tue Jan 19 04:56:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF772A872EB; Tue, 19 Jan 2016 04:56:25 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x22d.google.com (mail-pf0-x22d.google.com [IPv6:2607:f8b0:400e:c00::22d]) (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 BB2EB1E0D; Tue, 19 Jan 2016 04:56:25 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x22d.google.com with SMTP id n128so168639374pfn.3; Mon, 18 Jan 2016 20:56:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=b6fw+wqyIx3yPsNSKslwycbUo+PrIhl7wjV5nSkTggo=; b=eSvnxsa4GdefPavYYi3LVFvNXeoS6F3LlCT9opelPlMxskFyhHTs3vTtSMTyATJ6Zu dqa8yueEzSq1iYj2Hfb9giBOtw29k1IrowtLNiuhDxg7KYzoRpkOnbR9V216M5S1+Be4 w/EsY1OVqDfotHjm2UF87rsZ9ZiwPJYPaeHxdB6Qo/ugLDrQp81vQdq3dbvDzC1fpAOx ep4C2p2Tb36G4Q0w5VvQRaZbdSktz4LNSx2dHSbBQFaI+HY+aID0WS4D7ZeHK+cBp3y6 +WHHK/JnGxWHrZrUiZiksZtu3hkqoxaathgW41H5++Ioo1oyUPJxL4neBqr1Uq4L3yZX 7fYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:reply-to:subject:references:to:from :message-id:date:user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=b6fw+wqyIx3yPsNSKslwycbUo+PrIhl7wjV5nSkTggo=; b=KJ1GVknOM51sKHqJiB+9JtQkeGi74PE+VoNbUiZLre2uEx6vwqQnQELnL3Yh+Xux98 1iPCs7kJrRT/FVuRnqY1VZEmmABRWXN6bw+GK5Py5OLpJGlDZo/4u3r7F40xEUJEkctO YR//CqTOmdpGAGcQ/o5+TKEeUdo/qBN3fE0ZlXpXcb9vI7y/crM/aBUCtEbEKqR+APXK uI+VltoERmMxV8h2OwlzRUfSWrX08hsmsgl8rBgA9/7dmYUiWSNJD/2ienx24TgKjrZD IMculiuBQDDuHKRY9xqGOK+7n79h7QoB7LnOugQQDf0RnOzqIuyTnLR7Svdl4imaZAxt crYQ== X-Gm-Message-State: ALoCoQm43938q4PMY8YzqUx8u/Qc6+z3QCOI898ZndSPQ6cNU/dG4pGmQRaHbVMydanpKjHlINlUxg+pOTVzHqxv4xwlOZU3dA== X-Received: by 10.98.12.21 with SMTP id u21mr41295228pfi.36.1453179385390; Mon, 18 Jan 2016 20:56:25 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:357c:8dad:bf7:d993? (2001-44b8-31ae-7b01-357c-8dad-0bf7-d993.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:357c:8dad:bf7:d993]) by smtp.gmail.com with ESMTPSA id f27sm37648455pfj.0.2016.01.18.20.56.23 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 18 Jan 2016 20:56:24 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r406606 - in head/www/apache22: . files References: <201601181936.u0IJaw68077530@repo.freebsd.org> To: Olli Hauer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <569DC1F1.9070701@FreeBSD.org> Date: Tue, 19 Jan 2016 15:56:17 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Thunderbird/44.0 MIME-Version: 1.0 In-Reply-To: <201601181936.u0IJaw68077530@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 04:56:26 -0000 On 19/01/2016 6:36 AM, Olli Hauer wrote: > Author: ohauer > Date: Mon Jan 18 19:36:57 2016 > New Revision: 406606 > URL: https://svnweb.freebsd.org/changeset/ports/406606 > > Log: > - fix ab buid with OpenSSL from ports and SSL3 disabled [1] > (backport ab.c r1706008 from apache24) > - use new $opt-target > - improve kldstat check > - use new defined postexec, preunexec in pkg-plist > > with hat apache@ > > PR: 206369 > Submitted by: matthew@ [1] > This feels like a great MFH candidate From owner-svn-ports-head@freebsd.org Tue Jan 19 05:53:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B4DBA882ED; Tue, 19 Jan 2016 05:53: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 D0FBB10A0; Tue, 19 Jan 2016 05:52:59 +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 u0J5qwwR060541; Tue, 19 Jan 2016 05:52:58 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J5qwXf060533; Tue, 19 Jan 2016 05:52:58 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601190552.u0J5qwXf060533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 19 Jan 2016 05:52:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406633 - in head/emulators: . nestopia nestopia/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 05:53:00 -0000 Author: vanilla Date: Tue Jan 19 05:52:58 2016 New Revision: 406633 URL: https://svnweb.freebsd.org/changeset/ports/406633 Log: Add nestopia 1.47, portable NES/Famicom emulator. PR: 206311 Submitted by: neel@neelc.org Added: head/emulators/nestopia/ head/emulators/nestopia/Makefile (contents, props changed) head/emulators/nestopia/distinfo (contents, props changed) head/emulators/nestopia/files/ head/emulators/nestopia/files/patch-Makefile (contents, props changed) head/emulators/nestopia/files/patch-source_unix_gtkui_gtkui.h (contents, props changed) head/emulators/nestopia/pkg-descr (contents, props changed) head/emulators/nestopia/pkg-plist (contents, props changed) Modified: head/emulators/Makefile Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Tue Jan 19 04:50:37 2016 (r406632) +++ head/emulators/Makefile Tue Jan 19 05:52:58 2016 (r406633) @@ -98,6 +98,7 @@ SUBDIR += mupen64plus-video-glide64mk2 SUBDIR += mupen64plus-video-rice SUBDIR += mupen64plus-video-z64 + SUBDIR += nestopia SUBDIR += nonpareil SUBDIR += o2em SUBDIR += ods2reader Added: head/emulators/nestopia/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/nestopia/Makefile Tue Jan 19 05:52:58 2016 (r406633) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= nestopia +PORTVERSION= 1.47 +CATEGORIES= emulators + +MAINTAINER= neel@neelc.org +COMMENT= Portable NES/Famicom emulator + +LICENSE= GPLv2 + +LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao + +USES= gmake libarchive pkgconfig +USE_GL= glu +USE_GNOME= gtk30 +USE_SDL= sdl2 + +USE_GITHUB= yes +GH_ACCOUNT= rdanbrook + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include Added: head/emulators/nestopia/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/nestopia/distinfo Tue Jan 19 05:52:58 2016 (r406633) @@ -0,0 +1,2 @@ +SHA256 (rdanbrook-nestopia-1.47_GH0.tar.gz) = 915db5aeeda5c9e800a96dac229766d82c0990a7ee165a30317a62bfabccf9b7 +SIZE (rdanbrook-nestopia-1.47_GH0.tar.gz) = 1271675 Added: head/emulators/nestopia/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/nestopia/files/patch-Makefile Tue Jan 19 05:52:58 2016 (r406633) @@ -0,0 +1,29 @@ +--- Makefile.orig 2016-01-15 15:25:05.060978417 -0500 ++++ Makefile 2016-01-15 19:19:38.773106245 -0500 +@@ -395,16 +395,16 @@ + $(CC) $(LDFLAGS) $^ $(LIBS) -o $(BIN) + + install: +- mkdir -p $(BINDIR) +- mkdir -p $(DATADIR)/icons +- mkdir -p $(PREFIX)/share/pixmaps +- install -m 0755 $(BIN) $(BINDIR) +- install -m 0644 source/unix/icons/nestopia.desktop $(DATADIR) +- install -m 0644 NstDatabase.xml $(DATADIR) +- install -m 0644 source/unix/icons/*.png $(DATADIR)/icons +- install -m 0644 source/unix/icons/*.svg $(DATADIR)/icons +- install -m 0644 source/unix/icons/nestopia.svg $(PREFIX)/share/pixmaps +- xdg-desktop-menu install --novendor $(DATADIR)/nestopia.desktop ++ mkdir -p $(DESTDIR)$(BINDIR) ++ mkdir -p $(DESTDIR)$(DATADIR)/icons ++ mkdir -p $(DESTDIR)$(PREFIX)/share/pixmaps ++ install -m 0755 $(BIN) $(DESTDIR)$(BINDIR) ++ install -m 0644 source/unix/icons/nestopia.desktop $(DESTDIR)$(DATADIR) ++ install -m 0644 NstDatabase.xml $(DESTDIR)$(DATADIR) ++ install -m 0644 source/unix/icons/*.png $(DESTDIR)$(DATADIR)/icons ++ install -m 0644 source/unix/icons/*.svg $(DESTDIR)$(DATADIR)/icons ++ install -m 0644 source/unix/icons/nestopia.svg $(DESTDIR)$(PREFIX)/share/pixmaps ++ install -m 0644 source/unix/icons/nestopia.desktop $(DESTDIR)$(PREFIX)/share/applications/nestopia.desktop + + uninstall: + xdg-desktop-menu uninstall $(DATADIR)/nestopia.desktop Added: head/emulators/nestopia/files/patch-source_unix_gtkui_gtkui.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/nestopia/files/patch-source_unix_gtkui_gtkui.h Tue Jan 19 05:52:58 2016 (r406633) @@ -0,0 +1,10 @@ +--- ./source/unix/gtkui/gtkui.h.orig 2016-01-09 18:34:38 -0500 ++++ ./source/unix/gtkui/gtkui.h 2016-01-15 11:34:58 -0500 +@@ -8,7 +8,6 @@ + #elif _APPLE + #else + #include +-#include + #endif + + void gtkui_init(int argc, char *argv[]); Added: head/emulators/nestopia/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/nestopia/pkg-descr Tue Jan 19 05:52:58 2016 (r406633) @@ -0,0 +1,7 @@ +Nestopia is a portable NES/Famicom emulator written in C++. + +Nestopia UE (Undead Edition) is a fork of the original source code, with +enhancements from members of the emulation community. This includes +support for new platforms, and bug fixes in the emulator core. + +WWW: http://0ldsk00l.ca/nestopia/ Added: head/emulators/nestopia/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/nestopia/pkg-plist Tue Jan 19 05:52:58 2016 (r406633) @@ -0,0 +1,12 @@ +bin/nestopia +share/pixmaps/nestopia.svg +share/applications/nestopia.desktop +%%DATADIR%%/icons/nestopia.svg +%%DATADIR%%/icons/nespad.svg +%%DATADIR%%/icons/nestopia48.png +%%DATADIR%%/icons/nestopia96.png +%%DATADIR%%/icons/nestopia32.png +%%DATADIR%%/icons/nestopia128.png +%%DATADIR%%/icons/nestopia64.png +%%DATADIR%%/NstDatabase.xml +%%DATADIR%%/nestopia.desktop From owner-svn-ports-head@freebsd.org Tue Jan 19 05:56:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2990FA883DF; Tue, 19 Jan 2016 05:56:31 +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 EBBE412AE; Tue, 19 Jan 2016 05:56:30 +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 u0J5uT9r060789; Tue, 19 Jan 2016 05:56:29 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J5uTBF060787; Tue, 19 Jan 2016 05:56:29 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201601190556.u0J5uTBF060787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 19 Jan 2016 05:56:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406634 - head/science/pybrain X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 05:56:31 -0000 Author: wen Date: Tue Jan 19 05:56:29 2016 New Revision: 406634 URL: https://svnweb.freebsd.org/changeset/ports/406634 Log: - Update to 0.3.3 Modified: head/science/pybrain/Makefile head/science/pybrain/distinfo Modified: head/science/pybrain/Makefile ============================================================================== --- head/science/pybrain/Makefile Tue Jan 19 05:52:58 2016 (r406633) +++ head/science/pybrain/Makefile Tue Jan 19 05:56:29 2016 (r406634) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pybrain -PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTVERSION= 0.3.3 CATEGORIES= science python MAINTAINER= wen@FreeBSD.org @@ -16,6 +15,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scip USE_GITHUB= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Modified: head/science/pybrain/distinfo ============================================================================== --- head/science/pybrain/distinfo Tue Jan 19 05:52:58 2016 (r406633) +++ head/science/pybrain/distinfo Tue Jan 19 05:56:29 2016 (r406634) @@ -1,2 +1,2 @@ -SHA256 (pybrain-pybrain-0.3.2_GH0.tar.gz) = b780ac20359f13e4c137025e8fbcdc6da3f22894976e266125e6a2433d3850e1 -SIZE (pybrain-pybrain-0.3.2_GH0.tar.gz) = 1167698 +SHA256 (pybrain-pybrain-0.3.3_GH0.tar.gz) = bf9180051cb8a89ee1125ec3fb9b8472454b7a9f238eeab07c42dfac774a9584 +SIZE (pybrain-pybrain-0.3.3_GH0.tar.gz) = 1179157 From owner-svn-ports-head@freebsd.org Tue Jan 19 05:59:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DE3DA88457; Tue, 19 Jan 2016 05:59:22 +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 DB8551391; Tue, 19 Jan 2016 05:59:21 +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 u0J5xKaZ061135; Tue, 19 Jan 2016 05:59:20 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J5xKpI061133; Tue, 19 Jan 2016 05:59:20 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601190559.u0J5xKpI061133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 19 Jan 2016 05:59:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406635 - head/sysutils/py-glances X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 05:59:22 -0000 Author: vanilla Date: Tue Jan 19 05:59:20 2016 New Revision: 406635 URL: https://svnweb.freebsd.org/changeset/ports/406635 Log: Upgrade to 2.5.1. PR: 206389 Submitted by: maintainer Modified: head/sysutils/py-glances/Makefile head/sysutils/py-glances/distinfo Modified: head/sysutils/py-glances/Makefile ============================================================================== --- head/sysutils/py-glances/Makefile Tue Jan 19 05:56:29 2016 (r406634) +++ head/sysutils/py-glances/Makefile Tue Jan 19 05:59:20 2016 (r406635) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= glances -PORTVERSION= 2.5 +PORTVERSION= 2.5.1 DISTVERSIONPREFIX= v CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-glances/distinfo ============================================================================== --- head/sysutils/py-glances/distinfo Tue Jan 19 05:56:29 2016 (r406634) +++ head/sysutils/py-glances/distinfo Tue Jan 19 05:59:20 2016 (r406635) @@ -1,2 +1,2 @@ -SHA256 (nicolargo-glances-v2.5_GH0.tar.gz) = 352d863d115870f0823203ffe29119f3ebfa12236b76af525e920356f822cad0 -SIZE (nicolargo-glances-v2.5_GH0.tar.gz) = 3239078 +SHA256 (nicolargo-glances-v2.5.1_GH0.tar.gz) = 814cea926c4d491487c06d7ce8d178d412c6223ea3aff03085cba8118c8e8a3d +SIZE (nicolargo-glances-v2.5.1_GH0.tar.gz) = 3239272 From owner-svn-ports-head@freebsd.org Tue Jan 19 06:04:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92590A8869D; Tue, 19 Jan 2016 06:04:37 +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 607A21A5F; Tue, 19 Jan 2016 06:04:37 +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 u0J64aa0063988; Tue, 19 Jan 2016 06:04:36 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J64a4h063986; Tue, 19 Jan 2016 06:04:36 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601190604.u0J64a4h063986@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 19 Jan 2016 06:04:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406636 - head/finance/p5-PayflowPro X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 06:04:37 -0000 Author: vanilla Date: Tue Jan 19 06:04:36 2016 New Revision: 406636 URL: https://svnweb.freebsd.org/changeset/ports/406636 Log: Upgrade to 4706. PR: 206387 Submitted by: maintainer Modified: head/finance/p5-PayflowPro/Makefile head/finance/p5-PayflowPro/distinfo Modified: head/finance/p5-PayflowPro/Makefile ============================================================================== --- head/finance/p5-PayflowPro/Makefile Tue Jan 19 05:59:20 2016 (r406635) +++ head/finance/p5-PayflowPro/Makefile Tue Jan 19 06:04:36 2016 (r406636) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= PayflowPro -PORTVERSION= 3101 -PORTREVISION= 1 +PORTVERSION= 4706 CATEGORIES= finance perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VKHERA @@ -23,6 +22,7 @@ post-install: PLIST_FILES= etc/ca-bundle.crt \ %%SITE_PERL%%/PayflowPro.pm \ + %%SITE_PERL%%/mk-ca-bundle.pl \ %%PERL5_MAN3%%/PayflowPro.3.gz .include Modified: head/finance/p5-PayflowPro/distinfo ============================================================================== --- head/finance/p5-PayflowPro/distinfo Tue Jan 19 05:59:20 2016 (r406635) +++ head/finance/p5-PayflowPro/distinfo Tue Jan 19 06:04:36 2016 (r406636) @@ -1,2 +1,2 @@ -SHA256 (PayflowPro-3101.tar.gz) = 417b03b18c66f5d3eb2825e6519eff520c115bd2b97818b60c99c5ae6751e1bc -SIZE (PayflowPro-3101.tar.gz) = 328228 +SHA256 (PayflowPro-4706.tar.gz) = 0e3628c5e53e29715d89b0e791676424efcc0c6207893c5668708aff86f7c41b +SIZE (PayflowPro-4706.tar.gz) = 159087 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:13:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7751CA86222; Tue, 19 Jan 2016 08:13:01 +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 35D3B1525; Tue, 19 Jan 2016 08:13:01 +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 u0J8D0d9001337; Tue, 19 Jan 2016 08:13:00 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8CxBs001326; Tue, 19 Jan 2016 08:12:59 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601190812.u0J8CxBs001326@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 19 Jan 2016 08:12:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406637 - in head/net: . libp0f libp0f/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:13:01 -0000 Author: pi Date: Tue Jan 19 08:12:59 2016 New Revision: 406637 URL: https://svnweb.freebsd.org/changeset/ports/406637 Log: New port: net/libp0f libp0f is the autotools version of p0f-2.x with support for 3rd-party linkage. libp0f splits the core p0f functionality from the p0f-2.x application. The p0f library is installed as libp0f.so so p0f2 and libp0f can co-exist independantly. WWW: https://tools.netsa.cert.org/confluence/display/tt/libp0f PR: 201503 Submitted by: setjmp@hotmail.com Added: head/net/libp0f/ head/net/libp0f/Makefile (contents, props changed) head/net/libp0f/distinfo (contents, props changed) head/net/libp0f/files/ head/net/libp0f/files/patch-etc_p0f_p0f.fp (contents, props changed) head/net/libp0f/pkg-descr (contents, props changed) head/net/libp0f/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Jan 19 06:04:36 2016 (r406636) +++ head/net/Makefile Tue Jan 19 08:12:59 2016 (r406637) @@ -334,6 +334,7 @@ SUBDIR += libopennet SUBDIR += liboping SUBDIR += libosip2 + SUBDIR += libp0f SUBDIR += libpcap SUBDIR += libpcapnav SUBDIR += libproxy Added: head/net/libp0f/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libp0f/Makefile Tue Jan 19 08:12:59 2016 (r406637) @@ -0,0 +1,27 @@ +# Created by: Eric Allen Griff +# $FreeBSD$ + +PORTNAME= libp0f +PORTVERSION= 2.0.8 +CATEGORIES= net +MASTER_SITES= http://tools.netsa.cert.org/confluence/download/attachments/16547842/ +DISTNAME= p0flib + +MAINTAINER= setjmp@hotmail.com +COMMENT= Library of p0f-2.x for yaf as in the CERT NETSA confluence + +LICENSE= LGPL21 + +WRKSRC_SUBDIR= libp0f +GNU_CONFIGURE= YES +CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc +INSTALL_TARGET= install-strip +USES= gmake libtool pathfix pkgconfig tar:tgz +USE_LDCONFIG= yes + +post-stage: + ${RM} -f ${STAGEDIR}${LOCALBASE}/bin/p0f + ${MV} ${STAGEDIR}/etc/p0f ${STAGEDIR}${LOCALBASE}/etc/libp0f + ${RM} -rf ${STAGEDIR}/etc + +.include Added: head/net/libp0f/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libp0f/distinfo Tue Jan 19 08:12:59 2016 (r406637) @@ -0,0 +1,2 @@ +SHA256 (p0flib.tgz) = 61f4069ccdd0c38133b3e4b776f9e127c321c2963c284e2ae6491facd5faca36 +SIZE (p0flib.tgz) = 827513 Added: head/net/libp0f/files/patch-etc_p0f_p0f.fp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libp0f/files/patch-etc_p0f_p0f.fp Tue Jan 19 08:12:59 2016 (r406637) @@ -0,0 +1,154 @@ +--- etc/p0f/p0f.fp.orig 2009-07-28 18:31:33 UTC ++++ etc/p0f/p0f.fp +@@ -12,6 +12,10 @@ + # `-------------------------------------------------------------------------' + # + # (C) Copyright 2000-2006 by Michal Zalewski ++# (C) Copyright 2011-2012 by Carnegie Mellon University ++# - Roman Danyliw ++# - version: 2012032901 (03/20/2012) ++# - Contact for bugs and contributions + # + # Each line in this file specifies a single fingerprint. Please read the + # information below carefully before attempting to append any signatures +@@ -376,19 +380,28 @@ S4:64:1:60:M1430,S,T,N,W0:.:Linux:2.4-2. + + S2:64:1:60:M*,S,T,N,W0:.:Linux:2.4 (large MTU?) + S3:64:1:60:M*,S,T,N,W0:.:Linux:2.4 (newer) +-S4:64:1:60:M*,S,T,N,W0:.:Linux:2.4-2.6 ++S4:64:1:60:M*,S,T,N,W0:.:Linux:2.4-2.6 (possibly CentOS 3.x) + + S3:64:1:60:M*,S,T,N,W1:.:Linux:2.6, seldom 2.4 (older, 1) + S4:64:1:60:M*,S,T,N,W1:.:Linux:2.6, seldom 2.4 (older, 2) + S3:64:1:60:M*,S,T,N,W2:.:Linux:2.6, seldom 2.4 (older, 3) +-S4:64:1:60:M*,S,T,N,W2:.:Linux:2.6, seldom 2.4 (older, 4) ++S4:64:1:60:M*,S,T,N,W2:.:Linux:2.6, seldom 2.4 (older, 4) (possibly FC 3-5, CentOS 4.x, Mandrake 10, Ubuntu 4-6) + T4:64:1:60:M*,S,T,N,W2:.:Linux:2.6 (older, 5) ++S4:64:1:60:M*,S,T,N,W4:.:Linux:2.6 (older, 6) (possibly Mandriva 2010.x, Ubuntu 7.x) + +-S4:64:1:60:M*,S,T,N,W5:.:Linux:2.6 (newer, 1) +-S4:64:1:60:M*,S,T,N,W6:.:Linux:2.6 (newer, 2) +-S4:64:1:60:M*,S,T,N,W7:.:Linux:2.6 (newer, 3) ++S4:64:1:60:M*,S,T,N,W5:.:Linux:2.6 (newer, 1) (possibly Mandriva 2008.x, 2009.1, Ubuntu 7-9) ++S4:64:1:60:M*,S,T,N,W6:.:Linux:2.6 (newer, 2) (possibly FC8-14, Chromium 5.x, Ubuntu 10.x, OpenSuse 11.x, CentOS 6.0, Gentoo 10.x, Slackware 12-13.1) ++S4:64:1:60:M*,S,T,N,W7:.:Linux:2.6 (newer, 3) or Mac OSX 10.3.1 (possibly FC 6, CentOS 5.x) + T4:64:1:60:M*,S,T,N,W7:.:Linux:2.6 (newer, 4) ++S2:64:1:60:M*,S,T,N,W6:.:Linux:2.6 (newer, 5) ++S44:128:1:52:M*,N,W0,N,N,S:.:Linux:2.6 (newer, 6) (possibly Ubuntu 10.x) ++S4:64:1:52:M*,N,N,S,N,W5:.:Linux:2.6 (newer, 7) (possibly Ubuntu 8.x) ++S4:64:1:60:S,T,M*,N,W5:.:Linux:2.6 (newer, 8) (possibly Mandriva 2009.0) ++S3:64:1:60:M*,S,T,N,W6:.:Linux:2.6 (newer, 9) (possibly OpenSuse 11.4, Gentoo 11.0, Slackware 13.37) ++S10:64:1:60:M*,S,T,N,W7:.:Linux:2.6 (newer, 10) (possibly Ubuntu 11.04) ++S10:64:1:60:M*,S,T,N,W6:.:Linux:2.6 (newer, 11) (possibly FC 15, CentOS 6.2, Knoppix 6.x) + ++S10:64:1:60:M1460,S,T,N,W4:.:Linux:3.0-1 (1) (possibly Ubuntu 11.10, FC 16, Gentoo 11.2, OpenSUSE 12.x) + + S20:64:1:60:M*,S,T,N,W0:.:Linux:2.2 (1) + S22:64:1:60:M*,S,T,N,W0:.:Linux:2.2 (2) +@@ -433,8 +446,10 @@ T4:64:1:60:M1412,S,T,N,W0:.:Linux:2.4 (r + 65535:64:1:60:M*,N,W1,N,N,T:Z:FreeBSD:5.1 (2) + 65535:64:1:60:M*,N,W2,N,N,T:Z:FreeBSD:5.1 (3) + 65535:64:1:64:M*,N,N,S,N,W1,N,N,T:.:FreeBSD:5.3-5.4 +-65535:64:1:64:M*,N,W1,N,N,T,S,E:P:FreeBSD:6.x (1) ++65535:64:1:64:M*,N,W1,N,N,T,S,E:P:FreeBSD:6.x (1) or MacOS X 10.6 + 65535:64:1:64:M*,N,W0,N,N,T,S,E:P:FreeBSD:6.x (2) ++65535:64:1:60:M*,N,W3,S,T:.:FreeBSD:7.x, 8.x ++65535:64:1:60:M*,N,W6,S,T:.:FreeBSD:9.x + + 65535:64:1:44:M*:Z:FreeBSD:5.2 (RFC1323-) + +@@ -446,7 +461,7 @@ T4:64:1:60:M1412,S,T,N,W0:.:Linux:2.4 (r + 65535:64:0:60:M*,N,W0,N,N,T0:.:-NetBSD:1.6 (Opera) + 16384:64:1:60:M*,N,W0,N,N,T0:.:NetBSD:1.6 + 65535:64:1:60:M*,N,W1,N,N,T0:.:NetBSD:1.6W-current (DF) +-65535:64:1:60:M*,N,W0,N,N,T0:.:NetBSD:1.6X (DF) ++65535:64:1:60:M*,N,W0,N,N,T0:.:NetBSD:1.6X (DF) or Sony PlayStation 3 + 32768:64:1:60:M*,N,W0,N,N,T0:.:NetBSD:1.6Z or 2.0 (DF) + 32768:64:1:64:M1416,N,W0,S,N,N,N,N,T0:.:NetBSD:2.0G (DF) + 32768:64:1:64:M*,N,W0,S,N,N,N,N,T0:.:NetBSD:3.0 (DF) +@@ -474,9 +489,9 @@ S34:64:1:48:M*,N,N,S:.:Solaris:9 + S34:64:1:48:M*,N,N,N,N:.:Solaris:9 (no sack) + S44:255:1:44:M*:.:Solaris:7 + +-4096:64:0:44:M1460:.:SunOS:4.1.x ++4096:64:0:44:M1460:.:SunOS:4.1.x, nmap syn scan(8) + +-S34:64:1:52:M*,N,W0,N,N,S:.:Solaris:10 (beta) ++S34:64:1:52:M*,N,W0,N,N,S:.:Solaris:10 (beta), OpenSolaris + 32850:64:1:64:M*,N,N,T,N,W1,N,N,S:.:Solaris:10 (1203?) + 32850:64:1:64:M*,N,W1,N,N,T,N,N,S:.:Solaris:9.1 + +@@ -516,6 +531,11 @@ S2:255:1:48:M*,W0,E:.:MacOS:8.6 classic + 32768:255:1:48:M1380,N,N,N,N:.:MacOS:9.1 (OT 2.7.4) (1) + 65535:255:1:48:M*,N,N,N,N:.:MacOS:9.1 (OT 2.7.4) (2) + ++65535:64:1:64:M*,N,W3,N,N,T,S,E:P:MacOS:X 10.x (10.3-7) ++65535:64:1:64:M*,N,W2,N,N,T,S,E:P:iOS:3.1+, 4.1-3 ++65535:64:1:48:M*,S,E:P:iOS:3.x, 4.2 ++65535:64:1:64:M*,N,W4,N,N,T,S,E:P:iOS:5.x ++ + # ----------------- Windows ----------------- + + # Windows TCP/IP stack is a mess. For most recent XP, 2000 and +@@ -563,8 +583,8 @@ T31:128:1:44:M1414:.:Windows:NT 4.0 SP6a + # either dubious or non-specific (no service pack data) + # were deleted and replaced with generics at the end. + +-65535:128:1:48:M*,N,N,S:.:Windows:2000 SP4, XP SP1+ +-%8192:128:1:48:M*,N,N,S:.:Windows:2000 SP2+, XP SP1+ (seldom 98) ++65535:128:1:48:M*,N,N,S:.:Windows:2000 SP4, XP SP1+, 2003 ++8192:128:1:48:M*,N,N,S:.:Windows:2000 SP2+, XP SP1+ (seldom 98), Vista SP1, 7 SP1, 2008 SP2 + S20:128:1:48:M*,N,N,S:.:Windows:SP3 + S45:128:1:48:M*,N,N,S:.:Windows:2000 SP4, XP SP1+ (2) + 40320:128:1:48:M*,N,N,S:.:Windows:2000 SP4 +@@ -575,12 +595,16 @@ S44:128:1:48:M*,N,N,S:.:Windows:XP SP1+, + 64512:128:1:48:M*,N,N,S:.:Windows:XP SP1+, 2000 SP3 (2) + 32767:128:1:48:M*,N,N,S:.:Windows:XP SP1+, 2000 SP4 (3) + +-# Windows 2003 & Vista ++# Windows 2003, Vista, 2008, 7, and 8 + + 8192:128:1:52:M*,W8,N,N,N,S:.:Windows:Vista (beta) + 32768:32:1:52:M1460,N,W0,N,N,S:.:Windows:2003 AS + 65535:64:1:52:M1460,N,W2,N,N,S:.:Windows:2003 (1) + 65535:64:1:48:M1460,N,N,S:.:Windows:2003 (2) ++8192:128:1:52:M*,N,W2,N,N,S:.:Windows:Vista SP1, 7 SP1 ++8192:128:1:52:M*,N,W8,N,N,S:.:Windows:Vista SP0/SP2, 7 SP0+, 2008 SP0 ++65535:64:0:60:M*,N,W0,S,T:.:Windows:7 SP1+ ++65535:128:1:52:M*,N,W3,N,N,S:.:Windows:8 Consumer Preview + + # Odds, ends, mods: + +@@ -792,6 +816,9 @@ S12:64:0:44:M1452:.:AXIS:Printer Server + 2048:64:0:40:.:.:-*NMAP:syn scan (2) + 3072:64:0:40:.:.:-*NMAP:syn scan (3) + 4096:64:0:40:.:.:-*NMAP:syn scan (4) ++1024:64:0:44:M*:.:-*NMAP:syn scan (5) ++2048:64:0:44:M*:.:-*NMAP:syn scan (6) ++3072:64:0:44:M*:.:-*NMAP:syn scan (7) + + 1024:64:0:40:.:A:-*NMAP:TCP sweep probe (1) + 2048:64:0:40:.:A:-*NMAP:TCP sweep probe (2) +@@ -808,10 +835,22 @@ S12:64:0:44:M1452:.:AXIS:Printer Server + 3072:64:0:60:W10,N,M265,T,E:PF:-*NMAP:OS detection probe w/flags (3) + 4096:64:0:60:W10,N,M265,T,E:PF:-*NMAP:OS detection probe w/flags (4) + ++1:64:0:60:W10,N,M1460,T,S:A:-*NMAP:OS detection probe (5) ++63:64:0:60:M1400,W0,S,T,E:A:-*NMAP:OS detection probe (6) ++4:64:0:60:T,N,N,W5,N,M640:A:-*NMAP:OS detection probe (7) ++4:64:0:56:S,T,W10,E:A:-*NMAP:OS detection probe (8) ++16:64:0:60:M536,S,T,W10,E:A:-*NMAP:OS detection probe (9) ++512:64:0:56:M265,S,T:A:-*NMAP:OS detection probe (10) ++3:64:0:52:W10,N,M1460,S,N,N:UX:-*NMAP:OS detection probe (11) ++31337:64:0:60:W10,N,M265,T,S:A:-*NMAP:OS detection probe (12) ++ + 32767:64:0:40:.:.:-*NAST:syn scan + + 12345:255:0:40:.:A:-p0f:sendsyn utility + ++S4:255:0:40:.:A:-*sinfp:active scan (1) ++S4:255:0:60:M1460,T,W1,S,E:A:-*sinfp:active scan (2) ++ + # UFO - see tmp/*: + 56922:128:0:40:.:A:-@Mysterious:port scanner (?) + 5792:64:1:60:M1460,S,T,N,W0:T:-@Mysterious:NAT device (2nd tstamp) Added: head/net/libp0f/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libp0f/pkg-descr Tue Jan 19 08:12:59 2016 (r406637) @@ -0,0 +1,6 @@ +libp0f is the autotools version of p0f-2.x with support for 3rd-party +linkage. libp0f splits the core p0f functionality from the p0f-2.x +application. The p0f library is installed as libp0f.so so +p0f2 and libp0f can co-exist independantly. + +WWW: https://tools.netsa.cert.org/confluence/display/tt/libp0f Added: head/net/libp0f/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libp0f/pkg-plist Tue Jan 19 08:12:59 2016 (r406637) @@ -0,0 +1,12 @@ +include/p0f/config.h +include/p0f/config-p0f.h +include/p0f/public.h +lib/libp0f.so +lib/libp0f.so.0 +lib/libp0f.so.0.0.0 +lib/libp0f.a +libdata/pkgconfig/libp0f.pc +etc/libp0f/p0fa.fp +etc/libp0f/p0f.fp +etc/libp0f/p0fo.fp +etc/libp0f/p0fr.fp From owner-svn-ports-head@freebsd.org Tue Jan 19 08:35:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 316AFA8698C; Tue, 19 Jan 2016 08:35:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F30911DCE; Tue, 19 Jan 2016 08:35:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8ZmKt007273; Tue, 19 Jan 2016 08:35:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8ZmKd007271; Tue, 19 Jan 2016 08:35:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190835.u0J8ZmKd007271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:35:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406638 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:35:50 -0000 Author: sunpoet Date: Tue Jan 19 08:35:48 2016 New Revision: 406638 URL: https://svnweb.freebsd.org/changeset/ports/406638 Log: - Fix libproxy range Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Jan 19 08:12:59 2016 (r406637) +++ head/security/vuxml/vuln.xml Tue Jan 19 08:35:48 2016 (r406638) @@ -214,28 +214,23 @@ Notes: dlopen()s libproxy.so. --> libproxy - 0.4.0 - 0.4.6_1 + 0.4.00.4.6_1 libproxy-gnome - 0.4.0 - 0.4.6_2 + 0.4.00.4.6_2 libproxy-kde - 0.4.0 - 0.4.6_6 + 0.4.00.4.6_6 libproxy-perl - 0.4.0 - 0.4.6_3 + 0.4.00.4.6_3 libproxy-webkit - 0.4.0 - 0.4.6_4 + 0.4.00.4.6_4 @@ -263,6 +258,7 @@ Notes: 2012-10-10 2016-01-17 + 2016-01-18 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:35:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79180A869B7; Tue, 19 Jan 2016 08:35:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FC651E32; Tue, 19 Jan 2016 08:35:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8ZsrX007388; Tue, 19 Jan 2016 08:35:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8Zsa7007386; Tue, 19 Jan 2016 08:35:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190835.u0J8Zsa7007386@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:35:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406639 - head/devel/bpython X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:35:55 -0000 Author: sunpoet Date: Tue Jan 19 08:35:53 2016 New Revision: 406639 URL: https://svnweb.freebsd.org/changeset/ports/406639 Log: - Update to 0.15 Changes: https://github.com/bpython/bpython/blob/master/CHANGELOG Modified: head/devel/bpython/Makefile head/devel/bpython/distinfo Modified: head/devel/bpython/Makefile ============================================================================== --- head/devel/bpython/Makefile Tue Jan 19 08:35:48 2016 (r406638) +++ head/devel/bpython/Makefile Tue Jan 19 08:35:53 2016 (r406639) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bpython -PORTVERSION= 0.14.2 +PORTVERSION= 0.15 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ http://bpython-interpreter.org/releases/ Modified: head/devel/bpython/distinfo ============================================================================== --- head/devel/bpython/distinfo Tue Jan 19 08:35:48 2016 (r406638) +++ head/devel/bpython/distinfo Tue Jan 19 08:35:53 2016 (r406639) @@ -1,2 +1,2 @@ -SHA256 (bpython-0.14.2.tar.gz) = d1f03c9b64a67219ef41aec258c95f192ade5fd187d48fe61b15c1f1d707e302 -SIZE (bpython-0.14.2.tar.gz) = 184808 +SHA256 (bpython-0.15.tar.gz) = 83f1f5dda59a800b3db7b604e018ee35006e97c82797b7030cf9361f28f50bb7 +SIZE (bpython-0.15.tar.gz) = 198769 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:36:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA5F6A869EA; Tue, 19 Jan 2016 08:36:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5ECE61EC0; Tue, 19 Jan 2016 08:36:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8Zx4P007520; Tue, 19 Jan 2016 08:35:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8ZxGO007517; Tue, 19 Jan 2016 08:35:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190835.u0J8ZxGO007517@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:35:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406640 - head/devel/global X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:36:00 -0000 Author: sunpoet Date: Tue Jan 19 08:35:58 2016 New Revision: 406640 URL: https://svnweb.freebsd.org/changeset/ports/406640 Log: - Update to 6.5.2 Changes: http://www.gnu.org/software/global/whatsnew.html http://lists.gnu.org/archive/html/info-global/2015-12/msg00000.html Modified: head/devel/global/Makefile head/devel/global/distinfo head/devel/global/pkg-plist Modified: head/devel/global/Makefile ============================================================================== --- head/devel/global/Makefile Tue Jan 19 08:35:53 2016 (r406639) +++ head/devel/global/Makefile Tue Jan 19 08:35:58 2016 (r406640) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= global -PORTVERSION= 6.5.1 +PORTVERSION= 6.5.2 CATEGORIES= devel MASTER_SITES= GNU Modified: head/devel/global/distinfo ============================================================================== --- head/devel/global/distinfo Tue Jan 19 08:35:53 2016 (r406639) +++ head/devel/global/distinfo Tue Jan 19 08:35:58 2016 (r406640) @@ -1,2 +1,2 @@ -SHA256 (global-6.5.1.tar.gz) = 0e9d5227d400e8cb2ffa1732d98b8735d58d4bf8476c2845365770fdd5b264f8 -SIZE (global-6.5.1.tar.gz) = 2922424 +SHA256 (global-6.5.2.tar.gz) = c0fc831c1a54a5ee4f5fc765a7af90ade773e4fb4763416c0b6d4d2e571b1d1f +SIZE (global-6.5.2.tar.gz) = 2924850 Modified: head/devel/global/pkg-plist ============================================================================== --- head/devel/global/pkg-plist Tue Jan 19 08:35:53 2016 (r406639) +++ head/devel/global/pkg-plist Tue Jan 19 08:35:58 2016 (r406640) @@ -18,6 +18,7 @@ man/man1/gtags-cscope.1.gz man/man1/gtags.1.gz man/man1/htags-server.1.gz man/man1/htags.1.gz +man/man5/gtags.conf.5.gz share/gtags/BOKIN_MODEL share/gtags/BOKIN_MODEL_FAQ share/gtags/BUILD_TOOLS @@ -27,7 +28,6 @@ share/gtags/PLUGIN_HOWTO.pygments share/gtags/README.PATCHES share/gtags/SERVERSIDE_HOWTO share/gtags/completion.cgi.tmpl -share/gtags/ctags-5.8.patch share/gtags/elvis-2.2_0.patch share/gtags/elvis.rc share/gtags/geco.rc From owner-svn-ports-head@freebsd.org Tue Jan 19 08:36:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82384A86A1A; Tue, 19 Jan 2016 08:36:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E4591F92; Tue, 19 Jan 2016 08:36:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8a4O6007641; Tue, 19 Jan 2016 08:36:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8a41C007639; Tue, 19 Jan 2016 08:36:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190836.u0J8a41C007639@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:36:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406641 - head/devel/libpci X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:36:05 -0000 Author: sunpoet Date: Tue Jan 19 08:36:03 2016 New Revision: 406641 URL: https://svnweb.freebsd.org/changeset/ports/406641 Log: - Update to 3.4.1 Changes: http://git.kernel.org/cgit/utils/pciutils/pciutils.git/tree/ChangeLog Modified: head/devel/libpci/Makefile head/devel/libpci/distinfo Modified: head/devel/libpci/Makefile ============================================================================== --- head/devel/libpci/Makefile Tue Jan 19 08:35:58 2016 (r406640) +++ head/devel/libpci/Makefile Tue Jan 19 08:36:03 2016 (r406641) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libpci -PORTVERSION= 3.4.0 +PORTVERSION= 3.4.1 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/utils/pciutils \ ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ Modified: head/devel/libpci/distinfo ============================================================================== --- head/devel/libpci/distinfo Tue Jan 19 08:35:58 2016 (r406640) +++ head/devel/libpci/distinfo Tue Jan 19 08:36:03 2016 (r406641) @@ -1,2 +1,2 @@ -SHA256 (pciutils-3.4.0.tar.xz) = f8898ff6d58f52e9e17e2763bff479bb9511bcf0d8711084fa77f1b6b1739196 -SIZE (pciutils-3.4.0.tar.xz) = 302984 +SHA256 (pciutils-3.4.1.tar.xz) = 865554cc5604d1644bd8da38d94845405e2a319a6d5acabc6a0296417684a82a +SIZE (pciutils-3.4.1.tar.xz) = 307136 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:36:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48B2EA86A7D; Tue, 19 Jan 2016 08:36:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18BA81086; Tue, 19 Jan 2016 08:36:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8a9nI007755; Tue, 19 Jan 2016 08:36:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8a8Mq007753; Tue, 19 Jan 2016 08:36:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190836.u0J8a8Mq007753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:36:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406642 - head/sysutils/pciutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:36:10 -0000 Author: sunpoet Date: Tue Jan 19 08:36:08 2016 New Revision: 406642 URL: https://svnweb.freebsd.org/changeset/ports/406642 Log: - Update to 3.4.1 Changes: http://git.kernel.org/cgit/utils/pciutils/pciutils.git/tree/ChangeLog Modified: head/sysutils/pciutils/Makefile head/sysutils/pciutils/distinfo Modified: head/sysutils/pciutils/Makefile ============================================================================== --- head/sysutils/pciutils/Makefile Tue Jan 19 08:36:03 2016 (r406641) +++ head/sysutils/pciutils/Makefile Tue Jan 19 08:36:08 2016 (r406642) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciutils -PORTVERSION= 3.4.0 +PORTVERSION= 3.4.1 CATEGORIES= sysutils MASTER_SITES= KERNEL_ORG/software/utils/pciutils \ ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ Modified: head/sysutils/pciutils/distinfo ============================================================================== --- head/sysutils/pciutils/distinfo Tue Jan 19 08:36:03 2016 (r406641) +++ head/sysutils/pciutils/distinfo Tue Jan 19 08:36:08 2016 (r406642) @@ -1,2 +1,2 @@ -SHA256 (pciutils-3.4.0.tar.xz) = f8898ff6d58f52e9e17e2763bff479bb9511bcf0d8711084fa77f1b6b1739196 -SIZE (pciutils-3.4.0.tar.xz) = 302984 +SHA256 (pciutils-3.4.1.tar.xz) = 865554cc5604d1644bd8da38d94845405e2a319a6d5acabc6a0296417684a82a +SIZE (pciutils-3.4.1.tar.xz) = 307136 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:36:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11313A86AA9; Tue, 19 Jan 2016 08:36:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB7331179; Tue, 19 Jan 2016 08:36:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8aDQr007864; Tue, 19 Jan 2016 08:36:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8aD0P007863; Tue, 19 Jan 2016 08:36:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190836.u0J8aD0P007863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:36:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406643 - head/graphics/gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:36:15 -0000 Author: sunpoet Date: Tue Jan 19 08:36:13 2016 New Revision: 406643 URL: https://svnweb.freebsd.org/changeset/ports/406643 Log: - Simplify Makefile: - Remove SPATIALITE_DESC (added to Mk/bsd.options.desc.mk) - Use USES=localbase - Remove -L${ICONV_PREFIX}/lib from LDFLAGS - Use *_CONFIGURE_WITH - Bump PORTREVISION for package change Modified: head/graphics/gdal/Makefile Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Tue Jan 19 08:36:08 2016 (r406642) +++ head/graphics/gdal/Makefile Tue Jan 19 08:36:13 2016 (r406643) @@ -3,7 +3,7 @@ PORTNAME= gdal PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -28,67 +28,56 @@ OPTIONS_DEFAULT=JASPER OPTIONS_RADIO= PDF OPTIONS_RADIO_PDF= PODOFO POPPLER PCRE_DESC= Regular expression support for SQLite -SPATIALITE_DESC=SpatiaLite support CFLAGS+= -fPIC CONFIGURE_ARGS= --datadir=${DATADIR} \ --enable-static=yes \ - --with-geotiff=${LOCALBASE} \ - --with-gif=${LOCALBASE} \ - --with-jpeg=${LOCALBASE} \ - --with-libjson-c=${LOCALBASE} \ + --with-geotiff=yes \ + --with-gif=yes \ + --with-jpeg=yes \ + --with-libjson-c=yes \ --with-liblzma=yes \ - --with-libtiff=${LOCALBASE} \ + --with-libtiff=yes \ --with-libz=/usr \ - --with-png=${LOCALBASE} \ + --with-png=yes \ --with-threads=yes \ --without-libtool \ ${ICONV_CONFIGURE_ARG} -CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -LDFLAGS+= -L${ICONV_PREFIX}/lib ${ICONV_LIB} +LDFLAGS+= ${ICONV_LIB} MAKE_JOBS_UNSAFE= yes MAKEFILE= GNUmakefile USE_LDCONFIG= yes -USES= gmake iconv jpeg tar:xz +USES= gmake iconv jpeg localbase tar:xz PLIST_SUB= MAJOR_VER=${PORTVERSION:R:R} PORTVERSION=${PORTVERSION} PORTDATA= * SLAVEDIRS= graphics/p5-Geo-GDAL graphics/php-gdal graphics/py-gdal graphics/ruby-gdal -ARMADILLO_CONFIGURE_OFF=--with-armadillo=no -ARMADILLO_CONFIGURE_ON= --with-armadillo=${LOCALBASE} +ARMADILLO_CONFIGURE_WITH= armadillo ARMADILLO_LIB_DEPENDS= libarmadillo.so:${PORTSDIR}/math/armadillo -CFITSIO_CONFIGURE_OFF= --with-cfitsio=no -CFITSIO_CONFIGURE_ON= --with-cfitsio=${LOCALBASE} +CFITSIO_CONFIGURE_WITH= cfitsio CFITSIO_LIB_DEPENDS= libcfitsio.so:${PORTSDIR}/astro/cfitsio CURL_CONFIGURE_OFF= --with-curl=no CURL_CONFIGURE_ON= --with-curl=${LOCALBASE}/bin/curl-config CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl -ECW_CONFIGURE_OFF= --with-ecw=no -ECW_CONFIGURE_ON= --with-ecw=yes +ECW_CONFIGURE_WITH= ecw ECW_LIB_DEPENDS= libNCSEcw.so:${PORTSDIR}/graphics/libecwj2 -EXPAT_CONFIGURE_OFF= --with-expat=no -EXPAT_CONFIGURE_ON= --with-expat=${LOCALBASE} +EXPAT_CONFIGURE_WITH= expat EXPAT_LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -FREEXL_CONFIGURE_OFF= --with-freexl=no -FREEXL_CONFIGURE_ON= --with-freexl=${LOCALBASE} +FREEXL_CONFIGURE_WITH= freexl FREEXL_LIB_DEPENDS= libfreexl.so:${PORTSDIR}/textproc/freexl GEOS_CONFIGURE_OFF= --with-geos=no GEOS_CONFIGURE_ON= --with-geos=${LOCALBASE}/bin/geos-config GEOS_LIB_DEPENDS= libgeos.so:${PORTSDIR}/graphics/geos -GTA_CONFIGURE_OFF= --with-gta=no -GTA_CONFIGURE_ON= --with-gta=${LOCALBASE} +GTA_CONFIGURE_WITH= gta GTA_LIB_DEPENDS= libgta.so:${PORTSDIR}/devel/libgta -HDF5_CONFIGURE_OFF= --with-hdf5=no -HDF5_CONFIGURE_ON= --with-hdf5=${LOCALBASE} +HDF5_CONFIGURE_WITH= hdf5 HDF5_LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5 -JASPER_CONFIGURE_OFF= --with-jasper=no -JASPER_CONFIGURE_ON= --with-jasper=${LOCALBASE} +JASPER_CONFIGURE_WITH= jasper JASPER_LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper -KML_CONFIGURE_OFF= --with-libkml=no -KML_CONFIGURE_ON= --with-libkml=${LOCALBASE} +KML_CONFIGURE_WITH= libkml KML_LIB_DEPENDS= libkmlbase.so:${PORTSDIR}/science/libkml LIBXML2_CONFIGURE_OFF= --with-xml2=no LIBXML2_CONFIGURE_ON= --with-xml2=${LOCALBASE}/bin/xml2-config @@ -96,41 +85,30 @@ LIBXML2_LIB_DEPENDS= libxml2.so:${PORTSD MYSQL_CONFIGURE_OFF= --with-mysql=no MYSQL_CONFIGURE_ON= --with-mysql=${LOCALBASE}/bin/mysql_config MYSQL_USE= MYSQL=yes -NETCDF_CONFIGURE_OFF= --with-netcdf=no -NETCDF_CONFIGURE_ON= --with-netcdf=${LOCALBASE} +NETCDF_CONFIGURE_WITH= netcdf NETCDF_LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf -ODBC_CONFIGURE_OFF= --with-odbc=no -ODBC_CONFIGURE_ON= --with-odbc=${LOCALBASE} +ODBC_CONFIGURE_WITH= odbc ODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC -OPENJPEG_CONFIGURE_OFF= --with-openjpeg=no -OPENJPEG_CONFIGURE_ON= --with-openjpeg=${LOCALBASE} +OPENJPEG_CONFIGURE_WITH=openjpeg OPENJPEG_LIB_DEPENDS= libopenjp2.so:${PORTSDIR}/graphics/openjpeg -PCRE_CONFIGURE_OFF= --with-pcre=no -PCRE_CONFIGURE_ON= --with-pcre=${LOCALBASE} +PCRE_CONFIGURE_WITH= pcre PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre PGSQL_CONFIGURE_OFF= --with-pg=no PGSQL_CONFIGURE_ON= --with-pg=${LOCALBASE}/bin/pg_config PGSQL_USES= pgsql -PODOFO_CONFIGURE_OFF= --with-podofo=no -PODOFO_CONFIGURE_ON= --with-podofo=${LOCALBASE} +PODOFO_CONFIGURE_WITH= podofo PODOFO_LIB_DEPENDS= libpodofo.so:${PORTSDIR}/graphics/podofo -POPPLER_CONFIGURE_OFF= --with-poppler=no -POPPLER_CONFIGURE_ON= --with-poppler=${LOCALBASE} +POPPLER_CONFIGURE_WITH= poppler POPPLER_LIB_DEPENDS= libpoppler.so:${PORTSDIR}/graphics/poppler -PROJ_CONFIGURE_OFF= --with-static-proj4=no -PROJ_CONFIGURE_ON= --with-static-proj4=${LOCALBASE} +PROJ_CONFIGURE_WITH= static-proj4 PROJ_LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj -SPATIALITE_CONFIGURE_OFF= --with-spatialite=no -SPATIALITE_CONFIGURE_ON=--with-spatialite=${LOCALBASE} +SPATIALITE_CONFIGURE_WITH= spatialite SPATIALITE_LIB_DEPENDS= libspatialite.so:${PORTSDIR}/databases/spatialite -SQLITE_CONFIGURE_OFF= --with-sqlite3=no -SQLITE_CONFIGURE_ON= --with-sqlite3=${LOCALBASE} +SQLITE_CONFIGURE_WITH= sqlite3 SQLITE_USE= SQLITE=yes -WEBP_CONFIGURE_OFF= --with-webp=no -WEBP_CONFIGURE_ON= --with-webp=${LOCALBASE} +WEBP_CONFIGURE_WITH= webp WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp -XERCES_CONFIGURE_OFF= --with-xerces=no -XERCES_CONFIGURE_ON= --with-xerces=${LOCALBASE} +XERCES_CONFIGURE_WITH= xerces XERCES_LIB_DEPENDS= libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 post-patch: From owner-svn-ports-head@freebsd.org Tue Jan 19 08:36:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71157A86AE1; Tue, 19 Jan 2016 08:36:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24CD11285; Tue, 19 Jan 2016 08:36:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8aJtd008014; Tue, 19 Jan 2016 08:36:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8aIug008010; Tue, 19 Jan 2016 08:36:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190836.u0J8aIug008010@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:36:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406644 - head/mail/libpst X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:36:20 -0000 Author: sunpoet Date: Tue Jan 19 08:36:18 2016 New Revision: 406644 URL: https://svnweb.freebsd.org/changeset/ports/406644 Log: - Update to 0.6.66 - Reformat pkg-descr Changes: http://hg.five-ten-sg.com/libpst/file/default/ChangeLog http://hg.five-ten-sg.com/libpst/file/default/NEWS Modified: head/mail/libpst/Makefile head/mail/libpst/distinfo head/mail/libpst/pkg-descr head/mail/libpst/pkg-plist Modified: head/mail/libpst/Makefile ============================================================================== --- head/mail/libpst/Makefile Tue Jan 19 08:36:13 2016 (r406643) +++ head/mail/libpst/Makefile Tue Jan 19 08:36:18 2016 (r406644) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libpst -PORTVERSION= 0.6.65 +PORTVERSION= 0.6.66 CATEGORIES= mail converters MASTER_SITES= http://www.five-ten-sg.com/libpst/packages/ \ http://fossies.org/unix/privat/ \ Modified: head/mail/libpst/distinfo ============================================================================== --- head/mail/libpst/distinfo Tue Jan 19 08:36:13 2016 (r406643) +++ head/mail/libpst/distinfo Tue Jan 19 08:36:18 2016 (r406644) @@ -1,2 +1,2 @@ -SHA256 (libpst-0.6.65.tar.gz) = 89e895f6d70c125dd9953f42069c1aab601ed305879b5170821e33cee3c94e23 -SIZE (libpst-0.6.65.tar.gz) = 13831048 +SHA256 (libpst-0.6.66.tar.gz) = 92b49939d821091d9d25e27e17c78dbb867f3f9ab5b8f43e2b01ace0677e1f72 +SIZE (libpst-0.6.66.tar.gz) = 13836942 Modified: head/mail/libpst/pkg-descr ============================================================================== --- head/mail/libpst/pkg-descr Tue Jan 19 08:36:13 2016 (r406643) +++ head/mail/libpst/pkg-descr Tue Jan 19 08:36:18 2016 (r406644) @@ -4,8 +4,7 @@ formats. This version can now convert both 32-bit Outlook files (pre-2003), and the 64-bit Outlook 2003 .pst files. Utilities are supplied to convert email messages to both mbox and MH mailbox formats, and to DII load file format for use with -many of the CT Summation products. Contacts can be converted to a simple list, -to vcard format, or to -.ldif format for import to an LDAP server. +many of the CT Summation products. Contacts can be converted to a simple list, +to vcard format, or to .ldif format for import to an LDAP server. WWW: http://www.five-ten-sg.com/libpst/ Modified: head/mail/libpst/pkg-plist ============================================================================== --- head/mail/libpst/pkg-plist Tue Jan 19 08:36:13 2016 (r406643) +++ head/mail/libpst/pkg-plist Tue Jan 19 08:36:18 2016 (r406644) @@ -12,7 +12,7 @@ include/libpst-4/libpst/vbuf.h lib/libpst.a lib/libpst.so lib/libpst.so.4 -lib/libpst.so.4.1.10 +lib/libpst.so.4.1.11 libdata/pkgconfig/libpst.pc man/man1/lspst.1.gz man/man1/pst2dii.1.gz From owner-svn-ports-head@freebsd.org Tue Jan 19 08:36:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4582FA86B18; Tue, 19 Jan 2016 08:36:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11EE71353; Tue, 19 Jan 2016 08:36:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8aOOn008129; Tue, 19 Jan 2016 08:36:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8aNE2008127; Tue, 19 Jan 2016 08:36:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190836.u0J8aNE2008127@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:36:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406645 - head/misc/pciids X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:36:25 -0000 Author: sunpoet Date: Tue Jan 19 08:36:23 2016 New Revision: 406645 URL: https://svnweb.freebsd.org/changeset/ports/406645 Log: - Update to 20160116 Changes: http://people.FreeBSD.org/~sunpoet/pciids-20160116.diff Modified: head/misc/pciids/Makefile head/misc/pciids/distinfo Modified: head/misc/pciids/Makefile ============================================================================== --- head/misc/pciids/Makefile Tue Jan 19 08:36:18 2016 (r406644) +++ head/misc/pciids/Makefile Tue Jan 19 08:36:23 2016 (r406645) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciids -PORTVERSION= 20151224 +PORTVERSION= 20160116 CATEGORIES= misc MASTER_SITES= LOCAL/sunpoet Modified: head/misc/pciids/distinfo ============================================================================== --- head/misc/pciids/distinfo Tue Jan 19 08:36:18 2016 (r406644) +++ head/misc/pciids/distinfo Tue Jan 19 08:36:23 2016 (r406645) @@ -1,2 +1,2 @@ -SHA256 (pciids-20151224.tar.xz) = d7409348b81e75d04287ef012db1e834cfaa03094a8b235f546bac2531da121f -SIZE (pciids-20151224.tar.xz) = 180816 +SHA256 (pciids-20160116.tar.xz) = f29c5df94df4cc579cc3c8eb95fc0d18643941c04844fcdd80c44e266af06e8f +SIZE (pciids-20160116.tar.xz) = 181296 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:36:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 654B7A86B4D; Tue, 19 Jan 2016 08:36:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14EC814BE; Tue, 19 Jan 2016 08:36:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8aT2r008246; Tue, 19 Jan 2016 08:36:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8aSuh008244; Tue, 19 Jan 2016 08:36:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190836.u0J8aSuh008244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:36:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406646 - head/net/gssdp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:36:30 -0000 Author: sunpoet Date: Tue Jan 19 08:36:28 2016 New Revision: 406646 URL: https://svnweb.freebsd.org/changeset/ports/406646 Log: - Update to 0.14.13 Changes: https://git.gnome.org/browse/gssdp/tree/NEWS Modified: head/net/gssdp/Makefile head/net/gssdp/distinfo Modified: head/net/gssdp/Makefile ============================================================================== --- head/net/gssdp/Makefile Tue Jan 19 08:36:23 2016 (r406645) +++ head/net/gssdp/Makefile Tue Jan 19 08:36:28 2016 (r406646) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gssdp -PORTVERSION= 0.14.12.1 +PORTVERSION= 0.14.13 CATEGORIES= net MASTER_SITES= GNOME Modified: head/net/gssdp/distinfo ============================================================================== --- head/net/gssdp/distinfo Tue Jan 19 08:36:23 2016 (r406645) +++ head/net/gssdp/distinfo Tue Jan 19 08:36:28 2016 (r406646) @@ -1,2 +1,2 @@ -SHA256 (gssdp-0.14.12.1.tar.xz) = b3d570455746284f3e65843c7f94d9595be54d68a9525629b625196bad2cac07 -SIZE (gssdp-0.14.12.1.tar.xz) = 297532 +SHA256 (gssdp-0.14.13.tar.xz) = 43057f0e3c07a12ad698cfb70420da21fc6e6eefe3c83161ef69e8308979eaea +SIZE (gssdp-0.14.13.tar.xz) = 297668 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:36:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27209A86B91; Tue, 19 Jan 2016 08:36:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D187D1591; Tue, 19 Jan 2016 08:36:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8aXbm008377; Tue, 19 Jan 2016 08:36:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8aXg1008374; Tue, 19 Jan 2016 08:36:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190836.u0J8aXg1008374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:36:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406647 - head/net/gupnp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:36:35 -0000 Author: sunpoet Date: Tue Jan 19 08:36:33 2016 New Revision: 406647 URL: https://svnweb.freebsd.org/changeset/ports/406647 Log: - Update to 0.20.15 Changes: https://git.gnome.org/browse/gupnp/tree/NEWS Modified: head/net/gupnp/Makefile head/net/gupnp/distinfo head/net/gupnp/pkg-plist Modified: head/net/gupnp/Makefile ============================================================================== --- head/net/gupnp/Makefile Tue Jan 19 08:36:28 2016 (r406646) +++ head/net/gupnp/Makefile Tue Jan 19 08:36:33 2016 (r406647) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gupnp -PORTVERSION= 0.20.14 -PORTREVISION= 1 +PORTVERSION= 0.20.15 CATEGORIES= net MASTER_SITES= GNOME @@ -12,7 +11,8 @@ COMMENT= Framework for UPnP devices LICENSE= LGPL20 -BUILD_DEPENDS= gobject-introspection>=0.6.4:${PORTSDIR}/devel/gobject-introspection +BUILD_DEPENDS= gobject-introspection>=0.6.4:${PORTSDIR}/devel/gobject-introspection \ + gssdp>=0.14.13:${PORTSDIR}/net/gssdp LIB_DEPENDS= libgssdp-1.0.so:${PORTSDIR}/net/gssdp \ libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid Modified: head/net/gupnp/distinfo ============================================================================== --- head/net/gupnp/distinfo Tue Jan 19 08:36:28 2016 (r406646) +++ head/net/gupnp/distinfo Tue Jan 19 08:36:33 2016 (r406647) @@ -1,2 +1,2 @@ -SHA256 (gupnp-0.20.14.tar.xz) = 77ffb940ba77c4a6426d09d41004c75d92652dcbde86c84ac1c847dbd9ad59bd -SIZE (gupnp-0.20.14.tar.xz) = 396764 +SHA256 (gupnp-0.20.15.tar.xz) = 0446b42d0d5b8adfcdca78832f2ce6173ab33793fca055afc97aec1fcc579fe2 +SIZE (gupnp-0.20.15.tar.xz) = 403812 Modified: head/net/gupnp/pkg-plist ============================================================================== --- head/net/gupnp/pkg-plist Tue Jan 19 08:36:28 2016 (r406646) +++ head/net/gupnp/pkg-plist Tue Jan 19 08:36:33 2016 (r406647) @@ -57,7 +57,6 @@ share/gtk-doc/html/gupnp/gupnp-gupnp-ser share/gtk-doc/html/gupnp/gupnp.devhelp2 share/gtk-doc/html/gupnp/home.png share/gtk-doc/html/gupnp/index.html -share/gtk-doc/html/gupnp/index.sgml share/gtk-doc/html/gupnp/ix01.html share/gtk-doc/html/gupnp/left-insensitive.png share/gtk-doc/html/gupnp/left.png From owner-svn-ports-head@freebsd.org Tue Jan 19 08:36:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 663CAA86BE3; Tue, 19 Jan 2016 08:36:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 337E71802; Tue, 19 Jan 2016 08:36:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8ahOw008595; Tue, 19 Jan 2016 08:36:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8ahPX008593; Tue, 19 Jan 2016 08:36:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190836.u0J8ahPX008593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:36:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406649 - head/textproc/rubygem-autoprefixer-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:36:44 -0000 Author: sunpoet Date: Tue Jan 19 08:36:42 2016 New Revision: 406649 URL: https://svnweb.freebsd.org/changeset/ports/406649 Log: - Update to 6.3.1 Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md Modified: head/textproc/rubygem-autoprefixer-rails/Makefile head/textproc/rubygem-autoprefixer-rails/distinfo Modified: head/textproc/rubygem-autoprefixer-rails/Makefile ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/Makefile Tue Jan 19 08:36:38 2016 (r406648) +++ head/textproc/rubygem-autoprefixer-rails/Makefile Tue Jan 19 08:36:42 2016 (r406649) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= autoprefixer-rails -PORTVERSION= 6.3.0 +PORTVERSION= 6.3.1 CATEGORIES= textproc ruby MASTER_SITES= RG Modified: head/textproc/rubygem-autoprefixer-rails/distinfo ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/distinfo Tue Jan 19 08:36:38 2016 (r406648) +++ head/textproc/rubygem-autoprefixer-rails/distinfo Tue Jan 19 08:36:42 2016 (r406649) @@ -1,2 +1,2 @@ -SHA256 (rubygem/autoprefixer-rails-6.3.0.gem) = 5a7775c5c9e03f7d741bee378de100a34332f22a6f496928794dd1cc94e41ec2 -SIZE (rubygem/autoprefixer-rails-6.3.0.gem) = 268800 +SHA256 (rubygem/autoprefixer-rails-6.3.1.gem) = a083271e9411ae1c0b1097d798dcad31a1934e5c52a15e00d999661cab1d4e1a +SIZE (rubygem/autoprefixer-rails-6.3.1.gem) = 268800 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:36:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2881A86BF9; Tue, 19 Jan 2016 08:36:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C47DA18EC; Tue, 19 Jan 2016 08:36:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8alYv008710; Tue, 19 Jan 2016 08:36:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8albP008708; Tue, 19 Jan 2016 08:36:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190836.u0J8albP008708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:36:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406650 - head/www/rubygem-http X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:36:49 -0000 Author: sunpoet Date: Tue Jan 19 08:36:47 2016 New Revision: 406650 URL: https://svnweb.freebsd.org/changeset/ports/406650 Log: - Update to 1.0.2 Changes: https://github.com/httprb/http/blob/master/CHANGES.md Modified: head/www/rubygem-http/Makefile head/www/rubygem-http/distinfo Modified: head/www/rubygem-http/Makefile ============================================================================== --- head/www/rubygem-http/Makefile Tue Jan 19 08:36:42 2016 (r406649) +++ head/www/rubygem-http/Makefile Tue Jan 19 08:36:47 2016 (r406650) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= http -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-http/distinfo ============================================================================== --- head/www/rubygem-http/distinfo Tue Jan 19 08:36:42 2016 (r406649) +++ head/www/rubygem-http/distinfo Tue Jan 19 08:36:47 2016 (r406650) @@ -1,2 +1,2 @@ -SHA256 (rubygem/http-1.0.1.gem) = 6e0ec42b0627dc110e81aabe48223e86905cf7501e42dfc3d52f0c47316695c1 -SIZE (rubygem/http-1.0.1.gem) = 62464 +SHA256 (rubygem/http-1.0.2.gem) = 90f0b96e221d6c4bd6cfbdb6e2ec5426e1bdbb61f833e2fa23ac8385cfdeb34b +SIZE (rubygem/http-1.0.2.gem) = 62464 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:36:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6313A86BBB; Tue, 19 Jan 2016 08:36:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 854D0164F; Tue, 19 Jan 2016 08:36:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8ac5S008479; Tue, 19 Jan 2016 08:36:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8acIM008478; Tue, 19 Jan 2016 08:36:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190836.u0J8acIM008478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:36:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406648 - head/www/npm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:36:39 -0000 Author: sunpoet Date: Tue Jan 19 08:36:38 2016 New Revision: 406648 URL: https://svnweb.freebsd.org/changeset/ports/406648 Log: - Add NODE010, NODE012 and NODE4 options Modified: head/www/npm/Makefile Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Tue Jan 19 08:36:33 2016 (r406647) +++ head/www/npm/Makefile Tue Jan 19 08:36:38 2016 (r406648) @@ -15,10 +15,13 @@ LICENSE= MIT RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= NODE NODE_DEVEL +OPTIONS_SINGLE_BACKEND= NODE NODE_DEVEL NODE010 NODE012 NODE4 OPTIONS_DEFAULT=NODE NODE_DESC= Use www/node as backend NODE_DEVEL_DESC=Use www/node-devel as backend +NODE010_DESC= Use www/node010 as backend +NODE012_DESC= Use www/node012 as backend +NODE4_DESC= Use www/node4 as backend MAKE_ARGS= npm_config_prefix=${STAGEDIR}${PREFIX} MANPREFIX= ${PREFIX}/lib/node_modules/npm @@ -40,6 +43,9 @@ SHEBANG_FILES= lib/utils/completion.sh \ NODE_DEVEL_RUN_DEPENDS= node-devel>=0.8.0:${PORTSDIR}/www/node-devel NODE_RUN_DEPENDS= node>=0.8.0:${PORTSDIR}/www/node +NODE010_RUN_DEPENDS= node010>=0.8.0:${PORTSDIR}/www/node010 +NODE012_RUN_DEPENDS= node012>=0.8.0:${PORTSDIR}/www/node012 +NODE4_RUN_DEPENDS= node4>=0.8.0:${PORTSDIR}/www/node4 .include From owner-svn-ports-head@freebsd.org Tue Jan 19 08:36:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A000A86C2F; Tue, 19 Jan 2016 08:36:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDB621A1E; Tue, 19 Jan 2016 08:36:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8aqVJ008829; Tue, 19 Jan 2016 08:36:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8aqD7008827; Tue, 19 Jan 2016 08:36:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190836.u0J8aqD7008827@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:36:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406651 - head/devel/rubygem-aws-sdk-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:36:54 -0000 Author: sunpoet Date: Tue Jan 19 08:36:52 2016 New Revision: 406651 URL: https://svnweb.freebsd.org/changeset/ports/406651 Log: - Update to 2.2.11 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Tue Jan 19 08:36:47 2016 (r406650) +++ head/devel/rubygem-aws-sdk-core/Makefile Tue Jan 19 08:36:52 2016 (r406651) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.2.10 +PORTVERSION= 2.2.11 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Tue Jan 19 08:36:47 2016 (r406650) +++ head/devel/rubygem-aws-sdk-core/distinfo Tue Jan 19 08:36:52 2016 (r406651) @@ -1,2 +1,2 @@ -SHA256 (rubygem/aws-sdk-core-2.2.10.gem) = 5353c7567c8280b565c936e0557421be7c0dc920578c7bf4e6756748434dbd07 -SIZE (rubygem/aws-sdk-core-2.2.10.gem) = 487936 +SHA256 (rubygem/aws-sdk-core-2.2.11.gem) = 738c9bad2a6b460fc7d87cc9cbf998e7198960846b8affaba13c4f6eda8410ee +SIZE (rubygem/aws-sdk-core-2.2.11.gem) = 491008 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:36:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 492A7A86C67; Tue, 19 Jan 2016 08:36:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F021A1AFF; Tue, 19 Jan 2016 08:36:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8avqQ008944; Tue, 19 Jan 2016 08:36:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8avik008942; Tue, 19 Jan 2016 08:36:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190836.u0J8avik008942@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:36:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406652 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:36:59 -0000 Author: sunpoet Date: Tue Jan 19 08:36:57 2016 New Revision: 406652 URL: https://svnweb.freebsd.org/changeset/ports/406652 Log: - Update to 2.2.11 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Tue Jan 19 08:36:52 2016 (r406651) +++ head/devel/rubygem-aws-sdk-resources/Makefile Tue Jan 19 08:36:57 2016 (r406652) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.2.10 +PORTVERSION= 2.2.11 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Tue Jan 19 08:36:52 2016 (r406651) +++ head/devel/rubygem-aws-sdk-resources/distinfo Tue Jan 19 08:36:57 2016 (r406652) @@ -1,2 +1,2 @@ -SHA256 (rubygem/aws-sdk-resources-2.2.10.gem) = 5d5351fb0afd64dc975793f74888a2f516eb7e8fdab4fd8162b4d62855a068c5 -SIZE (rubygem/aws-sdk-resources-2.2.10.gem) = 45056 +SHA256 (rubygem/aws-sdk-resources-2.2.11.gem) = 7930bdbb228a011023843c82bcff34032d75b61772efb5881fd80576d6e57e7e +SIZE (rubygem/aws-sdk-resources-2.2.11.gem) = 45056 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:37:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 265D7A86C85; Tue, 19 Jan 2016 08:37:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8C821BF7; Tue, 19 Jan 2016 08:37:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8b261009064; Tue, 19 Jan 2016 08:37:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8b2d5009062; Tue, 19 Jan 2016 08:37:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190837.u0J8b2d5009062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:37:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406653 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:37:04 -0000 Author: sunpoet Date: Tue Jan 19 08:37:02 2016 New Revision: 406653 URL: https://svnweb.freebsd.org/changeset/ports/406653 Log: - Update to 2.2.11 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Tue Jan 19 08:36:57 2016 (r406652) +++ head/devel/rubygem-aws-sdk/Makefile Tue Jan 19 08:37:02 2016 (r406653) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.2.10 +PORTVERSION= 2.2.11 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Tue Jan 19 08:36:57 2016 (r406652) +++ head/devel/rubygem-aws-sdk/distinfo Tue Jan 19 08:37:02 2016 (r406653) @@ -1,2 +1,2 @@ -SHA256 (rubygem/aws-sdk-2.2.10.gem) = a3bef5c74f1b7ba554a3810727b492891ea15cdaebdac5c8712b977a6a962e30 -SIZE (rubygem/aws-sdk-2.2.10.gem) = 4608 +SHA256 (rubygem/aws-sdk-2.2.11.gem) = 702c75a68a873fdb3f0fd34baaae5c486ad40ae16ed47fbc31582b1cafa96bb2 +SIZE (rubygem/aws-sdk-2.2.11.gem) = 4608 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:37:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17577A86CAC; Tue, 19 Jan 2016 08:37:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB3551CCF; Tue, 19 Jan 2016 08:37:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8b7Lp009181; Tue, 19 Jan 2016 08:37:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8b78N009179; Tue, 19 Jan 2016 08:37:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190837.u0J8b78N009179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:37:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406654 - head/devel/rubygem-capybara X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:37:09 -0000 Author: sunpoet Date: Tue Jan 19 08:37:07 2016 New Revision: 406654 URL: https://svnweb.freebsd.org/changeset/ports/406654 Log: - Update to 2.6.0 Changes: https://github.com/jnicklas/capybara/blob/master/History.md Modified: head/devel/rubygem-capybara/Makefile head/devel/rubygem-capybara/distinfo Modified: head/devel/rubygem-capybara/Makefile ============================================================================== --- head/devel/rubygem-capybara/Makefile Tue Jan 19 08:37:02 2016 (r406653) +++ head/devel/rubygem-capybara/Makefile Tue Jan 19 08:37:07 2016 (r406654) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= capybara -PORTVERSION= 2.5.0 +PORTVERSION= 2.6.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,7 +12,8 @@ COMMENT= Integration testing tool for ra LICENSE= MIT LICENSE_FILE= ${WRKSRC}/License.txt -RUN_DEPENDS= rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \ +RUN_DEPENDS= rubygem-addressable>=0:${PORTSDIR}/www/rubygem-addressable \ + rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \ rubygem-nokogiri>=1.3.3:${PORTSDIR}/textproc/rubygem-nokogiri \ rubygem-rack16>=1.0.0:${PORTSDIR}/www/rubygem-rack16 \ rubygem-rack-test>=0.5.4:${PORTSDIR}/www/rubygem-rack-test \ Modified: head/devel/rubygem-capybara/distinfo ============================================================================== --- head/devel/rubygem-capybara/distinfo Tue Jan 19 08:37:02 2016 (r406653) +++ head/devel/rubygem-capybara/distinfo Tue Jan 19 08:37:07 2016 (r406654) @@ -1,2 +1,2 @@ -SHA256 (rubygem/capybara-2.5.0.gem) = 755c32b0ba828b2671ca63605cce4e4c3b494b16e91bf4f99e445975488ebc61 -SIZE (rubygem/capybara-2.5.0.gem) = 240640 +SHA256 (rubygem/capybara-2.6.0.gem) = a34de24ef02b2cd42367f580a8b005e3793fb0a6a53a71d7d8c267ec1a1472fc +SIZE (rubygem/capybara-2.6.0.gem) = 220160 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:37:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DC36A86CFF; Tue, 19 Jan 2016 08:37:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0ADB61E3A; Tue, 19 Jan 2016 08:37:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8bCJK009295; Tue, 19 Jan 2016 08:37:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8bCk0009293; Tue, 19 Jan 2016 08:37:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190837.u0J8bCk0009293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:37:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406655 - head/devel/rubygem-eventmachine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:37:14 -0000 Author: sunpoet Date: Tue Jan 19 08:37:12 2016 New Revision: 406655 URL: https://svnweb.freebsd.org/changeset/ports/406655 Log: - Update to 1.0.9 Changes: https://github.com/eventmachine/eventmachine/blob/master/CHANGELOG.md Modified: head/devel/rubygem-eventmachine/Makefile head/devel/rubygem-eventmachine/distinfo Modified: head/devel/rubygem-eventmachine/Makefile ============================================================================== --- head/devel/rubygem-eventmachine/Makefile Tue Jan 19 08:37:07 2016 (r406654) +++ head/devel/rubygem-eventmachine/Makefile Tue Jan 19 08:37:12 2016 (r406655) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eventmachine -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.9 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-eventmachine/distinfo ============================================================================== --- head/devel/rubygem-eventmachine/distinfo Tue Jan 19 08:37:07 2016 (r406654) +++ head/devel/rubygem-eventmachine/distinfo Tue Jan 19 08:37:12 2016 (r406655) @@ -1,2 +1,2 @@ -SHA256 (rubygem/eventmachine-1.0.8.gem) = 57ba18d8f76fb43f8842dd17cc3cebc46eea06a5d5033b3131ac8f73c7bc3bbb -SIZE (rubygem/eventmachine-1.0.8.gem) = 232960 +SHA256 (rubygem/eventmachine-1.0.9.gem) = 67ac161bc9bae0072e71b646361e99a781d1717995d0dd02941776081fd18b07 +SIZE (rubygem/eventmachine-1.0.9.gem) = 235008 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:37:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECAD0A86D3D; Tue, 19 Jan 2016 08:37:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7E631E8B; Tue, 19 Jan 2016 08:37:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8bHGq009427; Tue, 19 Jan 2016 08:37:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8bHX4009425; Tue, 19 Jan 2016 08:37:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190837.u0J8bHX4009425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:37:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406656 - in head/irc/rubygem-cogbot: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:37:19 -0000 Author: sunpoet Date: Tue Jan 19 08:37:17 2016 New Revision: 406656 URL: https://svnweb.freebsd.org/changeset/ports/406656 Log: - Fix gemspec for rubygem-eventmachine 1.0.9 update - Bump PORTREVISION for package change Added: head/irc/rubygem-cogbot/files/ head/irc/rubygem-cogbot/files/patch-gemspec (contents, props changed) Modified: head/irc/rubygem-cogbot/Makefile Modified: head/irc/rubygem-cogbot/Makefile ============================================================================== --- head/irc/rubygem-cogbot/Makefile Tue Jan 19 08:37:12 2016 (r406655) +++ head/irc/rubygem-cogbot/Makefile Tue Jan 19 08:37:17 2016 (r406656) @@ -2,6 +2,7 @@ PORTNAME= cogbot PORTVERSION= 0.1.4 +PORTREVISION= 1 CATEGORIES= irc rubygems MASTER_SITES= RG Added: head/irc/rubygem-cogbot/files/patch-gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/rubygem-cogbot/files/patch-gemspec Tue Jan 19 08:37:17 2016 (r406656) @@ -0,0 +1,11 @@ +--- cogbot.gemspec.orig 2016-01-18 19:49:11 UTC ++++ cogbot.gemspec +@@ -25,7 +25,7 @@ Gem::Specification.new do |s| + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then + s.add_runtime_dependency(%q, ["= 2.3.1"]) + s.add_runtime_dependency(%q, ["~> 0.19.1"]) +- s.add_runtime_dependency(%q, ["= 1.0.8"]) ++ s.add_runtime_dependency(%q, [">= 1.0.8"]) + s.add_runtime_dependency(%q, ["~> 0.2.1"]) + s.add_runtime_dependency(%q, ["~> 1.6.6.4"]) + s.add_runtime_dependency(%q, ["~> 1.2.3"]) From owner-svn-ports-head@freebsd.org Tue Jan 19 08:37:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68797A86D84; Tue, 19 Jan 2016 08:37:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3479B1F68; Tue, 19 Jan 2016 08:37:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8bMPR009529; Tue, 19 Jan 2016 08:37:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8bMiI009528; Tue, 19 Jan 2016 08:37:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190837.u0J8bMiI009528@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:37:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406657 - head/net/rubygem-amqp067 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:37:23 -0000 Author: sunpoet Date: Tue Jan 19 08:37:22 2016 New Revision: 406657 URL: https://svnweb.freebsd.org/changeset/ports/406657 Log: - Mark DEPRECATED and set EXPIRATION_DATE to 2016-02-29 Modified: head/net/rubygem-amqp067/Makefile Modified: head/net/rubygem-amqp067/Makefile ============================================================================== --- head/net/rubygem-amqp067/Makefile Tue Jan 19 08:37:17 2016 (r406656) +++ head/net/rubygem-amqp067/Makefile Tue Jan 19 08:37:22 2016 (r406657) @@ -14,10 +14,12 @@ LICENSE_COMB= dual RUN_DEPENDS= rubygem-eventmachine>=0.12.4:${PORTSDIR}/devel/rubygem-eventmachine +DEPRECATED= Upstream prefers net/rubygem-bunny +EXPIRATION_DATE=2016-02-29 + PORTSCOUT= limit:0.6.7 NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Tue Jan 19 08:37:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E73FEA86DAE; Tue, 19 Jan 2016 08:37:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3337107C; Tue, 19 Jan 2016 08:37:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8bQ3a009630; Tue, 19 Jan 2016 08:37:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8bQUC009629; Tue, 19 Jan 2016 08:37:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190837.u0J8bQUC009629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:37:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406658 - head/net/rubygem-twitter-stream X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:37:28 -0000 Author: sunpoet Date: Tue Jan 19 08:37:26 2016 New Revision: 406658 URL: https://svnweb.freebsd.org/changeset/ports/406658 Log: - Add LICENSE_FILE Modified: head/net/rubygem-twitter-stream/Makefile Modified: head/net/rubygem-twitter-stream/Makefile ============================================================================== --- head/net/rubygem-twitter-stream/Makefile Tue Jan 19 08:37:22 2016 (r406657) +++ head/net/rubygem-twitter-stream/Makefile Tue Jan 19 08:37:26 2016 (r406658) @@ -11,13 +11,13 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Twitter realtime API client LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-eventmachine>=0.12.8:${PORTSDIR}/devel/rubygem-eventmachine \ rubygem-http_parser.rb>=0.5.1:${PORTSDIR}/net/rubygem-http_parser.rb \ rubygem-simple_oauth>=0.1.4:${PORTSDIR}/net/rubygem-simple_oauth NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Tue Jan 19 08:37:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D276A86E06; Tue, 19 Jan 2016 08:37:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A27B1147; Tue, 19 Jan 2016 08:37:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8bV9m009733; Tue, 19 Jan 2016 08:37:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8bVRf009732; Tue, 19 Jan 2016 08:37:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190837.u0J8bVRf009732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:37:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406659 - head/www/rubygem-em-twitter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:37:32 -0000 Author: sunpoet Date: Tue Jan 19 08:37:31 2016 New Revision: 406659 URL: https://svnweb.freebsd.org/changeset/ports/406659 Log: - Add LICENSE_FILE Modified: head/www/rubygem-em-twitter/Makefile Modified: head/www/rubygem-em-twitter/Makefile ============================================================================== --- head/www/rubygem-em-twitter/Makefile Tue Jan 19 08:37:26 2016 (r406658) +++ head/www/rubygem-em-twitter/Makefile Tue Jan 19 08:37:31 2016 (r406659) @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Twitter Streaming API client for EventMachine LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-buftok>=0.2:${PORTSDIR}/devel/rubygem-buftok \ rubygem-eventmachine>=1.0:${PORTSDIR}/devel/rubygem-eventmachine \ @@ -17,7 +18,6 @@ RUN_DEPENDS= rubygem-buftok>=0.2:${PORTS rubygem-simple_oauth>=0.2:${PORTSDIR}/net/rubygem-simple_oauth NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Tue Jan 19 08:37:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73415A86E45; Tue, 19 Jan 2016 08:37:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42A48125E; Tue, 19 Jan 2016 08:37:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8baOG009847; Tue, 19 Jan 2016 08:37:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8bajK009845; Tue, 19 Jan 2016 08:37:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190837.u0J8bajK009845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:37:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406660 - head/devel/rubygem-parser X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:37:37 -0000 Author: sunpoet Date: Tue Jan 19 08:37:35 2016 New Revision: 406660 URL: https://svnweb.freebsd.org/changeset/ports/406660 Log: - Update to 2.3.0.1 Changes: https://github.com/whitequark/parser/blob/master/CHANGELOG.md Modified: head/devel/rubygem-parser/Makefile head/devel/rubygem-parser/distinfo Modified: head/devel/rubygem-parser/Makefile ============================================================================== --- head/devel/rubygem-parser/Makefile Tue Jan 19 08:37:31 2016 (r406659) +++ head/devel/rubygem-parser/Makefile Tue Jan 19 08:37:35 2016 (r406660) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= parser -PORTVERSION= 2.2.3.0 +PORTVERSION= 2.3.0.1 CATEGORIES= devel ruby MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= Ruby parser written in pure Rub LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-ast>=1.1:${PORTSDIR}/devel/rubygem-ast +RUN_DEPENDS= rubygem-ast>=2.2:${PORTSDIR}/devel/rubygem-ast NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-parser/distinfo ============================================================================== --- head/devel/rubygem-parser/distinfo Tue Jan 19 08:37:31 2016 (r406659) +++ head/devel/rubygem-parser/distinfo Tue Jan 19 08:37:35 2016 (r406660) @@ -1,2 +1,2 @@ -SHA256 (rubygem/parser-2.2.3.0.gem) = 4cb1cf8b34f8d331c9f4a02e4b2f8068cde73b1c957c9c6f24401251d503ab91 -SIZE (rubygem/parser-2.2.3.0.gem) = 456704 +SHA256 (rubygem/parser-2.3.0.1.gem) = 536e8e5549927a118900608a05550ad77e5baff828c185f2a7211a9e5a0590c2 +SIZE (rubygem/parser-2.3.0.1.gem) = 505344 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:37:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A186BA86E8B; Tue, 19 Jan 2016 08:37:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 591A71340; Tue, 19 Jan 2016 08:37:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8bfew009976; Tue, 19 Jan 2016 08:37:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8bfsA009974; Tue, 19 Jan 2016 08:37:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190837.u0J8bfsA009974@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:37:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406661 - in head/devel/rubygem-rubocop: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:37:42 -0000 Author: sunpoet Date: Tue Jan 19 08:37:41 2016 New Revision: 406661 URL: https://svnweb.freebsd.org/changeset/ports/406661 Log: - Update to 0.36.0 Changes: https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md Deleted: head/devel/rubygem-rubocop/files/ Modified: head/devel/rubygem-rubocop/Makefile head/devel/rubygem-rubocop/distinfo Modified: head/devel/rubygem-rubocop/Makefile ============================================================================== --- head/devel/rubygem-rubocop/Makefile Tue Jan 19 08:37:35 2016 (r406660) +++ head/devel/rubygem-rubocop/Makefile Tue Jan 19 08:37:41 2016 (r406661) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rubocop -PORTVERSION= 0.35.1 +PORTVERSION= 0.36.0 CATEGORIES= devel ruby MASTER_SITES= RG @@ -11,12 +11,10 @@ COMMENT= Ruby code style checking tool LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-astrolabe>=1.3:${PORTSDIR}/devel/rubygem-astrolabe \ - rubygem-parser>=2.2.3.0:${PORTSDIR}/devel/rubygem-parser \ +RUN_DEPENDS= rubygem-parser>=2.3.0.0:${PORTSDIR}/devel/rubygem-parser \ rubygem-powerpack>=0.1:${PORTSDIR}/devel/rubygem-powerpack \ rubygem-rainbow>=1.99.1:${PORTSDIR}/devel/rubygem-rainbow \ - rubygem-ruby-progressbar>=1.7:${PORTSDIR}/devel/rubygem-ruby-progressbar \ - rubygem-tins>=0:${PORTSDIR}/devel/rubygem-tins + rubygem-ruby-progressbar>=1.7:${PORTSDIR}/devel/rubygem-ruby-progressbar NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-rubocop/distinfo ============================================================================== --- head/devel/rubygem-rubocop/distinfo Tue Jan 19 08:37:35 2016 (r406660) +++ head/devel/rubygem-rubocop/distinfo Tue Jan 19 08:37:41 2016 (r406661) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rubocop-0.35.1.gem) = 4f0b3ce1e3f9e6bb2b1409a3c49dbf7e4a682b7b083ee5ff20d5cee6846a38bf -SIZE (rubygem/rubocop-0.35.1.gem) = 317440 +SHA256 (rubygem/rubocop-0.36.0.gem) = e613b68a72930726a8aab8fba7afffef0b162edaa67b271b491fd18c6c350fec +SIZE (rubygem/rubocop-0.36.0.gem) = 366592 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:37:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFF3BA86EC5; Tue, 19 Jan 2016 08:37:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A9A8143F; Tue, 19 Jan 2016 08:37:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8bk5A010092; Tue, 19 Jan 2016 08:37:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8bkKZ010090; Tue, 19 Jan 2016 08:37:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190837.u0J8bkKZ010090@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:37:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406662 - head/devel/rubygem-powerbar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:37:47 -0000 Author: sunpoet Date: Tue Jan 19 08:37:46 2016 New Revision: 406662 URL: https://svnweb.freebsd.org/changeset/ports/406662 Log: - Update to 1.0.17 Changes: https://github.com/busyloop/powerbar/commits/master Modified: head/devel/rubygem-powerbar/Makefile head/devel/rubygem-powerbar/distinfo Modified: head/devel/rubygem-powerbar/Makefile ============================================================================== --- head/devel/rubygem-powerbar/Makefile Tue Jan 19 08:37:41 2016 (r406661) +++ head/devel/rubygem-powerbar/Makefile Tue Jan 19 08:37:46 2016 (r406662) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= powerbar -PORTVERSION= 1.0.16 +PORTVERSION= 1.0.17 CATEGORIES= devel ruby MASTER_SITES= RG Modified: head/devel/rubygem-powerbar/distinfo ============================================================================== --- head/devel/rubygem-powerbar/distinfo Tue Jan 19 08:37:41 2016 (r406661) +++ head/devel/rubygem-powerbar/distinfo Tue Jan 19 08:37:46 2016 (r406662) @@ -1,2 +1,2 @@ -SHA256 (rubygem/powerbar-1.0.16.gem) = 0565e2b8f7a6c75474bd9d6fcb020acd0abb7772e8971c99c2a640949471ae0d -SIZE (rubygem/powerbar-1.0.16.gem) = 2160640 +SHA256 (rubygem/powerbar-1.0.17.gem) = 840d9738832ed804ef0d49e69476651f712725213629591a56e50ec1ab05ebec +SIZE (rubygem/powerbar-1.0.17.gem) = 12288 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:37:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DB91A86F00; Tue, 19 Jan 2016 08:37:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FE141543; Tue, 19 Jan 2016 08:37:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8bpE8010207; Tue, 19 Jan 2016 08:37:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8bpuh010205; Tue, 19 Jan 2016 08:37:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190837.u0J8bpuh010205@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:37:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406663 - head/devel/rubygem-test-unit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:37:52 -0000 Author: sunpoet Date: Tue Jan 19 08:37:50 2016 New Revision: 406663 URL: https://svnweb.freebsd.org/changeset/ports/406663 Log: - Update to 3.1.6 - Fix LICENSE Changes: https://github.com/test-unit/test-unit/blob/master/doc/text/news.md Modified: head/devel/rubygem-test-unit/Makefile head/devel/rubygem-test-unit/distinfo Modified: head/devel/rubygem-test-unit/Makefile ============================================================================== --- head/devel/rubygem-test-unit/Makefile Tue Jan 19 08:37:46 2016 (r406662) +++ head/devel/rubygem-test-unit/Makefile Tue Jan 19 08:37:50 2016 (r406663) @@ -2,16 +2,17 @@ # $FreeBSD$ PORTNAME= test-unit -PORTVERSION= 3.1.5 +PORTVERSION= 3.1.6 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Improved version of Test::Unit bundled in Ruby -LICENSE= GPLv2 RUBY +LICENSE= GPLv2 PSFL RUBY LICENSE_COMB= dual LICENSE_FILE_GPLv2= ${WRKSRC}/GPL +LICENSE_FILE_PSFL= ${WRKSRC}/PSFL LICENSE_FILE_RUBY= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-power_assert>=0:${PORTSDIR}/devel/rubygem-power_assert Modified: head/devel/rubygem-test-unit/distinfo ============================================================================== --- head/devel/rubygem-test-unit/distinfo Tue Jan 19 08:37:46 2016 (r406662) +++ head/devel/rubygem-test-unit/distinfo Tue Jan 19 08:37:50 2016 (r406663) @@ -1,2 +1,2 @@ -SHA256 (rubygem/test-unit-3.1.5.gem) = 9c38357eb0342e7971b6e6c37691b1ceb5161736a0e92e314797e6cabfb4bf4b -SIZE (rubygem/test-unit-3.1.5.gem) = 122368 +SHA256 (rubygem/test-unit-3.1.6.gem) = dc5256b66ff20f77ab99eedb2dbc7b9e246a901646991063651aae3ed38a78b1 +SIZE (rubygem/test-unit-3.1.6.gem) = 124416 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:37:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08A29A86F44; Tue, 19 Jan 2016 08:37:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE8D0162B; Tue, 19 Jan 2016 08:37:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8btGg010324; Tue, 19 Jan 2016 08:37:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8btSl010322; Tue, 19 Jan 2016 08:37:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190837.u0J8btSl010322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:37:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406664 - head/dns/rubygem-dnsruby X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:37:57 -0000 Author: sunpoet Date: Tue Jan 19 08:37:55 2016 New Revision: 406664 URL: https://svnweb.freebsd.org/changeset/ports/406664 Log: - Update to 1.59.1 Changes: https://github.com/alexdalitz/dnsruby/blob/master/RELEASE_NOTES.md Modified: head/dns/rubygem-dnsruby/Makefile head/dns/rubygem-dnsruby/distinfo Modified: head/dns/rubygem-dnsruby/Makefile ============================================================================== --- head/dns/rubygem-dnsruby/Makefile Tue Jan 19 08:37:50 2016 (r406663) +++ head/dns/rubygem-dnsruby/Makefile Tue Jan 19 08:37:55 2016 (r406664) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsruby -PORTVERSION= 1.59.0 +PORTVERSION= 1.59.1 CATEGORIES= dns rubygems MASTER_SITES= RG Modified: head/dns/rubygem-dnsruby/distinfo ============================================================================== --- head/dns/rubygem-dnsruby/distinfo Tue Jan 19 08:37:50 2016 (r406663) +++ head/dns/rubygem-dnsruby/distinfo Tue Jan 19 08:37:55 2016 (r406664) @@ -1,2 +1,2 @@ -SHA256 (rubygem/dnsruby-1.59.0.gem) = 45d7236b1d6346fca03522e3192f9545875d887c491d1e63c4dcedf6a87819b8 -SIZE (rubygem/dnsruby-1.59.0.gem) = 232960 +SHA256 (rubygem/dnsruby-1.59.1.gem) = ffc1e7c98eb7d57e1325736654193a047d0e384c678ac2996c7a4e58245a649a +SIZE (rubygem/dnsruby-1.59.1.gem) = 233984 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:38:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0ECDA86F9C; Tue, 19 Jan 2016 08:38:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B01D182E; Tue, 19 Jan 2016 08:38:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8c0iJ010442; Tue, 19 Jan 2016 08:38:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8c0mY010440; Tue, 19 Jan 2016 08:38:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190838.u0J8c0mY010440@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:38:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406665 - head/finance/rubygem-money X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:38:01 -0000 Author: sunpoet Date: Tue Jan 19 08:38:00 2016 New Revision: 406665 URL: https://svnweb.freebsd.org/changeset/ports/406665 Log: - Update to 6.7.0 - Add LICENSE_FILE Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md Modified: head/finance/rubygem-money/Makefile head/finance/rubygem-money/distinfo Modified: head/finance/rubygem-money/Makefile ============================================================================== --- head/finance/rubygem-money/Makefile Tue Jan 19 08:37:55 2016 (r406664) +++ head/finance/rubygem-money/Makefile Tue Jan 19 08:38:00 2016 (r406665) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= money -PORTVERSION= 6.6.1 +PORTVERSION= 6.7.0 CATEGORIES= finance rubygems MASTER_SITES= RG @@ -10,11 +10,11 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Library for handling money and different currencies LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-i18n>=0.6.4:${PORTSDIR}/devel/rubygem-i18n NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/finance/rubygem-money/distinfo ============================================================================== --- head/finance/rubygem-money/distinfo Tue Jan 19 08:37:55 2016 (r406664) +++ head/finance/rubygem-money/distinfo Tue Jan 19 08:38:00 2016 (r406665) @@ -1,2 +1,2 @@ -SHA256 (rubygem/money-6.6.1.gem) = 080379950e251e23a783c0dc3f15913913eb28b2a05440aa345ef52f4d5d2e0e -SIZE (rubygem/money-6.6.1.gem) = 64000 +SHA256 (rubygem/money-6.7.0.gem) = b02da46c9d82c51ba626d62bc6e2482d8883e9db3a8a496ade9326e8c31dd29e +SIZE (rubygem/money-6.7.0.gem) = 66560 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:38:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48FD2A86FC9; Tue, 19 Jan 2016 08:38:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1AE4E18E4; Tue, 19 Jan 2016 08:38:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8c5Mh010559; Tue, 19 Jan 2016 08:38:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8c5us010557; Tue, 19 Jan 2016 08:38:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190838.u0J8c5us010557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:38:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406666 - head/mail/rubygem-rmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:38:06 -0000 Author: sunpoet Date: Tue Jan 19 08:38:04 2016 New Revision: 406666 URL: https://svnweb.freebsd.org/changeset/ports/406666 Log: - Update to 1.1.2 Changes: https://github.com/terceiro/rmail/blob/master/ChangeLog Modified: head/mail/rubygem-rmail/Makefile head/mail/rubygem-rmail/distinfo Modified: head/mail/rubygem-rmail/Makefile ============================================================================== --- head/mail/rubygem-rmail/Makefile Tue Jan 19 08:38:00 2016 (r406665) +++ head/mail/rubygem-rmail/Makefile Tue Jan 19 08:38:04 2016 (r406666) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rmail -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= mail rubygems MASTER_SITES= RG Modified: head/mail/rubygem-rmail/distinfo ============================================================================== --- head/mail/rubygem-rmail/distinfo Tue Jan 19 08:38:00 2016 (r406665) +++ head/mail/rubygem-rmail/distinfo Tue Jan 19 08:38:04 2016 (r406666) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rmail-1.1.1.gem) = 1261c1de276402fb85605dc9e7cd5d5d32947b94c0f4c2a7cf1655fe51787bba -SIZE (rubygem/rmail-1.1.1.gem) = 74752 +SHA256 (rubygem/rmail-1.1.2.gem) = 1168fcb5e80f18e9f106cb3c0bbe3544c26b4614fae0536a0c43a24d7a260c2a +SIZE (rubygem/rmail-1.1.2.gem) = 74752 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:38:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08020A87008; Tue, 19 Jan 2016 08:38:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBDB219F4; Tue, 19 Jan 2016 08:38:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8c921010674; Tue, 19 Jan 2016 08:38:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8c9T1010672; Tue, 19 Jan 2016 08:38:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190838.u0J8c9T1010672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:38:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406667 - head/misc/rubygem-dotenv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:38:11 -0000 Author: sunpoet Date: Tue Jan 19 08:38:09 2016 New Revision: 406667 URL: https://svnweb.freebsd.org/changeset/ports/406667 Log: - Update to 2.1.0 - Add LICENSE_FILE Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Modified: head/misc/rubygem-dotenv/Makefile head/misc/rubygem-dotenv/distinfo Modified: head/misc/rubygem-dotenv/Makefile ============================================================================== --- head/misc/rubygem-dotenv/Makefile Tue Jan 19 08:38:04 2016 (r406666) +++ head/misc/rubygem-dotenv/Makefile Tue Jan 19 08:38:09 2016 (r406667) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dotenv -PORTVERSION= 2.0.2 +PORTVERSION= 2.1.0 CATEGORIES= misc rubygems MASTER_SITES= RG @@ -9,6 +9,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Loads environment variables from `.env` LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USE_RUBY= yes Modified: head/misc/rubygem-dotenv/distinfo ============================================================================== --- head/misc/rubygem-dotenv/distinfo Tue Jan 19 08:38:04 2016 (r406666) +++ head/misc/rubygem-dotenv/distinfo Tue Jan 19 08:38:09 2016 (r406667) @@ -1,2 +1,2 @@ -SHA256 (rubygem/dotenv-2.0.2.gem) = 38fa416c99e4eddf8fdfe7bce1a71a3f8a58fccb5a02f26b230cc16d1da57710 -SIZE (rubygem/dotenv-2.0.2.gem) = 10240 +SHA256 (rubygem/dotenv-2.1.0.gem) = ce99c80d53c964c867a52e5a427ddbf08d1f22dd9c456e26ec5761d81b0a6a25 +SIZE (rubygem/dotenv-2.1.0.gem) = 10240 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:38:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F46AA8703A; Tue, 19 Jan 2016 08:38:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 315BD1AC2; Tue, 19 Jan 2016 08:38:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8cEoH010763; Tue, 19 Jan 2016 08:38:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8cEo0010762; Tue, 19 Jan 2016 08:38:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190838.u0J8cEo0010762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:38:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406668 - head/misc/rubygem-mimemagic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:38:15 -0000 Author: sunpoet Date: Tue Jan 19 08:38:14 2016 New Revision: 406668 URL: https://svnweb.freebsd.org/changeset/ports/406668 Log: - Add LICENSE_FILE Approved by: portmgr (blanket) Modified: head/misc/rubygem-mimemagic/Makefile Modified: head/misc/rubygem-mimemagic/Makefile ============================================================================== --- head/misc/rubygem-mimemagic/Makefile Tue Jan 19 08:38:09 2016 (r406667) +++ head/misc/rubygem-mimemagic/Makefile Tue Jan 19 08:38:14 2016 (r406668) @@ -10,9 +10,9 @@ COMMENT= MIME detection by extension or COMMENT= Detects the mime type of a file by extension or by content LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Tue Jan 19 08:38:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE39BA8706C; Tue, 19 Jan 2016 08:38:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEF8E1BB8; Tue, 19 Jan 2016 08:38:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8cITU010880; Tue, 19 Jan 2016 08:38:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8cItf010878; Tue, 19 Jan 2016 08:38:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190838.u0J8cItf010878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:38:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406669 - head/net/rubygem-ipaddress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:38:20 -0000 Author: sunpoet Date: Tue Jan 19 08:38:18 2016 New Revision: 406669 URL: https://svnweb.freebsd.org/changeset/ports/406669 Log: - Update to 0.8.2 - Add LICENSE_FILE Changes: https://github.com/bluemonk/ipaddress/blob/master/CHANGELOG.rdoc Modified: head/net/rubygem-ipaddress/Makefile head/net/rubygem-ipaddress/distinfo Modified: head/net/rubygem-ipaddress/Makefile ============================================================================== --- head/net/rubygem-ipaddress/Makefile Tue Jan 19 08:38:14 2016 (r406668) +++ head/net/rubygem-ipaddress/Makefile Tue Jan 19 08:38:18 2016 (r406669) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ipaddress -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.2 CATEGORIES= net rubygems MASTER_SITES= RG @@ -10,9 +10,9 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= IP address manipulation library for rubygems LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/net/rubygem-ipaddress/distinfo ============================================================================== --- head/net/rubygem-ipaddress/distinfo Tue Jan 19 08:38:14 2016 (r406668) +++ head/net/rubygem-ipaddress/distinfo Tue Jan 19 08:38:18 2016 (r406669) @@ -1,2 +1,2 @@ -SHA256 (rubygem/ipaddress-0.8.0.gem) = 398ac94becdbce3151acc8bb3854918c3d11e286e37e7595f082dad4fc259e33 -SIZE (rubygem/ipaddress-0.8.0.gem) = 34816 +SHA256 (rubygem/ipaddress-0.8.2.gem) = 34edaae7ccfd58ce047c708b850891ad16e331111c850ff9c2409a0677a3806a +SIZE (rubygem/ipaddress-0.8.2.gem) = 38400 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:38:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CD3FA870EB; Tue, 19 Jan 2016 08:38:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F14F51D63; Tue, 19 Jan 2016 08:38:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8cReZ011084; Tue, 19 Jan 2016 08:38:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8cRa0011082; Tue, 19 Jan 2016 08:38:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190838.u0J8cRa0011082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:38:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406671 - head/sysutils/rubygem-smart_proxy_remote_execution_ssh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:38:29 -0000 Author: sunpoet Date: Tue Jan 19 08:38:27 2016 New Revision: 406671 URL: https://svnweb.freebsd.org/changeset/ports/406671 Log: - Update to 0.0.11 - Sort PLIST_FILES - Fix indent Changes: https://github.com/theforeman/smart_proxy_remote_execution_ssh/commits/master Modified: head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo Modified: head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile ============================================================================== --- head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile Tue Jan 19 08:38:23 2016 (r406670) +++ head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile Tue Jan 19 08:38:27 2016 (r406671) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= smart_proxy_remote_execution_ssh -PORTVERSION= 0.0.10 +PORTVERSION= 0.0.11 CATEGORIES= sysutils ruby MASTER_SITES= RG @@ -17,20 +17,18 @@ RUN_DEPENDS= foreman-proxy>=1.9.0:${PORT rubygem-smart_proxy_dynflow>=0.0.3:${PORTSDIR}/sysutils/rubygem-smart_proxy_dynflow NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES= share/foreman-proxy/bundler.d/remote_execution_ssh.rb \ - "@sample etc/foreman-proxy/settings.d/remote_execution_ssh.yml.sample" +PLIST_FILES= "@sample etc/foreman-proxy/settings.d/remote_execution_ssh.yml.sample" \ + share/foreman-proxy/bundler.d/remote_execution_ssh.rb post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d - ${INSTALL_DATA} ${WRKSRC}/settings.d/remote_execution_ssh.yml.example \ - ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d/remote_execution_ssh.yml.sample - ${MKDIR} ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d - ${INSTALL_DATA} ${WRKSRC}/bundler.d/remote_execution_ssh.rb \ - ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d/remote_execution_ssh.rb + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d + ${INSTALL_DATA} ${WRKSRC}/settings.d/remote_execution_ssh.yml.example \ + ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d/remote_execution_ssh.yml.sample + ${INSTALL_DATA} ${WRKSRC}/bundler.d/remote_execution_ssh.rb \ + ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d/remote_execution_ssh.rb .include Modified: head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo ============================================================================== --- head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo Tue Jan 19 08:38:23 2016 (r406670) +++ head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo Tue Jan 19 08:38:27 2016 (r406671) @@ -1,2 +1,2 @@ -SHA256 (rubygem/smart_proxy_remote_execution_ssh-0.0.10.gem) = dc28364ad1329cf927c27e10107efb9d721fc51656350ecaf877954b148cc7ef -SIZE (rubygem/smart_proxy_remote_execution_ssh-0.0.10.gem) = 23040 +SHA256 (rubygem/smart_proxy_remote_execution_ssh-0.0.11.gem) = 536b5232f199a3552aefd08a6e5ee19ed6f7cbd665268af7adf9d80b51b159f5 +SIZE (rubygem/smart_proxy_remote_execution_ssh-0.0.11.gem) = 23040 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:38:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5887FA8712E; Tue, 19 Jan 2016 08:38:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B78D1E93; Tue, 19 Jan 2016 08:38:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8cWra011201; Tue, 19 Jan 2016 08:38:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8cWR8011199; Tue, 19 Jan 2016 08:38:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190838.u0J8cWR8011199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:38:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406672 - head/textproc/rubygem-github-linguist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:38:34 -0000 Author: sunpoet Date: Tue Jan 19 08:38:32 2016 New Revision: 406672 URL: https://svnweb.freebsd.org/changeset/ports/406672 Log: - Update to 4.7.4 Changes: https://github.com/github/linguist/releases https://github.com/github/linguist/commits/master Modified: head/textproc/rubygem-github-linguist/Makefile head/textproc/rubygem-github-linguist/distinfo Modified: head/textproc/rubygem-github-linguist/Makefile ============================================================================== --- head/textproc/rubygem-github-linguist/Makefile Tue Jan 19 08:38:27 2016 (r406671) +++ head/textproc/rubygem-github-linguist/Makefile Tue Jan 19 08:38:32 2016 (r406672) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= github-linguist -PORTVERSION= 4.7.3 +PORTVERSION= 4.7.4 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-github-linguist/distinfo ============================================================================== --- head/textproc/rubygem-github-linguist/distinfo Tue Jan 19 08:38:27 2016 (r406671) +++ head/textproc/rubygem-github-linguist/distinfo Tue Jan 19 08:38:32 2016 (r406672) @@ -1,2 +1,2 @@ -SHA256 (rubygem/github-linguist-4.7.3.gem) = f52dcebc58852131ca74e0acfd85c250b6f03836f88e1c34fd86351d025692e2 -SIZE (rubygem/github-linguist-4.7.3.gem) = 675840 +SHA256 (rubygem/github-linguist-4.7.4.gem) = 2fc4b68655807d2774d1fae9d27d6dc174973c9ed02f0cf2fb4f0885d1849577 +SIZE (rubygem/github-linguist-4.7.4.gem) = 680960 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:38:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6388BA87091; Tue, 19 Jan 2016 08:38:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 342AC1C8F; Tue, 19 Jan 2016 08:38:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8cNfQ010967; Tue, 19 Jan 2016 08:38:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8cNKY010966; Tue, 19 Jan 2016 08:38:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190838.u0J8cNKY010966@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:38:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406670 - head/sysutils/rubygem-ohai X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:38:24 -0000 Author: sunpoet Date: Tue Jan 19 08:38:23 2016 New Revision: 406670 URL: https://svnweb.freebsd.org/changeset/ports/406670 Log: - Add LICENSE_FILE - Add NO_ARCH Approved by: portmgr (blanket) Modified: head/sysutils/rubygem-ohai/Makefile Modified: head/sysutils/rubygem-ohai/Makefile ============================================================================== --- head/sysutils/rubygem-ohai/Makefile Tue Jan 19 08:38:18 2016 (r406669) +++ head/sysutils/rubygem-ohai/Makefile Tue Jan 19 08:38:23 2016 (r406670) @@ -10,6 +10,7 @@ MAINTAINER= renchap@cocoa-x.com COMMENT= Ohai profiles your system and emits JSON LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-ffi>=1.9.0:${PORTSDIR}/devel/rubygem-ffi \ rubygem-ffi-yajl>=1.0.1:${PORTSDIR}/devel/rubygem-ffi-yajl \ @@ -22,6 +23,7 @@ RUN_DEPENDS= rubygem-ffi>=1.9.0:${PORTSD rubygem-systemu>=2.6.4:${PORTSDIR}/devel/rubygem-systemu \ rubygem-wmi-lite>=1.0.0:${PORTSDIR}/devel/rubygem-wmi-lite +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Tue Jan 19 08:38:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EAA3A87160; Tue, 19 Jan 2016 08:38:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C04AA1F2B; Tue, 19 Jan 2016 08:38:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8cbUi011321; Tue, 19 Jan 2016 08:38:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8cbin011319; Tue, 19 Jan 2016 08:38:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190838.u0J8cbin011319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:38:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406673 - head/textproc/rubygem-html-pipeline X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:38:39 -0000 Author: sunpoet Date: Tue Jan 19 08:38:37 2016 New Revision: 406673 URL: https://svnweb.freebsd.org/changeset/ports/406673 Log: - Update to 2.2.4 - Update RUN_DEPENDS: use Rails 4 Changes: https://github.com/jch/html-pipeline/blob/master/CHANGELOG.md Modified: head/textproc/rubygem-html-pipeline/Makefile head/textproc/rubygem-html-pipeline/distinfo Modified: head/textproc/rubygem-html-pipeline/Makefile ============================================================================== --- head/textproc/rubygem-html-pipeline/Makefile Tue Jan 19 08:38:32 2016 (r406672) +++ head/textproc/rubygem-html-pipeline/Makefile Tue Jan 19 08:38:37 2016 (r406673) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= html-pipeline -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.4 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -11,11 +11,10 @@ COMMENT= GitHub HTML processing filters LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport>=2:${PORTSDIR}/devel/rubygem-activesupport \ +RUN_DEPENDS= rubygem-activesupport4>=2:${PORTSDIR}/devel/rubygem-activesupport4 \ rubygem-nokogiri>=1.4:${PORTSDIR}/textproc/rubygem-nokogiri NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/textproc/rubygem-html-pipeline/distinfo ============================================================================== --- head/textproc/rubygem-html-pipeline/distinfo Tue Jan 19 08:38:32 2016 (r406672) +++ head/textproc/rubygem-html-pipeline/distinfo Tue Jan 19 08:38:37 2016 (r406673) @@ -1,2 +1,2 @@ -SHA256 (rubygem/html-pipeline-2.2.2.gem) = 2015691b8fb57fcfb3eda56a02f90124365820020076939b326aa8bd53eb1d73 -SIZE (rubygem/html-pipeline-2.2.2.gem) = 36864 +SHA256 (rubygem/html-pipeline-2.2.4.gem) = 262a6747fa6fca9ad8a6c0ed72e7d08932bf620cd1f283c768cb385d9983210d +SIZE (rubygem/html-pipeline-2.2.4.gem) = 37376 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:38:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBB0CA8718A; Tue, 19 Jan 2016 08:38:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8FBF81003; Tue, 19 Jan 2016 08:38:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8cg7S011440; Tue, 19 Jan 2016 08:38:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8cgxa011438; Tue, 19 Jan 2016 08:38:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190838.u0J8cgxa011438@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:38:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406674 - head/www/rubygem-async_sinatra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:38:44 -0000 Author: sunpoet Date: Tue Jan 19 08:38:42 2016 New Revision: 406674 URL: https://svnweb.freebsd.org/changeset/ports/406674 Log: - Update to 1.2.1 Changes: https://github.com/raggi/async_sinatra/blob/master/CHANGELOG.rdoc Modified: head/www/rubygem-async_sinatra/Makefile head/www/rubygem-async_sinatra/distinfo Modified: head/www/rubygem-async_sinatra/Makefile ============================================================================== --- head/www/rubygem-async_sinatra/Makefile Tue Jan 19 08:38:37 2016 (r406673) +++ head/www/rubygem-async_sinatra/Makefile Tue Jan 19 08:38:42 2016 (r406674) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= async_sinatra -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.2.1 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-async_sinatra/distinfo ============================================================================== --- head/www/rubygem-async_sinatra/distinfo Tue Jan 19 08:38:37 2016 (r406673) +++ head/www/rubygem-async_sinatra/distinfo Tue Jan 19 08:38:42 2016 (r406674) @@ -1,2 +1,2 @@ -SHA256 (rubygem/async_sinatra-1.2.0.gem) = a092405723e54f47a5d6fd83deaa9b29ebd2f58d3443a89adb74150cd9dc4d6a -SIZE (rubygem/async_sinatra-1.2.0.gem) = 11264 +SHA256 (rubygem/async_sinatra-1.2.1.gem) = 5fe83dfab958ad6c0b2c9b4e2bfc6821f53f507dd0e7250afa4fb792b247f186 +SIZE (rubygem/async_sinatra-1.2.1.gem) = 11776 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:38:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F350A871B1; Tue, 19 Jan 2016 08:38:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5682C10F9; Tue, 19 Jan 2016 08:38:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J8clnF011554; Tue, 19 Jan 2016 08:38:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8clcx011552; Tue, 19 Jan 2016 08:38:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190838.u0J8clcx011552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:38:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406675 - head/www/rubygem-cuba X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:38:48 -0000 Author: sunpoet Date: Tue Jan 19 08:38:47 2016 New Revision: 406675 URL: https://svnweb.freebsd.org/changeset/ports/406675 Log: - Update to 3.5.0 Changes: https://github.com/soveran/cuba/blob/master/CHANGELOG Modified: head/www/rubygem-cuba/Makefile head/www/rubygem-cuba/distinfo Modified: head/www/rubygem-cuba/Makefile ============================================================================== --- head/www/rubygem-cuba/Makefile Tue Jan 19 08:38:42 2016 (r406674) +++ head/www/rubygem-cuba/Makefile Tue Jan 19 08:38:47 2016 (r406675) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cuba -PORTVERSION= 3.4.0 -PORTREVISION= 1 +PORTVERSION= 3.5.0 CATEGORIES= www rubygems MASTER_SITES= RG @@ -12,7 +11,7 @@ COMMENT= Microframework for web applicat LICENSE= MIT -RUN_DEPENDS= rubygem-rack16>=0:${PORTSDIR}/www/rubygem-rack16 +RUN_DEPENDS= rubygem-rack16>=1.6.0:${PORTSDIR}/www/rubygem-rack16 NO_ARCH= yes USE_RUBY= yes Modified: head/www/rubygem-cuba/distinfo ============================================================================== --- head/www/rubygem-cuba/distinfo Tue Jan 19 08:38:42 2016 (r406674) +++ head/www/rubygem-cuba/distinfo Tue Jan 19 08:38:47 2016 (r406675) @@ -1,2 +1,2 @@ -SHA256 (rubygem/cuba-3.4.0.gem) = 48e1bbb5fc794819f57f6f8c5c1f317826bfaaa36d2804f3eeb15f1627ed514b -SIZE (rubygem/cuba-3.4.0.gem) = 23040 +SHA256 (rubygem/cuba-3.5.0.gem) = 3959a94bebd7ba3c54e21b344bb980492b2c1b25b44db14a552218020dccc29e +SIZE (rubygem/cuba-3.5.0.gem) = 24064 From owner-svn-ports-head@freebsd.org Tue Jan 19 08:56:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6921FA8789B; Tue, 19 Jan 2016 08:56:36 +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 3FF581AE4; Tue, 19 Jan 2016 08:56:36 +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 u0J8uZCt017343; Tue, 19 Jan 2016 08:56:35 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8uYum017337; Tue, 19 Jan 2016 08:56:34 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201601190856.u0J8uYum017337@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 19 Jan 2016 08:56:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406676 - in head/biology: . bedtools bedtools/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:56:36 -0000 Author: wen Date: Tue Jan 19 08:56:34 2016 New Revision: 406676 URL: https://svnweb.freebsd.org/changeset/ports/406676 Log: The bedtools utilities are a suite of tools for performing a wide range of genomics analysis tasks. The most widely-used of these tools enable genome arithmetic, i.e., set theory on the genome. For example, with bedtools one can intersect, merge, count, complement, and shuffle genomic intervals from multiple files in common genomic formats such as BAM, BED, GFF/GTF, and VCF. Although each individual utility is designed to do a relatively simple task, e.g., intersect two interval files, more sophisticated analyses can be conducted by stringing together multiple bedtools operations on the command line or in shell scripts. WWW: http://bedtools.readthedocs.org/ PR: 204536 Submitted by: scottcheloha@gmail.com Added: head/biology/bedtools/ head/biology/bedtools/Makefile (contents, props changed) head/biology/bedtools/distinfo (contents, props changed) head/biology/bedtools/files/ head/biology/bedtools/files/patch-Makefile (contents, props changed) head/biology/bedtools/pkg-descr (contents, props changed) head/biology/bedtools/pkg-plist (contents, props changed) Modified: head/biology/Makefile Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Tue Jan 19 08:38:47 2016 (r406675) +++ head/biology/Makefile Tue Jan 19 08:56:34 2016 (r406676) @@ -8,6 +8,7 @@ SUBDIR += avida SUBDIR += babel SUBDIR += bcftools + SUBDIR += bedtools SUBDIR += biococoa SUBDIR += biojava SUBDIR += blat Added: head/biology/bedtools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/bedtools/Makefile Tue Jan 19 08:56:34 2016 (r406676) @@ -0,0 +1,27 @@ +# Created by: Scott Cheloha +# $FreeBSD$ + +PORTNAME= bedtools +PORTVERSION= 2.25.0 +DISTVERSIONPREFIX= v +CATEGORIES= biology +MASTER_SITES= GITHUB + +MAINTAINER= scottcheloha@gmail.com +COMMENT= Toolset for genome arithmetic + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= arq5x +GH_PROJECT= bedtools2 + +USES= gmake python +#NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|g' \ + ${WRKSRC}/Makefile + +.include Added: head/biology/bedtools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/bedtools/distinfo Tue Jan 19 08:56:34 2016 (r406676) @@ -0,0 +1,2 @@ +SHA256 (arq5x-bedtools2-v2.25.0_GH0.tar.gz) = 159122afb9978015f7ec85d7b17739b01415a5738086b20a48147eeefcf08cfb +SIZE (arq5x-bedtools2-v2.25.0_GH0.tar.gz) = 19586049 Added: head/biology/bedtools/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/bedtools/files/patch-Makefile Tue Jan 19 08:56:34 2016 (r406676) @@ -0,0 +1,56 @@ +--- Makefile.orig 2015-11-14 00:48:48 UTC ++++ Makefile +@@ -4,7 +4,7 @@ + # (c) 2009 Aaron Quinlan + # ========================== + +-SHELL := /bin/bash -e ++SHELL := /bin/sh -e + + VERSION_FILE=./src/utils/version/version_git.h + RELEASED_VERSION_FILE=./src/utils/version/version_release.txt +@@ -16,11 +16,11 @@ export OBJ_DIR = obj + export BIN_DIR = bin + export SRC_DIR = src + export UTIL_DIR = src/utils +-export CXX = g++ ++export CXX = c++ + #ifeq ($(DEBUG),1) + #export CXXFLAGS = -Wall -O0 -g -fno-inline -fkeep-inline-functions -D_FILE_OFFSET_BITS=64 -fPIC -DDEBUG -D_DEBUG + #else +-export CXXFLAGS = -Wall -O2 -D_FILE_OFFSET_BITS=64 -fPIC $(INCLUDES) ++export CXXFLAGS += -Wall -D_FILE_OFFSET_BITS=64 -fPIC $(INCLUDES) + #endif + export LIBS = -lz + export BT_ROOT = src/utils/BamTools/ +@@ -129,20 +129,17 @@ INCLUDES = -I$(SRC_DIR)/utils/bedFile \ + -I$(SRC_DIR)/utils/GenomeFile \ + -I$(SRC_DIR)/utils/RecordOutputMgr \ + -I$(SRC_DIR)/utils/ToolBase \ +- -I$(SRC_DIR)/utils/driver \ +- ++ -I$(SRC_DIR)/utils/driver + + all: print_banner $(OBJ_DIR) $(BIN_DIR) autoversion $(UTIL_SUBDIRS) $(SUBDIRS) + @echo "- Building main bedtools binary." + @$(CXX) $(CXXFLAGS) $(CPPFLAGS) -c src/bedtools.cpp -o obj/bedtools.o $(INCLUDES) + @$(CXX) $(CXXFLAGS) $(CPPFLAGS) -o $(BIN_DIR)/bedtools $(BUILT_OBJECTS) -L$(UTIL_DIR)/BamTools/lib/ -lbamtools $(LIBS) $(LDFLAGS) $(INCLUDES) + @echo "done." +- + @echo "- Creating executables for old CLI." + @python scripts/makeBashScripts.py + @chmod +x bin/* + @echo "done." +- + + .PHONY: all + +@@ -183,7 +180,7 @@ clean: + .PHONY: clean + + test: all +- @cd test; bash test.sh ++ @cd test; $(SHELL) test.sh + + .PHONY: test + Added: head/biology/bedtools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/bedtools/pkg-descr Tue Jan 19 08:56:34 2016 (r406676) @@ -0,0 +1,12 @@ +The bedtools utilities are a suite of tools for performing a wide range of +genomics analysis tasks. The most widely-used of these tools enable genome +arithmetic, i.e., set theory on the genome. For example, with bedtools one +can intersect, merge, count, complement, and shuffle genomic intervals from +multiple files in common genomic formats such as BAM, BED, GFF/GTF, and VCF. + +Although each individual utility is designed to do a relatively simple task, +e.g., intersect two interval files, more sophisticated analyses can be +conducted by stringing together multiple bedtools operations on the command +line or in shell scripts. + +WWW: http://bedtools.readthedocs.org/ Added: head/biology/bedtools/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/bedtools/pkg-plist Tue Jan 19 08:56:34 2016 (r406676) @@ -0,0 +1,37 @@ +bin/annotateBed +bin/bamToBed +bin/bamToFastq +bin/bed12ToBed6 +bin/bedToBam +bin/bedToIgv +bin/bedpeToBam +bin/bedtools +bin/closestBed +bin/clusterBed +bin/complementBed +bin/coverageBed +bin/expandCols +bin/fastaFromBed +bin/flankBed +bin/genomeCoverageBed +bin/getOverlap +bin/groupBy +bin/intersectBed +bin/linksBed +bin/mapBed +bin/maskFastaFromBed +bin/mergeBed +bin/multiBamCov +bin/multiIntersectBed +bin/nucBed +bin/pairToBed +bin/pairToPair +bin/randomBed +bin/shuffleBed +bin/slopBed +bin/sortBed +bin/subtractBed +bin/tagBam +bin/unionBedGraphs +bin/windowBed +bin/windowMaker From owner-svn-ports-head@freebsd.org Tue Jan 19 09:44:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8929AA88AFD; Tue, 19 Jan 2016 09:44:23 +0000 (UTC) (envelope-from matthew@freebsd.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.infracaninophile.co.uk", Issuer "infracaninophile.co.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 037561E8E; Tue, 19 Jan 2016 09:44:22 +0000 (UTC) (envelope-from matthew@freebsd.org) Received: from ox-dell39.ox.adestra.com (no-reverse-dns.metronet-uk.com [85.199.232.226] (may be forged)) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.15.2/8.15.2) with ESMTPSA id u0J9iABu046678 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Tue, 19 Jan 2016 09:44:16 GMT (envelope-from matthew@freebsd.org) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=freebsd.org DKIM-Filter: OpenDKIM Filter v2.10.3 smtp.infracaninophile.co.uk u0J9iABu046678 Authentication-Results: smtp.infracaninophile.co.uk/u0J9iABu046678; dkim=none; dkim-atps=neutral X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host no-reverse-dns.metronet-uk.com [85.199.232.226] (may be forged) claimed to be ox-dell39.ox.adestra.com Subject: Re: svn commit: r406552 - head/sysutils/ansible/files To: koobs@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201601180707.u0I77Abg053456@repo.freebsd.org> <569CBAB1.30807@FreeBSD.org> From: Matthew Seaman Message-ID: <569E0562.8080005@freebsd.org> Date: Tue, 19 Jan 2016 09:44:02 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <569CBAB1.30807@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="T2m6WE5Ao6Fg1c4xMmPjITJpUMPshIplf" X-Virus-Scanned: clamav-milter 0.99 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on lucid-nonsense.infracaninophile.co.uk X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 09:44:23 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --T2m6WE5Ao6Fg1c4xMmPjITJpUMPshIplf Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 01/18/16 10:13, Kubilay Kocak wrote: > On 18/01/2016 6:07 PM, Matthew Seaman wrote: >> If you have Python 3.x as the default, please set >> ansible_python_interpreter=3D%%LOCALBASE%%/bin/python2 >=20 > Is this supposed to read python3 ---------------------^ No. ansible needs python2 -- this is just telling the user how to enable ansible on a system that otherwise defaults to python3. Cheers, Matthew --T2m6WE5Ao6Fg1c4xMmPjITJpUMPshIplf Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJWngVpAAoJEABRPxDgqeTnGV0P+wZLazm3EJoi7wZVLDrxCU7X EGJMlFPP4nL64oFy1Tw/Q8MJmsJ8kXHAlMSsEiAWsIsTnZTi+GnaDIXYqpBZrWQo KQV47KJOPYpTncTiF0vyJ/S42Ohhjk/VvC7PSvdTsTtCOhOjBBSme2XWRoh1YnR1 iQsedmc5ZWHV32uw7gj2NkxJWvkmvTu/8WV9/JStreOMHv0IMEFj7Sh5co+FsJn7 uG4De7a3LYYJ5rT/QWIaa5l4Io9Z25/omYpYcUnkxWz8Mx1B2RpjoXLSC0hOXj0I D0tM5W1adEJJYmGk8V2vvdpABTvWerd6LlSM4kNVBqElqaHz6ZkxzBGW4KHpVRJr 7+eIf2SJUJ6FD0Bov3zUBHbHs14EmD2y+alII5QGROTIomWVtDLnjDgdhdt6xaKw 2gWW3c2ivHXSxowIi/4BzsR5axVJzWEZ28lnmoGk4QzLp/Pq4cX8RcU9BLTSfNA9 HTp8gIIkLtN6sH5rBb9XR5UDjD+KJ0h1LldVWUW19ydvGaFjUxXHUoUSpe4gDoli slmfN8YWX+nXOZBcYnDR7hRfkF1JnmtgJiLQlo8PdnVM+krodZSmaqB72JjTLBpC YfQn87bzc3s5WIl1q7Bj82XRvAeSwSfIJyWJZ3LgYO+eh47cJp15G/TUiqGkeUch txbZJdpC7BpaMCCFY/6o =4yQ4 -----END PGP SIGNATURE----- --T2m6WE5Ao6Fg1c4xMmPjITJpUMPshIplf-- From owner-svn-ports-head@freebsd.org Tue Jan 19 09:50:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13676A88C9A; Tue, 19 Jan 2016 09:50:12 +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 E2002112F; Tue, 19 Jan 2016 09:50:11 +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 u0J9oAub032710; Tue, 19 Jan 2016 09:50:10 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J9oAbV032707; Tue, 19 Jan 2016 09:50:10 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601190950.u0J9oAbV032707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 19 Jan 2016 09:50:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406678 - in head/net: libproxy libproxy-python X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 09:50:12 -0000 Author: rakuco Date: Tue Jan 19 09:50:10 2016 New Revision: 406678 URL: https://svnweb.freebsd.org/changeset/ports/406678 Log: Modernize net/libproxy-python and fix dependencies. In preparation for updating the libproxy ports to 0.4.12, first land some changes that also apply to 0.4.6 and can be MFH'ed. - Make net/libproxy a run-time dependency: we only install .py files in this port, and they only load libproxy.so when being run. Consequently, also set NO_ARCH=yes. - Set NO_BUILD=yes and modernize the installation. Instead of having an empty do-build target and invoking Python's compileall.py in post-build, do it like most other ports and call it in post-install (this requires guarding the post-install target in net/libproxy's Makefile). We also pass -d to compileall.py to avoid having ${STAGEDIR} in the .pyc and .pyo files (and shown in exception tracebacks). - Let the port handle installation instead of defining do-install. We just need to set INSTALL_WRKSRC appropriately to avoid installing more files than we want. Approved by: gnome (kwm) Modified: head/net/libproxy-python/Makefile head/net/libproxy-python/pkg-plist head/net/libproxy/Makefile Modified: head/net/libproxy-python/Makefile ============================================================================== --- head/net/libproxy-python/Makefile Tue Jan 19 09:48:59 2016 (r406677) +++ head/net/libproxy-python/Makefile Tue Jan 19 09:50:10 2016 (r406678) @@ -2,36 +2,32 @@ # $FreeBSD$ # $MCom: ports/net/libproxy-python/Makefile,v 1.1 2011/01/12 13:10:54 kwm Exp $ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net lang PKGNAMESUFFIX= -python MAINTAINER= gnome@FreeBSD.org COMMENT= python binding for libproxy -LIB_DEPENDS= libproxy.so:${PORTSDIR}/net/libproxy +RUN_DEPENDS= libproxy>=${PORTVERSION}:${PORTSDIR}/net/libproxy MASTERDIR= ${.CURDIR}/../libproxy DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist -USES+= python -LIBPROXY_SLAVE= python +INSTALL_WRKSRC= ${CONFIGURE_WRKSRC}/bindings/python +NO_ARCH= yes +NO_BUILD= yes +USES= python -do-build: -# empty +LIBPROXY_SLAVE= python -post-build: - ${PYTHON_CMD} -Qold ${PYTHON_LIBDIR}/compileall.py \ - ${WRKSRC}/bindings/python +post-install: + ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ + -f -d ${PYTHONPREFIX_SITELIBDIR} \ + ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ - ${WRKSRC}/bindings/python - -do-install: - @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} -.for file in libproxy.py libproxy.pyc libproxy.pyo - ${INSTALL_DATA} ${WRKSRC}/bindings/python/${file} \ - ${STAGEDIR}${PYTHON_SITELIBDIR} -.endfor + -f -d ${PYTHONPREFIX_SITELIBDIR} \ + ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} .include "${MASTERDIR}/Makefile" Modified: head/net/libproxy-python/pkg-plist ============================================================================== --- head/net/libproxy-python/pkg-plist Tue Jan 19 09:48:59 2016 (r406677) +++ head/net/libproxy-python/pkg-plist Tue Jan 19 09:50:10 2016 (r406678) @@ -1,4 +1,3 @@ %%PYTHON_SITELIBDIR%%/libproxy.py %%PYTHON_SITELIBDIR%%/libproxy.pyc %%PYTHON_SITELIBDIR%%/libproxy.pyo -@dir lib/libproxy/%%VERSION%%/modules Modified: head/net/libproxy/Makefile ============================================================================== --- head/net/libproxy/Makefile Tue Jan 19 09:48:59 2016 (r406677) +++ head/net/libproxy/Makefile Tue Jan 19 09:50:10 2016 (r406678) @@ -66,7 +66,10 @@ CMAKE_ARGS+= -DWITH_MOZJS:BOOL=OFF . endif .endif +# This will be removed after the update to 0.4.12. +.if !target(post-install) post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/libproxy/${PORTVERSION}/modules/ +.endif .include From owner-svn-ports-head@freebsd.org Tue Jan 19 10:00:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C61CA8729F; Tue, 19 Jan 2016 10:00:29 +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 CCBE018C9; Tue, 19 Jan 2016 10:00:28 +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 u0JA0R6P036440; Tue, 19 Jan 2016 10:00:27 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JA0PtB036419; Tue, 19 Jan 2016 10:00:25 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601191000.u0JA0PtB036419@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 19 Jan 2016 10:00:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406680 - in head: . net net/libproxy net/libproxy-gnome net/libproxy-gnome3 net/libproxy-kde net/libproxy-mozjs net/libproxy-perl net/libproxy-python net/libproxy-webkit net/libproxy/f... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 10:00:29 -0000 Author: rakuco Date: Tue Jan 19 10:00:25 2016 New Revision: 406680 URL: https://svnweb.freebsd.org/changeset/ports/406680 Log: Update libproxy and its slave ports to 0.4.12. After being dormant since 2013, libproxy development picked up some steam at the end of last year, and the project moved from Google Code to GitHub, where its releases are also being hosted. A summary of changes between 0.4.6 and 0.4.12 can be found here: https://github.com/libproxy/libproxy/blob/0.4.12/NEWS The libproxy ports themselves have undergone several changes too: * net/libproxy - Drop a lot of patches that are no longer necessary. - Add a few patches that I have sent upstream, and add some context to the 0.4.6 patches that are still required. - Explicitly disable a few build options (.NET bindings, for example). - Switch to an out-of-source CMake build (also applies to the slave ports). - Drop the unnecessary post-install target, likely added before pkg and our ports system got smart enough to remove directories when needed. * net/libproxy-gnome - Explicitly add dependency on devel/glib20 as the code links against GObject. - Make it clear that this plug-in targets GNOME2 desktops and uses GConf to read proxy settings. * net/libproxy-gnome3 - New port. Similar to libproxy-gnome, but targets GNOME3/Mate and reads proxy settings via GSettings instead. libproxy-gnome retained its name to avoid confusing users and requiring instructions in UPDATING. * net/libproxy-kde - The KDE configuration plug-in has been rewritten upstream and no longer links against Qt or any KDE libraries. Instead, it just has a run-time dependency on either kreadconfig (from KDE4) or kreadconfig5 (from KDE Frameworks 5). * net/libproxy-mozjs - Resurrect the port; the plug-in has been rewritten and now uses lang/spidermonkey185 to parse the JavaScript in .pac files. * net/libproxy-webkit - Switch to depending www/webkit-gtk3 instead of www/webkit-gtk2. In practice, there is no huge difference since libproxy only uses the JavaScriptCore layer (which is toolkit-independent) to parse .pac files. Finally, thanks to mat@ for answering some questions about libproxy-perl and which Perl patches still needed to be retained or rewritten. Approved by: gnome (kwm) Added: head/net/libproxy-gnome3/ head/net/libproxy-gnome3/Makefile (contents, props changed) head/net/libproxy-gnome3/pkg-descr (contents, props changed) head/net/libproxy-gnome3/pkg-plist (contents, props changed) head/net/libproxy-mozjs/ - copied from r325861, head/net/libproxy-mozjs/ head/net/libproxy/files/patch-libproxy_cmake_modules_config__kde.cmk (contents, props changed) Deleted: head/net/libproxy/files/patch-CVE-2012-4504 head/net/libproxy/files/patch-libmodman_CMakeLists.txt head/net/libproxy/files/patch-libproxy_cmake_devfiles.cmk head/net/libproxy/files/patch-libproxy_cmake_libproxy.cmk head/net/libproxy/files/patch-libproxy_cmake_modules_config-gnome.cmk head/net/libproxy/files/patch-libproxy_cmake_modules_network-networkmanager.cmk head/net/libproxy/files/patch-libproxy_cmake_modules_pacrunner-webkit.cmk head/net/libproxy/files/patch-libproxy_modules_pacrunner__webkit.cpp head/net/libproxy/files/patch-libproxy_proxy.cpp head/net/libproxy/files/patch-libproxy_url.cpp head/net/libproxy/files/patch-libproxy_url.hpp head/net/libproxy/files/patch-utils-CMakeLists.txt Modified: head/MOVED head/net/Makefile head/net/libproxy-gnome/Makefile head/net/libproxy-gnome/pkg-descr head/net/libproxy-kde/Makefile head/net/libproxy-kde/pkg-plist head/net/libproxy-mozjs/Makefile head/net/libproxy-perl/Makefile head/net/libproxy-perl/pkg-plist head/net/libproxy-python/Makefile head/net/libproxy-webkit/Makefile head/net/libproxy/Makefile head/net/libproxy/distinfo head/net/libproxy/files/patch-bindings_perl_src_CMakeLists.txt head/net/libproxy/files/patch-libproxy_CMakeLists.txt head/net/libproxy/files/patch-libproxy_cmake_modules.cmk head/net/libproxy/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Tue Jan 19 09:51:13 2016 (r406679) +++ head/MOVED Tue Jan 19 10:00:25 2016 (r406680) @@ -4887,7 +4887,6 @@ graphics/phpsview||2013-09-01|Has expire misc/usbrh||2013-09-01|Has expired: Broken on FreeBSD 8 and newer net/atmsupport||2013-09-01|Has expired: Broken on FreeBSD 8 and newer comms/ib-kmod||2013-09-01|Has expired: Broken on FreeBSD 8 and newer -net/libproxy-mozjs||2013-09-01|Has expired: Does not work with newer libxul www/helixplugin||2013-09-01|Has expired: Does not work with newer libxul deskutils/chmsee||2013-09-01|Has expired: Does not work with newer libxul www/moonshine||2013-09-01|Has expired: Does not work with newer libxul Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Jan 19 09:51:13 2016 (r406679) +++ head/net/Makefile Tue Jan 19 10:00:25 2016 (r406680) @@ -339,7 +339,9 @@ SUBDIR += libpcapnav SUBDIR += libproxy SUBDIR += libproxy-gnome + SUBDIR += libproxy-gnome3 SUBDIR += libproxy-kde + SUBDIR += libproxy-mozjs SUBDIR += libproxy-perl SUBDIR += libproxy-python SUBDIR += libproxy-webkit Modified: head/net/libproxy-gnome/Makefile ============================================================================== --- head/net/libproxy-gnome/Makefile Tue Jan 19 09:51:13 2016 (r406679) +++ head/net/libproxy-gnome/Makefile Tue Jan 19 10:00:25 2016 (r406680) @@ -2,28 +2,30 @@ # $FreeBSD$ # $MCom: ports/net/libproxy-gnome/Makefile,v 1.1 2011/01/12 13:10:53 kwm Exp $ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= net devel PKGNAMESUFFIX= -gnome MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME plug-in for libproxy +COMMENT= GConf-based plug-in for libproxy LIB_DEPENDS= libproxy.so:${PORTSDIR}/net/libproxy MASTERDIR= ${.CURDIR}/../libproxy DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist -USE_GNOME= gconf2 + +ALL_TARGET= config_gnome pxgconf +USE_GNOME= gconf2 glib20 USES= pkgconfig LIBPROXY_SLAVE= gnome do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/modules/ - ${INSTALL_LIB} ${WRKSRC}/libproxy/config_gnome.so \ + ${INSTALL_LIB} ${BUILD_WRKSRC}/libproxy/config_gnome.so \ ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/modules/ - ${INSTALL_PROGRAM} ${WRKSRC}/libproxy/pxgconf \ + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/libproxy/pxgconf \ ${STAGEDIR}${PREFIX}/libexec/ .include "${MASTERDIR}/Makefile" Modified: head/net/libproxy-gnome/pkg-descr ============================================================================== --- head/net/libproxy-gnome/pkg-descr Tue Jan 19 09:51:13 2016 (r406679) +++ head/net/libproxy-gnome/pkg-descr Tue Jan 19 10:00:25 2016 (r406680) @@ -2,6 +2,7 @@ Libproxy exists to answer the question: reach it? It handles all the details, enabling you to get back to programming. -This plug-in allows the GNOME Desktop to make use of libproxy. +This plug-in allows libproxy to obtain proxy settings from a GNOME2 desktop +by using GConf. WWW: https://libproxy.github.io/libproxy/ Added: head/net/libproxy-gnome3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libproxy-gnome3/Makefile Tue Jan 19 10:00:25 2016 (r406680) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTREVISION= 0 +CATEGORIES= net devel +PKGNAMESUFFIX= -gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GSettings-based configuration plug-in for libproxy + +LIB_DEPENDS= libproxy.so:${PORTSDIR}/net/libproxy + +MASTERDIR= ${.CURDIR}/../libproxy +DESCR= ${.CURDIR}/pkg-descr +PLIST= ${.CURDIR}/pkg-plist + +ALL_TARGET= config_gnome3 pxgsettings +USE_GNOME= glib20 +USES= pkgconfig + +LIBPROXY_SLAVE= gnome3 + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/modules/ + ${INSTALL_LIB} ${BUILD_WRKSRC}/libproxy/config_gnome3.so \ + ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/modules/ + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/libproxy/pxgsettings \ + ${STAGEDIR}${PREFIX}/libexec/ + +.include "${MASTERDIR}/Makefile" Added: head/net/libproxy-gnome3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libproxy-gnome3/pkg-descr Tue Jan 19 10:00:25 2016 (r406680) @@ -0,0 +1,8 @@ +Libproxy exists to answer the question: Given a network resource, how do I +reach it? It handles all the details, enabling you to get back to +programming. + +This plug-in allows libproxy to obtain proxy settings from a GNOME3 desktop +by using GSettings. + +WWW: https://libproxy.github.io/libproxy/ Added: head/net/libproxy-gnome3/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libproxy-gnome3/pkg-plist Tue Jan 19 10:00:25 2016 (r406680) @@ -0,0 +1,2 @@ +lib/libproxy/%%VERSION%%/modules/config_gnome3.so +libexec/pxgsettings Modified: head/net/libproxy-kde/Makefile ============================================================================== --- head/net/libproxy-kde/Makefile Tue Jan 19 09:51:13 2016 (r406679) +++ head/net/libproxy-kde/Makefile Tue Jan 19 10:00:25 2016 (r406680) @@ -2,7 +2,7 @@ # $FreeBSD$ # $MCom: ports/net/libproxy-kde/Makefile,v 1.1 2011/01/12 13:10:53 kwm Exp $ -PORTREVISION= 6 +PORTREVISION= 0 CATEGORIES= net devel PKGNAMESUFFIX= -kde @@ -14,14 +14,15 @@ LIB_DEPENDS= libproxy.so:${PORTSDIR}/net MASTERDIR= ${.CURDIR}/../libproxy DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist -USE_QT4= corelib moc_build qmake_build uic_build rcc_build -USE_KDE4= automoc4 kdelibs + +ALL_TARGET= config_kde +USE_KDE4= runtime LIBPROXY_SLAVE= kde do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/modules/ - ${INSTALL_LIB} ${WRKSRC}/lib/config_kde4.so \ + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/modules/ + ${INSTALL_LIB} ${BUILD_WRKSRC}/libproxy/config_kde.so \ ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/modules/ .include "${MASTERDIR}/Makefile" Modified: head/net/libproxy-kde/pkg-plist ============================================================================== --- head/net/libproxy-kde/pkg-plist Tue Jan 19 09:51:13 2016 (r406679) +++ head/net/libproxy-kde/pkg-plist Tue Jan 19 10:00:25 2016 (r406680) @@ -1 +1 @@ -lib/libproxy/%%VERSION%%/modules/config_kde4.so +lib/libproxy/%%VERSION%%/modules/config_kde.so Modified: head/net/libproxy-mozjs/Makefile ============================================================================== --- head/net/libproxy-mozjs/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/net/libproxy-mozjs/Makefile Tue Jan 19 10:00:25 2016 (r406680) @@ -1,34 +1,29 @@ -# New ports collection makefile for: libproxy-mozjs -# Date created: 26 February 2009 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/net/libproxy-mozjs/Makefile,v 1.5 2011/01/12 13:10:53 kwm Exp $ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= net www PKGNAMESUFFIX= -mozjs MAINTAINER= gnome@FreeBSD.org COMMENT= Mozilla JavaScript plug-in for libproxy -BROKEN= Does not work with newer libxul - -DEPRECATED= Does not work with newer libxul -EXPIRATION_DATE= 2013-09-01 - - -LIB_DEPENDS= proxy.1:${PORTSDIR}/net/libproxy +LIB_DEPENDS= libmozjs185.so:${PORTSDIR}/lang/spidermonkey185 \ + libproxy.so:${PORTSDIR}/net/libproxy MASTERDIR= ${.CURDIR}/../libproxy DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist -USE_GECKO= libxul + +ALL_TARGET= pacrunner_mozjs +USES= pkgconfig LIBPROXY_SLAVE= mozjs do-install: - ${INSTALL_LIB} ${WRKSRC}/libproxy/pacrunner_mozjs.so \ - ${PREFIX}/lib/libproxy/${PORTVERSION}/modules/ + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/modules/ + ${INSTALL_LIB} ${BUILD_WRKSRC}/libproxy/pacrunner_mozjs.so \ + ${STAGEDIR}${PREFIX}/lib/libproxy/${PORTVERSION}/modules/ .include "${MASTERDIR}/Makefile" Modified: head/net/libproxy-perl/Makefile ============================================================================== --- head/net/libproxy-perl/Makefile Tue Jan 19 09:51:13 2016 (r406679) +++ head/net/libproxy-perl/Makefile Tue Jan 19 10:00:25 2016 (r406680) @@ -2,7 +2,7 @@ # $FreeBSD$ # $MCom: ports/net/libproxy-perl/Makefile,v 1.1 2011/01/12 13:10:53 kwm Exp $ -PORTREVISION= 3 +PORTREVISION= 0 CATEGORIES= net lang PKGNAMESUFFIX= -perl @@ -14,8 +14,10 @@ LIB_DEPENDS= libproxy.so:${PORTSDIR}/net MASTERDIR= ${.CURDIR}/../libproxy DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist + +BUILD_WRKSRC= ${CONFIGURE_WRKSRC}/bindings/perl +INSTALL_WRKSRC= ${CONFIGURE_WRKSRC}/bindings/perl USES= perl5 -INSTALL_WRKSRC= ${WRKSRC}/bindings/perl LIBPROXY_SLAVE= perl Modified: head/net/libproxy-perl/pkg-plist ============================================================================== --- head/net/libproxy-perl/pkg-plist Tue Jan 19 09:51:13 2016 (r406679) +++ head/net/libproxy-perl/pkg-plist Tue Jan 19 10:00:25 2016 (r406680) @@ -1,3 +1,2 @@ %%SITE_ARCH%%/Net/Libproxy.pm %%SITE_ARCH%%/auto/Net/Libproxy/Libproxy.so -@dir lib/libproxy/%%VERSION%%/modules Modified: head/net/libproxy-python/Makefile ============================================================================== --- head/net/libproxy-python/Makefile Tue Jan 19 09:51:13 2016 (r406679) +++ head/net/libproxy-python/Makefile Tue Jan 19 10:00:25 2016 (r406680) @@ -2,7 +2,7 @@ # $FreeBSD$ # $MCom: ports/net/libproxy-python/Makefile,v 1.1 2011/01/12 13:10:54 kwm Exp $ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= net lang PKGNAMESUFFIX= -python Modified: head/net/libproxy-webkit/Makefile ============================================================================== --- head/net/libproxy-webkit/Makefile Tue Jan 19 09:51:13 2016 (r406679) +++ head/net/libproxy-webkit/Makefile Tue Jan 19 10:00:25 2016 (r406680) @@ -2,26 +2,28 @@ # $FreeBSD$ # $MCom: ports/net/libproxy-webkit/Makefile,v 1.13 2011/03/06 23:12:41 kwm Exp $ -PORTREVISION= 4 +PORTREVISION= 0 CATEGORIES= net www PKGNAMESUFFIX= -webkit MAINTAINER= gnome@FreeBSD.org COMMENT= WebKit JavaScript plug-in for libproxy -LIB_DEPENDS= libproxy.so:${PORTSDIR}/net/libproxy \ - libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 +LIB_DEPENDS= libjavascriptcoregtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \ + libproxy.so:${PORTSDIR}/net/libproxy MASTERDIR= ${.CURDIR}/../libproxy DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist + +ALL_TARGET= pacrunner_webkit USES= pkgconfig LIBPROXY_SLAVE= webkit do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/libproxy/${PORTVERSION}/modules/ - ${INSTALL_LIB} ${WRKSRC}/libproxy/pacrunner_webkit.so \ + ${INSTALL_LIB} ${BUILD_WRKSRC}/libproxy/pacrunner_webkit.so \ ${STAGEDIR}${PREFIX}/lib/libproxy/${PORTVERSION}/modules/ .include "${MASTERDIR}/Makefile" Modified: head/net/libproxy/Makefile ============================================================================== --- head/net/libproxy/Makefile Tue Jan 19 09:51:13 2016 (r406679) +++ head/net/libproxy/Makefile Tue Jan 19 10:00:25 2016 (r406680) @@ -3,25 +3,30 @@ # $MCom: ports/net/libproxy/Makefile,v 1.1 2011/01/12 13:10:52 kwm Exp $ PORTNAME= libproxy -PORTVERSION= 0.4.6 -PORTREVISION?= 1 +PORTVERSION= 0.4.12 +PORTREVISION?= 0 CATEGORIES?= net devel -MASTER_SITES= GOOGLE_CODE MAINTAINER= gnome@FreeBSD.org COMMENT?= Library that provides automatic proxy configuration management -USES+= cmake cpe -CPE_VENDOR= libproxy_project +CPE_VENDOR= libproxy_project +PATHFIX_CMAKELISTSTXT= devfiles.cmk +USE_GITHUB= yes +USES+= cmake:outsource cpe pathfix PLIST_SUB+= VERSION=${PORTVERSION} +CMAKE_ARGS= -DBIPR:BOOL=OFF -DWITH_DOTNET:BOOL=OFF \ + -DWITH_NATUS:BOOL=OFF -DWITH_NM:BOOL=OFF \ + -DWITH_VALA:BOOL=ON + .if !defined(LIBPROXY_SLAVE) USE_LDCONFIG= yes -CMAKE_ARGS+= -DWITH_PYTHON:BOOL=OFF -DWITH_PERL:BOOL=OFF \ - -DWITH_GNOME:BOOL=OFF -DWITH_KDE4:BOOL=OFF \ - -DWITH_WEBKIT:BOOL=OFF -DWITH_MOZJS:BOOL=OFF \ - -DWITH_NETWORKMANAGER:BOOL=OFF -DWITH_VALA:BOOL=ON +CMAKE_ARGS+= -DWITH_PYTHON:BOOL=OFF -DWITH_PERL:BOOL=OFF \ + -DWITH_GNOME2:BOOL=OFF -DWITH_GNOME3:BOOL=OFF \ + -DWITH_KDE:BOOL=OFF -DWITH_MOZJS:BOOL=OFF \ + -DWITH_WEBKIT:BOOL=OFF -DWITH_WEBKIT3:BOOL=OFF .else PORTSCOUT= ignore:1 @@ -42,21 +47,27 @@ CMAKE_ARGS+= -DWITH_PERL:BOOL=OFF . endif . if ${LIBPROXY_SLAVE}=="gnome" -CMAKE_ARGS+= -DWITH_GNOME:BOOL=ON +CMAKE_ARGS+= -DWITH_GNOME2:BOOL=ON +. else +CMAKE_ARGS+= -DWITH_GNOME2:BOOL=OFF +. endif + +. if ${LIBPROXY_SLAVE}=="gnome3" +CMAKE_ARGS+= -DWITH_GNOME3:BOOL=ON . else -CMAKE_ARGS+= -DWITH_GNOME:BOOL=OFF +CMAKE_ARGS+= -DWITH_GNOME3:BOOL=OFF . endif . if ${LIBPROXY_SLAVE}=="kde" -CMAKE_ARGS+= -DWITH_KDE4:BOOL=ON +CMAKE_ARGS+= -DWITH_KDE:BOOL=ON . else -CMAKE_ARGS+= -DWITH_KDE4:BOOL=OFF +CMAKE_ARGS+= -DWITH_KDE:BOOL=OFF . endif . if ${LIBPROXY_SLAVE}=="webkit" -CMAKE_ARGS+= -DWITH_WEBKIT:BOOL=ON +CMAKE_ARGS+= -DWITH_WEBKIT3:BOOL=ON . else -CMAKE_ARGS+= -DWITH_WEBKIT:BOOL=OFF +CMAKE_ARGS+= -DWITH_WEBKIT3:BOOL=OFF -DWITH_WEBKIT:BOOL=OFF . endif . if ${LIBPROXY_SLAVE}=="mozjs" @@ -66,10 +77,4 @@ CMAKE_ARGS+= -DWITH_MOZJS:BOOL=OFF . endif .endif -# This will be removed after the update to 0.4.12. -.if !target(post-install) -post-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/libproxy/${PORTVERSION}/modules/ -.endif - .include Modified: head/net/libproxy/distinfo ============================================================================== --- head/net/libproxy/distinfo Tue Jan 19 09:51:13 2016 (r406679) +++ head/net/libproxy/distinfo Tue Jan 19 10:00:25 2016 (r406680) @@ -1,2 +1,2 @@ -SHA256 (libproxy-0.4.6.tar.gz) = 9ad912e63b1efca98fb442240a2bc7302e6021c1d0b1b9363327729f29462f30 -SIZE (libproxy-0.4.6.tar.gz) = 82483 +SHA256 (libproxy-libproxy-0.4.12_GH0.tar.gz) = add9c5e30767c17b00f842f6280d818ece1eb23ab92e1fc68661204c95d7e22b +SIZE (libproxy-libproxy-0.4.12_GH0.tar.gz) = 87765 Modified: head/net/libproxy/files/patch-bindings_perl_src_CMakeLists.txt ============================================================================== --- head/net/libproxy/files/patch-bindings_perl_src_CMakeLists.txt Tue Jan 19 09:51:13 2016 (r406679) +++ head/net/libproxy/files/patch-bindings_perl_src_CMakeLists.txt Tue Jan 19 10:00:25 2016 (r406680) @@ -1,10 +1,21 @@ ---- bindings/perl/src/CMakeLists.txt.orig 2010-09-01 20:23:34 UTC +* Explicitly against libperl.so.x.y. + This is being discussed in https://github.com/libproxy/libproxy/pull/7. + We need this for `make stage-qa' to pass, as the Libproxy.so binding uses + libperl symbols and thus should link against it. + +* Set RPATH in Libproxy.so. + We do not install libperl.so into ${LOCALBASE}/lib, so the Libproxy.so ELF + binary must be told the non-default location where it should look for + libperl.so.x.y. +--- bindings/perl/src/CMakeLists.txt.orig 2016-01-12 16:41:07 UTC +++ bindings/perl/src/CMakeLists.txt -@@ -12,6 +12,7 @@ set(Libproxy_LIB_SRCS Libproxy.c) - - set(CMAKE_C_COMPILER ${CMAKE_CXX_COMPILER}) - set(CMAKE_C_FLAGS ${PERL_CXX_FLAGS} ) -+SET(CMAKE_INSTALL_RPATH ${PERL_INCLUDE_DIR}) - +@@ -12,7 +12,8 @@ set(Libproxy_LIB_SRCS Libproxy.c) set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/perl/blib/arch/auto/Net) add_library(PLlibproxy SHARED ${Libproxy_LIB_SRCS}) + +-target_link_libraries(PLlibproxy libproxy pthread) ++target_link_libraries(PLlibproxy ${PERL_LIBRARY} libproxy pthread) ++set_target_properties(PLlibproxy PROPERTIES INSTALL_RPATH "${PERL_INCLUDE_DIR}") + set_target_properties(PLlibproxy PROPERTIES OUTPUT_NAME "Libproxy") + set_target_properties(PLlibproxy PROPERTIES PREFIX "") + Modified: head/net/libproxy/files/patch-libproxy_CMakeLists.txt ============================================================================== --- head/net/libproxy/files/patch-libproxy_CMakeLists.txt Tue Jan 19 09:51:13 2016 (r406679) +++ head/net/libproxy/files/patch-libproxy_CMakeLists.txt Tue Jan 19 10:00:25 2016 (r406680) @@ -1,11 +1,28 @@ ---- libproxy/CMakeLists.txt.orig 2010-09-01 22:23:34.000000000 +0200 -+++ libproxy/CMakeLists.txt 2010-12-27 10:59:14.000000000 +0100 -@@ -6,7 +6,7 @@ +Setting _POSIX_C_SOURCE unsets __BSD_VISIBLE by default, and several symbols +end up being hidden, leading to failures such as: + +In file included from /wrkdir/libproxy-0.4.12/libproxy/test/url-encode.cpp:2: +In file included from /usr/include/c++/v1/iostream:38: +In file included from /usr/include/c++/v1/ios:216: +/usr/include/c++/v1/__locale:545:16: error: use of undeclared identifier 'isascii' + return isascii(__c) ? (__tab_[static_cast(__c)] & __m) !=0 : false; + ^ +/usr/include/c++/v1/__locale:552:22: error: use of undeclared identifier 'isascii' + *__vec = isascii(*__low) ? __tab_[static_cast(*__low)] : 0; + ^ +/usr/include/c++/v1/__locale:560:17: error: use of undeclared identifier 'isascii' + if (isascii(*__low) && (__tab_[static_cast(*__low)] & __m)) + ^ +/usr/include/c++/v1/__locale:569:19: error: use of undeclared identifier 'isascii' + if (!(isascii(*__low) && (__tab_[static_cast(*__low)] & __m))) + ^ +--- libproxy/CMakeLists.txt.orig 2016-01-12 16:41:07 UTC ++++ libproxy/CMakeLists.txt +@@ -6,7 +6,6 @@ set_project_version(0 4 12) if (WIN32) add_definitions(-D_CRT_SECURE_NO_WARNINGS=1) else(WIN32) -- add_definitions(-D_POSIX_C_SOURCE=1) -+# add_definitions(-D_POSIX_C_SOURCE=1) +- add_definitions(-D_POSIX_C_SOURCE=200112L) set(CMAKE_CXX_FLAGS "-fvisibility=hidden ${CMAKE_CXX_FLAGS}") endif(WIN32) Modified: head/net/libproxy/files/patch-libproxy_cmake_modules.cmk ============================================================================== --- head/net/libproxy/files/patch-libproxy_cmake_modules.cmk Tue Jan 19 09:51:13 2016 (r406679) +++ head/net/libproxy/files/patch-libproxy_cmake_modules.cmk Tue Jan 19 10:00:25 2016 (r406680) @@ -1,16 +1,15 @@ ---- libproxy/cmake/modules.cmk.orig 2011-01-08 01:06:52.000000000 +0100 -+++ libproxy/cmake/modules.cmk 2011-01-08 01:07:02.000000000 +0100 -@@ -17,10 +17,10 @@ include(cmake/modules/pacrunner_mozjs.cm - include(cmake/modules/pacrunner_webkit.cmk) - - # Build the pacrunner into libproxy unless we are building for multiple engines --set(BIPR 1) --if(MOZJS_FOUND AND WEBKIT_FOUND) -+#set(BIPR 1) -+#if(MOZJS_FOUND AND WEBKIT_FOUND) - set(BIPR 0) --endif() -+#endif() - - # - ## Module definition +Use only the value of WITH_KDE to determine whether to build config_kde. + +See the changes in patch-libproxy_cmake_modules_config__kde.cmk for more +information. +--- libproxy/cmake/modules.cmk.orig 2016-01-18 19:41:03 UTC ++++ libproxy/cmake/modules.cmk +@@ -32,7 +32,7 @@ px_module(config_envvar "${EN + px_module(config_sysconfig "${SYSCONFIG_FOUND}" 1) + px_module(config_gnome "${GNOME2_FOUND}" 0) + px_module(config_gnome3 "${GNOME3_FOUND}" 0) +-px_module(config_kde "${KDE_FOUND}" 0) ++px_module(config_kde "${WITH_KDE}" 0) + px_module(config_macosx "${SC_FOUND}" 1 ${SC_LIBRARIES} ${CF_LIBRARIES}) + px_module(config_w32reg "${WIN32}" 1) + px_module(ignore_domain 1 1) Added: head/net/libproxy/files/patch-libproxy_cmake_modules_config__kde.cmk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libproxy/files/patch-libproxy_cmake_modules_config__kde.cmk Tue Jan 19 10:00:25 2016 (r406680) @@ -0,0 +1,32 @@ +commit f30191930114cc334e02bb471f2c547198cad91c +Author: Raphael Kubo da Costa +Date: Mon Jan 18 20:19:09 2016 +0100 + + config_kde: Decide whether to build the module based only on WITH_KDE. + + kreadconfig/kreadconfig5 are runtime dependencies only. As such, there + should not be a build-time dependency on those in CMake at all. In other + words, building without those binaries works perfectly fine, and they + are only required when running libproxy. + +commit 8ca0db36983e9154c808288fea4cbdfc9a7ea4c5 +Author: Raphael Kubo da Costa +Date: Mon Jan 18 16:59:28 2016 +0100 + + Make the KDE config module optional again. + + This is a follow-up to bd9bf72 ("Add generic KDE config module"): make + it possible for distributions to not build the KDE config module at all, + even if it does not have any dependencies on Qt/KDE/KF5. +--- libproxy/cmake/modules/config_kde.cmk.orig 2016-01-12 16:41:07 UTC ++++ libproxy/cmake/modules/config_kde.cmk +@@ -1,6 +1,4 @@ +-find_program(KDE4_CONF kreadconfig) +-find_program(KF5_CONF kreadconfig5) ++option(WITH_KDE "Build module to read proxy settings from KDE4/KF5" ON) + +-if (KDE4_CONF OR KF5_CONF) +- set(KDE_FOUND 1) +-endif() ++# There are no additional detections; kreadconfig (from KDE4) and kreadconfig5 ++# (from KF5) are only needed at runtime. Modified: head/net/libproxy/pkg-plist ============================================================================== --- head/net/libproxy/pkg-plist Tue Jan 19 09:51:13 2016 (r406679) +++ head/net/libproxy/pkg-plist Tue Jan 19 10:00:25 2016 (r406680) @@ -1,10 +1,8 @@ bin/proxy include/proxy.h -lib/libmodman.so -lib/libmodman.so.1 lib/libproxy.so lib/libproxy.so.1 +lib/libproxy.so.1.0.0 libdata/pkgconfig/libproxy-1.0.pc share/cmake/Modules/Findlibproxy.cmake share/vala/vapi/libproxy-1.0.vapi -@dir lib/libproxy/%%VERSION%%/modules From owner-svn-ports-head@freebsd.org Tue Jan 19 11:03:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1524CA87E53; Tue, 19 Jan 2016 11:03:00 +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 D3F7B182E; Tue, 19 Jan 2016 11:02:59 +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 133A0BDC25; Tue, 19 Jan 2016 12:02:50 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id E9566BDC1E; Tue, 19 Jan 2016 12:02:49 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 1A22050B9ED5; Tue, 19 Jan 2016 12:02:49 +0100 (CET) Date: Tue, 19 Jan 2016 12:02:48 +0100 From: Mathieu Arnold To: Raphael Kubo da Costa , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r406680 - in head: . net net/libproxy net/libproxy-gnome net/libproxy-gnome3 net/libproxy-kde net/libproxy-mozjs net/libproxy-perl net/libproxy-python net/libproxy-webkit net/libproxy/f... Message-ID: In-Reply-To: <201601191000.u0JA0PtB036419@repo.freebsd.org> References: <201601191000.u0JA0PtB036419@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="==========1BB73BD650992D1F2D36==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 11:03:00 -0000 --==========1BB73BD650992D1F2D36========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 19 janvier 2016 10:00:25 +0000 Raphael Kubo da Costa wrote: | Added: | head/net/libproxy-gnome3/ | head/net/libproxy-gnome3/Makefile (contents, props changed) | head/net/libproxy-gnome3/pkg-descr (contents, props changed) | head/net/libproxy-gnome3/pkg-plist (contents, props changed) This should have been copied from the libproxy-gnome port, not added as a new one. -- Mathieu Arnold --==========1BB73BD650992D1F2D36========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJWnhfYXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IvuMP/R0jDtNAu2Ln16dlML6gBR7z QirlMhzl9selxkNoTg9rqRd9YLo8zrt8xil8XDCrqk7J0MaNHUdoYxwl5LIppImx 39On76Sx1q841Oe9wbkFVuJDIld9T9OiKc96JIThLS9TGfZGDjgo3AZVv/7ZOd+E 848pUNcHT0VHoFE5Pg7igxplBvQO80fjbhxuNBp4+dJRtj9sJ48vWQFcg6z49IvN VjdyUNA3HEkDKGn9zztzUQdwv3HG36rRJhdwJjz+o7cgThD64TX7aUQ4GPi6vVWz PoLyz3Z78G7p+sjzlvRS3Qgxc1KfTEVJ4wy8+p3dDwiYo/uoy6hnVNB2GNTVYpcq YY6+Er95nsq1VBpxX9FZsyzoq3MEj9UCW6zO1Fs1eytjSCCKE9YKQ5IjuZ0i1nRx GFJ14dSZEhkAEpuuuNExgM0um6puWF63m/oxKZiosXUcAri5o0KEgQg3wMVXrNjV fA9581RNumEDncaIYop3+j1NwO7Xv3llYRYlf3GisQixuwfhBIdWf/s66RXT1/go BDbbOBgXpj1NQSn9SlYLnMl0XIgqXuXVXQsslZkUAwzDhYeSzWkKMsvYwrDnVMLC BW6FjapgtMkBU+YtTZwZlSRg1OvLQdSqNLQLZ/x8p36gIX2mFQfazLWQ3ZZTEuXG giFUIXApqzLKy2Sg3+2p =/DNn -----END PGP SIGNATURE----- --==========1BB73BD650992D1F2D36==========-- From owner-svn-ports-head@freebsd.org Tue Jan 19 11:08:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0D19A880AB; Tue, 19 Jan 2016 11:08:13 +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 9E8CA19D4; Tue, 19 Jan 2016 11:08:13 +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 u0JB8CiN056561; Tue, 19 Jan 2016 11:08:12 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JB8CRF056559; Tue, 19 Jan 2016 11:08:12 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201601191108.u0JB8CRF056559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 19 Jan 2016 11:08:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406681 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 11:08:13 -0000 Author: gerald Date: Tue Jan 19 11:08:12 2016 New Revision: 406681 URL: https://svnweb.freebsd.org/changeset/ports/406681 Log: Update to the 20160112 snapshot of GCC 5. Modified: head/lang/gcc5-devel/Makefile head/lang/gcc5-devel/distinfo Modified: head/lang/gcc5-devel/Makefile ============================================================================== --- head/lang/gcc5-devel/Makefile Tue Jan 19 10:00:25 2016 (r406680) +++ head/lang/gcc5-devel/Makefile Tue Jan 19 11:08:12 2016 (r406681) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.3.1.s20160105 +PORTVERSION= 5.3.1.s20160112 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc5-devel/distinfo ============================================================================== --- head/lang/gcc5-devel/distinfo Tue Jan 19 10:00:25 2016 (r406680) +++ head/lang/gcc5-devel/distinfo Tue Jan 19 11:08:12 2016 (r406681) @@ -1,2 +1,2 @@ -SHA256 (gcc-5-20160105.tar.bz2) = 78afc5c8b2b03169dfe3429c6c483f568c0207c51b621fb2227e0ab7e348eb89 -SIZE (gcc-5-20160105.tar.bz2) = 91352030 +SHA256 (gcc-5-20160112.tar.bz2) = 0ee16ee3165ce39077c146907b60d961e6444f771c0501aa66cb78257d26a163 +SIZE (gcc-5-20160112.tar.bz2) = 91338801 From owner-svn-ports-head@freebsd.org Tue Jan 19 11:41:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B376A88E95; Tue, 19 Jan 2016 11:41:59 +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 37D171E9C; Tue, 19 Jan 2016 11:41:59 +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 u0JBfwXI067812; Tue, 19 Jan 2016 11:41:58 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JBfwVB067811; Tue, 19 Jan 2016 11:41:58 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601191141.u0JBfwVB067811@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 19 Jan 2016 11:41:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406682 - head/security/xinetd/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 11:41:59 -0000 Author: olgeni Date: Tue Jan 19 11:41:57 2016 New Revision: 406682 URL: https://svnweb.freebsd.org/changeset/ports/406682 Log: Fix formatting in man page for xinetd.conf. PR: 200416 Submitted by: olgeni Approved by: maintainer timeout (14+ days) Added: head/security/xinetd/files/patch-xinetd_xinetd.conf.man (contents, props changed) Added: head/security/xinetd/files/patch-xinetd_xinetd.conf.man ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/xinetd/files/patch-xinetd_xinetd.conf.man Tue Jan 19 11:41:57 2016 (r406682) @@ -0,0 +1,11 @@ +--- xinetd/xinetd.conf.man.orig 2015-05-23 15:05:32 UTC ++++ xinetd/xinetd.conf.man +@@ -233,7 +233,7 @@ determines the program to execute for th + determines the arguments passed to the server. In contrast to \fBinetd\fP, + the server name should \fInot\fP be included in \fIserver_args\fP. + .TP +-+.B libwrap ++.B libwrap + overrides the service name passed to libwrap (which defaults to the + server name, the first server_args component with NAMEINARGS, the id + for internal services and the service name for redirected services). From owner-svn-ports-head@freebsd.org Tue Jan 19 12:33:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1473AA88A4E; Tue, 19 Jan 2016 12:33:08 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D96D219B7; Tue, 19 Jan 2016 12:33:07 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JCX6QL082283; Tue, 19 Jan 2016 12:33:06 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JCX6Vw082282; Tue, 19 Jan 2016 12:33:06 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201601191233.u0JCX6Vw082282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 19 Jan 2016 12:33:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406683 - head/net/socat/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 12:33:08 -0000 Author: ehaupt Date: Tue Jan 19 12:33:06 2016 New Revision: 406683 URL: https://svnweb.freebsd.org/changeset/ports/406683 Log: Fix build with ports version of OpenSSL. This broke when SSLv3 support was removed. Submitted by: Hervé Commowick Added: head/net/socat/files/patch-sslcls.c (contents, props changed) Added: head/net/socat/files/patch-sslcls.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/socat/files/patch-sslcls.c Tue Jan 19 12:33:06 2016 (r406683) @@ -0,0 +1,29 @@ +--- sslcls.c.orig 2015-01-24 11:15:22.000000000 +0100 ++++ sslcls.c +@@ -55,6 +55,7 @@ + } + #endif + ++#if HAVE_SSLv3_client_method + const SSL_METHOD *sycSSLv3_client_method(void) { + const SSL_METHOD *result; + Debug("SSLv3_client_method()"); +@@ -62,7 +63,9 @@ + Debug1("SSLv3_client_method() -> %p", result); + return result; + } ++#endif + ++#if HAVE_SSLv3_server_method + const SSL_METHOD *sycSSLv3_server_method(void) { + const SSL_METHOD *result; + Debug("SSLv3_server_method()"); +@@ -70,6 +73,7 @@ + Debug1("SSLv3_server_method() -> %p", result); + return result; + } ++#endif + + const SSL_METHOD *sycSSLv23_client_method(void) { + const SSL_METHOD *result; + From owner-svn-ports-head@freebsd.org Tue Jan 19 13:04:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 580DAA874C5; Tue, 19 Jan 2016 13:04:49 +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 159EF17F7; Tue, 19 Jan 2016 13:04:49 +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 u0JD4mHG091032; Tue, 19 Jan 2016 13:04:48 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JD4lIF091029; Tue, 19 Jan 2016 13:04:47 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201601191304.u0JD4lIF091029@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 19 Jan 2016 13:04:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406684 - in head/graphics/gmt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 13:04:49 -0000 Author: wen Date: Tue Jan 19 13:04:47 2016 New Revision: 406684 URL: https://svnweb.freebsd.org/changeset/ports/406684 Log: - Update to 4.5.14 PR: 204445 Submitted by: tkato432@yahoo.com Modified: head/graphics/gmt/Makefile head/graphics/gmt/distinfo head/graphics/gmt/files/patch-configure.ac Modified: head/graphics/gmt/Makefile ============================================================================== --- head/graphics/gmt/Makefile Tue Jan 19 12:33:06 2016 (r406683) +++ head/graphics/gmt/Makefile Tue Jan 19 13:04:47 2016 (r406684) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= gmt -PORTVERSION= 4.5.13 -PORTREVISION= 2 +PORTVERSION= 4.5.14 +DISTVERSIONSUFFIX= -src CATEGORIES= graphics MASTER_SITES= ftp://ftp.soest.hawaii.edu/%SUBDIR%/ \ ftp://ftp.geologi.uio.no/pub/%SUBDIR%/ \ @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.soest.hawaii.edu ftp://ftp.soest.hawaii.edu/gshhg/:gshhg \ ftp://ftp.scc.u-tokai.ac.jp/pub/gmt/:gshhg MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/legacy -DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} \ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${GSHHG_DISTNAME}.tar.gz:gshhg MAINTAINER= ports@FreeBSD.org @@ -30,11 +30,11 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bas WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= gmake shebangfix tar:bzip2 +USES= autoreconf:build gmake pkgconfig shebangfix tar:bzip2 SHEBANG_FILES= gmtswitch doc/examples/*/*.sh src/GMT.in \ src/gmt_shell_functions.sh.in src/gmtget.in \ src/gmtlogo.in src/isogmt.in -USE_AUTOTOOLS= autoconf +GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${DATADIR} \ --with-gshhg-dir=${DATADIR}/coast INSTALL_TARGET= install-gmt install-data install-man install-doc @@ -50,7 +50,7 @@ OPTIONS_SUB= yes DEBUG_CONFIGURE_ON= --enable-debug --enable-devdebug EPS_DESC= Set .eps as default output format, otherwise .ps -EPS_CONFNIGURE_ON= --enable-eps +EPS_CONFIGURE_ON= --enable-eps GDAL_DESC= Compile in experimental GDAL support GDAL_LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal GDAL_CONFIGURE_ON= --enable-gdal @@ -66,7 +66,7 @@ SHARED_USE= LDCONFIG=yes X11_USE= XORG=x11,xaw,xmu,xt X11_CONFIGURE_OFF= --disable-xgrid -STRIP_FILES= blockmean blockmedian blockmode filter1d fitcircle \ +STRIP_BINS= blockmean blockmedian blockmode filter1d fitcircle \ gmt2rgb gmtconvert gmtdefaults gmtmath gmtselect \ gmtset grd2cpt grd2xyz grdblend grdclip \ grdcontour grdcut grdedit grdfft grdfilter \ @@ -79,23 +79,30 @@ STRIP_FILES= blockmean blockmedian block psmask psrose psscale pstext pswiggle \ psxy psxyz sample1d spectrum1d splitxyz \ surface trend1d trend2d triangulate xyz2grd +STRIP_LIBS= libgmt.so.4 libgmtps.so.4 libpsl.so.4 # http://www.soest.hawaii.edu/pwessel/gshhg/ -GSHHG_DISTNAME= gshhg-gmt-2.3.0 +GSHHG_DISTNAME= gshhg-gmt-2.3.4 -.include +pre-configure: + @(cd ${CONFIGURE_WRKSRC} && ${SETENV} AUTOHEADER="${TRUE}" \ + ${AUTORECONF} -f -i) post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so @${MKDIR} ${STAGEDIR}${DATADIR}/coast (cd ${WRKDIR}/${GSHHG_DISTNAME} && ${INSTALL_DATA} README.TXT *.nc \ ${STAGEDIR}${DATADIR}/coast) -.if ${PORT_OPTIONS:MX11} +.for i in ${STRIP_BINS} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i} +.endfor + +post-install-X11-on: (cd ${WRKSRC}/src/xgrid && ${INSTALL_PROGRAM} xgridedit \ ${STAGEDIR}${PREFIX}/bin) -.endif -.for i in ${STRIP_FILES} - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i} + +post-install-SHARED-on: +.for i in ${STRIP_LIBS} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${i} .endfor .include Modified: head/graphics/gmt/distinfo ============================================================================== --- head/graphics/gmt/distinfo Tue Jan 19 12:33:06 2016 (r406683) +++ head/graphics/gmt/distinfo Tue Jan 19 13:04:47 2016 (r406684) @@ -1,4 +1,4 @@ -SHA256 (gmt-4.5.13-src.tar.bz2) = 406259646f5726584a7a341481fd7589c6dfe580a0d9cac5b37f64ae021dd102 -SIZE (gmt-4.5.13-src.tar.bz2) = 39410381 -SHA256 (gshhg-gmt-2.3.0.tar.gz) = 123a969cf700c0d2607408af63f91c334e97bc456fa2deb3a51de0f50b1c911e -SIZE (gshhg-gmt-2.3.0.tar.gz) = 57005361 +SHA256 (gmt-4.5.14-src.tar.bz2) = b34ab9bcfdc6b85036546372f1c6ef6138420d12a343052fc95fed40962adfe3 +SIZE (gmt-4.5.14-src.tar.bz2) = 39235411 +SHA256 (gshhg-gmt-2.3.4.tar.gz) = 420c6c0df9170015ac0f7c7d472c5a58f8b70a7bf89f162c59dcd70735389110 +SIZE (gshhg-gmt-2.3.4.tar.gz) = 57009749 Modified: head/graphics/gmt/files/patch-configure.ac ============================================================================== --- head/graphics/gmt/files/patch-configure.ac Tue Jan 19 12:33:06 2016 (r406683) +++ head/graphics/gmt/files/patch-configure.ac Tue Jan 19 13:04:47 2016 (r406684) @@ -1,4 +1,4 @@ ---- configure.ac.orig 2013-11-05 19:44:32.000000000 +0000 +--- configure.ac.orig 2013-11-05 19:44:32 UTC +++ configure.ac @@ -640,10 +640,10 @@ else if test "$os" = "Darwin" ; then From owner-svn-ports-head@freebsd.org Tue Jan 19 13:24:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDFA8A87E8E; Tue, 19 Jan 2016 13:24:01 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x235.google.com (mail-pa0-x235.google.com [IPv6:2607:f8b0:400e:c03::235]) (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 9E906197F; Tue, 19 Jan 2016 13:24:01 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pa0-x235.google.com with SMTP id uo6so437775509pac.1; Tue, 19 Jan 2016 05:24:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=z3ZxVvsC7d93qVoD+poOnFUr3Tm2axzS1nZ9H6beJ1g=; b=LQgdGBPjRerLJQnrJt6wWG5O9y4h42ePtIdOwBNoXy+YfPmwOiQ1765DWrKKaGQIiP pFjfh/GRwUF9zbT1wE4MXJz6sGoT9vWNYELCFJ0lsisM3mdpacGZTiGcjlZ0hdiAiuwY EMoMlSURgWa58Rutxb+T0AcRbV7dlxj4O9OHivsjv+wPqwGE9lHCHB8jb12TapEBYYUP nrZmkavRQWrpLjO/AQjwElZRM2eqAEymVHMtWQrHaIGw2seS70gjoJFJFsCHgjI9FW1p 2DORFHYQRr//m5p4pu38bxJwblWCzsIqMDG8blQvjOy+nf9d1RfokILrqClj7sNxtJDZ Pf7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:reply-to:subject:references:to:from :message-id:date:user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=z3ZxVvsC7d93qVoD+poOnFUr3Tm2axzS1nZ9H6beJ1g=; b=M/FMI1XxWg5TyVtp0K49JPiz/6BBMQYRFxMbj30LP2AD8N7nkr+yGWy5hTY9PlmHDD ydrZFtVJgzAktuO0AKvBn9m6LimKvq1us6WaBVF0IDejwgJuMScyAY1r4GHluuFVTAKq LyVUSa6Tf5yKXG78QNw4+4KWp2/H5NWvREbdUQHsZU2Z6Ym/4HfuS+fwhnC7ruHje3MW lu/LorueoVWVnhp1QFZajBg/7zAQ7b5RLwJGD2/Z/NcR+tKWQz8F2MibsqxJxNrcy/2B uud7hY0Zy01wfyzztGCPqM204nfh0KaUdD5zYgF5JF9Dw7mNVMbWwoloWDZmcclOf84G UB1w== X-Gm-Message-State: ALoCoQkU1XvmV3kK4DtaorcPUYYZUf8dH29LkTMD4QjuNKG8tSiC2APwvvMbwYP++7VsgHbQGzBSm/Y2YCqG4vj/3b/9lgggfg== X-Received: by 10.66.140.39 with SMTP id rd7mr44128137pab.86.1453209841257; Tue, 19 Jan 2016 05:24:01 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:357c:8dad:bf7:d993? (2001-44b8-31ae-7b01-357c-8dad-0bf7-d993.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:357c:8dad:bf7:d993]) by smtp.gmail.com with ESMTPSA id x10sm41866073pas.37.2016.01.19.05.23.58 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 19 Jan 2016 05:24:00 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r406552 - head/sysutils/ansible/files References: <201601180707.u0I77Abg053456@repo.freebsd.org> <569CBAB1.30807@FreeBSD.org> <569E0562.8080005@freebsd.org> To: Matthew Seaman , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <569E38E7.9020006@FreeBSD.org> Date: Wed, 20 Jan 2016 00:23:51 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Thunderbird/44.0 MIME-Version: 1.0 In-Reply-To: <569E0562.8080005@freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 13:24:01 -0000 On 19/01/2016 8:44 PM, Matthew Seaman wrote: > On 01/18/16 10:13, Kubilay Kocak wrote: >> On 18/01/2016 6:07 PM, Matthew Seaman wrote: >>> If you have Python 3.x as the default, please set >>> ansible_python_interpreter=%%LOCALBASE%%/bin/python2 >> >> Is this supposed to read python3 ---------------------^ > > No. ansible needs python2 -- this is just telling the user how to > enable ansible on a system that otherwise defaults to python3. Ohhhhhh, makes sense now. Couldn't the port write the PYTHON_CMD version it's built with to the config instead? > Cheers, > > Matthew From owner-svn-ports-head@freebsd.org Tue Jan 19 13:53:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D50BA888AC; Tue, 19 Jan 2016 13:53:26 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20BF8179B; Tue, 19 Jan 2016 13:53:26 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JDrP9l005647; Tue, 19 Jan 2016 13:53:25 GMT (envelope-from loader@FreeBSD.org) Received: (from loader@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JDrPJJ005646; Tue, 19 Jan 2016 13:53:25 GMT (envelope-from loader@FreeBSD.org) Message-Id: <201601191353.u0JDrPJJ005646@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: loader set sender to loader@FreeBSD.org using -f From: Fukang Chen Date: Tue, 19 Jan 2016 13:53:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406685 - head/net/shadowsocks-libev X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 13:53:26 -0000 Author: loader (doc committer) Date: Tue Jan 19 13:53:24 2016 New Revision: 406685 URL: https://svnweb.freebsd.org/changeset/ports/406685 Log: - Disable TCP_FASTOPEN to fix build on 11.0-CURRENT - Pet portlint (PORTVERSION appears out-of-order) PR: 206338 Approved by: koobs Approved by: Xiaoding Liu (maintainer) Submitted by: loader MFH: 2016Q1 Modified: head/net/shadowsocks-libev/Makefile Modified: head/net/shadowsocks-libev/Makefile ============================================================================== --- head/net/shadowsocks-libev/Makefile Tue Jan 19 13:04:47 2016 (r406684) +++ head/net/shadowsocks-libev/Makefile Tue Jan 19 13:53:24 2016 (r406685) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= shadowsocks-libev -DISTVERSIONPREFIX=v PORTVERSION= 1.6.4 +DISTVERSIONPREFIX= v CATEGORIES= net MAINTAINER= xiaoding+freebsd@xiaoding.org @@ -25,6 +25,8 @@ USE_RC_SUBR= shadowsocks_libev post-patch: ${REINPLACE_CMD} -e 's|^pkgconfiglibdir.*|pkgconfiglibdir = ${PREFIX}/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -e 's|^#ifdef TCP_FASTOPEN|#if defined(TCP_FASTOPEN) \&\& defined(__linux)|' \ + ${WRKSRC}/src/local.c ${WRKSRC}/src/server.c post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} From owner-svn-ports-head@freebsd.org Tue Jan 19 13:54:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D177A888FE; Tue, 19 Jan 2016 13:54:56 +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 0699718E0; Tue, 19 Jan 2016 13:54:55 +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 u0JDssZM005919; Tue, 19 Jan 2016 13:54:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JDssV9005912; Tue, 19 Jan 2016 13:54:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201601191354.u0JDssV9005912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 19 Jan 2016 13:54:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406686 - in head: . security/tor security/tor-devel security/tor-devel/files security/tor/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 13:54:56 -0000 Author: amdmi3 Date: Tue Jan 19 13:54:54 2016 New Revision: 406686 URL: https://svnweb.freebsd.org/changeset/ports/406686 Log: - Make the tor ports create /var/run/tor and /var/log/tor directories, so it can work without any manual actions - Remove note of these manual actions from pkg-message - Change mentions of /var/lib/tor to /var/db/tor in example configs and documentation - Mention in UPDATING that if /var/log/tor _file_ was created before it should be now moved away PR: 206235 Submitted by: amdmi3 Approved by: bf (maintainer) Modified: head/UPDATING head/security/tor-devel/Makefile head/security/tor-devel/files/pkg-message.in head/security/tor-devel/pkg-plist head/security/tor/Makefile head/security/tor/files/pkg-message.in head/security/tor/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Jan 19 13:53:24 2016 (r406685) +++ head/UPDATING Tue Jan 19 13:54:54 2016 (r406686) @@ -5,6 +5,14 @@ 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. +20160119: + AFFECTS: users of security/tor, security/tor-devel + AUTHOR: amdmi3@FreeBSD.org + + The tor ports now create /var/log/tor subdirectory for tor logs. If + you've used /var/log/tor as a log _file_, you'll need to update your + torrc and move the file before updating the port. + 20160118: AFFECTS: users of mail/rspamd and mail/rmilter AUTHOR: vsevolod@FreeBSD.org Modified: head/security/tor-devel/Makefile ============================================================================== --- head/security/tor-devel/Makefile Tue Jan 19 13:53:24 2016 (r406685) +++ head/security/tor-devel/Makefile Tue Jan 19 13:54:54 2016 (r406686) @@ -3,6 +3,7 @@ PORTNAME= tor PORTVERSION= 0.2.7.6 +PORTREVISION= 1 CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel @@ -109,6 +110,10 @@ CONFIGURE_ARGS+= --disable-transparent post-patch: @${REINPLACE_CMD} -E -e "s@(-z) (relro|now)@-Wl,\1,\2@g" \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|lib/tor|db/tor|' \ + ${WRKSRC}/src/config/torrc.*.in \ + ${WRKSRC}/doc/tor.1.* \ + ${WRKSRC}/doc/tor.html.in post-patch-STATIC_TOR-off: @${REINPLACE_CMD} -e "s@-ltcmalloc@${LOCALBASE}/lib/libtcmalloc.so@" \ @@ -122,6 +127,9 @@ post-configure: @${REINPLACE_CMD} -e '\|^nodist_man1_MANS =|s|$$|$$(install_mans:=.1)|' \ ${WRKSRC}/Makefile +post-install: + @${MKDIR} ${STAGEDIR}/var/log/tor ${STAGEDIR}/var/run/tor + .if ! ${PORT_OPTIONS:MTOR2WEB} check regression-test test: build @cd ${BUILD_WRKSRC} ; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ Modified: head/security/tor-devel/files/pkg-message.in ============================================================================== --- head/security/tor-devel/files/pkg-message.in Tue Jan 19 13:53:24 2016 (r406685) +++ head/security/tor-devel/files/pkg-message.in Tue Jan 19 13:54:54 2016 (r406686) @@ -3,17 +3,10 @@ To enable the tor server, set tor_enable and edit %%PREFIX%%/etc/tor/torrc as desired. (However, note that the %%PREFIX%%/etc/rc.d/tor rc.subr script can override some torrc options: see that script for details.) To use the torify script, install -the net/torsocks port. After installing tor for the first time, or after -a major update of tor, you should: +the net/torsocks port. -rm -r /var/db/tor /var/run/tor -mkdir -p /var/db/tor/data /var/run/tor -touch /var/log/tor -chown -R _tor:_tor /var/db/tor /var/log/tor /var/run/tor -chmod -R 700 /var/db/tor - -before starting the tor server. Tor users are strongly advised to prevent traffic -analysis that exploits sequential IP IDs by setting: +Tor users are strongly advised to prevent traffic analysis that +exploits sequential IP IDs by setting: sysctl net.inet.ip.random_id=1 Modified: head/security/tor-devel/pkg-plist ============================================================================== --- head/security/tor-devel/pkg-plist Tue Jan 19 13:53:24 2016 (r406685) +++ head/security/tor-devel/pkg-plist Tue Jan 19 13:54:54 2016 (r406686) @@ -9,3 +9,5 @@ man/man1/tor.1.gz man/man1/torify.1.gz %%DATADIR%%/geoip %%DATADIR%%/geoip6 +@dir(_tor,_tor,750) /var/run/tor +@dir(_tor,_tor,750) /var/log/tor Modified: head/security/tor/Makefile ============================================================================== --- head/security/tor/Makefile Tue Jan 19 13:53:24 2016 (r406685) +++ head/security/tor/Makefile Tue Jan 19 13:54:54 2016 (r406686) @@ -3,6 +3,7 @@ PORTNAME= tor PORTVERSION= 0.2.7.6 +PORTREVISION= 1 CATEGORIES= security net ipv6 MASTER_SITES= TOR @@ -106,6 +107,10 @@ CONFIGURE_ARGS+= --disable-transparent post-patch: @${REINPLACE_CMD} -E -e "s@(-z) (relro|now)@-Wl,\1,\2@g" \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|lib/tor|db/tor|' \ + ${WRKSRC}/src/config/torrc.*.in \ + ${WRKSRC}/doc/tor.1.* \ + ${WRKSRC}/doc/tor.html.in post-patch-STATIC_TOR-off: @${REINPLACE_CMD} -e "s@-ltcmalloc@${LOCALBASE}/lib/libtcmalloc.so@" \ @@ -119,6 +124,9 @@ post-configure: @${REINPLACE_CMD} -e '\|^nodist_man1_MANS =|s|$$|$$(install_mans:=.1)|' \ ${WRKSRC}/Makefile +post-install: + @${MKDIR} ${STAGEDIR}/var/log/tor ${STAGEDIR}/var/run/tor + .if ! ${PORT_OPTIONS:MTOR2WEB} check regression-test test: build @cd ${BUILD_WRKSRC} ; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ Modified: head/security/tor/files/pkg-message.in ============================================================================== --- head/security/tor/files/pkg-message.in Tue Jan 19 13:53:24 2016 (r406685) +++ head/security/tor/files/pkg-message.in Tue Jan 19 13:54:54 2016 (r406686) @@ -3,17 +3,10 @@ To enable the tor server, set tor_enable and edit %%PREFIX%%/etc/tor/torrc as desired. (However, note that the %%PREFIX%%/etc/rc.d/tor rc.subr script can override some torrc options: see that script for details.) To use the torify script, install -the net/torsocks port. After installing tor for the first time, or after -a major update of tor, you should: +the net/torsocks port. -rm -r /var/db/tor /var/run/tor -mkdir -p /var/db/tor/data /var/run/tor -touch /var/log/tor -chown -R _tor:_tor /var/db/tor /var/log/tor /var/run/tor -chmod -R 700 /var/db/tor - -before starting the tor server. Tor users are strongly advised to prevent traffic -analysis that exploits sequential IP IDs by setting: +Tor users are strongly advised to prevent traffic analysis that +exploits sequential IP IDs by setting: sysctl net.inet.ip.random_id=1 Modified: head/security/tor/pkg-plist ============================================================================== --- head/security/tor/pkg-plist Tue Jan 19 13:53:24 2016 (r406685) +++ head/security/tor/pkg-plist Tue Jan 19 13:54:54 2016 (r406686) @@ -9,3 +9,5 @@ man/man1/tor.1.gz man/man1/torify.1.gz %%DATADIR%%/geoip %%DATADIR%%/geoip6 +@dir(_tor,_tor,750) /var/run/tor +@dir(_tor,_tor,750) /var/log/tor From owner-svn-ports-head@freebsd.org Tue Jan 19 14:04:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF72FA88C35; Tue, 19 Jan 2016 14:04:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0E6D1EEC; Tue, 19 Jan 2016 14:04:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JE43gN008815; Tue, 19 Jan 2016 14:04:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JE43G8008813; Tue, 19 Jan 2016 14:04:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601191404.u0JE43G8008813@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 14:04:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406687 - head/devel/p5-Log-Report-Optional X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 14:04:04 -0000 Author: sunpoet Date: Tue Jan 19 14:04:03 2016 New Revision: 406687 URL: https://svnweb.freebsd.org/changeset/ports/406687 Log: - Update to 1.02 Changes: http://search.cpan.org/dist/Log-Report-Optional/ChangeLog Modified: head/devel/p5-Log-Report-Optional/Makefile head/devel/p5-Log-Report-Optional/distinfo Modified: head/devel/p5-Log-Report-Optional/Makefile ============================================================================== --- head/devel/p5-Log-Report-Optional/Makefile Tue Jan 19 13:54:54 2016 (r406686) +++ head/devel/p5-Log-Report-Optional/Makefile Tue Jan 19 14:04:03 2016 (r406687) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Log-Report-Optional -PORTVERSION= 1.01 +PORTVERSION= 1.02 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Log-Report-Optional/distinfo ============================================================================== --- head/devel/p5-Log-Report-Optional/distinfo Tue Jan 19 13:54:54 2016 (r406686) +++ head/devel/p5-Log-Report-Optional/distinfo Tue Jan 19 14:04:03 2016 (r406687) @@ -1,2 +1,2 @@ -SHA256 (Log-Report-Optional-1.01.tar.gz) = 0e01b255a9249220cee9fa8a06d17cbd9f221bbcc21198773a4ce2ff1a899eb8 -SIZE (Log-Report-Optional-1.01.tar.gz) = 11063 +SHA256 (Log-Report-Optional-1.02.tar.gz) = 0c5b865f99049cf7fcb7b02d878edab926a9eda9991fab91b40141e07c7d92f0 +SIZE (Log-Report-Optional-1.02.tar.gz) = 11126 From owner-svn-ports-head@freebsd.org Tue Jan 19 14:04:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D29FBA88C64; Tue, 19 Jan 2016 14:04:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A53861F15; Tue, 19 Jan 2016 14:04:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JE4Cnv009046; Tue, 19 Jan 2016 14:04:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JE4CWx009044; Tue, 19 Jan 2016 14:04:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601191404.u0JE4CWx009044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 14:04:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406689 - head/net/p5-MaxMind-DB-Writer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 14:04:13 -0000 Author: sunpoet Date: Tue Jan 19 14:04:12 2016 New Revision: 406689 URL: https://svnweb.freebsd.org/changeset/ports/406689 Log: - Update to 0.100006 Changes: http://search.cpan.org/dist/MaxMind-DB-Writer/Changes Modified: head/net/p5-MaxMind-DB-Writer/Makefile head/net/p5-MaxMind-DB-Writer/distinfo Modified: head/net/p5-MaxMind-DB-Writer/Makefile ============================================================================== --- head/net/p5-MaxMind-DB-Writer/Makefile Tue Jan 19 14:04:07 2016 (r406688) +++ head/net/p5-MaxMind-DB-Writer/Makefile Tue Jan 19 14:04:12 2016 (r406689) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MaxMind-DB-Writer -PORTVERSION= 0.100005 +PORTVERSION= 0.100006 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MAXMIND Modified: head/net/p5-MaxMind-DB-Writer/distinfo ============================================================================== --- head/net/p5-MaxMind-DB-Writer/distinfo Tue Jan 19 14:04:07 2016 (r406688) +++ head/net/p5-MaxMind-DB-Writer/distinfo Tue Jan 19 14:04:12 2016 (r406689) @@ -1,2 +1,2 @@ -SHA256 (MaxMind-DB-Writer-0.100005.tar.gz) = 7d1f2c14d8e69b6dce3303a9df7a07b2b44a92bd9fe5c32e9a71aa238b9f9544 -SIZE (MaxMind-DB-Writer-0.100005.tar.gz) = 163187 +SHA256 (MaxMind-DB-Writer-0.100006.tar.gz) = 5301fbeaab9fa6db3aa749aa0b5e1bf29b4679f89a4fa3a1ccabfcab15bc6b0d +SIZE (MaxMind-DB-Writer-0.100006.tar.gz) = 164062 From owner-svn-ports-head@freebsd.org Tue Jan 19 14:04:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D65ECA88C85; Tue, 19 Jan 2016 14:04:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8864C1088; Tue, 19 Jan 2016 14:04:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JE4HK8009163; Tue, 19 Jan 2016 14:04:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JE4HTZ009161; Tue, 19 Jan 2016 14:04:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601191404.u0JE4HTZ009161@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 14:04:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406690 - head/devel/rubygem-celluloid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 14:04:18 -0000 Author: sunpoet Date: Tue Jan 19 14:04:17 2016 New Revision: 406690 URL: https://svnweb.freebsd.org/changeset/ports/406690 Log: - Update to 0.17.3 Changes: https://github.com/celluloid/celluloid/blob/master/CHANGES.md Modified: head/devel/rubygem-celluloid/Makefile head/devel/rubygem-celluloid/distinfo Modified: head/devel/rubygem-celluloid/Makefile ============================================================================== --- head/devel/rubygem-celluloid/Makefile Tue Jan 19 14:04:12 2016 (r406689) +++ head/devel/rubygem-celluloid/Makefile Tue Jan 19 14:04:17 2016 (r406690) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= celluloid -PORTVERSION= 0.17.2 +PORTVERSION= 0.17.3 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-celluloid/distinfo ============================================================================== --- head/devel/rubygem-celluloid/distinfo Tue Jan 19 14:04:12 2016 (r406689) +++ head/devel/rubygem-celluloid/distinfo Tue Jan 19 14:04:17 2016 (r406690) @@ -1,2 +1,2 @@ -SHA256 (rubygem/celluloid-0.17.2.gem) = 3de97f755dcd890a8b5a923d237c6730c20200159fb0940508c50d8714d128ad -SIZE (rubygem/celluloid-0.17.2.gem) = 61440 +SHA256 (rubygem/celluloid-0.17.3.gem) = afe25394c5954e3b14131389bb0550259deadaf37d90978b8399b6390f4e2282 +SIZE (rubygem/celluloid-0.17.3.gem) = 61952 From owner-svn-ports-head@freebsd.org Tue Jan 19 14:04:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D4CEA88C48; Tue, 19 Jan 2016 14:04:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0EDE71EF2; Tue, 19 Jan 2016 14:04:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JE48Mo008932; Tue, 19 Jan 2016 14:04:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JE47Bn008929; Tue, 19 Jan 2016 14:04:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601191404.u0JE47Bn008929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 14:04:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406688 - head/math/p5-Math-GMPz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 14:04:09 -0000 Author: sunpoet Date: Tue Jan 19 14:04:07 2016 New Revision: 406688 URL: https://svnweb.freebsd.org/changeset/ports/406688 Log: - Update to 0.43 Changes: http://search.cpan.org/dist/Math-GMPz/CHANGES Modified: head/math/p5-Math-GMPz/Makefile head/math/p5-Math-GMPz/distinfo Modified: head/math/p5-Math-GMPz/Makefile ============================================================================== --- head/math/p5-Math-GMPz/Makefile Tue Jan 19 14:04:03 2016 (r406687) +++ head/math/p5-Math-GMPz/Makefile Tue Jan 19 14:04:07 2016 (r406688) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-GMPz -PORTVERSION= 0.42 +PORTVERSION= 0.43 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/math/p5-Math-GMPz/distinfo ============================================================================== --- head/math/p5-Math-GMPz/distinfo Tue Jan 19 14:04:03 2016 (r406687) +++ head/math/p5-Math-GMPz/distinfo Tue Jan 19 14:04:07 2016 (r406688) @@ -1,2 +1,2 @@ -SHA256 (Math-GMPz-0.42.tar.gz) = f91943a0a5f31a3f4f4bd4324d17318330a202321c098747a1556ac70eb76af0 -SIZE (Math-GMPz-0.42.tar.gz) = 62486 +SHA256 (Math-GMPz-0.43.tar.gz) = fbdd136c49448d4b1bce692e58c1e6241f0cd768e5db36bb90666e1494dbd58e +SIZE (Math-GMPz-0.43.tar.gz) = 68224 From owner-svn-ports-head@freebsd.org Tue Jan 19 14:04:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5714A88CB5; Tue, 19 Jan 2016 14:04:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73C28126A; Tue, 19 Jan 2016 14:04:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JE4M0X009277; Tue, 19 Jan 2016 14:04:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JE4MgB009275; Tue, 19 Jan 2016 14:04:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601191404.u0JE4MgB009275@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 14:04:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406691 - head/devel/rubygem-celluloid-io X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 14:04:23 -0000 Author: sunpoet Date: Tue Jan 19 14:04:22 2016 New Revision: 406691 URL: https://svnweb.freebsd.org/changeset/ports/406691 Log: - Update to 0.17.3 Changes: https://github.com/celluloid/celluloid-io/blob/master/CHANGES.md Modified: head/devel/rubygem-celluloid-io/Makefile head/devel/rubygem-celluloid-io/distinfo Modified: head/devel/rubygem-celluloid-io/Makefile ============================================================================== --- head/devel/rubygem-celluloid-io/Makefile Tue Jan 19 14:04:17 2016 (r406690) +++ head/devel/rubygem-celluloid-io/Makefile Tue Jan 19 14:04:22 2016 (r406691) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= celluloid-io -PORTVERSION= 0.17.2 +PORTVERSION= 0.17.3 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-celluloid-io/distinfo ============================================================================== --- head/devel/rubygem-celluloid-io/distinfo Tue Jan 19 14:04:17 2016 (r406690) +++ head/devel/rubygem-celluloid-io/distinfo Tue Jan 19 14:04:22 2016 (r406691) @@ -1,2 +1,2 @@ -SHA256 (rubygem/celluloid-io-0.17.2.gem) = fd68fdeb0b9e9e6e0cfe05e585d592081a0c361abbd0126e3a9ed6074e4c6c5d -SIZE (rubygem/celluloid-io-0.17.2.gem) = 55296 +SHA256 (rubygem/celluloid-io-0.17.3.gem) = 248c9a3f91612eaea6b1625f4742e92e93d24129ce1d7eb8ee6c277894bc2cbb +SIZE (rubygem/celluloid-io-0.17.3.gem) = 57856 From owner-svn-ports-head@freebsd.org Tue Jan 19 14:04:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C7A5A88CED; Tue, 19 Jan 2016 14:04:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE703137A; Tue, 19 Jan 2016 14:04:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JE4VdJ009509; Tue, 19 Jan 2016 14:04:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JE4VY4009507; Tue, 19 Jan 2016 14:04:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601191404.u0JE4VY4009507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 14:04:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406693 - head/www/rubygem-pagerduty X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 14:04:33 -0000 Author: sunpoet Date: Tue Jan 19 14:04:31 2016 New Revision: 406693 URL: https://svnweb.freebsd.org/changeset/ports/406693 Log: - Update to 2.1.0 Changes: https://github.com/envato/pagerduty/commits/master Modified: head/www/rubygem-pagerduty/Makefile head/www/rubygem-pagerduty/distinfo Modified: head/www/rubygem-pagerduty/Makefile ============================================================================== --- head/www/rubygem-pagerduty/Makefile Tue Jan 19 14:04:26 2016 (r406692) +++ head/www/rubygem-pagerduty/Makefile Tue Jan 19 14:04:31 2016 (r406693) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pagerduty -PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTVERSION= 2.1.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-pagerduty/distinfo ============================================================================== --- head/www/rubygem-pagerduty/distinfo Tue Jan 19 14:04:26 2016 (r406692) +++ head/www/rubygem-pagerduty/distinfo Tue Jan 19 14:04:31 2016 (r406693) @@ -1,2 +1,2 @@ -SHA256 (rubygem/pagerduty-2.0.1.gem) = c8181c1c8f8681dd439dd66a7e72628731f48a5981a27eaed2ddfbafa3614936 -SIZE (rubygem/pagerduty-2.0.1.gem) = 11264 +SHA256 (rubygem/pagerduty-2.1.0.gem) = 2167b5544966d387dc92acdca75d52eed5ac93d245b6b23afed8d9b9fed92054 +SIZE (rubygem/pagerduty-2.1.0.gem) = 12288 From owner-svn-ports-head@freebsd.org Tue Jan 19 14:04:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46985A88CD4; Tue, 19 Jan 2016 14:04:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1398212C8; Tue, 19 Jan 2016 14:04:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JE4RwI009394; Tue, 19 Jan 2016 14:04:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JE4QjP009392; Tue, 19 Jan 2016 14:04:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601191404.u0JE4QjP009392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 14:04:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406692 - head/net/rubygem-fog-vsphere X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 14:04:28 -0000 Author: sunpoet Date: Tue Jan 19 14:04:26 2016 New Revision: 406692 URL: https://svnweb.freebsd.org/changeset/ports/406692 Log: - Update to 0.5.0 Changes: https://github.com/fog/fog-vsphere/blob/master/CHANGELOG.md Modified: head/net/rubygem-fog-vsphere/Makefile head/net/rubygem-fog-vsphere/distinfo Modified: head/net/rubygem-fog-vsphere/Makefile ============================================================================== --- head/net/rubygem-fog-vsphere/Makefile Tue Jan 19 14:04:22 2016 (r406691) +++ head/net/rubygem-fog-vsphere/Makefile Tue Jan 19 14:04:26 2016 (r406692) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-vsphere -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-vsphere/distinfo ============================================================================== --- head/net/rubygem-fog-vsphere/distinfo Tue Jan 19 14:04:22 2016 (r406691) +++ head/net/rubygem-fog-vsphere/distinfo Tue Jan 19 14:04:26 2016 (r406692) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-vsphere-0.4.0.gem) = 371df5f312f4096adc18d125952a9cd461cb71750cb4e29de464a06c7b821075 -SIZE (rubygem/fog-vsphere-0.4.0.gem) = 58880 +SHA256 (rubygem/fog-vsphere-0.5.0.gem) = 15311ca76c3b2ddece76280c43a1ab59a98288b8f6f06a6ea091fb522499b20d +SIZE (rubygem/fog-vsphere-0.5.0.gem) = 59392 From owner-svn-ports-head@freebsd.org Tue Jan 19 14:04:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0B02A88D13; Tue, 19 Jan 2016 14:04:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 709D914C7; Tue, 19 Jan 2016 14:04:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JE4aKL009625; Tue, 19 Jan 2016 14:04:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JE4ad6009623; Tue, 19 Jan 2016 14:04:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601191404.u0JE4ad6009623@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 14:04:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406694 - head/textproc/p5-XML-XPath X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 14:04:37 -0000 Author: sunpoet Date: Tue Jan 19 14:04:36 2016 New Revision: 406694 URL: https://svnweb.freebsd.org/changeset/ports/406694 Log: - Update to 1.23 Changes: http://search.cpan.org/dist/XML-XPath/Changes Modified: head/textproc/p5-XML-XPath/Makefile head/textproc/p5-XML-XPath/distinfo Modified: head/textproc/p5-XML-XPath/Makefile ============================================================================== --- head/textproc/p5-XML-XPath/Makefile Tue Jan 19 14:04:31 2016 (r406693) +++ head/textproc/p5-XML-XPath/Makefile Tue Jan 19 14:04:36 2016 (r406694) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-XPath -PORTVERSION= 1.22 +PORTVERSION= 1.23 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-XML-XPath/distinfo ============================================================================== --- head/textproc/p5-XML-XPath/distinfo Tue Jan 19 14:04:31 2016 (r406693) +++ head/textproc/p5-XML-XPath/distinfo Tue Jan 19 14:04:36 2016 (r406694) @@ -1,2 +1,2 @@ -SHA256 (XML-XPath-1.22.tar.gz) = 5a35f84768f5a4033cd97d847eca9fb61385f6c4b96bcfb996e1466282566621 -SIZE (XML-XPath-1.22.tar.gz) = 49537 +SHA256 (XML-XPath-1.23.tar.gz) = ba33e04eb6d834e28423242e2be1932a6e8c835a17211090ac1232d745d0ef32 +SIZE (XML-XPath-1.23.tar.gz) = 49672 From owner-svn-ports-head@freebsd.org Tue Jan 19 14:04:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 935C8A88D50; Tue, 19 Jan 2016 14:04:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64C83174F; Tue, 19 Jan 2016 14:04:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JE4kjN009856; Tue, 19 Jan 2016 14:04:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JE4kl1009854; Tue, 19 Jan 2016 14:04:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601191404.u0JE4kl1009854@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 14:04:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406696 - head/devel/rubygem-active_scaffold X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 14:04:47 -0000 Author: sunpoet Date: Tue Jan 19 14:04:46 2016 New Revision: 406696 URL: https://svnweb.freebsd.org/changeset/ports/406696 Log: - Update to 3.4.33 Changes: https://github.com/activescaffold/active_scaffold/blob/master/CHANGELOG Modified: head/devel/rubygem-active_scaffold/Makefile head/devel/rubygem-active_scaffold/distinfo Modified: head/devel/rubygem-active_scaffold/Makefile ============================================================================== --- head/devel/rubygem-active_scaffold/Makefile Tue Jan 19 14:04:41 2016 (r406695) +++ head/devel/rubygem-active_scaffold/Makefile Tue Jan 19 14:04:46 2016 (r406696) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= active_scaffold -PORTVERSION= 3.4.32 +PORTVERSION= 3.4.33 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-active_scaffold/distinfo ============================================================================== --- head/devel/rubygem-active_scaffold/distinfo Tue Jan 19 14:04:41 2016 (r406695) +++ head/devel/rubygem-active_scaffold/distinfo Tue Jan 19 14:04:46 2016 (r406696) @@ -1,2 +1,2 @@ -SHA256 (rubygem/active_scaffold-3.4.32.gem) = 170023b89f1c89f623dd9d20baca59b8e0ac261c5958aa35b7193a90fde1ebd5 -SIZE (rubygem/active_scaffold-3.4.32.gem) = 272384 +SHA256 (rubygem/active_scaffold-3.4.33.gem) = 87350b4dc3ecc5bbfd08b1832c28572f21852ed45356ed8e184094180e89edbb +SIZE (rubygem/active_scaffold-3.4.33.gem) = 272896 From owner-svn-ports-head@freebsd.org Tue Jan 19 14:04:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC34EA88D35; Tue, 19 Jan 2016 14:04:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D94E15E3; Tue, 19 Jan 2016 14:04:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JE4f5R009741; Tue, 19 Jan 2016 14:04:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JE4fHC009739; Tue, 19 Jan 2016 14:04:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601191404.u0JE4fHC009739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 14:04:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406695 - head/www/p5-Catalyst-Plugin-ErrorCatcher X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 14:04:42 -0000 Author: sunpoet Date: Tue Jan 19 14:04:41 2016 New Revision: 406695 URL: https://svnweb.freebsd.org/changeset/ports/406695 Log: - Update to 0.0.8.21 Changes: http://search.cpan.org/dist/Catalyst-Plugin-ErrorCatcher/Changes Modified: head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile head/www/p5-Catalyst-Plugin-ErrorCatcher/distinfo Modified: head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile Tue Jan 19 14:04:36 2016 (r406694) +++ head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile Tue Jan 19 14:04:41 2016 (r406695) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Plugin-ErrorCatcher -PORTVERSION= 0.0.8.20 +PORTVERSION= 0.0.8.21 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CHISEL Modified: head/www/p5-Catalyst-Plugin-ErrorCatcher/distinfo ============================================================================== --- head/www/p5-Catalyst-Plugin-ErrorCatcher/distinfo Tue Jan 19 14:04:36 2016 (r406694) +++ head/www/p5-Catalyst-Plugin-ErrorCatcher/distinfo Tue Jan 19 14:04:41 2016 (r406695) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Plugin-ErrorCatcher-0.0.8.20.tar.gz) = 56ac985cc9c5a773504cffc00b9a8702bec7cea3cb5a9604cd887d5a1562c3ba -SIZE (Catalyst-Plugin-ErrorCatcher-0.0.8.20.tar.gz) = 39004 +SHA256 (Catalyst-Plugin-ErrorCatcher-0.0.8.21.tar.gz) = c0e431cca3c95d358417b99fe675e9de67842e064b65de7593a6cbc13de01d0c +SIZE (Catalyst-Plugin-ErrorCatcher-0.0.8.21.tar.gz) = 39022 From owner-svn-ports-head@freebsd.org Tue Jan 19 14:04:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B52D4A88D6B; Tue, 19 Jan 2016 14:04:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5FA0117E7; Tue, 19 Jan 2016 14:04:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JE4plD009975; Tue, 19 Jan 2016 14:04:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JE4paf009973; Tue, 19 Jan 2016 14:04:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601191404.u0JE4paf009973@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 14:04:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406697 - head/devel/rubygem-devise X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 14:04:52 -0000 Author: sunpoet Date: Tue Jan 19 14:04:51 2016 New Revision: 406697 URL: https://svnweb.freebsd.org/changeset/ports/406697 Log: - Update to 3.5.4 Changes: https://github.com/plataformatec/devise/blob/3-stable/CHANGELOG.md Modified: head/devel/rubygem-devise/Makefile head/devel/rubygem-devise/distinfo Modified: head/devel/rubygem-devise/Makefile ============================================================================== --- head/devel/rubygem-devise/Makefile Tue Jan 19 14:04:46 2016 (r406696) +++ head/devel/rubygem-devise/Makefile Tue Jan 19 14:04:51 2016 (r406697) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= devise -PORTVERSION= 3.5.3 +PORTVERSION= 3.5.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-devise/distinfo ============================================================================== --- head/devel/rubygem-devise/distinfo Tue Jan 19 14:04:46 2016 (r406696) +++ head/devel/rubygem-devise/distinfo Tue Jan 19 14:04:51 2016 (r406697) @@ -1,2 +1,2 @@ -SHA256 (rubygem/devise-3.5.3.gem) = 0d6e29ec4e7903f08455ba4a18f68f05150339139c698a17dffd264f20fcd575 -SIZE (rubygem/devise-3.5.3.gem) = 174080 +SHA256 (rubygem/devise-3.5.4.gem) = 5838445f58e265597f49610859e767b70a99b0e1c4bff5c0baf2224568eb0002 +SIZE (rubygem/devise-3.5.4.gem) = 174080 From owner-svn-ports-head@freebsd.org Tue Jan 19 14:05:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C23AA88E26; Tue, 19 Jan 2016 14:05:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DDF81C13; Tue, 19 Jan 2016 14:05:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JE59L6010403; Tue, 19 Jan 2016 14:05:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JE59Ol010402; Tue, 19 Jan 2016 14:05:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601191405.u0JE59Ol010402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 14:05:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406701 - head/misc/p5-Text-FIGlet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 14:05:10 -0000 Author: sunpoet Date: Tue Jan 19 14:05:09 2016 New Revision: 406701 URL: https://svnweb.freebsd.org/changeset/ports/406701 Log: - Fix path: change from /usr/games/lib/figlet to PREFIX/share/figlet - Bump PORTREVISION for package change PR: 205824 Submitted by: rodrigo Modified: head/misc/p5-Text-FIGlet/Makefile Modified: head/misc/p5-Text-FIGlet/Makefile ============================================================================== --- head/misc/p5-Text-FIGlet/Makefile Tue Jan 19 14:05:04 2016 (r406700) +++ head/misc/p5-Text-FIGlet/Makefile Tue Jan 19 14:05:09 2016 (r406701) @@ -3,7 +3,7 @@ PORTNAME= Text-FIGlet PORTVERSION= 2.19.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +19,11 @@ TEST_DEPENDS= p5-Test-Differences>=0:${P p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod NO_ARCH= yes +REINPLACE_ARGS= -i '' USE_PERL5= configure USES= perl5 tar:tgz +post-patch: + @${REINPLACE_CMD} -e 's|/usr/games/lib|${PREFIX}/share|' ${WRKSRC}/bin/*.pl ${WRKSRC}/lib/Text/FIGlet.pm ${WRKSRC}/lib/Text/FIGlet/*.pm + .include From owner-svn-ports-head@freebsd.org Tue Jan 19 14:04:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50F5CA88DAF; Tue, 19 Jan 2016 14:04:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4ED01977; Tue, 19 Jan 2016 14:04:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JE4t0S010075; Tue, 19 Jan 2016 14:04:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JE4twa010074; Tue, 19 Jan 2016 14:04:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601191404.u0JE4twa010074@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 14:04:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406698 - head/databases/rubygem-dm-devise X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 14:04:57 -0000 Author: sunpoet Date: Tue Jan 19 14:04:55 2016 New Revision: 406698 URL: https://svnweb.freebsd.org/changeset/ports/406698 Log: - Add LICENSE_FILE Modified: head/databases/rubygem-dm-devise/Makefile Modified: head/databases/rubygem-dm-devise/Makefile ============================================================================== --- head/databases/rubygem-dm-devise/Makefile Tue Jan 19 14:04:51 2016 (r406697) +++ head/databases/rubygem-dm-devise/Makefile Tue Jan 19 14:04:55 2016 (r406698) @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Adds DataMapper support to devise LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-devise>=1.3:${PORTSDIR}/devel/rubygem-devise \ rubygem-dm-core>=1.0.2:${PORTSDIR}/databases/rubygem-dm-core \ @@ -19,7 +20,6 @@ RUN_DEPENDS= rubygem-devise>=1.3:${PORTS rubygem-dm-timestamps>=1.0.2:${PORTSDIR}/databases/rubygem-dm-timestamps NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Tue Jan 19 14:05:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C36EA88DF2; Tue, 19 Jan 2016 14:05:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 162921B82; Tue, 19 Jan 2016 14:05:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JE55xQ010302; Tue, 19 Jan 2016 14:05:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JE540q010299; Tue, 19 Jan 2016 14:05:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601191405.u0JE540q010299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 14:05:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406700 - head/devel/rubygem-tins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 14:05:06 -0000 Author: sunpoet Date: Tue Jan 19 14:05:04 2016 New Revision: 406700 URL: https://svnweb.freebsd.org/changeset/ports/406700 Log: - Update to 1.8.2 Changes: https://github.com/flori/tins/blob/master/README.md#changes Modified: head/devel/rubygem-tins/Makefile head/devel/rubygem-tins/distinfo Modified: head/devel/rubygem-tins/Makefile ============================================================================== --- head/devel/rubygem-tins/Makefile Tue Jan 19 14:05:00 2016 (r406699) +++ head/devel/rubygem-tins/Makefile Tue Jan 19 14:05:04 2016 (r406700) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tins -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-tins/distinfo ============================================================================== --- head/devel/rubygem-tins/distinfo Tue Jan 19 14:05:00 2016 (r406699) +++ head/devel/rubygem-tins/distinfo Tue Jan 19 14:05:04 2016 (r406700) @@ -1,2 +1,2 @@ -SHA256 (rubygem/tins-1.8.1.gem) = 806ebb9816b824c72de4b608572fc062443dbefd454d24a1a37b9c5f187efb30 -SIZE (rubygem/tins-1.8.1.gem) = 300032 +SHA256 (rubygem/tins-1.8.2.gem) = f3964e4bf0c9b795834c76faa90918e8848806bedfd9a954c73f742874a11156 +SIZE (rubygem/tins-1.8.2.gem) = 300032 From owner-svn-ports-head@freebsd.org Tue Jan 19 14:05:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C5EAA88DE6; Tue, 19 Jan 2016 14:05:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5DD0619AB; Tue, 19 Jan 2016 14:05:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JE50tV010186; Tue, 19 Jan 2016 14:05:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JE50Ga010185; Tue, 19 Jan 2016 14:05:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601191405.u0JE50Ga010185@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 14:05:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406699 - head/devel/rubygem-devise-async X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 14:05:01 -0000 Author: sunpoet Date: Tue Jan 19 14:05:00 2016 New Revision: 406699 URL: https://svnweb.freebsd.org/changeset/ports/406699 Log: - Add LICENSE_FILE Modified: head/devel/rubygem-devise-async/Makefile Modified: head/devel/rubygem-devise-async/Makefile ============================================================================== --- head/devel/rubygem-devise-async/Makefile Tue Jan 19 14:04:55 2016 (r406698) +++ head/devel/rubygem-devise-async/Makefile Tue Jan 19 14:05:00 2016 (r406699) @@ -10,13 +10,13 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Send Devise emails in background LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS?= rubygem-devise>=3.2:${PORTSDIR}/devel/rubygem-devise SLAVEDIRS= devel/rubygem-devise-async-rails4 NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Tue Jan 19 14:09:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 335F4A8813D; Tue, 19 Jan 2016 14:09:22 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-wm0-x243.google.com (mail-wm0-x243.google.com [IPv6:2a00:1450:400c:c09::243]) (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 D08CC1FE9; Tue, 19 Jan 2016 14:09:21 +0000 (UTC) (envelope-from kubito@gmail.com) Received: by mail-wm0-x243.google.com with SMTP id u188so23501976wmu.0; Tue, 19 Jan 2016 06:09:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=I6279YTTjt4B11KI7pD2xdpn3sjGDdAe5ktHBJVeUXE=; b=02l6L/tS5hqr+zDHBfP/c+9F2N3ilh5Rerp97PxAj2alnyo390kPqd/1RC9Ftao1vL fLT9So4jrWtals6ox+B04tJAV7lfPPDSegPSn56VtPXsDspc+yuG5DH1WzawmNb3XhAg /DZlgnk5nwFSMnQ8gf/CYlOfr7maJUfPCfDwn3QZn7/81JfZGRA64wNZ43dafGa0CWQf N3yTBcgjNyNhRWCGEnqiWHlyTKhFMhMDaRUbZj0e304wbGVuwOQ0nRHYX68RiA+wLNrS c9kjt0By5Np0s0eo8T5dNvlqGmSlGJcZgfCJFN4Wl3Zu2yoddBuCoKm3D220uUy4z2aU Ni2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=I6279YTTjt4B11KI7pD2xdpn3sjGDdAe5ktHBJVeUXE=; b=W7U/U+NrpKSZkd/rL/F65q62wm/p8QYMhV80tFyTw82XZOUw8mddBgfAjWqu3jfIlM dOnMXB/C2V3KXtvUgeasFa5LhqLGLyXqdGx9EIgz+eRiS7yB7W4araLUiCQTuyVChdQe vJY5Wg4RhsEK4GZAKSPQCDOh4Ktx4HPRyP4tnjux2r4T+2aznYal0fmzmNeVNplgsw/s j9pG6W/lfYy9uLeMEDHDg4JK7l3D6SZh4RqUbkVp/pmxgGCd0Zk1rEduDm1jKpnOZJwi QiNl3A4ChwAvfE1i+sgUAhzfjqmikViwZe8E4Qd4dWIQpbOL1YefBZvbaZLabK5CQ0np 3Dqg== X-Gm-Message-State: AG10YORwOK/eh2oSctwlcPLSN4MqthP9QVx6rixWpimkKGCQVK5mu1uNeZ64nP+eu9lYMg== X-Received: by 10.28.35.6 with SMTP id j6mr20185882wmj.80.1453212560409; Tue, 19 Jan 2016 06:09:20 -0800 (PST) Received: from rodolpho.gmail.com ([46.101.211.41]) by smtp.gmail.com with ESMTPSA id s2sm28635634wjs.43.2016.01.19.06.09.19 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Jan 2016 06:09:19 -0800 (PST) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r406680 - in head: . net net/libproxy net/libproxy-gnome net/libproxy-gnome3 net/libproxy-kde net/libproxy-mozjs net/libproxy-perl net/libproxy-python net/libproxy-webkit net/libproxy/f... References: <201601191000.u0JA0PtB036419@repo.freebsd.org> Date: Tue, 19 Jan 2016 12:09:13 -0200 In-Reply-To: (Mathieu Arnold's message of "Tue, 19 Jan 2016 12:02:48 +0100") Message-ID: <86k2n5y83a.fsf@FreeBSD.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 14:09:22 -0000 Mathieu Arnold writes: > +--On 19 janvier 2016 10:00:25 +0000 Raphael Kubo da Costa > wrote: > | Added: > | head/net/libproxy-gnome3/ > | head/net/libproxy-gnome3/Makefile (contents, props changed) > | head/net/libproxy-gnome3/pkg-descr (contents, props changed) > | head/net/libproxy-gnome3/pkg-plist (contents, props changed) > > This should have been copied from the libproxy-gnome port, not added as a > new one. I considered doing that, but then decided in favor of not using svn cp just because even though the ports are similar this is just by chance (I wouldn't use svn cp to add, say, libproxy-natus or libproxy-dotnet). From owner-svn-ports-head@freebsd.org Tue Jan 19 14:16:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87AE4A884C7; Tue, 19 Jan 2016 14:16:45 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0444717CC; Tue, 19 Jan 2016 14:16:44 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JEGiDJ013543; Tue, 19 Jan 2016 14:16:44 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JEGhcA013540; Tue, 19 Jan 2016 14:16:43 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201601191416.u0JEGhcA013540@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Tue, 19 Jan 2016 14:16:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406702 - head/devel/visualparadigm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 14:16:45 -0000 Author: matthew Date: Tue Jan 19 14:16:43 2016 New Revision: 406702 URL: https://svnweb.freebsd.org/changeset/ports/406702 Log: Update to 13.0.20160103 Changes: http://www.visual-paradigm.com/whats-new/ PR: 206294 Submitted by: fernando.apesteguia@gmail.com (maintainer) Modified: head/devel/visualparadigm/Makefile head/devel/visualparadigm/distinfo head/devel/visualparadigm/pkg-plist Modified: head/devel/visualparadigm/Makefile ============================================================================== --- head/devel/visualparadigm/Makefile Tue Jan 19 14:05:09 2016 (r406701) +++ head/devel/visualparadigm/Makefile Tue Jan 19 14:16:43 2016 (r406702) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= visualparadigm -PORTVERSION= 12.2.20151201 +PORTVERSION= 13.0.20160103 CATEGORIES= devel -MASTER_SITES= http://eu6.visual-paradigm.com/visual-paradigm/vpce12.2/20151201/ -DISTNAME= Visual_Paradigm_CE_12_2_20151201_Unix_InstallFree +MASTER_SITES= http://eu6.visual-paradigm.com/visual-paradigm/vpce13.0/20160103/ +DISTNAME= Visual_Paradigm_CE_13_0_20160103_Unix_InstallFree MAINTAINER= fernando.apesteguia@gmail.com COMMENT= Visual modeling tool for all kinds of UML diagrams @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR} INSTALLDIR= ${STAGEDIR}${PREFIX}/${PORTNAME} -EXTRACT_NAME= Visual_Paradigm_CE_12.2 +EXTRACT_NAME= Visual_Paradigm_CE_13.0 FETCH_ARGS= -Fpr Modified: head/devel/visualparadigm/distinfo ============================================================================== --- head/devel/visualparadigm/distinfo Tue Jan 19 14:05:09 2016 (r406701) +++ head/devel/visualparadigm/distinfo Tue Jan 19 14:16:43 2016 (r406702) @@ -1,2 +1,2 @@ -SHA256 (Visual_Paradigm_CE_12_2_20151201_Unix_InstallFree.tar.gz) = b043bdca4593cc433ee9e9e0d92ac9ea91fcd51baa3cc58bb5a80989f03df8f5 -SIZE (Visual_Paradigm_CE_12_2_20151201_Unix_InstallFree.tar.gz) = 210184316 +SHA256 (Visual_Paradigm_CE_13_0_20160103_Unix_InstallFree.tar.gz) = 9d709a587f0d5a4455a4b35a0528be79b604a3c69e7a84bc72994cdf653f5364 +SIZE (Visual_Paradigm_CE_13_0_20160103_Unix_InstallFree.tar.gz) = 216205910 Modified: head/devel/visualparadigm/pkg-plist ============================================================================== --- head/devel/visualparadigm/pkg-plist Tue Jan 19 14:05:09 2016 (r406701) +++ head/devel/visualparadigm/pkg-plist Tue Jan 19 14:16:43 2016 (r406702) @@ -126,7 +126,6 @@ visualparadigm/Application/lib/lib04.jar visualparadigm/Application/lib/lib05.jar visualparadigm/Application/lib/lib06.jar visualparadigm/Application/lib/lib07.jar -visualparadigm/Application/lib/lib08.jar visualparadigm/Application/lib/openapi.jar visualparadigm/Application/lib/platforminstaller.jar visualparadigm/Application/lib/startsde.jar @@ -464,6 +463,8 @@ visualparadigm/Application/resources/vpu visualparadigm/Application/resources/vpumlproject.ico visualparadigm/Application/resources/vpupdateinfo.xml visualparadigm/Application/samples/HelloWorldOnlineLearning.vpp +visualparadigm/Application/samples/HelloWorldOnlineLearning.vux +visualparadigm/Application/samples/Ticket-System.vpp visualparadigm/Application/samples/VP-Sample-Project.vpp visualparadigm/Application/scripts/CommitTeamworkProject.sh visualparadigm/Application/scripts/ConvertProjectToLatestVersion.sh @@ -489,304 +490,346 @@ visualparadigm/Application/scripts/Rever visualparadigm/Application/scripts/UpdateTeamworkProject.sh visualparadigm/Application/scripts/VisualParadigm.sh visualparadigm/Application/scripts/build.xml -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/META-INF/MANIFEST.MF -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/actions.xml -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/editoractions.xml -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/help/start-sdeec-diagram-navigator.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/help/start-sdeec-popup.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/help/start_from_navigator.html -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/help/start_from_popup.html -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/UML.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ActorList.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ActorsGrid.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/Animacian.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ApplicationServer.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/EJBWizards.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/EditStereotype.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ExportActiveDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ExportActiveExcel.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ExportBPMN.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ExportDefaultDiagramElementFormat.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ExportDiagrams.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ExportExcel.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ExportMSWord.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ExportSelection.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ExportUMLModel.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ExportXMI.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ExportXML.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ExportXPDL.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/FlowOfEventsList.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/GenerateRestApi.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/GenerateStateMachineCode.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/GlossaryGrid.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/Help.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ImportArchi.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ImportBPMN.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ImportBizAgi.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ImportDefaultDiagramElementFormat.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ImportEA.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ImportERWinProjectXml.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ImportExcel.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ImportMSWord.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ImportNetBeans.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ImportRationalModel.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ImportRhapsody.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ImportRose.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ImportSystemArchitect.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ImportTextBasedSD.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ImportUMLModel.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ImportVisio.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ImportVisualUML.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ImportXMI.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ImportXML.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ImportXPDL.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/InstantGenerator.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/InstantReverse.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ORMDatabaseConfiguration.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ORMGenerateCode.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ORMGenerateDatabase.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ORMGenerateDeploymentDescriptor.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ORMReverseDDL.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ORMReverseDatabase.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ORMReverseHibernate.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ORMReverseJavaClasses.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ORMSyncToClassDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ORMSyncToEJBDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ORMSyncToERDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ORMWizards.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/Print.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ProjectBasedQualityChecker.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ProjectProperties.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/RequirementList.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/RequirementsGrid.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ReverseStateMachineCode.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/SaveProject.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/ShapeEditor.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/Simulacian.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/UseCaseList.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/UseCaseNoteList.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/UseCaseScheduling.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/UseCasesGrid.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/VisualDiff.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/align/bottom.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/align/dist/bottom.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/align/dist/horizontalCenters.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/align/dist/horizontally.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/align/dist/left.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/align/dist/right.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/align/dist/shapes.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/align/dist/top.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/align/dist/verticalCenters.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/align/dist/vertically.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/align/horizontal.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/align/left.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/align/right.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/align/sameHeight.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/align/sameWidth.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/align/sameWidthAndHeight.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/align/shapes.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/align/top.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/align/vertical.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/businessRuleGrid.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/category.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/activityDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/actorsGridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/analysisDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/archiMateDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/blockDefinitionDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/brainstorm.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/businessMotivationModelDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/businessProcessDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/businessRuleDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/businessRuleGridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/businessWorkflowDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/chartDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/classDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/collaborationDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/componentDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/compositeStructureDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/conversationDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/crcCardDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/dataFlowDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/decisionModelDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/decisionTable.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/deploymentDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/ejbDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/entityRelationshipDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/epcDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/factDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/factTypeEditorDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/glossaryGridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/gridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/interactionOverviewDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/internalBlockDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/matrixDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/mindMapDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/activityDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/actorsGridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/archiMateDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/blockDefinitionDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/brainstorm.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/businessMotivationModelDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/businessProcessDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/businessRuleDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/businessRuleGridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/businessWorkflowDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/chartDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/classDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/collaborationDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/componentDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/compositeStructureDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/conversationDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/crcCardDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/dataFlowDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/decisionModelDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/decisionTable.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/deploymentDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/ejbDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/entityRelationshipDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/epcDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/factDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/glossaryGridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/gridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/interactionOverviewDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/internalBlockDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/matrixDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/mindMapDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/objectDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/organizationChart.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/ormDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/overviewDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/packageDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/parametricDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/processMapDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/raciDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/reportDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/requirementDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/requirementGridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/sequenceDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/serviceCategorizationDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/serviceContractDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/serviceInterfaceDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/serviceParticipantDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/servicesArchitectureDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/stateDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/textualAnalysis.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/timingDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/useCaseDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/useCaseGridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/userInterfaceDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/wireframeAndroidPhoneDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/wireframeAndroidTabletDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/wireframeDesktopDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/wireframeIPadDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/wireframeIPhoneDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/wireframeWebDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/wsdlDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/new/zachmanFramework.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/objectDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/organizationChart.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/ormDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/overviewDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/packageDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/parametricDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/processMapDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/profileDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/raciDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/reportDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/requirementDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/requirementGridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/sequenceDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/serviceCategorizationDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/serviceContractDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/serviceInterfaceDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/serviceParticipantDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/servicesArchitectureDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/stateDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/storyboard.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/termEditorDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/textualAnalysis.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/timingDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/uexceler.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/useCaseDescriptionDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/useCaseDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/useCaseGridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/userInterfaceDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/viewpointDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/wireframeAndroidPhoneDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/wireframeAndroidTabletDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/wireframeDesktopDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/wireframeIPadDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/wireframeIPhoneDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/wireframeWebDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/wsdlDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/diagram/zachmanFramework.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/eclipse_help.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/edit/addBookmark.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/edit/copy.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/edit/copyAsImage.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/edit/copyAsOle.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/edit/copyAsXML.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/edit/cut.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/edit/delete.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/edit/formatCopier.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/edit/manageBookmark.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/edit/paste.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/edit/redo.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/edit/undo.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/html.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/model/BranchTeamworkProject.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/model/CloseModel.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/model/CommitTeamworkProject.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/model/Export.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/model/ForceUpdateCode.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/model/ForceUpdateModel.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/model/Import.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/model/MergeTeamworkProject.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/model/OpenModel.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/model/OpenTeamworkClient.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/model/RevertTeamworkProject.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/model/SelectInDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/model/SelectInModel.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/model/SelectInVPUML.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/model/SwitchTeamworkProject.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/model/TagTeamworkProject.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/model/UpdateCode.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/model/UpdateModel.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/model/UpdateTeamworkProject.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/modelingPerspective.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/newDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/newDiagramDBVA.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/pdf.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/projectPublisher.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/refresh.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/reportWriter.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/storyboard.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/uexceler.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/view/classRepositoryTree.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/view/diagramTree.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/view/documentationPane.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/view/elementViewer.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/view/logicalView.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/view/messagePane.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/view/modelTree.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/view/ormPane.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/view/previewPane.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/view/propertyPane.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/view/stencilPane.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/view/teamworkFilesPane.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/wordReport.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/zoom/100.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/zoom/height.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/zoom/in.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/zoom/out.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/zoom/page.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/zoom/region.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/icons/sdeec/zoom/width.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/plugin.properties -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/plugin.xml -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/plugin_platform.xml -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_12.0.0.0/sdeec_help.xml +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/META-INF/MANIFEST.MF +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/actions.xml +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/editoractions.xml +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/help/start-sdeec-diagram-navigator.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/help/start-sdeec-popup.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/help/start_from_navigator.html +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/help/start_from_popup.html +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/UML.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ActorList.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ActorsGrid.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/Animacian.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ApplicationServer.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/EJBWizards.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/EditStereotype.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportActiveDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportActiveExcel.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportBPMN.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportDefaultDiagramElementFormat.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportDiagrams.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportExcel.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportMSWord.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportSelection.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportUMLModel.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportXMI.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportXML.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportXPDL.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/FlowOfEventsList.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/GenerateRestApi.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/GenerateStateMachineCode.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/GlossaryGrid.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/Help.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportArchi.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportBPMN.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportBizAgi.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportDefaultDiagramElementFormat.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportEA.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportERWinProjectXml.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportExcel.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportMSWord.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportNetBeans.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportRationalModel.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportRhapsody.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportRose.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportSystemArchitect.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportTextBasedSD.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportUMLModel.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportVisio.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportVisualUML.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportXMI.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportXML.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportXPDL.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/InstantGenerator.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/InstantReverse.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMDatabaseConfiguration.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMGenerateCode.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMGenerateDatabase.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMGenerateDeploymentDescriptor.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMReverseDDL.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMReverseDatabase.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMReverseHibernate.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMReverseJavaClasses.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMSyncToClassDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMSyncToEJBDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMSyncToERDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMWizards.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/Print.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ProjectBasedQualityChecker.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ProjectProperties.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/RequirementList.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/RequirementsGrid.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ReverseStateMachineCode.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/SaveProject.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ShapeEditor.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/Simulacian.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/UseCaseList.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/UseCaseNoteList.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/UseCaseScheduling.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/UseCasesGrid.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/VisualDiff.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/bottom.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/dist/bottom.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/dist/horizontalCenters.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/dist/horizontally.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/dist/left.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/dist/right.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/dist/shapes.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/dist/top.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/dist/verticalCenters.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/dist/vertically.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/horizontal.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/left.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/right.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/sameHeight.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/sameWidth.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/sameWidthAndHeight.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/shapes.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/top.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/vertical.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/businessRuleGrid.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/category.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/activityDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/actorsGridDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/analysisDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/archiMateDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/blockDefinitionDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/brainstorm.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/businessMotivationModelDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/businessProcessDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/businessRuleDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/businessRuleGridDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/businessWorkflowDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/chartDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/classDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/collaborationDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/componentDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/compositeStructureDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/conversationDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/crcCardDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/dataFlowDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/decisionModelDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/decisionTable.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/deploymentDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/ejbDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/entityRelationshipDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/epcDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/factDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/factTypeEditorDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/glossaryGridDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/gridDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/interactionOverviewDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/internalBlockDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/matrixDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/mindMapDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/activityDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/actorsGridDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/archiMateDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/blockDefinitionDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/brainstorm.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/businessMotivationModelDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/businessProcessDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/businessRuleDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/businessRuleGridDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/businessWorkflowDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/chartDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/classDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/collaborationDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/componentDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/compositeStructureDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/conversationDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/crcCardDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/dataFlowDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/decisionModelDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/decisionTable.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/deploymentDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/ejbDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/entityRelationshipDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/epcDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/factDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/glossaryGridDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/gridDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/interactionOverviewDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/internalBlockDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/matrixDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/mindMapDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/objectDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/organizationChart.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/ormDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/overviewDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/packageDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/parametricDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/processMapDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/raciDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/reportDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/requirementDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/requirementGridDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/sequenceDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/serviceCategorizationDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/serviceContractDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/serviceInterfaceDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/serviceParticipantDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/servicesArchitectureDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/stateDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/textualAnalysis.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/timingDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/useCaseDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/useCaseGridDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/userInterfaceDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/wireframeAndroidPhoneDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/wireframeAndroidTabletDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/wireframeDesktopDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/wireframeIPadDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/wireframeIPhoneDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/wireframeWebDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/wsdlDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/zachmanFramework.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/objectDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/organizationChart.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/ormDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/overviewDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/packageDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/parametricDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/processMapDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/profileDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/raciDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/reportDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/requirementDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/requirementGridDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/sequenceDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/serviceCategorizationDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/serviceContractDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/serviceInterfaceDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/serviceParticipantDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/servicesArchitectureDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/stateDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/storyboard.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/termEditorDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/textualAnalysis.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/timingDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/uexceler.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/useCaseDescriptionDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/useCaseDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/useCaseGridDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/userInterfaceDiagram.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/viewpointDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/wireframeAndroidPhoneDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/wireframeAndroidTabletDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/wireframeDesktopDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/wireframeIPadDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/wireframeIPhoneDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/wireframeWebDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/wsdlDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/zachmanFramework.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/eclipse_help.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/addBookmark.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/copy.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/copyAsImage.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/copyAsOle.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/copyAsXML.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/cut.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/delete.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/formatCopier.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/manageBookmark.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/paste.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/redo.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/undo.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/html.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/BranchTeamworkProject.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/CloseModel.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/CommitTeamworkProject.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/Export.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/ForceUpdateCode.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/ForceUpdateModel.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/Import.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/MergeTeamworkProject.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/OpenModel.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/OpenTeamworkClient.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/RevertTeamworkProject.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/SelectInDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/SelectInModel.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/SelectInVPUML.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/SwitchTeamworkProject.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/TagTeamworkProject.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/UpdateCode.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/UpdateModel.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/UpdateTeamworkProject.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/Actor-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/AddDiagram-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/AddFile-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/AddFolder-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/AddGenericModel-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/AddHTMLLink-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/AddShape-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/BusinessRule-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/Down-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/Requirement-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/ShowView-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/Up-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/UseCase-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/add-diagram-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/add-image-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/add-reference-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/add-scenario-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/add-step-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/add-url-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/add-user-story-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/bold-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/class-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/close-sprint-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/decrease-indent-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/delete-sprint-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/details-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/font-color-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/increase-indent-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/insert-statement-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/itatic-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/new-use-case-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/new-user-story-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/open-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/redo-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/reference-by-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/select-model-element-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/sync-to-activitydiagram-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/sync-to-diagram-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/sync-to-seqencediagram-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/testing-procedure-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/uexceler-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/undo-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/use-case-setting-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/wireframe-play-on-icon18.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/modelingPerspective.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/newDiagram.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/pdf.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/projectPublisher.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/refresh.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/storyboard.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/uexceler.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/classRepositoryTree.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/diagramTree.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/documentationPane.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/elementViewer.gif +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/logicalView.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/messagePane.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/modelTree.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/ormPane.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/previewPane.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/propertyPane.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/stencilPane.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/teamworkFilesPane.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/wordReport.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/zoom/100.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/zoom/height.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/zoom/in.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/zoom/out.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/zoom/page.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/zoom/region.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/zoom/width.png +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/plugin.properties +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/plugin.xml +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/plugin_platform.xml +visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/sdeec_help.xml visualparadigm/Application/sde/sdeec/vpupdate.xml visualparadigm/Application/sde/sdeecmyeclipse75/vpupdate.xml visualparadigm/Application/sde/sdeecwsap/vpupdate.xml From owner-svn-ports-head@freebsd.org Tue Jan 19 14:17:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD21CA88584; Tue, 19 Jan 2016 14:17:55 +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 77901194C; Tue, 19 Jan 2016 14:17:55 +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 A37CFBDC1F; Tue, 19 Jan 2016 15:17:52 +0100 (CET) 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 7B675BDC1E; Tue, 19 Jan 2016 15:17:52 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 572B1614B; Tue, 19 Jan 2016 15:17:51 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 7FCE41BE9C1A; Tue, 19 Jan 2016 15:17:50 +0100 (CET) Date: Tue, 19 Jan 2016 15:17:49 +0100 From: Mathieu Arnold To: Raphael Kubo da Costa cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r406680 - in head: . net net/libproxy net/libproxy-gnome net/libproxy-gnome3 net/libproxy-kde net/libproxy-mozjs net/libproxy-perl net/libproxy-python net/libproxy-webkit net/libproxy/f... Message-ID: In-Reply-To: <86k2n5y83a.fsf@FreeBSD.org> References: <201601191000.u0JA0PtB036419@repo.freebsd.org> <86k2n5y83a.fsf@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="==========606FBDC251BECCE1E2CB==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 14:17:55 -0000 --==========606FBDC251BECCE1E2CB========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 19 janvier 2016 12:09:13 -0200 Raphael Kubo da Costa wrote: | Mathieu Arnold writes: | |> +--On 19 janvier 2016 10:00:25 +0000 Raphael Kubo da Costa |> wrote: |> | Added: |> | head/net/libproxy-gnome3/ |> | head/net/libproxy-gnome3/Makefile (contents, props changed) |> | head/net/libproxy-gnome3/pkg-descr (contents, props changed) |> | head/net/libproxy-gnome3/pkg-plist (contents, props changed) |> |> This should have been copied from the libproxy-gnome port, not added as a |> new one. | | I considered doing that, but then decided in favor of not using svn cp | just because even though the ports are similar this is just by chance (I | wouldn't use svn cp to add, say, libproxy-natus or libproxy-dotnet). >From what you wrote on IRC the other day, it was like "the only difference is it uses gnome3" so it feels like there's a history. -- Mathieu Arnold --==========606FBDC251BECCE1E2CB========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJWnkWNXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IYiwQAJr3mM1DdMMsH9H/zV8i3kQg sOE0GvlbDzqOaZ4l+MdsVL4jMyAKTPvyR9WTUpnQI7MiLgptz0bg9PcSTq2RHfuI 7h6/fjF/32bV+5/PFOoWKsFDxgP8QnKnLsfhZR+Ff7WUiHwV6bBqM/TIN3OUSxda 6rBBGiPNLpCA4PnuJSJNqwITYdC2/lXa8q3RiQypxolCpq7DrdKcN9+2DA0vzqAB 0jsGNvf2QwiYmGiicGjZhFRvobRvnWBkBAco2OJGr0Yn85/MXWcj4gStuI8a5V16 hV0vwqNnhZmOndTxTwUNwPU3g5H2DYqV0c/4ZZQ7JL1+vt157JCXSAoGIwh3iLyQ +N9Ymr68Tyy/E8FdYgZem3gVnJryoT6C1UNB2VlbpZ4GGttd7LNnZLUuvDOHFuIt UD8PTVqmETyCraHVlMpT2P0ONT2KYEkLqLacQz/83ZGhHsBhlZ9Rfl8LmZmnjgIZ mIwx5DqAk7WY/T2CyHldRXSMBfIM80mWTWuvAqp1MrOfuqyMD53ZQkfIeFeWfguh xUvRL28tGQTWifTZRwNmqX/0yH1Gx9t4VOH0fPu4tiTER5vqZTikhj6eaDaqNKNJ HO1bqczyaagyx5Qj9b0KeKHGg1hHHhkgINRnTjBz4ndC/cnrcZ24tn09jGCrSakU Pk7s46gPaSdIJ+B8yq9d =QHY/ -----END PGP SIGNATURE----- --==========606FBDC251BECCE1E2CB==========-- From owner-svn-ports-head@freebsd.org Tue Jan 19 14:23:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51495A888C2; Tue, 19 Jan 2016 14:23:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08C6A1E46; Tue, 19 Jan 2016 14:23:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JENPVH016450; Tue, 19 Jan 2016 14:23:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JENO5c016447; Tue, 19 Jan 2016 14:23:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601191423.u0JENO5c016447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 14:23:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406703 - head/lang/v8/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 14:23:26 -0000 Author: sunpoet Date: Tue Jan 19 14:23:24 2016 New Revision: 406703 URL: https://svnweb.freebsd.org/changeset/ports/406703 Log: - Fix build with Clang 3.7.0+ PR: 206332 Submitted by: dim Added: head/lang/v8/files/patch-src-x64-disasm-x64.cc (contents, props changed) head/lang/v8/files/patch-src-x64-ic-x64.cc (contents, props changed) Added: head/lang/v8/files/patch-src-x64-disasm-x64.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/v8/files/patch-src-x64-disasm-x64.cc Tue Jan 19 14:23:24 2016 (r406703) @@ -0,0 +1,11 @@ +--- src/x64/disasm-x64.cc.orig 2013-05-01 12:56:28 UTC ++++ src/x64/disasm-x64.cc +@@ -1851,7 +1851,7 @@ void Disassembler::Disassemble(FILE* f, + buffer[0] = '\0'; + byte* prev_pc = pc; + pc += d.InstructionDecode(buffer, pc); +- fprintf(f, "%p", prev_pc); ++ fprintf(f, "%p", reinterpret_cast(prev_pc)); + fprintf(f, " "); + + for (byte* bp = prev_pc; bp < pc; bp++) { Added: head/lang/v8/files/patch-src-x64-ic-x64.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/v8/files/patch-src-x64-ic-x64.cc Tue Jan 19 14:23:24 2016 (r406703) @@ -0,0 +1,12 @@ +--- src/x64/ic-x64.cc.orig 2013-05-01 12:56:28 UTC ++++ src/x64/ic-x64.cc +@@ -1672,7 +1672,8 @@ void PatchInlinedSmiCode(Address address + int8_t delta = *reinterpret_cast(delta_address); + if (FLAG_trace_ic) { + PrintF("[ patching ic at %p, test=%p, delta=%d\n", +- address, test_instruction_address, delta); ++ reinterpret_cast(address), ++ reinterpret_cast(test_instruction_address), delta); + } + + // Patch with a short conditional jump. Enabling means switching from a short From owner-svn-ports-head@freebsd.org Tue Jan 19 14:23:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7CE5A888EF; Tue, 19 Jan 2016 14:23:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B0731E66; Tue, 19 Jan 2016 14:23:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JENVeq016572; Tue, 19 Jan 2016 14:23:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JENVpU016570; Tue, 19 Jan 2016 14:23:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601191423.u0JENVpU016570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 14:23:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406704 - head/lang/v8-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 14:23:32 -0000 Author: sunpoet Date: Tue Jan 19 14:23:31 2016 New Revision: 406704 URL: https://svnweb.freebsd.org/changeset/ports/406704 Log: - Fix build with Clang 3.7.0+ PR: 206332 Submitted by: dim Added: head/lang/v8-devel/files/patch-src-x64-disasm-x64.cc (contents, props changed) head/lang/v8-devel/files/patch-src-x64-ic-x64.cc (contents, props changed) Added: head/lang/v8-devel/files/patch-src-x64-disasm-x64.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/v8-devel/files/patch-src-x64-disasm-x64.cc Tue Jan 19 14:23:31 2016 (r406704) @@ -0,0 +1,11 @@ +--- src/x64/disasm-x64.cc.orig 2016-01-17 13:52:37 UTC ++++ src/x64/disasm-x64.cc +@@ -1894,7 +1894,7 @@ void Disassembler::Disassemble(FILE* f, + buffer[0] = '\0'; + byte* prev_pc = pc; + pc += d.InstructionDecode(buffer, pc); +- fprintf(f, "%p", prev_pc); ++ fprintf(f, "%p", reinterpret_cast(prev_pc)); + fprintf(f, " "); + + for (byte* bp = prev_pc; bp < pc; bp++) { Added: head/lang/v8-devel/files/patch-src-x64-ic-x64.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/v8-devel/files/patch-src-x64-ic-x64.cc Tue Jan 19 14:23:31 2016 (r406704) @@ -0,0 +1,12 @@ +--- src/x64/ic-x64.cc.orig 2016-01-17 13:52:46 UTC ++++ src/x64/ic-x64.cc +@@ -1283,7 +1283,8 @@ void PatchInlinedSmiCode(Address address + uint8_t delta = *reinterpret_cast(delta_address); + if (FLAG_trace_ic) { + PrintF("[ patching ic at %p, test=%p, delta=%d\n", +- address, test_instruction_address, delta); ++ reinterpret_cast(address), ++ reinterpret_cast(test_instruction_address), delta); + } + + // Patch with a short conditional jump. Enabling means switching from a short From owner-svn-ports-head@freebsd.org Tue Jan 19 14:26:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC118A88A1C; Tue, 19 Jan 2016 14:26:24 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9399B1286; Tue, 19 Jan 2016 14:26:24 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JEQNnh016837; Tue, 19 Jan 2016 14:26:23 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JEQNj1016835; Tue, 19 Jan 2016 14:26:23 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201601191426.u0JEQNj1016835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Tue, 19 Jan 2016 14:26:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406705 - head/www/trac X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 14:26:25 -0000 Author: matthew Date: Tue Jan 19 14:26:23 2016 New Revision: 406705 URL: https://svnweb.freebsd.org/changeset/ports/406705 Log: Update to 1.0.9 ReleaseNotes: http://trac.edgewall.org/wiki/TracDev/ReleaseNotes/1.0#MaintenanceRelease PR: 205954 Submitted by: matthew Approved by: antont@inbox.lv (maintainer) Modified: head/www/trac/Makefile head/www/trac/distinfo Modified: head/www/trac/Makefile ============================================================================== --- head/www/trac/Makefile Tue Jan 19 14:23:31 2016 (r406704) +++ head/www/trac/Makefile Tue Jan 19 14:26:23 2016 (r406705) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= trac -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.9 CATEGORIES= www devel python MASTER_SITES= http://ftp.edgewall.com/pub/trac/ \ ftp://ftp.edgewall.com/pub/trac/ @@ -33,12 +33,11 @@ PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFI SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 SVN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>0:${PORTSDIR}/devel/py-subversion -CONFLICTS= ja-trac-[0-9]* PORTEXAMPLES= * PORTDATA= * MAKE_ENV= HOME=/dev/null -USES= python:2 shebangfix +USES= python:-2.7 shebangfix SHEBANG_FILES= contrib/cgi-bin/trac.fcgi contrib/cgi-bin/trac.cgi \ trac/tests/functional/better_twill.py trac/tests/functional/tester.py \ trac/tests/functional/testenv.py trac/tests/functional/compat.py \ Modified: head/www/trac/distinfo ============================================================================== --- head/www/trac/distinfo Tue Jan 19 14:23:31 2016 (r406704) +++ head/www/trac/distinfo Tue Jan 19 14:26:23 2016 (r406705) @@ -1,2 +1,2 @@ -SHA256 (Trac-1.0.4.tar.gz) = a1d564c5b612306856dd26851270b12fbba91bab1bc146b66d4cc248be1a172e -SIZE (Trac-1.0.4.tar.gz) = 3579886 +SHA256 (Trac-1.0.9.tar.gz) = 9ed3f0a2039c46132d10f35c211f9f6ee953339cc08492a41d1bf8741d6eebfa +SIZE (Trac-1.0.9.tar.gz) = 3642845 From owner-svn-ports-head@freebsd.org Tue Jan 19 14:37:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E342A88E3A; Tue, 19 Jan 2016 14:37:17 +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 684611976; Tue, 19 Jan 2016 14:37:17 +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 u0JEbG6R020073; Tue, 19 Jan 2016 14:37:16 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JEbGJs020072; Tue, 19 Jan 2016 14:37:16 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201601191437.u0JEbGJs020072@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 19 Jan 2016 14:37:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406706 - head/net-mgmt/nagios-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 14:37:17 -0000 Author: mat Date: Tue Jan 19 14:37:16 2016 New Revision: 406706 URL: https://svnweb.freebsd.org/changeset/ports/406706 Log: Version 2.1 has a knob to tell where sudo is. Use it. PR: 206331 Submitted by: ohauer Sponsored by: Absolight Modified: head/net-mgmt/nagios-plugins/Makefile Modified: head/net-mgmt/nagios-plugins/Makefile ============================================================================== --- head/net-mgmt/nagios-plugins/Makefile Tue Jan 19 14:26:23 2016 (r406705) +++ head/net-mgmt/nagios-plugins/Makefile Tue Jan 19 14:37:16 2016 (r406706) @@ -3,7 +3,7 @@ PORTNAME= nagios-plugins PORTVERSION= 2.1.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= https://www.nagios-plugins.org/download/ \ @@ -75,6 +75,7 @@ CONFIGURE_ARGS+=ac_cv_path_PATH_TO_QMAIL ac_cv_path_PATH_TO_PING6=/sbin/ping6 \ --with-ping-command="/sbin/ping -n -c %d %s" \ --with-ping6-command="/sbin/ping6 -n -c %d %s" \ + ac_cv_path_PATH_TO_SUDO=${LOCALBASE}/bin/sudo \ ac_cv_path_PATH_TO_SMBCLIENT=${LOCALBASE}/bin/smbclient CPPFLAGS+= -I${LOCALBASE}/include From owner-svn-ports-head@freebsd.org Tue Jan 19 14:40:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C53DA8710F; Tue, 19 Jan 2016 14:40:07 +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 24FCF1C71; Tue, 19 Jan 2016 14:40:07 +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 u0JEe6gG020456; Tue, 19 Jan 2016 14:40:06 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JEe5vI020450; Tue, 19 Jan 2016 14:40:05 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601191440.u0JEe5vI020450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 19 Jan 2016 14:40:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406707 - in head/databases: . sql-workbench sql-workbench/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 14:40:07 -0000 Author: pi Date: Tue Jan 19 14:40:05 2016 New Revision: 406707 URL: https://svnweb.freebsd.org/changeset/ports/406707 Log: New port: databases/sql-workbench SQL Workbench/J is a free, DBMS-independent, cross-platform SQL query tool. It is written in Java and should run on any operating system that provides a Java Runtime Environment. Its main focus is on running SQL scripts (either interactively or as a batch) and export/import features. Graphical query building or more advanced DBA tasks are not the focus and are not planned. WWW: http://www.sql-workbench.net/ PR: 202116 Submitted by: Aldis Berjoza Added: head/databases/sql-workbench/ head/databases/sql-workbench/Makefile (contents, props changed) head/databases/sql-workbench/distinfo (contents, props changed) head/databases/sql-workbench/files/ head/databases/sql-workbench/files/patch-SQLWorkbench.desktop (contents, props changed) head/databases/sql-workbench/pkg-descr (contents, props changed) head/databases/sql-workbench/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Tue Jan 19 14:37:16 2016 (r406706) +++ head/databases/Makefile Tue Jan 19 14:40:05 2016 (r406707) @@ -928,6 +928,7 @@ SUBDIR += spatialite-tools SUBDIR += spatialite_gui SUBDIR += speedtables + SUBDIR += sql-workbench SUBDIR += sqlbuddy SUBDIR += sqlcached SUBDIR += sqlcipher Added: head/databases/sql-workbench/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/sql-workbench/Makefile Tue Jan 19 14:40:05 2016 (r406707) @@ -0,0 +1,41 @@ +# Created by: Aldis Berjoza +# $FreeBSD$ + +PORTNAME= sql-workbench +PORTVERSION= 118 +CATEGORIES= databases java +MASTER_SITES= http://www.sql-workbench.net/ \ + http://www.sql-workbench.net/archive/ +DISTNAME= Workbench-Build${PORTVERSION} + +MAINTAINER= graudeejs@gmail.com +COMMENT= DBMS-independent, cross-platform SQL query tool + +LICENSE= APACHE20 + +USES= desktop-file-utils zip + +USE_JAVA= yes +JAVA_VERSION= 1.8+ +NO_BUILD= yes + +WRKSRC= ${WRKDIR} + +OPTIONS_DEFINE= DOCS MYSQL_JDBC PGSQL_JDBC ORACLE_JDBC +ORACLE_JDBC_RUN_DEPENDS=${JAVALIBDIR}/ojdbc-10.2.0.5.jar:${PORTSDIR}/databases/jdbc-oracle10g +MYSQL_JDBC_RUN_DEPENDS= ${JAVALIBDIR}/mysql-connector-java.jar:${PORTSDIR}/databases/mysql-connector-java +PGSQL_JDBC_RUN_DEPENDS= ${JAVALIBDIR}/postgresql.jar:${PORTSDIR}/databases/postgresql-jdbc + +pre-install: + @${ECHO} "#!/bin/sh" > ${WRKSRC}/new_sqlworkbench.sh + @${ECHO} "${PREFIX}/bin/java -Dvisualvm.display.name=SQLWorkbench -Xmx512m -jar ${JAVAJARDIR}/sqlworkbench.jar" >> ${WRKSRC}/new_sqlworkbench.sh + +do-install: + (cd ${WRKSRC}/xslt && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/xslt) + ${INSTALL_DATA} ${WRKSRC}/SQLWorkbench-Manual.pdf ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/sqlworkbench.jar ${STAGEDIR}${JAVAJARDIR} + ${INSTALL_DATA} ${WRKSRC}/SQLWorkbench.desktop ${STAGEDIR}${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/workbench32.png ${STAGEDIR}${PREFIX}/share/pixmaps + ${INSTALL_SCRIPT} ${WRKSRC}/new_sqlworkbench.sh ${STAGEDIR}${PREFIX}/bin/sqlworkbench + +.include Added: head/databases/sql-workbench/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/sql-workbench/distinfo Tue Jan 19 14:40:05 2016 (r406707) @@ -0,0 +1,2 @@ +SHA256 (Workbench-Build118.zip) = dcd1374af03db93f83a0025e605a9bf459d3b1212d48cce92fc9d1fa6ed8bad6 +SIZE (Workbench-Build118.zip) = 6517929 Added: head/databases/sql-workbench/files/patch-SQLWorkbench.desktop ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/sql-workbench/files/patch-SQLWorkbench.desktop Tue Jan 19 14:40:05 2016 (r406707) @@ -0,0 +1,11 @@ +--- SQLWorkbench.desktop.orig 2015-08-05 22:10:56 UTC ++++ SQLWorkbench.desktop +@@ -2,7 +2,7 @@ + Comment= + Comment[en_US]= + Encoding=UTF-8 +-Exec=java -jar sqlworkbench.jar ++Exec=sqlworkbench + GenericName=Workbench + GenericName[en_US]=SQL Workbench/J + Icon=workbench32.png Added: head/databases/sql-workbench/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/sql-workbench/pkg-descr Tue Jan 19 14:40:05 2016 (r406707) @@ -0,0 +1,9 @@ +SQL Workbench/J is a free, DBMS-independent, cross-platform SQL +query tool. It is written in Java and should run on any operating +system that provides a Java Runtime Environment. + +Its main focus is on running SQL scripts (either interactively or +as a batch) and export/import features. Graphical query building +or more advanced DBA tasks are not the focus and are not planned. + +WWW: http://www.sql-workbench.net/ Added: head/databases/sql-workbench/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/sql-workbench/pkg-plist Tue Jan 19 14:40:05 2016 (r406707) @@ -0,0 +1,29 @@ +bin/sqlworkbench +share/applications/SQLWorkbench.desktop +%%PORTDOCS%%%%DOCSDIR%% +%%JAVAJARDIR%%/sqlworkbench.jar +share/pixmaps/workbench32.png +%%DATADIR%%/xslt/jdbctypes2oracle.xslt +%%DATADIR%%/xslt/liquibase_common.xslt +%%DATADIR%%/xslt/wbdiff2derby.xslt +%%DATADIR%%/xslt/wbdiff2html.xslt +%%DATADIR%%/xslt/wbdiff2liquibase.xslt +%%DATADIR%%/xslt/wbdiff2mssql.xslt +%%DATADIR%%/xslt/wbdiff2oracle.xslt +%%DATADIR%%/xslt/wbdiff2pg.xslt +%%DATADIR%%/xslt/wbdiff2simple_html.xslt +%%DATADIR%%/xslt/wbexport2dbunit.xslt +%%DATADIR%%/xslt/wbexport2dbunitflat.xslt +%%DATADIR%%/xslt/wbexport2insert.xslt +%%DATADIR%%/xslt/wbexport2lbinsert.xslt +%%DATADIR%%/xslt/wbexport2text.xslt +%%DATADIR%%/xslt/wbreport2benerator.xslt +%%DATADIR%%/xslt/wbreport2confluence.xslt +%%DATADIR%%/xslt/wbreport2ctl.xslt +%%DATADIR%%/xslt/wbreport2html.xslt +%%DATADIR%%/xslt/wbreport2liquibase.xslt +%%DATADIR%%/xslt/wbreport2liquibase_multi.xslt +%%DATADIR%%/xslt/wbreport2oracle.xslt +%%DATADIR%%/xslt/wbreport2pg.xslt +%%DATADIR%%/xslt/wbreport2pg_cleanupora.xslt +%%DATADIR%%/xslt/wbreport2proc.xslt From owner-svn-ports-head@freebsd.org Tue Jan 19 15:10:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E58F8A8846E; Tue, 19 Jan 2016 15:10:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B27C5115B; Tue, 19 Jan 2016 15:10:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JFAsk2029311; Tue, 19 Jan 2016 15:10:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JFAs6Z029310; Tue, 19 Jan 2016 15:10:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601191510.u0JFAs6Z029310@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 15:10:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406708 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 15:10:56 -0000 Author: sunpoet Date: Tue Jan 19 15:10:54 2016 New Revision: 406708 URL: https://svnweb.freebsd.org/changeset/ports/406708 Log: - Add shared METALINK description - Sort *_DESC Modified: head/Mk/bsd.options.desc.mk Modified: head/Mk/bsd.options.desc.mk ============================================================================== --- head/Mk/bsd.options.desc.mk Tue Jan 19 14:40:05 2016 (r406707) +++ head/Mk/bsd.options.desc.mk Tue Jan 19 15:10:54 2016 (r406708) @@ -306,6 +306,7 @@ MAPSERVER_DESC?= Mapserver support MATE_DESC?= MATE desktop environment support MATROSKA_DESC?= Matroska container format support MDNSRESPONDER_DESC?= Zeroconf support via mDNSResponder +METALINK_DESC?= Metalink support MIKMOD_DESC?= MOD audio format support MIXER_DESC?= Audio mixer support MJPEGTOOLS_DESC?= MJPEG Tools support @@ -474,8 +475,8 @@ UNICODE_DESC?= Unicode support UNIXODBC_DESC?= ODBC backend via unixODBC UNZIP_DESC?= UnZip compression support UPNP_DESC?= UPnP protocol support -UTF8_DESC?= Unicode UTF-8 encoding support UTF16_DESC?= Unicode UTF-16 encoding support +UTF8_DESC?= Unicode UTF-8 encoding support V4L_DESC?= Video 4 Linux support VAAPI_DESC?= VAAPI (GPU video acceleration) support VDPAU_DESC?= VDPAU (GPU video acceleration) support From owner-svn-ports-head@freebsd.org Tue Jan 19 15:28:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DACCA88A6A; Tue, 19 Jan 2016 15:28:59 +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 1EFF91F38; Tue, 19 Jan 2016 15:28:59 +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 u0JFSwSW035018; Tue, 19 Jan 2016 15:28:58 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JFSwfM035017; Tue, 19 Jan 2016 15:28:58 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601191528.u0JFSwfM035017@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 19 Jan 2016 15:28:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406710 - head/devel/pdcurses-the X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 15:28:59 -0000 Author: pi Date: Tue Jan 19 15:28:57 2016 New Revision: 406710 URL: https://svnweb.freebsd.org/changeset/ports/406710 Log: devel/pdcurses-the: DEPRECATE, set EXPIRATION_DATE 2016-01-31 PR: 201187 Submitted by: Richard Narron Modified: head/devel/pdcurses-the/Makefile Modified: head/devel/pdcurses-the/Makefile ============================================================================== --- head/devel/pdcurses-the/Makefile Tue Jan 19 15:15:49 2016 (r406709) +++ head/devel/pdcurses-the/Makefile Tue Jan 19 15:28:57 2016 (r406710) @@ -11,6 +11,9 @@ DISTNAME= PDCurses-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Curses library implementation for Win32, DOS, OS/2, and X11 +DEPRECATED= Seperate port is no longer needed, see PR#201187 +EXPIRATION_DATE= 2016-01-31 + CONFLICTS= pdcurses-[0-9]* USE_LDCONFIG= yes From owner-svn-ports-head@freebsd.org Tue Jan 19 16:37:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 381C8A89450; Tue, 19 Jan 2016 16:37:09 +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 09706175B; Tue, 19 Jan 2016 16:37:08 +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 u0JGb8Zm055323; Tue, 19 Jan 2016 16:37:08 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JGb7TV055320; Tue, 19 Jan 2016 16:37:07 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201601191637.u0JGb7TV055320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Tue, 19 Jan 2016 16:37:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406711 - head/mail/rmilter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 16:37:09 -0000 Author: vsevolod Date: Tue Jan 19 16:37:07 2016 New Revision: 406711 URL: https://svnweb.freebsd.org/changeset/ports/406711 Log: - Update to 1.7.1 Modified: head/mail/rmilter/Makefile head/mail/rmilter/distinfo Modified: head/mail/rmilter/Makefile ============================================================================== --- head/mail/rmilter/Makefile Tue Jan 19 15:28:57 2016 (r406710) +++ head/mail/rmilter/Makefile Tue Jan 19 16:37:07 2016 (r406711) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rmilter -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 CATEGORIES= mail MAINTAINER= vsevolod@FreeBSD.org Modified: head/mail/rmilter/distinfo ============================================================================== --- head/mail/rmilter/distinfo Tue Jan 19 15:28:57 2016 (r406710) +++ head/mail/rmilter/distinfo Tue Jan 19 16:37:07 2016 (r406711) @@ -1,2 +1,2 @@ -SHA256 (vstakhov-rmilter-1.7.0_GH0.tar.gz) = 0337c1e643f1c9115ae9a53cb79d883ef857ca8457a94b37ef135ee89166ea3d -SIZE (vstakhov-rmilter-1.7.0_GH0.tar.gz) = 159459 +SHA256 (vstakhov-rmilter-1.7.1_GH0.tar.gz) = 4b239acba55e80620c3906ec11bc086eaa814122117b5afeeb16712279f3e13e +SIZE (vstakhov-rmilter-1.7.1_GH0.tar.gz) = 159549 From owner-svn-ports-head@freebsd.org Tue Jan 19 16:52:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB9C3A89873; Tue, 19 Jan 2016 16:52:08 +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 41CB6113A; Tue, 19 Jan 2016 16:52:08 +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 u0JGq7xC060527; Tue, 19 Jan 2016 16:52:07 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JGq7FI060525; Tue, 19 Jan 2016 16:52:07 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601191652.u0JGq7FI060525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 19 Jan 2016 16:52:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406712 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 16:52:08 -0000 Author: pawel Date: Tue Jan 19 16:52:06 2016 New Revision: 406712 URL: https://svnweb.freebsd.org/changeset/ports/406712 Log: Document claws-mail CVE Security: CVE-2015-8614 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Jan 19 16:37:07 2016 (r406711) +++ head/security/vuxml/vuln.xml Tue Jan 19 16:52:06 2016 (r406712) @@ -58,6 +58,39 @@ Notes: --> + + claws-mail -- no bounds checking on the output buffer in conv_jistoeuc, conv_euctojis, conv_sjistoeuc + + + claws-mail + 3.13.2 + + + + +

DrWhax reports:

+
+

So in codeconv.c there is a function for japanese character set + conversion called conv_jistoeuc(). There is no bounds checking on + the output buffer, which is created on the stack with alloca() + Bug can be triggered by sending an email to TAILS_luser@riseup.net + or whatever. + + Since my C is completely rusty, you might be able to make a better + judgement on the severity of this issue. Marking critical for now.

+
+ +
+ + CVE-2015-8614 + https://security-tracker.debian.org/tracker/CVE-2015-8614 + + + 2015-11-04 + 2016-01-19 + +
+ libarchive -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Tue Jan 19 18:35:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CA5EA88A74; Tue, 19 Jan 2016 18:35:03 +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 6F9181F0B; Tue, 19 Jan 2016 18:35:03 +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 u0JIZ2VJ090645; Tue, 19 Jan 2016 18:35:02 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JIZ2pc090643; Tue, 19 Jan 2016 18:35:02 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201601191835.u0JIZ2pc090643@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Tue, 19 Jan 2016 18:35:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406713 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 18:35:03 -0000 Author: vsevolod Date: Tue Jan 19 18:35:02 2016 New Revision: 406713 URL: https://svnweb.freebsd.org/changeset/ports/406713 Log: - Update to 1.1.1.b1.19012016 Modified: head/mail/rspamd-devel/Makefile head/mail/rspamd-devel/distinfo Modified: head/mail/rspamd-devel/Makefile ============================================================================== --- head/mail/rspamd-devel/Makefile Tue Jan 19 16:52:06 2016 (r406712) +++ head/mail/rspamd-devel/Makefile Tue Jan 19 18:35:02 2016 (r406713) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.1.0.b2.18012016 +PORTVERSION= 1.1.1.b1.19012016 CATEGORIES= mail PKGNAMESUFFIX= -devel @@ -17,11 +17,11 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/deve CONFLICTS_INSTALL= rspamd -RSPAMD_VERSION= 1.1.0 +RSPAMD_VERSION= 1.1.1 USE_GITHUB= yes GH_ACCOUNT= vstakhov GH_PROJECT= rspamd -GH_TAGNAME= b739110 +GH_TAGNAME= 5640329 OPTIONS_DEFINE= GPERF REDIRECTOR GPERF_DESC= google perf-tools profiling Modified: head/mail/rspamd-devel/distinfo ============================================================================== --- head/mail/rspamd-devel/distinfo Tue Jan 19 16:52:06 2016 (r406712) +++ head/mail/rspamd-devel/distinfo Tue Jan 19 18:35:02 2016 (r406713) @@ -1,2 +1,2 @@ -SHA256 (vstakhov-rspamd-1.1.0.b2.18012016-b739110_GH0.tar.xz) = 20c0a59ece90639bc141b0e1421f4816f092ef53be06f076ed77250a8c1a5c1a -SIZE (vstakhov-rspamd-1.1.0.b2.18012016-b739110_GH0.tar.xz) = 1649328 +SHA256 (vstakhov-rspamd-1.1.1.b1.19012016-5640329_GH0.tar.xz) = ce549c643ca3f5ab2b03b660850cf09a1b2824704a435b214ee6525955f5d08d +SIZE (vstakhov-rspamd-1.1.1.b1.19012016-5640329_GH0.tar.xz) = 1652027 From owner-svn-ports-head@freebsd.org Tue Jan 19 19:08:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14425A8975C; Tue, 19 Jan 2016 19:08:35 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5E201AC4; Tue, 19 Jan 2016 19:08:34 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JJ8XkT099630; Tue, 19 Jan 2016 19:08:33 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JJ8Xvk099628; Tue, 19 Jan 2016 19:08:33 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201601191908.u0JJ8Xvk099628@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Tue, 19 Jan 2016 19:08:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406714 - head/net/py-ldap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 19:08:35 -0000 Author: rm Date: Tue Jan 19 19:08:33 2016 New Revision: 406714 URL: https://svnweb.freebsd.org/changeset/ports/406714 Log: net/py-ldap: update to 2.4.25 Modified: head/net/py-ldap/Makefile head/net/py-ldap/distinfo Modified: head/net/py-ldap/Makefile ============================================================================== --- head/net/py-ldap/Makefile Tue Jan 19 18:35:02 2016 (r406713) +++ head/net/py-ldap/Makefile Tue Jan 19 19:08:33 2016 (r406714) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ldap -PORTVERSION= 2.4.22 +PORTVERSION= 2.4.25 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-ldap/distinfo ============================================================================== --- head/net/py-ldap/distinfo Tue Jan 19 18:35:02 2016 (r406713) +++ head/net/py-ldap/distinfo Tue Jan 19 19:08:33 2016 (r406714) @@ -1,2 +1,2 @@ -SHA256 (python-ldap-2.4.22.tar.gz) = 9ef5872a95292f3ffe507aa09c805d7e1558b08159da0a81ba9dd04910be50b7 -SIZE (python-ldap-2.4.22.tar.gz) = 121397 +SHA256 (python-ldap-2.4.25.tar.gz) = 62d00dbc86f3f9b21beacd9b826e8f9895f900637a60a6d4e7ab59a1cdc64e56 +SIZE (python-ldap-2.4.25.tar.gz) = 121573 From owner-svn-ports-head@freebsd.org Tue Jan 19 19:28:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3445A89D47; Tue, 19 Jan 2016 19:28:26 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B23AC1A16; Tue, 19 Jan 2016 19:28:26 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JJSPCT005506; Tue, 19 Jan 2016 19:28:25 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JJSPs3005505; Tue, 19 Jan 2016 19:28:25 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201601191928.u0JJSPs3005505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Tue, 19 Jan 2016 19:28:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406715 - head/devel/gnome-builder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 19:28:27 -0000 Author: rm Date: Tue Jan 19 19:28:25 2016 New Revision: 406715 URL: https://svnweb.freebsd.org/changeset/ports/406715 Log: devel/gnome-builder: mark BROKEN on 9.x Modified: head/devel/gnome-builder/Makefile Modified: head/devel/gnome-builder/Makefile ============================================================================== --- head/devel/gnome-builder/Makefile Tue Jan 19 19:08:33 2016 (r406714) +++ head/devel/gnome-builder/Makefile Tue Jan 19 19:28:25 2016 (r406715) @@ -40,4 +40,10 @@ GLIB_SCHEMAS= org.gnome.builder.editor.g org.gnome.builder.experimental.gschema.xml \ org.gnome.builder.project-tree.gschema.xml -.include +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +BROKEN= does not builds +.endif + +.include From owner-svn-ports-head@freebsd.org Tue Jan 19 20:06:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09D5CA888A0; Tue, 19 Jan 2016 20:06:49 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D07761BBC; Tue, 19 Jan 2016 20:06:48 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0JK6lHH017178; Tue, 19 Jan 2016 20:06:47 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JK6lqi017176; Tue, 19 Jan 2016 20:06:47 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201601192006.u0JK6lqi017176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Tue, 19 Jan 2016 20:06:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406716 - head/ftp/lftp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 20:06:49 -0000 Author: martymac Date: Tue Jan 19 20:06:47 2016 New Revision: 406716 URL: https://svnweb.freebsd.org/changeset/ports/406716 Log: Update to 4.6.5 Modified: head/ftp/lftp/Makefile head/ftp/lftp/distinfo Modified: head/ftp/lftp/Makefile ============================================================================== --- head/ftp/lftp/Makefile Tue Jan 19 19:28:25 2016 (r406715) +++ head/ftp/lftp/Makefile Tue Jan 19 20:06:47 2016 (r406716) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lftp -PORTVERSION= 4.6.4 +PORTVERSION= 4.6.5 CATEGORIES= ftp ipv6 MASTER_SITES= http://lftp.yar.ru/ftp/ \ http://lftp.yar.ru/ftp/old/ \ Modified: head/ftp/lftp/distinfo ============================================================================== --- head/ftp/lftp/distinfo Tue Jan 19 19:28:25 2016 (r406715) +++ head/ftp/lftp/distinfo Tue Jan 19 20:06:47 2016 (r406716) @@ -1,2 +1,2 @@ -SHA256 (lftp-4.6.4.tar.gz) = 791e783779d3d6b519d0c23155430b9785f2854023eb834c716f5ba78873b15a -SIZE (lftp-4.6.4.tar.gz) = 2656129 +SHA256 (lftp-4.6.5.tar.gz) = 29d1c82d610803d5c017657d7663e05fa01bd58f0e06180f306e430f07816299 +SIZE (lftp-4.6.5.tar.gz) = 2666338 From owner-svn-ports-head@freebsd.org Tue Jan 19 20:43:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9823FA898FC; Tue, 19 Jan 2016 20:43:36 +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 6687B1A63; Tue, 19 Jan 2016 20:43:36 +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 u0JKhZcj028597; Tue, 19 Jan 2016 20:43:35 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JKhZo3028596; Tue, 19 Jan 2016 20:43:35 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201601192043.u0JKhZo3028596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Tue, 19 Jan 2016 20:43:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406717 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 20:43:36 -0000 Author: stephen Date: Tue Jan 19 20:43:35 2016 New Revision: 406717 URL: https://svnweb.freebsd.org/changeset/ports/406717 Log: - Put back uses=pkgconfig Modified: head/math/octave-forge-video/Makefile Modified: head/math/octave-forge-video/Makefile ============================================================================== --- head/math/octave-forge-video/Makefile Tue Jan 19 20:06:47 2016 (r406716) +++ head/math/octave-forge-video/Makefile Tue Jan 19 20:43:35 2016 (r406717) @@ -11,6 +11,7 @@ COMMENT= Octave-forge package ${OCTAVE_P LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV+= HOME=${WRKSRC} From owner-svn-ports-head@freebsd.org Tue Jan 19 21:13:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA58EA88329; Tue, 19 Jan 2016 21:13:04 +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 6EDAC1FD0; Tue, 19 Jan 2016 21:13:04 +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 u0JLD3jq037507; Tue, 19 Jan 2016 21:13:03 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JLD3g1037504; Tue, 19 Jan 2016 21:13:03 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201601192113.u0JLD3g1037504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 19 Jan 2016 21:13:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406718 - head/www/yii X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 21:13:04 -0000 Author: madpilot Date: Tue Jan 19 21:13:02 2016 New Revision: 406718 URL: https://svnweb.freebsd.org/changeset/ports/406718 Log: - Update to 1.1.17 While here convert to OPTION helpers. PR: 206391 Submitted by: jochen at jochen-neumeister.de Modified: head/www/yii/Makefile head/www/yii/distinfo head/www/yii/pkg-plist Modified: head/www/yii/Makefile ============================================================================== --- head/www/yii/Makefile Tue Jan 19 20:43:35 2016 (r406717) +++ head/www/yii/Makefile Tue Jan 19 21:13:02 2016 (r406718) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yii -PORTVERSION= 1.1.16 +PORTVERSION= 1.1.17 CATEGORIES= www MAINTAINER= ports@FreeBSD.org @@ -29,21 +29,10 @@ PORTDOCS= CHANGELOG LICENSE README UPGRA INSTALL_DIRS= framework -PGSQL_RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pdo_pgsql.so:${PORTSDIR}/databases/php5-pdo_pgsql - -.include - -.if ${PORT_OPTIONS:MREQPHP} -USE_PHP+= dom gd mcrypt memcache pdo soap -.endif - -.if ${PORT_OPTIONS:MMYSQL} -USE_PHP+= pdo_mysql -.endif - -.if ${PORT_OPTIONS:MSQLITE} -USE_PHP+= pdo_sqlite -.endif +MYSQL_USE= PHP=pdo_mysql +PGSQL_USE= PHP=pdo_pgsql +REQPHP_USE= PHP=dom,gd,mcrypt,memcache,pdo,soap +SQLITE_USE= PHP=pdo_sqlite post-patch: @${SED} -i "" -e "s,dirname(__FILE__),'${DATADIR}/framework'," ${WRKSRC}/framework/yiic Modified: head/www/yii/distinfo ============================================================================== --- head/www/yii/distinfo Tue Jan 19 20:43:35 2016 (r406717) +++ head/www/yii/distinfo Tue Jan 19 21:13:02 2016 (r406718) @@ -1,2 +1,2 @@ -SHA256 (yiisoft-yii-1.1.16_GH0.tar.gz) = 5603b0cb73eeb26f39a4bc029e7c469422facb96bdf78943aecbdd5b019e5095 -SIZE (yiisoft-yii-1.1.16_GH0.tar.gz) = 8008373 +SHA256 (yiisoft-yii-1.1.17_GH0.tar.gz) = 54226e5848ec71dd49330bb8700d6b60497a74f152591dbdb17f2a836d71dab5 +SIZE (yiisoft-yii-1.1.17_GH0.tar.gz) = 5186715 Modified: head/www/yii/pkg-plist ============================================================================== --- head/www/yii/pkg-plist Tue Jan 19 20:43:35 2016 (r406717) +++ head/www/yii/pkg-plist Tue Jan 19 21:13:02 2016 (r406718) @@ -188,6 +188,7 @@ bin/yiic %%DATADIR%%/framework/base/CApplicationComponent.php %%DATADIR%%/framework/base/CBehavior.php %%DATADIR%%/framework/base/CComponent.php +%%DATADIR%%/framework/base/CDbStatePersister.php %%DATADIR%%/framework/base/CErrorEvent.php %%DATADIR%%/framework/base/CErrorHandler.php %%DATADIR%%/framework/base/CException.php From owner-svn-ports-head@freebsd.org Tue Jan 19 21:13:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A20AA88347; Tue, 19 Jan 2016 21:13:08 +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 1B1CD1FEA; Tue, 19 Jan 2016 21:13:08 +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 u0JLD7Ji037739; Tue, 19 Jan 2016 21:13:07 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0JLD6eo037731; Tue, 19 Jan 2016 21:13:06 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201601192113.u0JLD6eo037731@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 19 Jan 2016 21:13:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406719 - in head/dns: bind9-devel bind910 bind910/files bind99 bind99/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 21:13:08 -0000 Author: mat Date: Tue Jan 19 21:13:06 2016 New Revision: 406719 URL: https://svnweb.freebsd.org/changeset/ports/406719 Log: Update bind99 to 9.9.8-P3, bind910 to 9.10.3-P3 and bind9-devel to latest snapshot. MFH: 2016Q1 Security: CVE-2015-8704 Security: CVE-2015-8705 Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile head/dns/bind9-devel/distinfo head/dns/bind910/Makefile head/dns/bind910/distinfo head/dns/bind910/files/named.root head/dns/bind99/Makefile head/dns/bind99/distinfo head/dns/bind99/files/named.root Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Tue Jan 19 21:13:02 2016 (r406718) +++ head/dns/bind9-devel/Makefile Tue Jan 19 21:13:06 2016 (r406719) @@ -3,7 +3,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/} -PORTREVISION= 1 +PORTREVISION= 0 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;f= @@ -19,8 +19,8 @@ COMMENT= BIND DNS suite with updated DNS LICENSE= ISCL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.11.0.a20151227 -HASH= 7321d8d +ISCVERSION= 9.11.0.a20160119 +HASH= fc7bce5 MAKE_JOBS_UNSAFE= yes Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Tue Jan 19 21:13:02 2016 (r406718) +++ head/dns/bind9-devel/distinfo Tue Jan 19 21:13:06 2016 (r406719) @@ -1,2 +1,2 @@ -SHA256 (bind9-7321d8d.tar.gz) = 37a1f2475901af343ac79e0bf4e2b77ca42440dccb9a5ae5ffe341537792d33a -SIZE (bind9-7321d8d.tar.gz) = 11006113 +SHA256 (bind9-fc7bce5.tar.gz) = d216744bc16ed494d4fa86288c7194ccea46ca54a7b502b381eef16d788c989f +SIZE (bind9-fc7bce5.tar.gz) = 11010437 Modified: head/dns/bind910/Makefile ============================================================================== --- head/dns/bind910/Makefile Tue Jan 19 21:13:02 2016 (r406718) +++ head/dns/bind910/Makefile Tue Jan 19 21:13:06 2016 (r406719) @@ -29,7 +29,7 @@ COMMENT= BIND DNS suite with updated DNS LICENSE= ISCL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.10.3-P2 +ISCVERSION= 9.10.3-P3 MAKE_JOBS_UNSAFE= yes Modified: head/dns/bind910/distinfo ============================================================================== --- head/dns/bind910/distinfo Tue Jan 19 21:13:02 2016 (r406718) +++ head/dns/bind910/distinfo Tue Jan 19 21:13:06 2016 (r406719) @@ -1,2 +1,2 @@ -SHA256 (bind-9.10.3-P2.tar.gz) = 4a6c1911ac0d4b6be635b63de3429b6c168ea244043f12bbc8a4eb3368fd6ecd -SIZE (bind-9.10.3-P2.tar.gz) = 8523719 +SHA256 (bind-9.10.3-P3.tar.gz) = 690810d1fbb72afa629e74638d19cd44e28d2b2e5eb63f55c705ad85d1a4cb83 +SIZE (bind-9.10.3-P3.tar.gz) = 8527540 Modified: head/dns/bind910/files/named.root ============================================================================== --- head/dns/bind910/files/named.root Tue Jan 19 21:13:02 2016 (r406718) +++ head/dns/bind910/files/named.root Tue Jan 19 21:13:06 2016 (r406719) @@ -13,30 +13,32 @@ ; on server FTP.INTERNIC.NET ; -OR- RS.INTERNIC.NET ; -; last update: Jan 3, 2013 -; related version of root zone: 2013010300 +; last update: December 01, 2015 +; related version of root zone: 2015120100 ; ; formerly NS.INTERNIC.NET ; -. 3600000 IN NS A.ROOT-SERVERS.NET. +. 3600000 NS A.ROOT-SERVERS.NET. A.ROOT-SERVERS.NET. 3600000 A 198.41.0.4 -A.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:BA3E::2:30 +A.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:ba3e::2:30 ; ; FORMERLY NS1.ISI.EDU ; . 3600000 NS B.ROOT-SERVERS.NET. B.ROOT-SERVERS.NET. 3600000 A 192.228.79.201 +B.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:84::b ; ; FORMERLY C.PSI.NET ; . 3600000 NS C.ROOT-SERVERS.NET. C.ROOT-SERVERS.NET. 3600000 A 192.33.4.12 +C.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2::c ; ; FORMERLY TERP.UMD.EDU ; . 3600000 NS D.ROOT-SERVERS.NET. D.ROOT-SERVERS.NET. 3600000 A 199.7.91.13 -D.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2D::D +D.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2d::d ; ; FORMERLY NS.NASA.GOV ; @@ -47,7 +49,7 @@ E.ROOT-SERVERS.NET. 3600000 A ; . 3600000 NS F.ROOT-SERVERS.NET. F.ROOT-SERVERS.NET. 3600000 A 192.5.5.241 -F.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2F::F +F.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2f::f ; ; FORMERLY NS.NIC.DDN.MIL ; @@ -57,26 +59,26 @@ G.ROOT-SERVERS.NET. 3600000 A ; FORMERLY AOS.ARL.ARMY.MIL ; . 3600000 NS H.ROOT-SERVERS.NET. -H.ROOT-SERVERS.NET. 3600000 A 128.63.2.53 -H.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:1::803F:235 +H.ROOT-SERVERS.NET. 3600000 A 198.97.190.53 +H.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:1::53 ; ; FORMERLY NIC.NORDU.NET ; . 3600000 NS I.ROOT-SERVERS.NET. I.ROOT-SERVERS.NET. 3600000 A 192.36.148.17 -I.ROOT-SERVERS.NET. 3600000 AAAA 2001:7FE::53 +I.ROOT-SERVERS.NET. 3600000 AAAA 2001:7fe::53 ; ; OPERATED BY VERISIGN, INC. ; . 3600000 NS J.ROOT-SERVERS.NET. J.ROOT-SERVERS.NET. 3600000 A 192.58.128.30 -J.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:C27::2:30 +J.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:c27::2:30 ; ; OPERATED BY RIPE NCC ; . 3600000 NS K.ROOT-SERVERS.NET. K.ROOT-SERVERS.NET. 3600000 A 193.0.14.129 -K.ROOT-SERVERS.NET. 3600000 AAAA 2001:7FD::1 +K.ROOT-SERVERS.NET. 3600000 AAAA 2001:7fd::1 ; ; OPERATED BY ICANN ; @@ -88,5 +90,5 @@ L.ROOT-SERVERS.NET. 3600000 AA ; . 3600000 NS M.ROOT-SERVERS.NET. M.ROOT-SERVERS.NET. 3600000 A 202.12.27.33 -M.ROOT-SERVERS.NET. 3600000 AAAA 2001:DC3::35 -; End of File +M.ROOT-SERVERS.NET. 3600000 AAAA 2001:dc3::35 +; End of file Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Tue Jan 19 21:13:02 2016 (r406718) +++ head/dns/bind99/Makefile Tue Jan 19 21:13:06 2016 (r406719) @@ -15,7 +15,7 @@ COMMENT= BIND DNS suite with updated DNS LICENSE= ISCL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.9.8-P2 +ISCVERSION= 9.9.8-P3 MAKE_JOBS_UNSAFE= yes Modified: head/dns/bind99/distinfo ============================================================================== --- head/dns/bind99/distinfo Tue Jan 19 21:13:02 2016 (r406718) +++ head/dns/bind99/distinfo Tue Jan 19 21:13:06 2016 (r406719) @@ -1,4 +1,4 @@ -SHA256 (bind-9.9.8-P2.tar.gz) = f5841926e19637b93ec0b44b5abfbab2410e692736cf11143d461f656fbdf329 -SIZE (bind-9.9.8-P2.tar.gz) = 7996912 -SHA256 (9.9.8-P2-rpz2+rl.14038.05.patch.xz) = d729e23fcb2baa657b36cdb9da3b224d29c155aa911a4880b3d500bc7453d178 -SIZE (9.9.8-P2-rpz2+rl.14038.05.patch.xz) = 39232 +SHA256 (bind-9.9.8-P3.tar.gz) = 6a489f98dffaf31cfd8b572aa5cc345e8d775758488a4541f2f0c974c8090a07 +SIZE (bind-9.9.8-P3.tar.gz) = 7998476 +SHA256 (9.9.8-P3-rpz2+rl.14038.05.patch.xz) = d886ee7d350b65068c7502e2d925ce675875ed968f3b8c82ad87de5f6843e372 +SIZE (9.9.8-P3-rpz2+rl.14038.05.patch.xz) = 39224 Modified: head/dns/bind99/files/named.root ============================================================================== --- head/dns/bind99/files/named.root Tue Jan 19 21:13:02 2016 (r406718) +++ head/dns/bind99/files/named.root Tue Jan 19 21:13:06 2016 (r406719) @@ -13,30 +13,32 @@ ; on server FTP.INTERNIC.NET ; -OR- RS.INTERNIC.NET ; -; last update: Jan 3, 2013 -; related version of root zone: 2013010300 +; last update: December 01, 2015 +; related version of root zone: 2015120100 ; ; formerly NS.INTERNIC.NET ; -. 3600000 IN NS A.ROOT-SERVERS.NET. +. 3600000 NS A.ROOT-SERVERS.NET. A.ROOT-SERVERS.NET. 3600000 A 198.41.0.4 -A.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:BA3E::2:30 +A.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:ba3e::2:30 ; ; FORMERLY NS1.ISI.EDU ; . 3600000 NS B.ROOT-SERVERS.NET. B.ROOT-SERVERS.NET. 3600000 A 192.228.79.201 +B.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:84::b ; ; FORMERLY C.PSI.NET ; . 3600000 NS C.ROOT-SERVERS.NET. C.ROOT-SERVERS.NET. 3600000 A 192.33.4.12 +C.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2::c ; ; FORMERLY TERP.UMD.EDU ; . 3600000 NS D.ROOT-SERVERS.NET. D.ROOT-SERVERS.NET. 3600000 A 199.7.91.13 -D.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2D::D +D.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2d::d ; ; FORMERLY NS.NASA.GOV ; @@ -47,7 +49,7 @@ E.ROOT-SERVERS.NET. 3600000 A ; . 3600000 NS F.ROOT-SERVERS.NET. F.ROOT-SERVERS.NET. 3600000 A 192.5.5.241 -F.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2F::F +F.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2f::f ; ; FORMERLY NS.NIC.DDN.MIL ; @@ -57,26 +59,26 @@ G.ROOT-SERVERS.NET. 3600000 A ; FORMERLY AOS.ARL.ARMY.MIL ; . 3600000 NS H.ROOT-SERVERS.NET. -H.ROOT-SERVERS.NET. 3600000 A 128.63.2.53 -H.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:1::803F:235 +H.ROOT-SERVERS.NET. 3600000 A 198.97.190.53 +H.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:1::53 ; ; FORMERLY NIC.NORDU.NET ; . 3600000 NS I.ROOT-SERVERS.NET. I.ROOT-SERVERS.NET. 3600000 A 192.36.148.17 -I.ROOT-SERVERS.NET. 3600000 AAAA 2001:7FE::53 +I.ROOT-SERVERS.NET. 3600000 AAAA 2001:7fe::53 ; ; OPERATED BY VERISIGN, INC. ; . 3600000 NS J.ROOT-SERVERS.NET. J.ROOT-SERVERS.NET. 3600000 A 192.58.128.30 -J.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:C27::2:30 +J.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:c27::2:30 ; ; OPERATED BY RIPE NCC ; . 3600000 NS K.ROOT-SERVERS.NET. K.ROOT-SERVERS.NET. 3600000 A 193.0.14.129 -K.ROOT-SERVERS.NET. 3600000 AAAA 2001:7FD::1 +K.ROOT-SERVERS.NET. 3600000 AAAA 2001:7fd::1 ; ; OPERATED BY ICANN ; @@ -88,5 +90,5 @@ L.ROOT-SERVERS.NET. 3600000 AA ; . 3600000 NS M.ROOT-SERVERS.NET. M.ROOT-SERVERS.NET. 3600000 A 202.12.27.33 -M.ROOT-SERVERS.NET. 3600000 AAAA 2001:DC3::35 -; End of File +M.ROOT-SERVERS.NET. 3600000 AAAA 2001:dc3::35 +; End of file From owner-svn-ports-head@freebsd.org Tue Jan 19 21:39:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06176A88D27; Tue, 19 Jan 2016 21:39:21 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.infracaninophile.co.uk", Issuer "infracaninophile.co.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 90C9312B1; Tue, 19 Jan 2016 21:39:20 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from liminal.local (liminal.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3636:3bff:fed4:b0d6]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.15.2/8.15.2) with ESMTPSA id u0JLdHYA099871 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Tue, 19 Jan 2016 21:39:17 GMT (envelope-from matthew@FreeBSD.org) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host liminal.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3636:3bff:fed4:b0d6] claimed to be liminal.local Subject: Re: svn commit: r406552 - head/sysutils/ansible/files To: koobs@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201601180707.u0I77Abg053456@repo.freebsd.org> <569CBAB1.30807@FreeBSD.org> <569E0562.8080005@freebsd.org> <569E38E7.9020006@FreeBSD.org> From: Matthew Seaman X-Enigmail-Draft-Status: N1110 Message-ID: <569EACFD.6070201@FreeBSD.org> Date: Tue, 19 Jan 2016 21:39:09 +0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <569E38E7.9020006@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2JxSaeKH2OSIuTQHCbuFq7BPE1nXoergr" X-Virus-Scanned: clamav-milter 0.99 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 21:39:21 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --2JxSaeKH2OSIuTQHCbuFq7BPE1nXoergr Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 19/01/2016 13:23, Kubilay Kocak wrote: > On 19/01/2016 8:44 PM, Matthew Seaman wrote: >> > On 01/18/16 10:13, Kubilay Kocak wrote: >>> >> On 18/01/2016 6:07 PM, Matthew Seaman wrote: >>>> >>> If you have Python 3.x as the default, please set >>>> >>> ansible_python_interpreter=3D%%LOCALBASE%%/bin/python2 >>> >> >>> >> Is this supposed to read python3 ---------------------^ >> >=20 >> > No. ansible needs python2 -- this is just telling the user how to >> > enable ansible on a system that otherwise defaults to python3. > Ohhhhhh, makes sense now. Couldn't the port write the PYTHON_CMD versio= n > it's built with to the config instead? That may very well be possible: it sounds like a question for the maintainer though. Cheers, Matthew --2JxSaeKH2OSIuTQHCbuFq7BPE1nXoergr Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2 iQJ8BAEBCgBmBQJWnq0FXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkATagUP/iSThgwjbdpxjm0Ml9fmCLro z3HCUUhpkWStm1wB9H74uoRPB0yv6fZrvgE72qbMMVJsBgZbjX5zqqYl1wpXTXbb 1adsILDIpya2s7Ydyimrze3SwZXZqy23tYpTJ0upbE0tdiOpKzyFmrxblf712N4H eYPiiLYXoW1yDBlHfJxz07ZAqAwzqiaJ9S2AEvhHGQBlVepIOwl27Ol4EOIG+RS1 6FRDoKmqOfo0Z68dtPsJ6dNVqrrQt8cMnOSok06ApWFmhOmuKqJv5YhPJL9ZpZjC Z+ZiTtkkRSkbmWEgO9TKENCfx28k14kkVNdarCnXaNn+XyA6OoB5VEo8yQ38swHD jnOf9oWRleU2XUUTYHW7xIJLk7FJaTEHObllcetCl7SH2xNpemXuLCUoBXmJaEnO aPclIFeG1DhRMeoGk4pn8/E2XZBV5ojH2jjRKk7xjl3/zvBX7RvhmZsxD2zV+7zT XyDA6ASZtwyUJGiaLkyQshIO7VLTiyjhCBeosKKaKfjvRcWgSERIkUcS/YBX779e UMr7CcGZ9KBoaDI2qLvFMv5cmYidP8i0xR1jOkEICy2R9J7RfNnLYcsKJnTBdvy1 ZSY/InCnYYiBzes8DdenlQoaOyzKbgtBEvOVrn/eulOP509h89yl0TydiusHwftI pN7nYPHgKTn++hR9xmcW =yCd9 -----END PGP SIGNATURE----- --2JxSaeKH2OSIuTQHCbuFq7BPE1nXoergr-- From owner-svn-ports-head@freebsd.org Wed Jan 20 00:00:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0812EA896D0; Wed, 20 Jan 2016 00:00:48 +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 CA2F01326; Wed, 20 Jan 2016 00:00:47 +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 u0K00k4D089014; Wed, 20 Jan 2016 00:00:46 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0K00kZK089013; Wed, 20 Jan 2016 00:00:46 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201601200000.u0K00kZK089013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 20 Jan 2016 00:00:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406721 - head/devel/luabind X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 00:00:48 -0000 Author: amdmi3 Date: Wed Jan 20 00:00:46 2016 New Revision: 406721 URL: https://svnweb.freebsd.org/changeset/ports/406721 Log: - Pet portlint - Switch to options helpers Modified: head/devel/luabind/Makefile Modified: head/devel/luabind/Makefile ============================================================================== --- head/devel/luabind/Makefile Tue Jan 19 21:15:42 2016 (r406720) +++ head/devel/luabind/Makefile Wed Jan 20 00:00:46 2016 (r406721) @@ -10,11 +10,11 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Library that helps you create bindings between C++ and Lua -LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs - LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs + USES= lua:51 USE_LDCONFIG= yes @@ -42,8 +42,10 @@ do-build: do-install: ${INSTALL_DATA} ${WRKSRC}/src/libluabind.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_LIB} ${WRKSRC}/src/libluabind.so ${STAGEDIR}${PREFIX}/lib - cd ${WRKSRC} && ${COPYTREE_SHARE} luabind ${STAGEDIR}${PREFIX}/include - ${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} + @cd ${WRKSRC} && ${COPYTREE_SHARE} luabind ${STAGEDIR}${PREFIX}/include + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@freebsd.org Wed Jan 20 00:03:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18C07A89850; Wed, 20 Jan 2016 00:03:22 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA34D1769; Wed, 20 Jan 2016 00:03:21 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0K03KvE089820; Wed, 20 Jan 2016 00:03:20 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0K03Km7089818; Wed, 20 Jan 2016 00:03:20 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201601200003.u0K03Km7089818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Wed, 20 Jan 2016 00:03:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406722 - head/sysutils/screenfetch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 00:03:22 -0000 Author: jgh Date: Wed Jan 20 00:03:20 2016 New Revision: 406722 URL: https://svnweb.freebsd.org/changeset/ports/406722 Log: - update to 3.7.0 PR: 204292 Submitted by: Piotr Kubaj Modified: head/sysutils/screenfetch/Makefile head/sysutils/screenfetch/distinfo Modified: head/sysutils/screenfetch/Makefile ============================================================================== --- head/sysutils/screenfetch/Makefile Wed Jan 20 00:00:46 2016 (r406721) +++ head/sysutils/screenfetch/Makefile Wed Jan 20 00:03:20 2016 (r406722) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= screenFetch -PORTVERSION= 3.6.5 -PORTREVISION= 1 +PORTVERSION= 3.7.0 CATEGORIES= sysutils MASTER_SITES= LOCAL/jgh/sysutils/${PORTNAME:tl}/ @@ -20,7 +19,7 @@ OPTIONS_DEFINE= DOCS NO_BUILD= yes USE_GITHUB= yes GH_ACCOUNT= KittyKatt -GH_TAGNAME= 0fb5733 +GH_TAGNAME= ca2175e PLIST_FILES= bin/screenFetch bin/screenfetch man/man1/screenfetch.1.gz PORTDOCS= CHANGELOG README.mkdn TODO Modified: head/sysutils/screenfetch/distinfo ============================================================================== --- head/sysutils/screenfetch/distinfo Wed Jan 20 00:00:46 2016 (r406721) +++ head/sysutils/screenfetch/distinfo Wed Jan 20 00:03:20 2016 (r406722) @@ -1,2 +1,2 @@ -SHA256 (KittyKatt-screenFetch-3.6.5-0fb5733_GH0.tar.gz) = e973dbb3490f77936d873db29792d2ec2f9f24661ee74419a9ac2a084be564ef -SIZE (KittyKatt-screenFetch-3.6.5-0fb5733_GH0.tar.gz) = 54162 +SHA256 (KittyKatt-screenFetch-3.7.0-ca2175e_GH0.tar.gz) = 5bb30cff2ad2b420712e57531a140ae91fcd32f3fa33f879c9e6e882acbb04d8 +SIZE (KittyKatt-screenFetch-3.7.0-ca2175e_GH0.tar.gz) = 60224 From owner-svn-ports-head@freebsd.org Wed Jan 20 00:13:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2241DA89F04; Wed, 20 Jan 2016 00:13:36 +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 E912D10E8; Wed, 20 Jan 2016 00:13:35 +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 u0K0DZnK092881; Wed, 20 Jan 2016 00:13:35 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0K0DYSn092879; Wed, 20 Jan 2016 00:13:34 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201601200013.u0K0DYSn092879@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 20 Jan 2016 00:13:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406723 - head/net/py-libcloud X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 00:13:36 -0000 Author: novel Date: Wed Jan 20 00:13:34 2016 New Revision: 406723 URL: https://svnweb.freebsd.org/changeset/ports/406723 Log: net/py-libcloud: update to 0.20.1 Modified: head/net/py-libcloud/Makefile head/net/py-libcloud/distinfo Modified: head/net/py-libcloud/Makefile ============================================================================== --- head/net/py-libcloud/Makefile Wed Jan 20 00:03:20 2016 (r406722) +++ head/net/py-libcloud/Makefile Wed Jan 20 00:13:34 2016 (r406723) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libcloud -PORTVERSION= 0.20.0 +PORTVERSION= 0.20.1 CATEGORIES= net python MASTER_SITES= APACHE/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-libcloud/distinfo ============================================================================== --- head/net/py-libcloud/distinfo Wed Jan 20 00:03:20 2016 (r406722) +++ head/net/py-libcloud/distinfo Wed Jan 20 00:13:34 2016 (r406723) @@ -1,2 +1,2 @@ -SHA256 (apache-libcloud-0.20.0.tar.bz2) = 6f5e3d65affa1682987bae99ce908539dd31471e71de4b2729f4e39f67eee0e9 -SIZE (apache-libcloud-0.20.0.tar.bz2) = 869833 +SHA256 (apache-libcloud-0.20.1.tar.bz2) = a5afb1263329e6b60a69277d1fa5026d88fa65ec2964aaf4086d59d061c76faf +SIZE (apache-libcloud-0.20.1.tar.bz2) = 875309 From owner-svn-ports-head@freebsd.org Wed Jan 20 00:59:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C4D7A823F2; Wed, 20 Jan 2016 00:59:58 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BDE61772; Wed, 20 Jan 2016 00:59:58 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0K0xvCn004793; Wed, 20 Jan 2016 00:59:57 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0K0xv5W004791; Wed, 20 Jan 2016 00:59:57 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201601200059.u0K0xv5W004791@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Wed, 20 Jan 2016 00:59:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406724 - head/deskutils/syncthing-gtk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 00:59:58 -0000 Author: junovitch Date: Wed Jan 20 00:59:56 2016 New Revision: 406724 URL: https://svnweb.freebsd.org/changeset/ports/406724 Log: deskutils/syncthing-gtk: update 0.8 -> 0.8.1 - Add NO_ARCH while here PR: 206373 Submitted by: jochen@jochen-neumeister.de Approved by: Ivan (maintainer) Modified: head/deskutils/syncthing-gtk/Makefile head/deskutils/syncthing-gtk/distinfo Modified: head/deskutils/syncthing-gtk/Makefile ============================================================================== --- head/deskutils/syncthing-gtk/Makefile Wed Jan 20 00:13:34 2016 (r406723) +++ head/deskutils/syncthing-gtk/Makefile Wed Jan 20 00:59:56 2016 (r406724) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= syncthing-gtk -PORTVERSION= 0.8 +PORTVERSION= 0.8.1 DISTVERSIONPREFIX= v CATEGORIES= deskutils python @@ -19,6 +19,7 @@ USES= python:2 USE_PYTHON= autoplist distutils USE_GNOME= gtk30 pygobject3 INSTALLS_ICONS= yes +NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ Modified: head/deskutils/syncthing-gtk/distinfo ============================================================================== --- head/deskutils/syncthing-gtk/distinfo Wed Jan 20 00:13:34 2016 (r406723) +++ head/deskutils/syncthing-gtk/distinfo Wed Jan 20 00:59:56 2016 (r406724) @@ -1,2 +1,2 @@ -SHA256 (syncthing-syncthing-gtk-v0.8_GH0.tar.gz) = f1283e521066daae07967b704dfba3675f3599ad7fb10d73d0d66fe62e9b7e69 -SIZE (syncthing-syncthing-gtk-v0.8_GH0.tar.gz) = 487835 +SHA256 (syncthing-syncthing-gtk-v0.8.1_GH0.tar.gz) = a66f048977e87066c4884b829f94cf71575494016a755b610e75662be277315d +SIZE (syncthing-syncthing-gtk-v0.8.1_GH0.tar.gz) = 560387 From owner-svn-ports-head@freebsd.org Wed Jan 20 02:18:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3D0DA89268; Wed, 20 Jan 2016 02:18: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 ADB651FE7; Wed, 20 Jan 2016 02:18:43 +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 u0K2IgTx028060; Wed, 20 Jan 2016 02:18:42 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0K2IgM5028056; Wed, 20 Jan 2016 02:18:42 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201601200218.u0K2IgM5028056@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 20 Jan 2016 02:18:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406725 - in head/security/openssh-portable: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 02:18:44 -0000 Author: bdrewery Date: Wed Jan 20 02:18:42 2016 New Revision: 406725 URL: https://svnweb.freebsd.org/changeset/ports/406725 Log: Fix the KERB_GSSAPI option using the latest patch from Debian. This slightly refactors some of the HPN patch to avoid a conflict. PR: 206346 Submitted by: Garret Wollman Added: head/security/openssh-portable/files/extra-patch-hpn-gss-glue (contents, props changed) Modified: head/security/openssh-portable/Makefile head/security/openssh-portable/distinfo head/security/openssh-portable/files/extra-patch-hpn Modified: head/security/openssh-portable/Makefile ============================================================================== --- head/security/openssh-portable/Makefile Wed Jan 20 00:59:56 2016 (r406724) +++ head/security/openssh-portable/Makefile Wed Jan 20 02:18:42 2016 (r406725) @@ -90,6 +90,19 @@ PATCH_SITES+= http://mirror.shatow.net/ EXTRA_PATCHES:= ${EXTRA_PATCHES:N${TCP_WRAPPERS_EXTRA_PATCHES}} .endif +# Must add this patch before HPN due to conflicts +.if ${PORT_OPTIONS:MKERB_GSSAPI} +# 7.1 patch taken from +# http://sources.debian.net/data/main/o/openssh/1:7.1p2-2/debian/patches/gssapi.patch +# which was originally based on 5.7 patch from +# http://www.sxw.org.uk/computing/patches/ +. if ${PORT_OPTIONS:MHPN} || ${PORT_OPTIONS:MNONECIPHER} +# Needed glue for applying HPN patch without conflict +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-hpn-gss-glue +. endif +PATCHFILES+= openssh-7.1p2-gsskex-all-20141021-debian-rh-20160104.patch.gz:-p1:gsskex +.endif + # http://www.psc.edu/index.php/hpn-ssh https://github.com/rapier1/hpn-ssh https://github.com/rapier1/openssh-portable .if ${PORT_OPTIONS:MHPN} || ${PORT_OPTIONS:MNONECIPHER} PORTDOCS+= HPN-README @@ -100,15 +113,6 @@ HPN_DISTVERSION= 6.7p1 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-hpn:-p2 .endif -# Must add this patch after HPN due to conflicts -.if ${PORT_OPTIONS:MKERB_GSSAPI} -# 6.7 patch taken from -# http://sources.debian.net/data/main/o/openssh/1:6.7p1-3/debian/patches/gssapi.patch -# which was originally based on 5.7 patch from -# http://www.sxw.org.uk/computing/patches/ -PATCHFILES+= openssh-6.7p1-gsskex-all-20141021-284f364.patch.gz:-p1:gsskex -.endif - CONFIGURE_LIBS+= -lutil CONFIGURE_ARGS+= --disable-utmp --disable-wtmp --disable-wtmpx --without-lastlog @@ -134,10 +138,6 @@ BROKEN= X509 patch incompatible with KE .endif -. if ${PORT_OPTIONS:MKERB_GSSAPI} -BROKEN= Does not apply to 6.8 -. endif - .if ${PORT_OPTIONS:MHEIMDAL_BASE} && ${PORT_OPTIONS:MKERB_GSSAPI} BROKEN= KERB_GSSAPI Requires either MIT or HEMIDAL, does not build with base Heimdal currently .endif Modified: head/security/openssh-portable/distinfo ============================================================================== --- head/security/openssh-portable/distinfo Wed Jan 20 00:59:56 2016 (r406724) +++ head/security/openssh-portable/distinfo Wed Jan 20 02:18:42 2016 (r406725) @@ -4,5 +4,5 @@ SHA256 (openssh-6.8p1-sctp-2573.patch.gz SIZE (openssh-6.8p1-sctp-2573.patch.gz) = 8531 SHA256 (openssh-7.0p1+x509-8.5.diff.gz) = 6000557f1ddae06aff8837d440d93342a923fada571fec59fc5dedf388fb5f9e SIZE (openssh-7.0p1+x509-8.5.diff.gz) = 411960 -SHA256 (openssh-6.7p1-gsskex-all-20141021-284f364.patch.gz) = 9a361408269a542d28dae77320f30e94a44098acdbbbc552efb0bdeac6270dc8 -SIZE (openssh-6.7p1-gsskex-all-20141021-284f364.patch.gz) = 25825 +SHA256 (openssh-7.1p2-gsskex-all-20141021-debian-rh-20160104.patch.gz) = 420f3ee70705de57bb9a9ad66e72c1d40c318d8a882815d108816687fcc79b62 +SIZE (openssh-7.1p2-gsskex-all-20141021-debian-rh-20160104.patch.gz) = 25798 Modified: head/security/openssh-portable/files/extra-patch-hpn ============================================================================== --- head/security/openssh-portable/files/extra-patch-hpn Wed Jan 20 00:59:56 2016 (r406724) +++ head/security/openssh-portable/files/extra-patch-hpn Wed Jan 20 02:18:42 2016 (r406725) @@ -1110,8 +1110,8 @@ diff -urN -x configure -x config.guess - } if (roaming_atomicio(vwrite, connection_out, client_version_string, strlen(client_version_string)) != strlen(client_version_string)) ---- work.clean/openssh-6.8p1/sshconnect2.c 2015-03-17 00:49:20.000000000 -0500 -+++ work/openssh-6.8p1/sshconnect2.c 2015-04-03 16:54:23.936298000 -0500 +--- work.clean/openssh-7.1p2/sshconnect2.c.orig 2016-01-13 17:10:45.000000000 -0800 ++++ work.clean/openssh-7.1p2/sshconnect2.c 2016-01-19 17:49:17.929000000 -0800 @@ -80,6 +80,14 @@ extern char *client_version_string; extern char *server_version_string; @@ -1127,7 +1127,7 @@ diff -urN -x configure -x config.guess - /* * SSH2 key exchange -@@ -153,13 +161,16 @@ +@@ -153,13 +161,16 @@ order_hostkeyalgs(char *host, struct soc return ret; } @@ -1145,18 +1145,17 @@ diff -urN -x configure -x config.guess - xxx_host = host; xxx_hostaddr = hostaddr; -@@ -222,6 +233,10 @@ - kex->server_version_string=server_version_string; - kex->verify_host_key=&verify_host_key_callback; - +@@ -232,6 +243,9 @@ ssh_kex2(char *host, struct sockaddr *ho + packet_send(); + packet_write_wait(); + #endif +#ifdef NONE_CIPHER_ENABLED + xxx_kex = kex; +#endif -+ - dispatch_run(DISPATCH_BLOCK, &kex->done, active_state); + } - if (options.use_roaming && !kex->roaming) { -@@ -423,6 +438,29 @@ + /* +@@ -416,6 +430,29 @@ ssh_userauth2(const char *local_user, co pubkey_cleanup(&authctxt); dispatch_range(SSH2_MSG_USERAUTH_MIN, SSH2_MSG_USERAUTH_MAX, NULL); Added: head/security/openssh-portable/files/extra-patch-hpn-gss-glue ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openssh-portable/files/extra-patch-hpn-gss-glue Wed Jan 20 02:18:42 2016 (r406725) @@ -0,0 +1,24 @@ +--- sshconnect2.c.orig 2016-01-19 18:10:12.550854000 -0800 ++++ sshconnect2.c 2016-01-19 18:10:27.290409000 -0800 +@@ -160,11 +160,6 @@ ssh_kex2(char *host, struct sockaddr *ho + struct kex *kex; + int r; + +-#ifdef GSSAPI +- char *orig = NULL, *gss = NULL; +- char *gss_host = NULL; +-#endif +- + xxx_host = host; + xxx_hostaddr = hostaddr; + +@@ -199,6 +194,9 @@ ssh_kex2(char *host, struct sockaddr *ho + } + + #ifdef GSSAPI ++ char *orig = NULL, *gss = NULL; ++ char *gss_host = NULL; ++ + if (options.gss_keyex) { + /* Add the GSSAPI mechanisms currently supported on this + * client to the key exchange algorithm proposal */ From owner-svn-ports-head@freebsd.org Wed Jan 20 02:28:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 126E9A89618; Wed, 20 Jan 2016 02:28:52 +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 D861417C0; Wed, 20 Jan 2016 02:28:51 +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 u0K2Sog3030945; Wed, 20 Jan 2016 02:28:50 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0K2SoxN030944; Wed, 20 Jan 2016 02:28:50 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201601200228.u0K2SoxN030944@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Wed, 20 Jan 2016 02:28:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406726 - head/cad/netgen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 02:28:52 -0000 Author: stephen Date: Wed Jan 20 02:28:50 2016 New Revision: 406726 URL: https://svnweb.freebsd.org/changeset/ports/406726 Log: - Correct master_sites. Modified: head/cad/netgen/Makefile Modified: head/cad/netgen/Makefile ============================================================================== --- head/cad/netgen/Makefile Wed Jan 20 02:18:42 2016 (r406725) +++ head/cad/netgen/Makefile Wed Jan 20 02:28:50 2016 (r406726) @@ -4,7 +4,7 @@ PORTNAME= netgen PORTVERSION= 5.3.1 CATEGORIES= cad -MASTER_SITES= SF/netgen-mesher/netgen-mesher/${PORTVERSION:S|.0$||}/ +MASTER_SITES= SF/netgen-mesher/netgen-mesher/${PORTVERSION:C|\.[[:digit:]]+$||}/ MAINTAINER= stephen@FreeBSD.org COMMENT= Automatic 3D tetrahedral mesh generator From owner-svn-ports-head@freebsd.org Wed Jan 20 02:32:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E72AA898F6; Wed, 20 Jan 2016 02:32:48 +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 51FDF1BC5; Wed, 20 Jan 2016 02:32:48 +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 u0K2WlRM033635; Wed, 20 Jan 2016 02:32:47 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0K2WlsH033632; Wed, 20 Jan 2016 02:32:47 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601200232.u0K2WlsH033632@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 20 Jan 2016 02:32:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406727 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 02:32:48 -0000 Author: vanilla Date: Wed Jan 20 02:32:47 2016 New Revision: 406727 URL: https://svnweb.freebsd.org/changeset/ports/406727 Log: Upgrade to 0.500. PR: 206414 Submitted by: 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 Wed Jan 20 02:28:50 2016 (r406726) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile Wed Jan 20 02:32:47 2016 (r406727) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Auth-Extensible -PORTVERSION= 0.401 +PORTVERSION= 0.500 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Crypt-SaltedHash>=0:${PORTSDIR}/security/p5-Crypt-SaltedHash \ p5-Session-Token>=0:${PORTSDIR}/security/p5-Session-Token \ - p5-Dancer2>=0.153002:${PORTSDIR}/www/p5-Dancer2 + p5-Dancer2>=0.166000:${PORTSDIR}/www/p5-Dancer2 RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Wed Jan 20 02:28:50 2016 (r406726) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Wed Jan 20 02:32:47 2016 (r406727) @@ -1,2 +1,2 @@ -SHA256 (Dancer2-Plugin-Auth-Extensible-0.401.tar.gz) = dff9de0a2d36c0f48ed24980f040ad8408ad7f8bdf764670c05ce0955b4d6199 -SIZE (Dancer2-Plugin-Auth-Extensible-0.401.tar.gz) = 35089 +SHA256 (Dancer2-Plugin-Auth-Extensible-0.500.tar.gz) = e3c767f2f70292a7b0fa40f567082b3a0d66c36557cd4667e8e4f51aa6018eb9 +SIZE (Dancer2-Plugin-Auth-Extensible-0.500.tar.gz) = 39682 Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist Wed Jan 20 02:28:50 2016 (r406726) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist Wed Jan 20 02:32:47 2016 (r406727) @@ -4,9 +4,13 @@ %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Database.pm %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Example.pm %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Unix.pm +%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Test.pm +%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Test/App.pm %%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible.3.gz %%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Base.3.gz %%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Config.3.gz %%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Database.3.gz %%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Example.3.gz %%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Unix.3.gz +%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Test.3.gz +%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Test::App.3.gz From owner-svn-ports-head@freebsd.org Wed Jan 20 03:04:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27179A88761; Wed, 20 Jan 2016 03:04:36 +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 D8BE011BD; Wed, 20 Jan 2016 03:04:35 +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 u0K34YKt042969; Wed, 20 Jan 2016 03:04:34 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0K34YSl042962; Wed, 20 Jan 2016 03:04:34 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601200304.u0K34YSl042962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 20 Jan 2016 03:04:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406728 - in head/multimedia: . libhdhomerun libhdhomerun/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 03:04:36 -0000 Author: vanilla Date: Wed Jan 20 03:04:34 2016 New Revision: 406728 URL: https://svnweb.freebsd.org/changeset/ports/406728 Log: Add libhdhomerun 20150826, library and command line utility for interfacing with HDHomeRun device. PR: 206409 Submitted by: sam@middling.me.uk Added: head/multimedia/libhdhomerun/ head/multimedia/libhdhomerun/Makefile (contents, props changed) head/multimedia/libhdhomerun/distinfo (contents, props changed) head/multimedia/libhdhomerun/files/ head/multimedia/libhdhomerun/files/patch-Makefile (contents, props changed) head/multimedia/libhdhomerun/pkg-descr (contents, props changed) head/multimedia/libhdhomerun/pkg-plist (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Wed Jan 20 02:32:47 2016 (r406727) +++ head/multimedia/Makefile Wed Jan 20 03:04:34 2016 (r406728) @@ -181,6 +181,7 @@ SUBDIR += libdvdnav SUBDIR += libdvdread SUBDIR += libfame + SUBDIR += libhdhomerun SUBDIR += libkate SUBDIR += libmatroska SUBDIR += libmediaart Added: head/multimedia/libhdhomerun/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libhdhomerun/Makefile Wed Jan 20 03:04:34 2016 (r406728) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= libhdhomerun +PORTVERSION= 20150826 +CATEGORIES= multimedia +MASTER_SITES= http://download.silicondust.com/hdhomerun/ +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= sam@middling.me.uk +COMMENT= Library and command line utility for interfacing with HDHomeRun device + +LICENSE= LGPL21 + +USES= gmake tar:tgz +USE_LDCONFIG= yes + +WRKSRC= ${WRKDIR}/libhdhomerun + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/include/libhdhomerun + ${INSTALL_PROGRAM} ${WRKSRC}/hdhomerun_config ${STAGEDIR}${PREFIX}/bin + ${INSTALL_LIB} ${WRKSRC}/libhdhomerun.so ${STAGEDIR}${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/libhdhomerun + +.include Added: head/multimedia/libhdhomerun/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libhdhomerun/distinfo Wed Jan 20 03:04:34 2016 (r406728) @@ -0,0 +1,2 @@ +SHA256 (libhdhomerun_20150826.tgz) = 907dfbd1eb82aebd8b09e7c00c21a02433e6baaacf4a4f99aa2511b1d5244baf +SIZE (libhdhomerun_20150826.tgz) = 49169 Added: head/multimedia/libhdhomerun/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libhdhomerun/files/patch-Makefile Wed Jan 20 03:04:34 2016 (r406728) @@ -0,0 +1,11 @@ +--- Makefile.orig 2016-01-20 02:55:42 UTC ++++ Makefile +@@ -11,7 +11,7 @@ LIBSRCS += hdhomerun_pkt.c + LIBSRCS += hdhomerun_sock_posix.c + LIBSRCS += hdhomerun_video.c + +-CC := $(CROSS_COMPILE)gcc ++#CC := $(CROSS_COMPILE)gcc + STRIP := $(CROSS_COMPILE)strip + + CFLAGS += -Wall -O2 -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith Added: head/multimedia/libhdhomerun/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libhdhomerun/pkg-descr Wed Jan 20 03:04:34 2016 (r406728) @@ -0,0 +1,12 @@ +This package supports the Silicon Dust HDHomeRun, +a networked digital TV tuner compatible with VLC and Tvheadend. + +This utility can be used for: + + * Discovering your tuner location and name + * Gathering tuner settings + * Modifying tuner settings + * Performing scans + * Performing firmware upgrades + +WWW: http://www.silicondust.com/support/downloads/linux/ Added: head/multimedia/libhdhomerun/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libhdhomerun/pkg-plist Wed Jan 20 03:04:34 2016 (r406728) @@ -0,0 +1,17 @@ +bin/hdhomerun_config +include/libhdhomerun/hdhomerun.h +include/libhdhomerun/hdhomerun_channels.h +include/libhdhomerun/hdhomerun_channelscan.h +include/libhdhomerun/hdhomerun_control.h +include/libhdhomerun/hdhomerun_debug.h +include/libhdhomerun/hdhomerun_device.h +include/libhdhomerun/hdhomerun_device_selector.h +include/libhdhomerun/hdhomerun_discover.h +include/libhdhomerun/hdhomerun_os.h +include/libhdhomerun/hdhomerun_os_posix.h +include/libhdhomerun/hdhomerun_os_windows.h +include/libhdhomerun/hdhomerun_pkt.h +include/libhdhomerun/hdhomerun_sock.h +include/libhdhomerun/hdhomerun_types.h +include/libhdhomerun/hdhomerun_video.h +lib/libhdhomerun.so From owner-svn-ports-head@freebsd.org Wed Jan 20 03:36:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E790A892BC; Wed, 20 Jan 2016 03:36:52 +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 098531FC4; Wed, 20 Jan 2016 03:36:51 +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 u0K3apdJ051892; Wed, 20 Jan 2016 03:36:51 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0K3aoCr051888; Wed, 20 Jan 2016 03:36:50 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201601200336.u0K3aoCr051888@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 20 Jan 2016 03:36:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406729 - in head/databases/xtrabackup: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 03:36:52 -0000 Author: wen Date: Wed Jan 20 03:36:50 2016 New Revision: 406729 URL: https://svnweb.freebsd.org/changeset/ports/406729 Log: - Update to 2.3.3 PR: 204251 Submitted by: tbabut@mobileobjects.de Approved by: maintainer(timeout, >60 days) Added: head/databases/xtrabackup/files/patch-libarchive-CMakeLists.txt (contents, props changed) Modified: head/databases/xtrabackup/Makefile head/databases/xtrabackup/distinfo Modified: head/databases/xtrabackup/Makefile ============================================================================== --- head/databases/xtrabackup/Makefile Wed Jan 20 03:04:34 2016 (r406728) +++ head/databases/xtrabackup/Makefile Wed Jan 20 03:36:50 2016 (r406729) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xtrabackup -PORTVERSION= 2.2.12 +PORTVERSION= 2.3.3 CATEGORIES= databases MASTER_SITES= https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PORTVERSION}/source/tarball/ DISTNAME= percona-${PORTNAME}-${PORTVERSION} @@ -16,16 +16,20 @@ LICENSE_FILE= ${WRKSRC}/COPYING # quilt is required by build.sh BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ cmake:${PORTSDIR}/devel/cmake \ - bison:${PORTSDIR}/devel/bison -LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + bison:${PORTSDIR}/devel/bison \ + xxd:${PORTSDIR}/editors/vim-lite +LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libgpg-error.so:${PORTSDIR}/security/libgpg-error RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \ qpress:${PORTSDIR}/archivers/qpress # autotool is in use for 5.1 builds -USES= alias autoreconf:build cpe gettext cmake libtool perl5 +USES= alias autoreconf:build cpe gettext cmake libtool perl5 shebangfix CPE_VENDOR= percona +SHEBANG_FILES= storage/innobase/xtrabackup/xbcloud_osenv.sh -PLIST_FILES= bin/xtrabackup bin/xbstream bin/innobackupex bin/xbcrypt +PLIST_FILES= bin/xtrabackup bin/xbstream bin/innobackupex bin/xbcrypt \ + bin/xbcloud bin/xbcloud_osenv .include Modified: head/databases/xtrabackup/distinfo ============================================================================== --- head/databases/xtrabackup/distinfo Wed Jan 20 03:04:34 2016 (r406728) +++ head/databases/xtrabackup/distinfo Wed Jan 20 03:36:50 2016 (r406729) @@ -1,2 +1,2 @@ -SHA256 (percona-xtrabackup-2.2.12.tar.gz) = 6e8e3f6e6188321eef649cc1169bbc70200e4ae6a55160f3382db6be02a538d3 -SIZE (percona-xtrabackup-2.2.12.tar.gz) = 34827353 +SHA256 (percona-xtrabackup-2.3.3.tar.gz) = 88c2b2897c571dd9fac73c1506620a95276f0b7d7e7a30d96aadff0b0f23ae15 +SIZE (percona-xtrabackup-2.3.3.tar.gz) = 34864301 Added: head/databases/xtrabackup/files/patch-libarchive-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/xtrabackup/files/patch-libarchive-CMakeLists.txt Wed Jan 20 03:36:50 2016 (r406729) @@ -0,0 +1,14 @@ +--- storage/innobase/xtrabackup/src/libarchive/CMakeLists.txt 2015-10-16 20:40:52.000000000 +0200 ++++ storage/innobase/xtrabackup/src/libarchive/CMakeLists.txt.new 2015-11-03 14:46:57.952677630 +0100 +@@ -822,9 +822,9 @@ + # Especially for early development, we want to be a little + # aggressive about diagnosing build problems; this can get + # relaxed somewhat in final shipping versions. +-IF ("CMAKE_C_COMPILER_ID" MATCHES "^GNU$") ++IF (CMAKE_C_COMPILER_ID MATCHES "^GNU$") + ADD_DEFINITIONS(-Wall -Werror) +-ENDIF ("CMAKE_C_COMPILER_ID" MATCHES "^GNU$") ++ENDIF (CMAKE_C_COMPILER_ID MATCHES "^GNU$") + + IF(ENABLE_TEST) + ADD_CUSTOM_TARGET(run_all_tests) From owner-svn-ports-head@freebsd.org Wed Jan 20 04:55:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0DC8A87CC6; Wed, 20 Jan 2016 04:55:39 +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 6DA6C1FFA; Wed, 20 Jan 2016 04:55:39 +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 u0K4tceE074792; Wed, 20 Jan 2016 04:55:38 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0K4tcss074790; Wed, 20 Jan 2016 04:55:38 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201601200455.u0K4tcss074790@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Wed, 20 Jan 2016 04:55:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406730 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 04:55:39 -0000 Author: araujo Date: Wed Jan 20 04:55:38 2016 New Revision: 406730 URL: https://svnweb.freebsd.org/changeset/ports/406730 Log: - Update to 2016.01.15. Modified: head/www/youtube_dl/Makefile head/www/youtube_dl/distinfo Modified: head/www/youtube_dl/Makefile ============================================================================== --- head/www/youtube_dl/Makefile Wed Jan 20 03:36:50 2016 (r406729) +++ head/www/youtube_dl/Makefile Wed Jan 20 04:55:38 2016 (r406730) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= youtube_dl -PORTVERSION= 2016.01.14 +PORTVERSION= 2016.01.15 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 Wed Jan 20 03:36:50 2016 (r406729) +++ head/www/youtube_dl/distinfo Wed Jan 20 04:55:38 2016 (r406730) @@ -1,2 +1,2 @@ -SHA256 (youtube-dl-2016.01.14.tar.gz) = 8fb4829219c591d0b9a94ebc7bda933db33d4b04d9875a8d725affdbc28e5aad -SIZE (youtube-dl-2016.01.14.tar.gz) = 1891877 +SHA256 (youtube-dl-2016.01.15.tar.gz) = c1e22ca3286aff74a668d1f8ef5c84c37bee2c269824e71ffdb23356a8735c44 +SIZE (youtube-dl-2016.01.15.tar.gz) = 1898595 From owner-svn-ports-head@freebsd.org Wed Jan 20 04:56:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1C86A87D66; Wed, 20 Jan 2016 04:56:40 +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 AE4681114; Wed, 20 Jan 2016 04:56:40 +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 u0K4ud4p074940; Wed, 20 Jan 2016 04:56:39 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0K4udu7074938; Wed, 20 Jan 2016 04:56:39 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201601200456.u0K4udu7074938@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Wed, 20 Jan 2016 04:56:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406731 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 04:56:41 -0000 Author: araujo Date: Wed Jan 20 04:56:39 2016 New Revision: 406731 URL: https://svnweb.freebsd.org/changeset/ports/406731 Log: - Update to 8.10.1. Modified: head/print/abcm2ps/Makefile head/print/abcm2ps/distinfo Modified: head/print/abcm2ps/Makefile ============================================================================== --- head/print/abcm2ps/Makefile Wed Jan 20 04:55:38 2016 (r406730) +++ head/print/abcm2ps/Makefile Wed Jan 20 04:56:39 2016 (r406731) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= abcm2ps -PORTVERSION= 8.10.0 +PORTVERSION= 8.10.1 CATEGORIES= print audio MASTER_SITES= http://moinejf.free.fr/ Modified: head/print/abcm2ps/distinfo ============================================================================== --- head/print/abcm2ps/distinfo Wed Jan 20 04:55:38 2016 (r406730) +++ head/print/abcm2ps/distinfo Wed Jan 20 04:56:39 2016 (r406731) @@ -1,2 +1,2 @@ -SHA256 (abcm2ps-8.10.0.tar.gz) = 4f4a0481db9d077b8e1b3498e2e9d69ce46f7fde2bc6f4d8bf5c6edb947bdf2e -SIZE (abcm2ps-8.10.0.tar.gz) = 235324 +SHA256 (abcm2ps-8.10.1.tar.gz) = 297916a01726c62d8b2f4c0e75e2951e57815e5ffc297b4abbf388fbd9f0f1e6 +SIZE (abcm2ps-8.10.1.tar.gz) = 235298 From owner-svn-ports-head@freebsd.org Wed Jan 20 06:50:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C65C1A88636; Wed, 20 Jan 2016 06:50:53 +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 954AF1EC2; Wed, 20 Jan 2016 06:50:53 +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 u0K6oqAK008664; Wed, 20 Jan 2016 06:50:52 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0K6oqKS008662; Wed, 20 Jan 2016 06:50:52 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601200650.u0K6oqKS008662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 20 Jan 2016 06:50:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406732 - head/mail/claws-mail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 06:50:53 -0000 Author: pawel Date: Wed Jan 20 06:50:52 2016 New Revision: 406732 URL: https://svnweb.freebsd.org/changeset/ports/406732 Log: Update to Claws Mail release 3.13.2 MFH: 2016Q1 Security: CVE-2015-8614 Modified: head/mail/claws-mail/Makefile.claws head/mail/claws-mail/distinfo Modified: head/mail/claws-mail/Makefile.claws ============================================================================== --- head/mail/claws-mail/Makefile.claws Wed Jan 20 04:56:39 2016 (r406731) +++ head/mail/claws-mail/Makefile.claws Wed Jan 20 06:50:52 2016 (r406732) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTVERSION= 3.13.1 +PORTVERSION= 3.13.2 CATEGORIES?= mail MASTER_SITES= http://www.claws-mail.org/download.php?file=releases/ Modified: head/mail/claws-mail/distinfo ============================================================================== --- head/mail/claws-mail/distinfo Wed Jan 20 04:56:39 2016 (r406731) +++ head/mail/claws-mail/distinfo Wed Jan 20 06:50:52 2016 (r406732) @@ -1,2 +1,2 @@ -SHA256 (claws-mail-3.13.1.tar.xz) = ad3cc8227b5f6236445698d9b18b0876ebd887b6828e74439552c20ef2d92a11 -SIZE (claws-mail-3.13.1.tar.xz) = 5581304 +SHA256 (claws-mail-3.13.2.tar.xz) = 6a731052814b3284abeca1662d47817a86e018bc7123ab428f015f0cfab40ad1 +SIZE (claws-mail-3.13.2.tar.xz) = 5582600 From owner-svn-ports-head@freebsd.org Wed Jan 20 07:50:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90161A89D84; Wed, 20 Jan 2016 07:50:40 +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 6140E14E8; Wed, 20 Jan 2016 07:50:40 +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 u0K7odba024611; Wed, 20 Jan 2016 07:50:39 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0K7od3n024610; Wed, 20 Jan 2016 07:50:39 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201601200750.u0K7od3n024610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Wed, 20 Jan 2016 07:50:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406733 - head/net/igmpproxy/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 07:50:40 -0000 Author: kevlo Date: Wed Jan 20 07:50:39 2016 New Revision: 406733 URL: https://svnweb.freebsd.org/changeset/ports/406733 Log: FreeBSD -CURRENT expects ip_len in network order. Modified: head/net/igmpproxy/files/patch-src__os-freebsd.h Modified: head/net/igmpproxy/files/patch-src__os-freebsd.h ============================================================================== --- head/net/igmpproxy/files/patch-src__os-freebsd.h Wed Jan 20 06:50:52 2016 (r406732) +++ head/net/igmpproxy/files/patch-src__os-freebsd.h Wed Jan 20 07:50:39 2016 (r406733) @@ -1,10 +1,12 @@ ---- src/os-freebsd.h.orig 2014-10-11 14:15:20 UTC -+++ src/os-freebsd.h -@@ -14,7 +14,11 @@ +--- src/os-freebsd.h.orig 2009-10-06 02:07:06.000000000 +0800 ++++ src/os-freebsd.h 2016-01-20 15:43:54.364740000 +0800 +@@ -14,10 +14,20 @@ static inline u_short ip_data_len(const struct ip *ip) { -+#if __FreeBSD_version >= 900044 ++#if __FreeBSD_version >= 1100030 ++ return ntohs(ip->ip_len) - (ip->ip_hl << 2); ++#elif __FreeBSD_version >= 900044 + return ip->ip_len - (ip->ip_hl << 2); +#else return ip->ip_len; @@ -12,3 +14,10 @@ } static inline void ip_set_len(struct ip *ip, u_short len) + { ++#if __FreeBSD_version >= 1100030 ++ ip->ip_len = htons(len); ++#else + ip->ip_len = len; ++#endif + } From owner-svn-ports-head@freebsd.org Wed Jan 20 08:45:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14DF3A88F16; Wed, 20 Jan 2016 08:45:59 +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 D2CD71502; Wed, 20 Jan 2016 08:45:58 +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 u0K8jvYf044618; Wed, 20 Jan 2016 08:45:57 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0K8jvJl044614; Wed, 20 Jan 2016 08:45:57 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201601200845.u0K8jvJl044614@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 20 Jan 2016 08:45:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406734 - in head/math/maxima: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 08:45:59 -0000 Author: wen Date: Wed Jan 20 08:45:57 2016 New Revision: 406734 URL: https://svnweb.freebsd.org/changeset/ports/406734 Log: - Update to 5.37.3 PR: 204939 Submitted by: mike.d.ft402@gmail.com Approved by: maintainer(timeout, >40 days) Modified: head/math/maxima/Makefile head/math/maxima/distinfo head/math/maxima/files/patch-doc_info_Makefile.in head/math/maxima/pkg-plist Modified: head/math/maxima/Makefile ============================================================================== --- head/math/maxima/Makefile Wed Jan 20 07:50:39 2016 (r406733) +++ head/math/maxima/Makefile Wed Jan 20 08:45:57 2016 (r406734) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= maxima -PORTVERSION= 5.31.3 -PORTREVISION= 2 +PORTVERSION= 5.37.3 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source @@ -26,6 +25,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} \ ${LISPSELECT} INFO= maxima imaxima xmaxima +#maxima.info-1 maxima.info-2 maxima.info-3 PLIST_SUB= BINDIR=${BINDIRECTORY} PLIST_SUB+= LISPBIN=${LISPBINARY} @@ -100,8 +100,6 @@ post-patch: @${FIND} -X ${WRKSRC}/interfaces/xmaxima -name 'Makefile.in' | ${XARGS} \ ${REINPLACE_CMD} -e "s;tclsh;${TCLSH};g" @${REINPLACE_CMD} -e "s;/usr;${LOCALBASE};g" ${WRKSRC}/src/intl.lisp - @cd ${WRKSRC}/doc/info ; ${LOCALBASE}/bin/bash ./fix_crlf ; \ - ${LOCALBASE}/bin/bash ./fix_tab @${REINPLACE_CMD} -e 's;$$maxima_image_base;$${maxima_image_base};g' \ ${WRKSRC}/src/maxima.in .if defined(MAXIMA_LISP_OPTIONS) && !empty(MAXIMA_LISP_OPTIONS) Modified: head/math/maxima/distinfo ============================================================================== --- head/math/maxima/distinfo Wed Jan 20 07:50:39 2016 (r406733) +++ head/math/maxima/distinfo Wed Jan 20 08:45:57 2016 (r406734) @@ -1,2 +1,2 @@ -SHA256 (maxima-5.31.3.tar.gz) = 7512e60e24b13b7adb488a6745c4c339ce4717f50891dbbbc2dcd39b4c4925bd -SIZE (maxima-5.31.3.tar.gz) = 27451207 +SHA256 (maxima-5.37.3.tar.gz) = 8bd5dcd672f37ea752385475fc64f8c87dfa29bbe34766cbcb87b1f63dfb5934 +SIZE (maxima-5.37.3.tar.gz) = 29964644 Modified: head/math/maxima/files/patch-doc_info_Makefile.in ============================================================================== --- head/math/maxima/files/patch-doc_info_Makefile.in Wed Jan 20 07:50:39 2016 (r406733) +++ head/math/maxima/files/patch-doc_info_Makefile.in Wed Jan 20 08:45:57 2016 (r406734) @@ -1,25 +1,17 @@ ---- doc/info/Makefile.in.orig 2008-12-08 11:08:06.607586350 -0500 -+++ doc/info/Makefile.in 2008-12-08 11:10:05.539477973 -0500 -@@ -202,24 +202,10 @@ - check_crlf check_tab fix_crlf fix_tab build_index.pl +--- doc/info/Makefile.in.orig 2015-11-09 06:18:56 UTC ++++ doc/info/Makefile.in +@@ -1282,16 +1282,10 @@ clean-html: + @CHM_TRUE@ rm -rf chm check_texinfo: -- pattern=`printf "\r$$"` ; \ -- bad_files=`find . -name '*.texi' -print | xargs $(EGREP) -l -e "$$pattern"` ; \ -- [ -z "$$bad_files" ] || ( echo "ERROR: The following files have DOS-style EOLs: $$bad_files" ; \ -- echo "Run make distclean and then /doc/info/fix_crlf to fix the problem." ; exit 1 ) -- pattern=`printf "\t"` ; \ +- @pattern=`printf "\t"` ; \ - bad_files=`find . -name '*.texi' -print | xargs $(EGREP) -l -e "$$pattern"` ; \ - [ -z "$$bad_files" ] || ( echo "ERROR: The following files have unexpanded Tabs: $$bad_files" ; \ - echo "Run make distclean and then /doc/info/fix_tab to fix the problem." ; exit 1 ) + echo "check_texinfo dummy target" warn_texinfo: -- pattern=`printf "\r$$"` ; \ -- bad_files=`find . -name '*.texi' -print | xargs $(EGREP) -l -e "$$pattern"` ; \ -- [ -z "$$bad_files" ] || ( echo "WARNING: The following files have DOS-style EOLs: $$bad_files" ; \ -- echo "Run /doc/info/fix_crlf to fix the problem." ) -- pattern=`printf "\t"` ; \ +- @pattern=`printf "\t"` ; \ - bad_files=`find . -name '*.texi' -print | xargs $(EGREP) -l -e "$$pattern"` ; \ - [ -z "$$bad_files" ] || ( echo "WARNING: The following files have unexpanded Tabs: $$bad_files" ; \ - echo "Run /doc/info/fix_tab to fix the problem." ) Modified: head/math/maxima/pkg-plist ============================================================================== --- head/math/maxima/pkg-plist Wed Jan 20 07:50:39 2016 (r406733) +++ head/math/maxima/pkg-plist Wed Jan 20 08:45:57 2016 (r406734) @@ -1,13 +1,14 @@ bin/maxima bin/rmaxima bin/xmaxima +info/dir info/maxima-index.lisp -%%LISPBINARY%%lib/maxima/%%PORTVERSION%%/%%BINDIR%%/%%LISPBIN%% +@comment info/maxima.info-1 +@comment info/maxima.info-2 +@comment info/maxima.info-3 lib/maxima/%%PORTVERSION%%/%%BINDIR%%/%%MAXIMABIN%% libexec/maxima/%%PORTVERSION%%/mgnuplot man/man1/maxima.1.gz -%%DATADIR%%/%%PORTVERSION%%/%%DATADIR%%-init.lisp -%%DATADIR%%/%%PORTVERSION%%/demo/array.dem %%DATADIR%%/%%PORTVERSION%%/demo/cf.dem %%DATADIR%%/%%PORTVERSION%%/demo/demo.dem %%DATADIR%%/%%PORTVERSION%%/demo/eaton1.dem @@ -20,7 +21,6 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/demo/newfac.dem %%DATADIR%%/%%PORTVERSION%%/demo/plots.mac %%DATADIR%%/%%PORTVERSION%%/demo/romberg.dem -%%DATADIR%%/%%PORTVERSION%%/demo/subscr.dem %%DATADIR%%/%%PORTVERSION%%/demo/sumcon.dem %%DATADIR%%/%%PORTVERSION%%/demo/trgsmp.dem %%DATADIR%%/%%PORTVERSION%%/doc/EMaximaIntro.ps @@ -43,19 +43,16 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/doc/html/figures/bodephase7.gif %%DATADIR%%/%%PORTVERSION%%/doc/html/figures/bodephase8.gif %%DATADIR%%/%%PORTVERSION%%/doc/html/figures/bodephase9.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/contour1.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/contour2.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/contour3.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/dynamics1.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/dynamics10.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/dynamics2.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/dynamics3.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/dynamics4.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/dynamics5.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/dynamics6.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/dynamics7.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/dynamics8.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/dynamics9.gif +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/color_terminal.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/dynamics1.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/dynamics2.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/dynamics3.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/dynamics4.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/dynamics5.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/dynamics6.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/dynamics7.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/dynamics8.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/favicon.ico %%DATADIR%%/%%PORTVERSION%%/doc/html/figures/graphs01.gif %%DATADIR%%/%%PORTVERSION%%/doc/html/figures/graphs02.gif %%DATADIR%%/%%PORTVERSION%%/doc/html/figures/graphs03.gif @@ -71,7 +68,6 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/doc/html/figures/graphs13.gif %%DATADIR%%/%%PORTVERSION%%/doc/html/figures/graphs14.gif %%DATADIR%%/%%PORTVERSION%%/doc/html/figures/graphs15.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/implicit_plot.gif %%DATADIR%%/%%PORTVERSION%%/doc/html/figures/introduction1.gif %%DATADIR%%/%%PORTVERSION%%/doc/html/figures/introduction2.gif %%DATADIR%%/%%PORTVERSION%%/doc/html/figures/introduction3.gif @@ -82,31 +78,34 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotdf4.gif %%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotdf5.gif %%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotdf6.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting1.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting10.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting11.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting12.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting13.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting14.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting15.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting16.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting17.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting18.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting19.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting2.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting20.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting21.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting22.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting23.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting24.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting25.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting3.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting4.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting5.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting6.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting7.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting8.gif -%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting9.gif +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting1.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting10.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting11.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting12.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting13.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting14.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting15.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting16.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting17.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting18.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting19.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting2.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting20.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting21.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting22.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting23.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting24.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting25.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting26.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting3.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting4.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting5.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting6.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting7.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting8.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotting9.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/scene1.png +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/scene2.png %%DATADIR%%/%%PORTVERSION%%/doc/html/header.hhp %%DATADIR%%/%%PORTVERSION%%/doc/html/index.hhk %%DATADIR%%/%%PORTVERSION%%/doc/html/intromax.html @@ -210,6 +209,7 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_96.html %%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_97.html %%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_98.html +%%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_99.html %%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_abt.html %%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_fot.html %%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_ovr.html @@ -272,7 +272,6 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/affine/sys-declaim.lisp %%DATADIR%%/%%PORTVERSION%%/share/affine/sys-proclaim.lisp %%DATADIR%%/%%PORTVERSION%%/share/affine/sysdef.lisp -%%DATADIR%%/%%PORTVERSION%%/share/affine/todd-coxeter.lisp %%DATADIR%%/%%PORTVERSION%%/share/algebra/charsets/README %%DATADIR%%/%%PORTVERSION%%/share/algebra/charsets/charsets.mac %%DATADIR%%/%%PORTVERSION%%/share/algebra/charsets/flatten.lisp @@ -285,6 +284,7 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/algebra/recur.dem %%DATADIR%%/%%PORTVERSION%%/share/algebra/recur.mac %%DATADIR%%/%%PORTVERSION%%/share/algebra/recur.transcript +%%DATADIR%%/%%PORTVERSION%%/share/algebra/rtest_recur.mac %%DATADIR%%/%%PORTVERSION%%/share/algebra/solver/linsolve.mac %%DATADIR%%/%%PORTVERSION%%/share/algebra/solver/misc.mac %%DATADIR%%/%%PORTVERSION%%/share/algebra/solver/readme @@ -332,6 +332,7 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/calculus/revert.mac %%DATADIR%%/%%PORTVERSION%%/share/calculus/taylor1.mac %%DATADIR%%/%%PORTVERSION%%/share/cobyla/bf-cobyla-interface.lisp +%%DATADIR%%/%%PORTVERSION%%/share/cobyla/bf_fmin_cobyla.demo %%DATADIR%%/%%PORTVERSION%%/share/cobyla/bf_fmin_cobyla.mac %%DATADIR%%/%%PORTVERSION%%/share/cobyla/cobyla-interface.lisp %%DATADIR%%/%%PORTVERSION%%/share/cobyla/cobyla-lisp.system @@ -359,6 +360,7 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/cobyla/lisp/trstlp.lisp %%DATADIR%%/%%PORTVERSION%%/share/cobyla/load-bf-cobyla.lisp %%DATADIR%%/%%PORTVERSION%%/share/cobyla/load-cobyla.lisp +%%DATADIR%%/%%PORTVERSION%%/share/cobyla/rtest_cobyla.mac %%DATADIR%%/%%PORTVERSION%%/share/colnew/colnew-if.lisp %%DATADIR%%/%%PORTVERSION%%/share/colnew/colnew-lisp.system %%DATADIR%%/%%PORTVERSION%%/share/colnew/colnew-package.lisp @@ -399,6 +401,24 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/colnew/prob3.mac %%DATADIR%%/%%PORTVERSION%%/share/colnew/prob4.mac %%DATADIR%%/%%PORTVERSION%%/share/combinatorics/README +%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix.html +%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix.rst +%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_Spline_T3.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_Step_T1.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_Step_TP.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_T1.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_T1R.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_T2.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_T3.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_T3N.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_T4.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_T5.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_T5N.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_TP.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_TS.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_Table_T5.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_Table_TC.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/Grobner/README %%DATADIR%%/%%PORTVERSION%%/share/contrib/Grobner/grobner-demo.output %%DATADIR%%/%%PORTVERSION%%/share/contrib/Grobner/grobner.demo @@ -424,17 +444,26 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/zeilberger.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/zeilberger_algorithm.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/zeilberger_linear_algebra.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/alt-display/alt-display.lisp +%%DATADIR%%/%%PORTVERSION%%/share/contrib/alt-display/alt-display.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/alt-display/tex-display.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/altsimp/altsimp.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/augmented_lagrangian.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/binsplit/binsplit.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/bitwise/bitwise.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/bitwise/bitwise_specification.txt %%DATADIR%%/%%PORTVERSION%%/share/contrib/bitwise/rtest_bitwise.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/bode.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/boolsimp/boolsimp.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/boolsimp/rtest_boolsimp.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/celine.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/cgrind.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/clebsch_gordan.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/clebsh-gordan.tex %%DATADIR%%/%%PORTVERSION%%/share/contrib/colorterm.lisp +%%DATADIR%%/%%PORTVERSION%%/share/contrib/coma/COMA.txt +%%DATADIR%%/%%PORTVERSION%%/share/contrib/coma/Control_Engineering_with_Maxima.pdf +%%DATADIR%%/%%PORTVERSION%%/share/contrib/coma/coma.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/devine.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/diag.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/diag_test.mac @@ -490,6 +519,16 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_odelin.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_utils.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/testsuite.lisp +%%DATADIR%%/%%PORTVERSION%%/share/contrib/elliptic_curves/curve_parameters.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/elliptic_curves/ec2.lisp +%%DATADIR%%/%%PORTVERSION%%/share/contrib/elliptic_curves/elliptic_curves.lisp +%%DATADIR%%/%%PORTVERSION%%/share/contrib/elliptic_curves/elliptic_curves.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/elliptic_curves/elliptic_curves.texi +%%DATADIR%%/%%PORTVERSION%%/share/contrib/elliptic_curves/figures/ec_Z13.pdf +%%DATADIR%%/%%PORTVERSION%%/share/contrib/elliptic_curves/figures/ec_Z13.png +%%DATADIR%%/%%PORTVERSION%%/share/contrib/elliptic_curves/modular_polynomials.lisp +%%DATADIR%%/%%PORTVERSION%%/share/contrib/elliptic_curves/rtest_elliptic_curves.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/engineering-format.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/f90.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/floatproperties.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/format/README @@ -505,6 +544,7 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/contrib/format/format.ps %%DATADIR%%/%%PORTVERSION%%/share/contrib/format/pois2.demo %%DATADIR%%/%%PORTVERSION%%/share/contrib/format/pois2m.ps +%%DATADIR%%/%%PORTVERSION%%/share/contrib/format/rtest_format.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel/d78.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel/fg.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel/filter.mac @@ -573,6 +613,7 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/mcond.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/mdo.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/rk.in +%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/rtest_gentran.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/runge.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/runge.output %%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/runge.template @@ -593,15 +634,18 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/contrib/impdiff.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/implicit_plot.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/integration/abs_integrate.html +%%DATADIR%%/%%PORTVERSION%%/share/contrib/integration/abs_integrate.info %%DATADIR%%/%%PORTVERSION%%/share/contrib/integration/abs_integrate.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/integration/abs_integrate.texi %%DATADIR%%/%%PORTVERSION%%/share/contrib/integration/hyperint.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/integration/integration-index.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/integration/partition.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/integration/rtest_abs_integrate.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/levin/levin.dem %%DATADIR%%/%%PORTVERSION%%/share/contrib/levin/levin.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/levin/rtest_levin.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/lindstedt.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/lll.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/log10.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/lurkmathml/README %%DATADIR%%/%%PORTVERSION%%/share/contrib/lurkmathml/mathml.lisp @@ -609,6 +653,11 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/contrib/lurkmathml/mathmltest %%DATADIR%%/%%PORTVERSION%%/share/contrib/lurkmathml/maximadiffs.txt %%DATADIR%%/%%PORTVERSION%%/share/contrib/makeOrders.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/maxima-odesolve/README +%%DATADIR%%/%%PORTVERSION%%/share/contrib/maxima-odesolve/kovacicODE.info +%%DATADIR%%/%%PORTVERSION%%/share/contrib/maxima-odesolve/kovacicODE.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/maxima-odesolve/kovacicODE.texi +%%DATADIR%%/%%PORTVERSION%%/share/contrib/maxima-odesolve/maxima-odesolve-index.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/maxima-server.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/maximaMathML/CtMathML.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/maximaMathML/PrMathML.lisp @@ -627,9 +676,12 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/contrib/namespaces/namespaces.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/namespaces/rtest_namespaces.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/noninteractive/asksign1.lisp +%%DATADIR%%/%%PORTVERSION%%/share/contrib/noninteractive/expand_branches.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/noninteractive/noninteractive.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/noninteractive/noninteractive.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/noninteractive/rtest_noninteractive.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/odes/odes-doc.pdf +%%DATADIR%%/%%PORTVERSION%%/share/contrib/odes/odes.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/opsubst.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/prim/prim-ex.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/prim/prim-ex1.mac @@ -694,6 +746,8 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/contrib/rkf45/rkf45.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/rkf45/rkf45.pdf %%DATADIR%%/%%PORTVERSION%%/share/contrib/rkf45/rtest_rkf45.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/rtest_augmented_lagrangian.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/rtest_ggf.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/aliases.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/arag_test.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/certificateOfPositivity.mac @@ -715,6 +769,8 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/topology_examples.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/whatsnew.txt %%DATADIR%%/%%PORTVERSION%%/share/contrib/simplifying.lisp +%%DATADIR%%/%%PORTVERSION%%/share/contrib/smath/smath.lisp +%%DATADIR%%/%%PORTVERSION%%/share/contrib/smath/smath.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/state/a.cir %%DATADIR%%/%%PORTVERSION%%/share/contrib/state/b.cir %%DATADIR%%/%%PORTVERSION%%/share/contrib/state/c.cir @@ -727,9 +783,10 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/contrib/stirling.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/tex2ooo.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/tocl.lisp +%%DATADIR%%/%%PORTVERSION%%/share/contrib/trigtools/trigtools-doc.pdf +%%DATADIR%%/%%PORTVERSION%%/share/contrib/trigtools/trigtools.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/unit/unit-functions.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/unit/unit.mac -%%DATADIR%%/%%PORTVERSION%%/share/contrib/unit/unit.texi %%DATADIR%%/%%PORTVERSION%%/share/contrib/unwind_protect.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/vector3d/vector3d.dem %%DATADIR%%/%%PORTVERSION%%/share/contrib/vector3d/vector3d.mac @@ -737,6 +794,8 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/descriptive/biomed.data %%DATADIR%%/%%PORTVERSION%%/share/descriptive/descriptive.mac %%DATADIR%%/%%PORTVERSION%%/share/descriptive/pidigits.data +%%DATADIR%%/%%PORTVERSION%%/share/descriptive/rtest_descriptive.mac +%%DATADIR%%/%%PORTVERSION%%/share/descriptive/rtest_statgraph.mac %%DATADIR%%/%%PORTVERSION%%/share/descriptive/wind.data %%DATADIR%%/%%PORTVERSION%%/share/diff_form/cartan_new.lisp %%DATADIR%%/%%PORTVERSION%%/share/diff_form/curvture2.mac @@ -751,6 +810,7 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/diff_form/poisson.mac %%DATADIR%%/%%PORTVERSION%%/share/diff_form/readme_diff_form.txt %%DATADIR%%/%%PORTVERSION%%/share/diff_form/surface_example.txt +%%DATADIR%%/%%PORTVERSION%%/share/diff_form/tests/rtest_diff_form.mac %%DATADIR%%/%%PORTVERSION%%/share/diffequations/abel.mac %%DATADIR%%/%%PORTVERSION%%/share/diffequations/desoln.mac %%DATADIR%%/%%PORTVERSION%%/share/diffequations/desoln.usg @@ -767,9 +827,11 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/distrib/distrib.mac %%DATADIR%%/%%PORTVERSION%%/share/distrib/numdistrib.lisp %%DATADIR%%/%%PORTVERSION%%/share/distrib/rtest_distrib.mac +%%DATADIR%%/%%PORTVERSION%%/share/draw/draw-index.lisp %%DATADIR%%/%%PORTVERSION%%/share/draw/draw.lisp %%DATADIR%%/%%PORTVERSION%%/share/draw/draw.system %%DATADIR%%/%%PORTVERSION%%/share/draw/draw_gnuplot.dem +%%DATADIR%%/%%PORTVERSION%%/share/draw/drawutils.info %%DATADIR%%/%%PORTVERSION%%/share/draw/drawutils.mac %%DATADIR%%/%%PORTVERSION%%/share/draw/drawutils.texi %%DATADIR%%/%%PORTVERSION%%/share/draw/gnuplot.lisp @@ -794,6 +856,7 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/ezunits/rtest_ezunits_solve.mac %%DATADIR%%/%%PORTVERSION%%/share/ezunits/rtestezunits.mac %%DATADIR%%/%%PORTVERSION%%/share/finance/finance.mac +%%DATADIR%%/%%PORTVERSION%%/share/finance/rtest_finance.mac %%DATADIR%%/%%PORTVERSION%%/share/fourier_elim/fourier_elim.lisp %%DATADIR%%/%%PORTVERSION%%/share/fourier_elim/rtest_fourier_elim.mac %%DATADIR%%/%%PORTVERSION%%/share/fractals/fractals.mac @@ -833,7 +896,9 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/integration/delta.dem %%DATADIR%%/%%PORTVERSION%%/share/integration/delta.mac %%DATADIR%%/%%PORTVERSION%%/share/integration/delta.usg +%%DATADIR%%/%%PORTVERSION%%/share/integration/hermite_reduce.mac %%DATADIR%%/%%PORTVERSION%%/share/integration/rtest_antid.mac +%%DATADIR%%/%%PORTVERSION%%/share/integration/rtest_hermite_reduce.mac %%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/blas-lisp.system %%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/blas-package.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dasum.lisp @@ -946,7 +1011,9 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlacon.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlacpy.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dladiv.lisp +%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlae2.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlaed6.lisp +%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlaev2.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlaexc.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlahqr.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlahrd.lisp @@ -1010,6 +1077,7 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dorml2.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dormlq.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dormqr.lisp +%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dsterf.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dtrevc.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dtrexc.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dtrsna.lisp @@ -1024,6 +1092,9 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zgeev.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zgehd2.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zgehrd.lisp +%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zheev.lisp +%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zhetd2.lisp +%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zhetrd.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zhseqr.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlacgv.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlacpy.lisp @@ -1031,6 +1102,7 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlahqr.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlahr2.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlange.lisp +%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlanhe.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlaqr0.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlaqr1.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlaqr2.lisp @@ -1044,14 +1116,20 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlartg.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlascl.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlaset.lisp +%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlasr.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlassq.lisp +%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlatrd.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlatrs.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zrot.lisp +%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zsteqr.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/ztrevc.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/ztrexc.lisp +%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zung2l.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zung2r.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zunghr.lisp +%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zungql.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zungqr.lisp +%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zungtr.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zunm2r.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zunmhr.lisp %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zunmqr.lisp @@ -1068,6 +1146,7 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/lbfgs/maxima-lbfgs.lisp %%DATADIR%%/%%PORTVERSION%%/share/lbfgs/mcsrch.lisp %%DATADIR%%/%%PORTVERSION%%/share/lbfgs/mcstep.lisp +%%DATADIR%%/%%PORTVERSION%%/share/lbfgs/rtest_lbfgs.mac %%DATADIR%%/%%PORTVERSION%%/share/lbfgs/run-lbfgs.lisp %%DATADIR%%/%%PORTVERSION%%/share/lbfgs/sdrive.lisp %%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/announcement.txt @@ -1091,6 +1170,17 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/test-matrixexp.mac %%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/test-polynomialp.mac %%DATADIR%%/%%PORTVERSION%%/share/lisp-utils/defsystem.lisp +%%DATADIR%%/%%PORTVERSION%%/share/logic/COPYING +%%DATADIR%%/%%PORTVERSION%%/share/logic/TODO +%%DATADIR%%/%%PORTVERSION%%/share/logic/logic-index.lisp +%%DATADIR%%/%%PORTVERSION%%/share/logic/logic.dem +%%DATADIR%%/%%PORTVERSION%%/share/logic/logic.html +%%DATADIR%%/%%PORTVERSION%%/share/logic/logic.info +%%DATADIR%%/%%PORTVERSION%%/share/logic/logic.lisp +%%DATADIR%%/%%PORTVERSION%%/share/logic/logic.mac +%%DATADIR%%/%%PORTVERSION%%/share/logic/logic.pdf +%%DATADIR%%/%%PORTVERSION%%/share/logic/logic.texi +%%DATADIR%%/%%PORTVERSION%%/share/logic/rtest_logic.mac %%DATADIR%%/%%PORTVERSION%%/share/lsquares/lsquares.mac %%DATADIR%%/%%PORTVERSION%%/share/lsquares/plsquares.mac %%DATADIR%%/%%PORTVERSION%%/share/lsquares/rtest_lsquares.mac @@ -1111,7 +1201,6 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/matrix/eigen.dem %%DATADIR%%/%%PORTVERSION%%/share/matrix/eigen.mac %%DATADIR%%/%%PORTVERSION%%/share/matrix/eigen_1.dem -%%DATADIR%%/%%PORTVERSION%%/share/matrix/eigeni.mac %%DATADIR%%/%%PORTVERSION%%/share/matrix/invert.mac %%DATADIR%%/%%PORTVERSION%%/share/matrix/invert.usg %%DATADIR%%/%%PORTVERSION%%/share/matrix/matfun.mac @@ -1122,6 +1211,7 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/matrix/pfaff.usg %%DATADIR%%/%%PORTVERSION%%/share/matrix/rateig.mac %%DATADIR%%/%%PORTVERSION%%/share/matrix/rtest_eigen.mac +%%DATADIR%%/%%PORTVERSION%%/%%DATADIR%%-init.lisp %%DATADIR%%/%%PORTVERSION%%/share/minpack/disclaimer %%DATADIR%%/%%PORTVERSION%%/share/minpack/lisp/dogleg.lisp %%DATADIR%%/%%PORTVERSION%%/share/minpack/lisp/dpmpar.lisp @@ -1148,6 +1238,7 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/minpack/minpack-package.lisp %%DATADIR%%/%%PORTVERSION%%/share/minpack/minpack.mac %%DATADIR%%/%%PORTVERSION%%/share/minpack/minpack.system +%%DATADIR%%/%%PORTVERSION%%/share/minpack/rtest_minpack.mac %%DATADIR%%/%%PORTVERSION%%/share/misc/arrfun.mac %%DATADIR%%/%%PORTVERSION%%/share/misc/declin.dem %%DATADIR%%/%%PORTVERSION%%/share/misc/declin.mac @@ -1294,18 +1385,21 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/solve_rec/simplify_sum_test.mac %%DATADIR%%/%%PORTVERSION%%/share/solve_rec/solve_rec.dem %%DATADIR%%/%%PORTVERSION%%/share/solve_rec/solve_rec.mac +%%DATADIR%%/%%PORTVERSION%%/share/sound/sound.lisp %%DATADIR%%/%%PORTVERSION%%/share/specfun.lisp %%DATADIR%%/%%PORTVERSION%%/share/stats/inference_result.lisp %%DATADIR%%/%%PORTVERSION%%/share/stats/numstats.lisp %%DATADIR%%/%%PORTVERSION%%/share/stats/rtest_stats.mac %%DATADIR%%/%%PORTVERSION%%/share/stats/stats.mac %%DATADIR%%/%%PORTVERSION%%/share/stringproc/base64.lisp +%%DATADIR%%/%%PORTVERSION%%/share/stringproc/cryptools.lisp %%DATADIR%%/%%PORTVERSION%%/share/stringproc/eval_string.lisp %%DATADIR%%/%%PORTVERSION%%/share/stringproc/md5.lisp %%DATADIR%%/%%PORTVERSION%%/share/stringproc/pregexp.lisp %%DATADIR%%/%%PORTVERSION%%/share/stringproc/printf.lisp %%DATADIR%%/%%PORTVERSION%%/share/stringproc/rtestprintf.mac %%DATADIR%%/%%PORTVERSION%%/share/stringproc/rteststringproc.mac +%%DATADIR%%/%%PORTVERSION%%/share/stringproc/sha1.lisp %%DATADIR%%/%%PORTVERSION%%/share/stringproc/sregex.lisp %%DATADIR%%/%%PORTVERSION%%/share/stringproc/stringproc.lisp %%DATADIR%%/%%PORTVERSION%%/share/stringproc/stringproc.mac @@ -1419,6 +1513,7 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/share/trigonometry/trigrat.lisp %%DATADIR%%/%%PORTVERSION%%/share/utils/mactex-utilities.lisp %%DATADIR%%/%%PORTVERSION%%/share/vector/rtest_vect.mac +%%DATADIR%%/%%PORTVERSION%%/share/vector/rtest_vector_rebuild.mac %%DATADIR%%/%%PORTVERSION%%/share/vector/vect.dem %%DATADIR%%/%%PORTVERSION%%/share/vector/vect.mac %%DATADIR%%/%%PORTVERSION%%/share/vector/vect.usg @@ -1451,6 +1546,7 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/src/command-line.lisp %%DATADIR%%/%%PORTVERSION%%/src/compar.lisp %%DATADIR%%/%%PORTVERSION%%/src/compat.lisp +%%DATADIR%%/%%PORTVERSION%%/src/configure-minimal.lisp %%DATADIR%%/%%PORTVERSION%%/src/conjugate.lisp %%DATADIR%%/%%PORTVERSION%%/src/cpoly.lisp %%DATADIR%%/%%PORTVERSION%%/src/csimp.lisp @@ -1473,6 +1569,7 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/src/float.lisp %%DATADIR%%/%%PORTVERSION%%/src/fortra.lisp %%DATADIR%%/%%PORTVERSION%%/src/gamma.lisp +%%DATADIR%%/%%PORTVERSION%%/src/gcl-compat.lisp %%DATADIR%%/%%PORTVERSION%%/src/generate-sys-proclaim.lisp %%DATADIR%%/%%PORTVERSION%%/src/generr.lisp %%DATADIR%%/%%PORTVERSION%%/src/getopt.lisp @@ -1687,6 +1784,7 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/src/risch.lisp %%DATADIR%%/%%PORTVERSION%%/src/rpart.lisp %%DATADIR%%/%%PORTVERSION%%/src/rzmac.lisp +%%DATADIR%%/%%PORTVERSION%%/src/safe-recursion.lisp %%DATADIR%%/%%PORTVERSION%%/src/schatc.lisp %%DATADIR%%/%%PORTVERSION%%/src/scs.lisp %%DATADIR%%/%%PORTVERSION%%/src/series.lisp @@ -1704,7 +1802,6 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/src/sublis.lisp %%DATADIR%%/%%PORTVERSION%%/src/sumcon.lisp %%DATADIR%%/%%PORTVERSION%%/src/suprv1.lisp -%%DATADIR%%/%%PORTVERSION%%/src/sys-proclaim.lisp %%DATADIR%%/%%PORTVERSION%%/src/tlimit.lisp %%DATADIR%%/%%PORTVERSION%%/src/todd-coxeter.lisp %%DATADIR%%/%%PORTVERSION%%/src/trans1.lisp @@ -1767,6 +1864,7 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/tests/rtest_equal.mac %%DATADIR%%/%%PORTVERSION%%/tests/rtest_everysome.mac %%DATADIR%%/%%PORTVERSION%%/tests/rtest_expintegral.mac +%%DATADIR%%/%%PORTVERSION%%/tests/rtest_extra.mac %%DATADIR%%/%%PORTVERSION%%/tests/rtest_gamma.mac %%DATADIR%%/%%PORTVERSION%%/tests/rtest_hypgeo.mac %%DATADIR%%/%%PORTVERSION%%/tests/rtest_integrate.mac @@ -1781,6 +1879,7 @@ man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/tests/rtest_numth.mac %%DATADIR%%/%%PORTVERSION%%/tests/rtest_plot.mac %%DATADIR%%/%%PORTVERSION%%/tests/rtest_power.mac +%%DATADIR%%/%%PORTVERSION%%/tests/rtest_powerseries.mac %%DATADIR%%/%%PORTVERSION%%/tests/rtest_round.mac %%DATADIR%%/%%PORTVERSION%%/tests/rtest_rules.mac %%DATADIR%%/%%PORTVERSION%%/tests/rtest_scalarp.mac From owner-svn-ports-head@freebsd.org Wed Jan 20 09:04:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6C59A89A86; Wed, 20 Jan 2016 09:04:58 +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 AFC101F48; Wed, 20 Jan 2016 09:04:58 +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 u0K94vhr051000; Wed, 20 Jan 2016 09:04:57 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0K94vTb050998; Wed, 20 Jan 2016 09:04:57 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601200904.u0K94vTb050998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 20 Jan 2016 09:04:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406735 - head/security/erlang-jose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 09:04:59 -0000 Author: vanilla Date: Wed Jan 20 09:04:57 2016 New Revision: 406735 URL: https://svnweb.freebsd.org/changeset/ports/406735 Log: Upgrade to 1.5.2. Modified: head/security/erlang-jose/Makefile head/security/erlang-jose/distinfo Modified: head/security/erlang-jose/Makefile ============================================================================== --- head/security/erlang-jose/Makefile Wed Jan 20 08:45:57 2016 (r406734) +++ head/security/erlang-jose/Makefile Wed Jan 20 09:04:57 2016 (r406735) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jose -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 CATEGORIES= security PKGNAMEPREFIX= erlang- Modified: head/security/erlang-jose/distinfo ============================================================================== --- head/security/erlang-jose/distinfo Wed Jan 20 08:45:57 2016 (r406734) +++ head/security/erlang-jose/distinfo Wed Jan 20 09:04:57 2016 (r406735) @@ -1,2 +1,2 @@ -SHA256 (potatosalad-erlang-jose-1.5.1_GH0.tar.gz) = e2c890d8cc6987f63e1458aa82ed8910d677ef2ab04aa4a5d03e506def096743 -SIZE (potatosalad-erlang-jose-1.5.1_GH0.tar.gz) = 177268 +SHA256 (potatosalad-erlang-jose-1.5.2_GH0.tar.gz) = 17335fd4fe27deb13327859bd28b0475f3828d3b849b4c2e8ef22e8ce601c38b +SIZE (potatosalad-erlang-jose-1.5.2_GH0.tar.gz) = 185060 From owner-svn-ports-head@freebsd.org Wed Jan 20 09:05:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A402A89AA4; Wed, 20 Jan 2016 09:05:10 +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 DFD3A102E; Wed, 20 Jan 2016 09:05:09 +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 u0K958aV051127; Wed, 20 Jan 2016 09:05:08 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0K958c4051125; Wed, 20 Jan 2016 09:05:08 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601200905.u0K958c4051125@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 20 Jan 2016 09:05:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406736 - head/security/elixir-jose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 09:05:10 -0000 Author: vanilla Date: Wed Jan 20 09:05:08 2016 New Revision: 406736 URL: https://svnweb.freebsd.org/changeset/ports/406736 Log: Upgrade to 1.5.2. Modified: head/security/elixir-jose/Makefile head/security/elixir-jose/distinfo Modified: head/security/elixir-jose/Makefile ============================================================================== --- head/security/elixir-jose/Makefile Wed Jan 20 09:04:57 2016 (r406735) +++ head/security/elixir-jose/Makefile Wed Jan 20 09:05:08 2016 (r406736) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jose -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 CATEGORIES= security PKGNAMEPREFIX= elixir- Modified: head/security/elixir-jose/distinfo ============================================================================== --- head/security/elixir-jose/distinfo Wed Jan 20 09:04:57 2016 (r406735) +++ head/security/elixir-jose/distinfo Wed Jan 20 09:05:08 2016 (r406736) @@ -1,2 +1,2 @@ -SHA256 (potatosalad-erlang-jose-1.5.1_GH0.tar.gz) = e2c890d8cc6987f63e1458aa82ed8910d677ef2ab04aa4a5d03e506def096743 -SIZE (potatosalad-erlang-jose-1.5.1_GH0.tar.gz) = 177268 +SHA256 (potatosalad-erlang-jose-1.5.2_GH0.tar.gz) = 17335fd4fe27deb13327859bd28b0475f3828d3b849b4c2e8ef22e8ce601c38b +SIZE (potatosalad-erlang-jose-1.5.2_GH0.tar.gz) = 185060 From owner-svn-ports-head@freebsd.org Wed Jan 20 09:12:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAF53A89E84; Wed, 20 Jan 2016 09:12:48 +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 BC3601720; Wed, 20 Jan 2016 09:12:48 +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 u0K9ClDx054053; Wed, 20 Jan 2016 09:12:47 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0K9ClAU054051; Wed, 20 Jan 2016 09:12:47 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601200912.u0K9ClAU054051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 20 Jan 2016 09:12:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406737 - head/devel/pecl-propro X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 09:12:49 -0000 Author: vanilla Date: Wed Jan 20 09:12:47 2016 New Revision: 406737 URL: https://svnweb.freebsd.org/changeset/ports/406737 Log: 1: Upgrade to 1.0.2. 2: add PORTSCOUT to limit to version 1.x Modified: head/devel/pecl-propro/Makefile head/devel/pecl-propro/distinfo Modified: head/devel/pecl-propro/Makefile ============================================================================== --- head/devel/pecl-propro/Makefile Wed Jan 20 09:05:08 2016 (r406736) +++ head/devel/pecl-propro/Makefile Wed Jan 20 09:12:47 2016 (r406737) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= propro -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.2 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -13,6 +13,8 @@ COMMENT= Facility to manage extension ob LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +PORTSCOUT= limit:^1.* + USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes Modified: head/devel/pecl-propro/distinfo ============================================================================== --- head/devel/pecl-propro/distinfo Wed Jan 20 09:05:08 2016 (r406736) +++ head/devel/pecl-propro/distinfo Wed Jan 20 09:12:47 2016 (r406737) @@ -1,2 +1,2 @@ -SHA256 (propro-1.0.0.tgz) = 9825d50ab4bb214428cd11c14c2f389c16aded09db16d266f27f147a7f2371f2 -SIZE (propro-1.0.0.tgz) = 6217 +SHA256 (propro-1.0.2.tgz) = 6b4e785adcc8378148c7ad06aa82e71e1d45c7ea5dbebea9ea9a38fee14e62e7 +SIZE (propro-1.0.2.tgz) = 13393 From owner-svn-ports-head@freebsd.org Wed Jan 20 09:13:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BC70A89EC0; Wed, 20 Jan 2016 09:13:09 +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 F0842180E; Wed, 20 Jan 2016 09:13:08 +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 u0K9D7E3054181; Wed, 20 Jan 2016 09:13:07 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0K9D72X054179; Wed, 20 Jan 2016 09:13:07 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601200913.u0K9D72X054179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 20 Jan 2016 09:13:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406738 - head/devel/pecl-raphf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 09:13:09 -0000 Author: vanilla Date: Wed Jan 20 09:13:07 2016 New Revision: 406738 URL: https://svnweb.freebsd.org/changeset/ports/406738 Log: 1: Upgrade to 1.1.2. 2: add PORTSCOUT to limit to version 1.x Modified: head/devel/pecl-raphf/Makefile head/devel/pecl-raphf/distinfo Modified: head/devel/pecl-raphf/Makefile ============================================================================== --- head/devel/pecl-raphf/Makefile Wed Jan 20 09:12:47 2016 (r406737) +++ head/devel/pecl-raphf/Makefile Wed Jan 20 09:13:07 2016 (r406738) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= raphf -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.2 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -13,9 +13,10 @@ COMMENT= Resource and persistent handles LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +PORTSCOUT= limit:^1.* + USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -#IGNORE_WITH_PHP= 56 .include Modified: head/devel/pecl-raphf/distinfo ============================================================================== --- head/devel/pecl-raphf/distinfo Wed Jan 20 09:12:47 2016 (r406737) +++ head/devel/pecl-raphf/distinfo Wed Jan 20 09:13:07 2016 (r406738) @@ -1,2 +1,2 @@ -SHA256 (raphf-1.1.0.tgz) = 86eab9f67731c71315871149f1e504c32363e21d58b1552fa859f7c45fee7c9e -SIZE (raphf-1.1.0.tgz) = 12649 +SHA256 (raphf-1.1.2.tgz) = d35a49672e72d0e03751385e0b8fed02aededcacc5e3ec27c98a5849720483a7 +SIZE (raphf-1.1.2.tgz) = 15915 From owner-svn-ports-head@freebsd.org Wed Jan 20 10:05:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DB86A8AD39; Wed, 20 Jan 2016 10:05: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 173461027; Wed, 20 Jan 2016 10:05: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 u0KA5suw085575; Wed, 20 Jan 2016 10:05:54 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KA5rfH085569; Wed, 20 Jan 2016 10:05:53 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201601201005.u0KA5rfH085569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 20 Jan 2016 10:05:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406739 - head/graphics/ImageMagick X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 10:05:55 -0000 Author: kwm Date: Wed Jan 20 10:05:53 2016 New Revision: 406739 URL: https://svnweb.freebsd.org/changeset/ports/406739 Log: Update ImageMagick to 6.9.3-1. Modified: head/graphics/ImageMagick/Makefile head/graphics/ImageMagick/distinfo head/graphics/ImageMagick/pkg-plist Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Wed Jan 20 09:13:07 2016 (r406738) +++ head/graphics/ImageMagick/Makefile Wed Jan 20 10:05:53 2016 (r406739) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 6.9.3-0 +DISTVERSION= 6.9.3-1 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ Modified: head/graphics/ImageMagick/distinfo ============================================================================== --- head/graphics/ImageMagick/distinfo Wed Jan 20 09:13:07 2016 (r406738) +++ head/graphics/ImageMagick/distinfo Wed Jan 20 10:05:53 2016 (r406739) @@ -1,2 +1,2 @@ -SHA256 (ImageMagick-6.9.3-0.tar.xz) = 2ba0656eb03d72d8a44e741ead524e8c34097418c0bb5487a5c4f4fe5eca9656 -SIZE (ImageMagick-6.9.3-0.tar.xz) = 8767896 +SHA256 (ImageMagick-6.9.3-1.tar.xz) = 4385a4d4ef4665de835f5db3f376367be3821cfcbdaf7203edfdf0e8b76942c9 +SIZE (ImageMagick-6.9.3-1.tar.xz) = 8764196 Modified: head/graphics/ImageMagick/pkg-plist ============================================================================== --- head/graphics/ImageMagick/pkg-plist Wed Jan 20 09:13:07 2016 (r406738) +++ head/graphics/ImageMagick/pkg-plist Wed Jan 20 10:05:53 2016 (r406739) @@ -1366,6 +1366,7 @@ man/man1/stream.1.gz %%PORTDOCS%%%%DOCSDIR%%-6/www/api/image.html %%PORTDOCS%%%%DOCSDIR%%-6/www/api/layer.html %%PORTDOCS%%%%DOCSDIR%%-6/www/api/list.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/magick++-classes.html %%PORTDOCS%%%%DOCSDIR%%-6/www/api/magick-deprecate.html %%PORTDOCS%%%%DOCSDIR%%-6/www/api/magick-image.html %%PORTDOCS%%%%DOCSDIR%%-6/www/api/magick-property.html From owner-svn-ports-head@freebsd.org Wed Jan 20 10:30:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFF25A8954A; Wed, 20 Jan 2016 10:30:05 +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 96A6E1C4D; Wed, 20 Jan 2016 10:30:05 +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 u0KAU4uc098301; Wed, 20 Jan 2016 10:30:04 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KAU4GY098299; Wed, 20 Jan 2016 10:30:04 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601201030.u0KAU4GY098299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 20 Jan 2016 10:30:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406740 - in head/lang: erlang erlang-runtime18 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 10:30:06 -0000 Author: olgeni Date: Wed Jan 20 10:30:04 2016 New Revision: 406740 URL: https://svnweb.freebsd.org/changeset/ports/406740 Log: Improve the DTrace build for Erlang 18. With a couple of changes it seems to work just fine when building as a user, and also inside poudriere jails. If you want to build in poudriere, you must: - Have dtraceall.ko loaded. - Have a kernel inside the jail (i.e. create the poudriere jail with -K). Modified: head/lang/erlang-runtime18/Makefile head/lang/erlang/Makefile Modified: head/lang/erlang-runtime18/Makefile ============================================================================== --- head/lang/erlang-runtime18/Makefile Wed Jan 20 10:05:53 2016 (r406739) +++ head/lang/erlang-runtime18/Makefile Wed Jan 20 10:30:04 2016 (r406740) @@ -59,10 +59,6 @@ LDFLAGS+= -L${LOCALBASE}/lib DISTFILES+= ${ERLANG_DOCS}:erlangorg .endif -# See http://wiki.freebsd.org/DTrace to learn how to enable DTrace -# on your system. You will need to configure STRIP, WITH_CTF and -# CFLAGS in your make.conf before building. - # If you run Erlang and get a message resembling "WARNING: number of # probes fixed does not match the number of defined probes (54 != 132, # respectively)" you probably misconfigured DTrace in some way. @@ -79,6 +75,8 @@ USE_GCC?= yes .if ${PORT_OPTIONS:MDTRACE} CONFIGURE_ARGS+=--with-dynamic-trace=dtrace +CFLAGS+= -fno-omit-frame-pointer +STRIP= .else CONFIGURE_ARGS+=--without-dynamic-trace .endif Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Wed Jan 20 10:05:53 2016 (r406739) +++ head/lang/erlang/Makefile Wed Jan 20 10:30:04 2016 (r406740) @@ -76,10 +76,6 @@ DOC_DISTFILES= armstrong_thesis_2003.pdf programming_rules.pdf:erlangse .endif -# See http://wiki.freebsd.org/DTrace to learn how to enable DTrace -# on your system. You will need to configure STRIP, WITH_CTF and -# CFLAGS in your make.conf before building. - # If you run Erlang and get a message resembling "WARNING: number of # probes fixed does not match the number of defined probes (54 != 132, # respectively)" you probably misconfigured DTrace in some way. @@ -96,6 +92,8 @@ USE_GCC?= yes .if ${PORT_OPTIONS:MDTRACE} CONFIGURE_ARGS+=--with-dynamic-trace=dtrace +CFLAGS+= -fno-omit-frame-pointer +STRIP= .else CONFIGURE_ARGS+=--without-dynamic-trace .endif From owner-svn-ports-head@freebsd.org Wed Jan 20 10:39:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD5CFA8998B; Wed, 20 Jan 2016 10:39:10 +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 AD0F811D4; Wed, 20 Jan 2016 10:39:10 +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 u0KAd9n8001291; Wed, 20 Jan 2016 10:39:09 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KAd9Af001289; Wed, 20 Jan 2016 10:39:09 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201601201039.u0KAd9Af001289@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Wed, 20 Jan 2016 10:39:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406741 - head/www/p5-HTML-Parser X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 10:39:11 -0000 Author: jadawin Date: Wed Jan 20 10:39:09 2016 New Revision: 406741 URL: https://svnweb.freebsd.org/changeset/ports/406741 Log: - Update to 3.72 Modified: head/www/p5-HTML-Parser/Makefile head/www/p5-HTML-Parser/distinfo Modified: head/www/p5-HTML-Parser/Makefile ============================================================================== --- head/www/p5-HTML-Parser/Makefile Wed Jan 20 10:30:04 2016 (r406740) +++ head/www/p5-HTML-Parser/Makefile Wed Jan 20 10:39:09 2016 (r406741) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= HTML-Parser -PORTVERSION= 3.71 -PORTREVISION= 1 +PORTVERSION= 3.72 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-HTML-Parser/distinfo ============================================================================== --- head/www/p5-HTML-Parser/distinfo Wed Jan 20 10:30:04 2016 (r406740) +++ head/www/p5-HTML-Parser/distinfo Wed Jan 20 10:39:09 2016 (r406741) @@ -1,2 +1,2 @@ -SHA256 (HTML-Parser-3.71.tar.gz) = be918b3749d3ff93627f72ee4b825683332ecb4c81c67a3a8d72b0435ffbd802 -SIZE (HTML-Parser-3.71.tar.gz) = 90368 +SHA256 (HTML-Parser-3.72.tar.gz) = ec28c7e1d9e67c45eca197077f7cdc41ead1bb4c538c7f02a3296a4bb92f608b +SIZE (HTML-Parser-3.72.tar.gz) = 90680 From owner-svn-ports-head@freebsd.org Wed Jan 20 10:43:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 153EAA89B91; Wed, 20 Jan 2016 10:43:20 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB92115CD; Wed, 20 Jan 2016 10:43:19 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KAhIZj004264; Wed, 20 Jan 2016 10:43:18 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KAhIKG004262; Wed, 20 Jan 2016 10:43:18 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201601201043.u0KAhIKG004262@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 20 Jan 2016 10:43:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406742 - head/net-mgmt/py-ipcalc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 10:43:20 -0000 Author: ehaupt Date: Wed Jan 20 10:43:18 2016 New Revision: 406742 URL: https://svnweb.freebsd.org/changeset/ports/406742 Log: Update to 1.99.0 Modified: head/net-mgmt/py-ipcalc/Makefile head/net-mgmt/py-ipcalc/distinfo Modified: head/net-mgmt/py-ipcalc/Makefile ============================================================================== --- head/net-mgmt/py-ipcalc/Makefile Wed Jan 20 10:39:09 2016 (r406741) +++ head/net-mgmt/py-ipcalc/Makefile Wed Jan 20 10:43:18 2016 (r406742) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ipcalc -PORTVERSION= 1.1.3 +PORTVERSION= 1.99.0 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net-mgmt/py-ipcalc/distinfo ============================================================================== --- head/net-mgmt/py-ipcalc/distinfo Wed Jan 20 10:39:09 2016 (r406741) +++ head/net-mgmt/py-ipcalc/distinfo Wed Jan 20 10:43:18 2016 (r406742) @@ -1,2 +1,2 @@ -SHA256 (ipcalc-1.1.3.tar.gz) = 3bfc52cafaa39e9c4e8478a38b21b2d62b2145d3d21a1722f1340e897656ac34 -SIZE (ipcalc-1.1.3.tar.gz) = 8099 +SHA256 (ipcalc-1.99.0.tar.gz) = 17b9d85859ef70e1996426a723d3891f6b99dd0e283986ea92c37a06601725d9 +SIZE (ipcalc-1.99.0.tar.gz) = 9827 From owner-svn-ports-head@freebsd.org Wed Jan 20 10:46:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 334D9A89C3F; Wed, 20 Jan 2016 10:46:09 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04A6417AC; Wed, 20 Jan 2016 10:46:08 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KAk84K004576; Wed, 20 Jan 2016 10:46:08 GMT (envelope-from decke@FreeBSD.org) Received: (from decke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KAk8Ym004575; Wed, 20 Jan 2016 10:46:08 GMT (envelope-from decke@FreeBSD.org) Message-Id: <201601201046.u0KAk8Ym004575@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: decke set sender to decke@FreeBSD.org using -f From: Bernhard Froehlich Date: Wed, 20 Jan 2016 10:46:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406743 - head/multimedia/tvheadend X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 10:46:09 -0000 Author: decke Date: Wed Jan 20 10:46:07 2016 New Revision: 406743 URL: https://svnweb.freebsd.org/changeset/ports/406743 Log: - Add HDHomeRun support and enable by default - Bump PORTREVISION PR: ports/204138 Submitted by: sam@middling.me.uk Modified: head/multimedia/tvheadend/Makefile Modified: head/multimedia/tvheadend/Makefile ============================================================================== --- head/multimedia/tvheadend/Makefile Wed Jan 20 10:43:18 2016 (r406742) +++ head/multimedia/tvheadend/Makefile Wed Jan 20 10:46:07 2016 (r406743) @@ -3,6 +3,7 @@ PORTNAME= tvheadend PORTVERSION= 4.0.8 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= decke@FreeBSD.org @@ -45,8 +46,8 @@ CONFIGURE_ARGS+=--disable-dvbscan --disa CFLAGS+= -I${LOCALBASE}/include -Wno-conversion -Wno-int-to-pointer-cast LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo -lssl -lcrypto -lz -OPTIONS_DEFINE= AVAHI DVBCSA TRANSCODING XMLTV -OPTIONS_DEFAULT=DVBCSA +OPTIONS_DEFINE= AVAHI DVBCSA HDHOMERUN TRANSCODING XMLTV +OPTIONS_DEFAULT=DVBCSA HDHOMERUN AVAHI_LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app @@ -54,6 +55,10 @@ DVBCSA_DESC= Replace internal ffdecsa w DVBCSA_LIB_DEPENDS= libdvbcsa.so:${PORTSDIR}/multimedia/libdvbcsa DVBCSA_CONFIGURE_ENABLE= dvbcsa +HDHOMERUN_DESC= Native support for HDHomeRun network tuners +HDHOMERUN_LIB_DEPENDS= libhdhomerun.so:${PORTSDIR}/multimedia/libhdhomerun +HDHOMERUN_CONFIGURE_ENABLE= hdhomerun_client + TRANSCODING_DESC= Transcoding for mobile and web clients TRANSCODING_LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg TRANSCODING_CONFIGURE_ENABLE= libav From owner-svn-ports-head@freebsd.org Wed Jan 20 10:56:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77BC4A89F1C; Wed, 20 Jan 2016 10:56: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 46F141C03; Wed, 20 Jan 2016 10:56: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 u0KAuvpG008053; Wed, 20 Jan 2016 10:56:57 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KAuvG4008049; Wed, 20 Jan 2016 10:56:57 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601201056.u0KAuvG4008049@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 20 Jan 2016 10:56:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406744 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 10:56:58 -0000 Author: olgeni Date: Wed Jan 20 10:56:56 2016 New Revision: 406744 URL: https://svnweb.freebsd.org/changeset/ports/406744 Log: Upgrade devel/elixir-csv to version 1.2.3. Modified: head/devel/elixir-csv/Makefile head/devel/elixir-csv/distinfo Modified: head/devel/elixir-csv/Makefile ============================================================================== --- head/devel/elixir-csv/Makefile Wed Jan 20 10:46:07 2016 (r406743) +++ head/devel/elixir-csv/Makefile Wed Jan 20 10:56:56 2016 (r406744) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= csv -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-csv/distinfo ============================================================================== --- head/devel/elixir-csv/distinfo Wed Jan 20 10:46:07 2016 (r406743) +++ head/devel/elixir-csv/distinfo Wed Jan 20 10:56:56 2016 (r406744) @@ -1,2 +1,2 @@ -SHA256 (beatrichartz-csv-v1.2.2_GH0.tar.gz) = be9c038e78b3f721eea1122c8b76aa931ca471a5751e430a5ae6801e92163f00 -SIZE (beatrichartz-csv-v1.2.2_GH0.tar.gz) = 13204 +SHA256 (beatrichartz-csv-v1.2.3_GH0.tar.gz) = 90d46b05750e482ed78569e3fa6a596587e8f831fc6a35f19ebb6e5df292f666 +SIZE (beatrichartz-csv-v1.2.3_GH0.tar.gz) = 13194 From owner-svn-ports-head@freebsd.org Wed Jan 20 11:07:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0D31A882A2; Wed, 20 Jan 2016 11:07:04 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E9251F7A; Wed, 20 Jan 2016 11:07:04 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KB73gK011465; Wed, 20 Jan 2016 11:07:03 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KB73sR011463; Wed, 20 Jan 2016 11:07:03 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201601201107.u0KB73sR011463@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Wed, 20 Jan 2016 11:07:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406745 - head/databases/php5-tarantool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 11:07:04 -0000 Author: vg Date: Wed Jan 20 11:07:03 2016 New Revision: 406745 URL: https://svnweb.freebsd.org/changeset/ports/406745 Log: - Upgrade to lates version Modified: head/databases/php5-tarantool/Makefile head/databases/php5-tarantool/distinfo Modified: head/databases/php5-tarantool/Makefile ============================================================================== --- head/databases/php5-tarantool/Makefile Wed Jan 20 10:56:56 2016 (r406744) +++ head/databases/php5-tarantool/Makefile Wed Jan 20 11:07:03 2016 (r406745) @@ -9,20 +9,16 @@ PKGNAMEPREFIX= php5- MAINTAINER= vg@FreeBSD.org COMMENT= PECL PHP driver for Tarantool/Box -DEPRECATED= PHP 5.4 EOL reached -EXPIRATION_DATE= 2016-01-15 - USE_GITHUB= yes USE_PHP= yes USE_PHPEXT= yes USE_PHPIZE= yes -PHP_DEFAULT= 5.4 PHP_MODNAME= ${PORTNAME} GH_PROJECT= ${PORTNAME}-php GH_ACCOUNT= tarantool -GH_TAGNAME= 3f24c5e -TR_VER= 20150708 +GH_TAGNAME= c1c5d5f +TR_VER= 20151222 CONFIGURE_ARGS+= --with-tarantool Modified: head/databases/php5-tarantool/distinfo ============================================================================== --- head/databases/php5-tarantool/distinfo Wed Jan 20 10:56:56 2016 (r406744) +++ head/databases/php5-tarantool/distinfo Wed Jan 20 11:07:03 2016 (r406745) @@ -1,2 +1,2 @@ -SHA256 (tarantool-tarantool-php-20150708-3f24c5e_GH0.tar.gz) = 2003e106a486a27b8ff6dd5f8d0b9672333b83c3634369dce9dc2bdfb8883420 -SIZE (tarantool-tarantool-php-20150708-3f24c5e_GH0.tar.gz) = 602791 +SHA256 (tarantool-tarantool-php-20151222-c1c5d5f_GH0.tar.gz) = fff3d8e83317d8b5dd3c5fdd06256f80cbc1145460e75b8b361c479df5decc3e +SIZE (tarantool-tarantool-php-20151222-c1c5d5f_GH0.tar.gz) = 604102 From owner-svn-ports-head@freebsd.org Wed Jan 20 11:33:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4BF5A88FBC; Wed, 20 Jan 2016 11:33:59 +0000 (UTC) (envelope-from andrew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98F8F1240; Wed, 20 Jan 2016 11:33:59 +0000 (UTC) (envelope-from andrew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KBXwV1021344; Wed, 20 Jan 2016 11:33:58 GMT (envelope-from andrew@FreeBSD.org) Received: (from andrew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KBXwTr021342; Wed, 20 Jan 2016 11:33:58 GMT (envelope-from andrew@FreeBSD.org) Message-Id: <201601201133.u0KBXwTr021342@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: andrew set sender to andrew@FreeBSD.org using -f From: Andrew Turner Date: Wed, 20 Jan 2016 11:33:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406746 - in head/lang: spidermonkey170/files spidermonkey24/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 11:34:00 -0000 Author: andrew (src committer) Date: Wed Jan 20 11:33:58 2016 New Revision: 406746 URL: https://svnweb.freebsd.org/changeset/ports/406746 Log: Add support for AArch64 (arm64) to spidermonkey 17 and 24. This is based on the following upstream patch. https://hg.mozilla.org/integration/mozilla-inbound/rev/6a46f53ad944 Approved by: kwm Differential Revision: https://reviews.freebsd.org/D4785 Added: head/lang/spidermonkey170/files/patch-utils.h (contents, props changed) head/lang/spidermonkey24/files/patch-utils.h (contents, props changed) Added: head/lang/spidermonkey170/files/patch-utils.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/spidermonkey170/files/patch-utils.h Wed Jan 20 11:33:58 2016 (r406746) @@ -0,0 +1,12 @@ +--- ../../mfbt/double-conversion/utils.h.orig 2016-01-04 09:48:39.700168000 +0000 ++++ ../../mfbt/double-conversion/utils.h 2016-01-04 09:49:18.136290000 +0000 +@@ -58,7 +58,8 @@ + defined(__mips__) || defined(__powerpc__) || \ + defined(__sparc__) || defined(__sparc) || defined(__s390__) || \ + defined(__SH4__) || defined(__alpha__) || \ +- defined(_MIPS_ARCH_MIPS32R2) ++ defined(_MIPS_ARCH_MIPS32R2) || \ ++ defined(__AARCH64EL__) + #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1 + #elif defined(_M_IX86) || defined(__i386__) || defined(__i386) + #if defined(_WIN32) Added: head/lang/spidermonkey24/files/patch-utils.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/spidermonkey24/files/patch-utils.h Wed Jan 20 11:33:58 2016 (r406746) @@ -0,0 +1,12 @@ +--- ../../mfbt/double-conversion/utils.h.orig 2016-01-04 09:48:39.700168000 +0000 ++++ ../../mfbt/double-conversion/utils.h 2016-01-04 09:49:18.136290000 +0000 +@@ -58,7 +58,8 @@ + defined(__mips__) || defined(__powerpc__) || \ + defined(__sparc__) || defined(__sparc) || defined(__s390__) || \ + defined(__SH4__) || defined(__alpha__) || \ +- defined(_MIPS_ARCH_MIPS32R2) ++ defined(_MIPS_ARCH_MIPS32R2) || \ ++ defined(__AARCH64EL__) + #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1 + #elif defined(_M_IX86) || defined(__i386__) || defined(__i386) + #if defined(_WIN32) From owner-svn-ports-head@freebsd.org Wed Jan 20 13:02:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C11EA89DC9; Wed, 20 Jan 2016 13:02:57 +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 3F5771BF5; Wed, 20 Jan 2016 13:02:57 +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 u0KD2uXN050901; Wed, 20 Jan 2016 13:02:56 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KD2uaj050900; Wed, 20 Jan 2016 13:02:56 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201601201302.u0KD2uaj050900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 20 Jan 2016 13:02:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406748 - head/graphics/cairo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 13:02:57 -0000 Author: kwm Date: Wed Jan 20 13:02:56 2016 New Revision: 406748 URL: https://svnweb.freebsd.org/changeset/ports/406748 Log: Fix packaging of cairo in poudriere when the glib option is disabled. cairo-sphinx doesn't have a disable switch, but it checks for the present of glib. Add the sphinx plist files under the GLIB option, so that when sphinx plist entries are consistent, regardless if glib is installed or not. PR: 195187 Modified: head/graphics/cairo/pkg-plist Modified: head/graphics/cairo/pkg-plist ============================================================================== --- head/graphics/cairo/pkg-plist Wed Jan 20 12:17:15 2016 (r406747) +++ head/graphics/cairo/pkg-plist Wed Jan 20 13:02:56 2016 (r406748) @@ -1,4 +1,4 @@ -bin/cairo-sphinx +%%GLIB%%bin/cairo-sphinx bin/cairo-trace include/cairo/cairo-deprecated.h include/cairo/cairo-features.h @@ -20,10 +20,10 @@ lib/cairo/cairo-fdr.a lib/cairo/cairo-fdr.so lib/cairo/cairo-fdr.so.0 lib/cairo/cairo-fdr.so.0.0.0 -lib/cairo/cairo-sphinx.a -lib/cairo/cairo-sphinx.so -lib/cairo/cairo-sphinx.so.0 -lib/cairo/cairo-sphinx.so.0.0.0 +%%GLIB%%lib/cairo/cairo-sphinx.a +%%GLIB%%lib/cairo/cairo-sphinx.so +%%GLIB%%lib/cairo/cairo-sphinx.so.0 +%%GLIB%%lib/cairo/cairo-sphinx.so.0.0.0 lib/cairo/libcairo-trace.a lib/cairo/libcairo-trace.so lib/cairo/libcairo-trace.so.0 From owner-svn-ports-head@freebsd.org Wed Jan 20 13:19:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CA1BA8A537; Wed, 20 Jan 2016 13:19:01 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19D7F1E55; Wed, 20 Jan 2016 13:19:01 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KDJ0R7054865; Wed, 20 Jan 2016 13:19:00 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KDIx0L054861; Wed, 20 Jan 2016 13:18:59 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201601201318.u0KDIx0L054861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 20 Jan 2016 13:18:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406749 - head/devel/sope X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 13:19:01 -0000 Author: matthew Date: Wed Jan 20 13:18:59 2016 New Revision: 406749 URL: https://svnweb.freebsd.org/changeset/ports/406749 Log: Update to 2.3.6 PR: 206425 Submitted by: euan@potensol.com (maintainer) Modified: head/devel/sope/Makefile head/devel/sope/distinfo Modified: head/devel/sope/Makefile ============================================================================== --- head/devel/sope/Makefile Wed Jan 20 13:02:56 2016 (r406748) +++ head/devel/sope/Makefile Wed Jan 20 13:18:59 2016 (r406749) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sope -PORTVERSION= 2.3.5 +PORTVERSION= 2.3.6 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} Modified: head/devel/sope/distinfo ============================================================================== --- head/devel/sope/distinfo Wed Jan 20 13:02:56 2016 (r406748) +++ head/devel/sope/distinfo Wed Jan 20 13:18:59 2016 (r406749) @@ -1,2 +1,2 @@ -SHA256 (SOPE-2.3.5.tar.gz) = 99ac4c30fd0c320d8eb1370d129d534311190fd7e90c1e4026bb15c74f7688a7 -SIZE (SOPE-2.3.5.tar.gz) = 2272679 +SHA256 (SOPE-2.3.6.tar.gz) = e8fa039b3b42bbebefc707732aac8fd62478c068c7bc2bd7051d788dea966618 +SIZE (SOPE-2.3.6.tar.gz) = 2275009 From owner-svn-ports-head@freebsd.org Wed Jan 20 13:20:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB698A8A637; Wed, 20 Jan 2016 13:20:28 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC48D128C; Wed, 20 Jan 2016 13:20:28 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KDKRmO055112; Wed, 20 Jan 2016 13:20:27 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KDKRGv055110; Wed, 20 Jan 2016 13:20:27 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201601201320.u0KDKRGv055110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 20 Jan 2016 13:20:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406750 - head/www/sogo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 13:20:29 -0000 Author: matthew Date: Wed Jan 20 13:20:27 2016 New Revision: 406750 URL: https://svnweb.freebsd.org/changeset/ports/406750 Log: Update to 2.3.6 PR: 206427 Submitted by: euan@potensol.com (maintainer) Modified: head/www/sogo/Makefile head/www/sogo/distinfo Modified: head/www/sogo/Makefile ============================================================================== --- head/www/sogo/Makefile Wed Jan 20 13:18:59 2016 (r406749) +++ head/www/sogo/Makefile Wed Jan 20 13:20:27 2016 (r406750) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sogo -PORTVERSION= 2.3.5 +PORTVERSION= 2.3.6 CATEGORIES= www gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOGo-${PORTVERSION} Modified: head/www/sogo/distinfo ============================================================================== --- head/www/sogo/distinfo Wed Jan 20 13:18:59 2016 (r406749) +++ head/www/sogo/distinfo Wed Jan 20 13:20:27 2016 (r406750) @@ -1,2 +1,2 @@ -SHA256 (SOGo-2.3.5.tar.gz) = df2dff032b62a4ee0761cbab8cee8c923ec665d3529c3f8ac10717518d658930 -SIZE (SOGo-2.3.5.tar.gz) = 11895750 +SHA256 (SOGo-2.3.6.tar.gz) = c74b63ae59febaf552860bfe818870fb0732a7c1fff8998fed0659d084854b31 +SIZE (SOGo-2.3.6.tar.gz) = 12160426 From owner-svn-ports-head@freebsd.org Wed Jan 20 13:43:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8281CA89349; Wed, 20 Jan 2016 13:43:32 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F8DF15CB; Wed, 20 Jan 2016 13:43:32 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KDhVaI064828; Wed, 20 Jan 2016 13:43:31 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KDhVcv064826; Wed, 20 Jan 2016 13:43:31 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601201343.u0KDhVcv064826@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Wed, 20 Jan 2016 13:43:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406751 - head/devel/pear-PHP_CodeSniffer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 13:43:32 -0000 Author: miwi Date: Wed Jan 20 13:43:30 2016 New Revision: 406751 URL: https://svnweb.freebsd.org/changeset/ports/406751 Log: - Update to 2.5.1 [1] - Add missing ctype dependency [2] PR: 206432 [1] 206330 [2] Submitted by: Franco Fichtner [2] Approved by: maintainer [1] Modified: head/devel/pear-PHP_CodeSniffer/Makefile head/devel/pear-PHP_CodeSniffer/distinfo Modified: head/devel/pear-PHP_CodeSniffer/Makefile ============================================================================== --- head/devel/pear-PHP_CodeSniffer/Makefile Wed Jan 20 13:20:27 2016 (r406750) +++ head/devel/pear-PHP_CodeSniffer/Makefile Wed Jan 20 13:43:30 2016 (r406751) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PHP_CodeSniffer -PORTVERSION= 2.5.0 +PORTVERSION= 2.5.1 CATEGORIES= devel www pear MAINTAINER= ports@toco-domains.de @@ -12,6 +12,6 @@ LICENSE= BSD3CLAUSE NO_ARCH= yes USES= pear -USE_PHP= simplexml tokenizer +USE_PHP= ctype simplexml tokenizer .include Modified: head/devel/pear-PHP_CodeSniffer/distinfo ============================================================================== --- head/devel/pear-PHP_CodeSniffer/distinfo Wed Jan 20 13:20:27 2016 (r406750) +++ head/devel/pear-PHP_CodeSniffer/distinfo Wed Jan 20 13:43:30 2016 (r406751) @@ -1,2 +1,2 @@ -SHA256 (PEAR/PHP_CodeSniffer-2.5.0.tgz) = 185d8bb66bf2397199711ad412071aea717a93e9b4098313a54258fcd6e811db -SIZE (PEAR/PHP_CodeSniffer-2.5.0.tgz) = 480157 +SHA256 (PEAR/PHP_CodeSniffer-2.5.1.tgz) = 9de1a12f2d184bd1846a6f756f7507b16722538c88c9dd66912915f498a3f330 +SIZE (PEAR/PHP_CodeSniffer-2.5.1.tgz) = 484780 From owner-svn-ports-head@freebsd.org Wed Jan 20 13:55:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B6BCA898EF; Wed, 20 Jan 2016 13:55:19 +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 E0CC41445; Wed, 20 Jan 2016 13:55:18 +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 u0KDtH8V068558; Wed, 20 Jan 2016 13:55:17 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KDtH8U068556; Wed, 20 Jan 2016 13:55:17 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201601201355.u0KDtH8U068556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 20 Jan 2016 13:55:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406752 - head/irc/bitlbee-facebook X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 13:55:19 -0000 Author: gahr Date: Wed Jan 20 13:55:17 2016 New Revision: 406752 URL: https://svnweb.freebsd.org/changeset/ports/406752 Log: irc/bitlbee-facebook: update to 1.0.0, fetch from official repository Modified: head/irc/bitlbee-facebook/Makefile head/irc/bitlbee-facebook/distinfo Modified: head/irc/bitlbee-facebook/Makefile ============================================================================== --- head/irc/bitlbee-facebook/Makefile Wed Jan 20 13:43:30 2016 (r406751) +++ head/irc/bitlbee-facebook/Makefile Wed Jan 20 13:55:17 2016 (r406752) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= bitlbee-facebook -PORTVERSION= 20151227 +PORTVERSION= 1.0.0 +PORTEPOCH= 1 CATEGORIES= irc MAINTAINER= gahr@FreeBSD.org @@ -18,8 +19,8 @@ USES= autoreconf libtool pkgconfig GNU_CONFIGURE= yes USE_GITHUB= yes -GH_ACCOUNT= gahr -GH_TAGNAME= 20151224 +GH_ACCOUNT= jgeboski +GH_TAGNAME= v${PORTVERSION} INSTALL_TARGET= install-strip Modified: head/irc/bitlbee-facebook/distinfo ============================================================================== --- head/irc/bitlbee-facebook/distinfo Wed Jan 20 13:43:30 2016 (r406751) +++ head/irc/bitlbee-facebook/distinfo Wed Jan 20 13:55:17 2016 (r406752) @@ -1,2 +1,2 @@ -SHA256 (gahr-bitlbee-facebook-20151227-20151224_GH0.tar.gz) = 0b645f2eaa332a15093425522d21a75b563a152a024706259676e28d13d04dca -SIZE (gahr-bitlbee-facebook-20151227-20151224_GH0.tar.gz) = 61239 +SHA256 (jgeboski-bitlbee-facebook-1.0.0-v1.0.0_GH0.tar.gz) = 20e0c41393be151735463b206625c91977706db144ff8ff1d4d726e1f33fd124 +SIZE (jgeboski-bitlbee-facebook-1.0.0-v1.0.0_GH0.tar.gz) = 62389 From owner-svn-ports-head@freebsd.org Wed Jan 20 14:24:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 324B7A8A93C; Wed, 20 Jan 2016 14:24:10 +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 EC6431630; Wed, 20 Jan 2016 14:24:09 +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 F40A2BDC1F; Wed, 20 Jan 2016 15:24:06 +0100 (CET) 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 DA94EBDC1E; Wed, 20 Jan 2016 15:24:06 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id D6DE66125; Wed, 20 Jan 2016 15:24:05 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 389AF1BFF273; Wed, 20 Jan 2016 15:24:05 +0100 (CET) Date: Wed, 20 Jan 2016 15:24:04 +0100 From: Mathieu Arnold To: Pietro Cerutti , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r406752 - head/irc/bitlbee-facebook Message-ID: <49A7890AD4FA8EDA973A6F37@ogg.in.absolight.net> In-Reply-To: <201601201355.u0KDtH8U068556@repo.freebsd.org> References: <201601201355.u0KDtH8U068556@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="==========37EC36AA014B53288243==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 14:24:10 -0000 --==========37EC36AA014B53288243========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 20 janvier 2016 13:55:17 +0000 Pietro Cerutti wrote: | +GH_TAGNAME= v${PORTVERSION} This should be a DISTVERSIONPREFIX=v in the top block. -- Mathieu Arnold --==========37EC36AA014B53288243========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJWn5iEXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IpdcQAIuG1U3z9ofwrur478mjFiXE c3ky1SXYGkJvk5CrGtXH2TimymEutKkf1S7uGu+4LQrvVS618xjSfS0zU0OnSBrb 4AZ0M0/feHGWvuVU9YBF86NS5pswWBvcpqPRRZFwyY3/8M8wVTVLxS2bqWxzHp2e h3FUKfKfC6jbA8ia+MD1idooLWgR9IGJWO64ecfppRhLGH1LSfodnTyzABTeB5Zv +MPgG0ymbYFsCZf9vaHVat7fnWKOyUMVtBhPLPoG+AVEW+aBMvKoTGAJ6Qwesasc GN+OS1yt1kydG67sKjmmofbtQyjZ6db01jUDJs04/r1bimQOMvcwfyOAmWMnQ17g 6bM7D4GngVHPmxOEfy8a1DQfikSwiyitgCJRPSCJdMp0XnRDGjxNsrfADznXmKbe QUbF9TA/Dl6bwbvFwKdi63x7MVZNq3DV3HBTAy0MLOPpGzeO87FW5elDR44MULo4 KCmnw3MnJYdtJPTh3h4J7+kwYRarzoroRkVzW2B9ASoHSDwZFqDwYnvT8YeAQ1Yv A8vsUoO2+6ZDrepd9xVVE41H1RPTV/p2aeYyeqlz0L7qp4DqbftjYvV1c1xJtHD+ J61/Sl71EM+GePTQWfThkeY/QSzJ7/15sAzK2hMxW5QFTkrkHLgA6K8dAJQOy5dL lXhIK6eJ+RhAx5afzYBA =Xm7Z -----END PGP SIGNATURE----- --==========37EC36AA014B53288243==========-- From owner-svn-ports-head@freebsd.org Wed Jan 20 14:57:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D894A88711; Wed, 20 Jan 2016 14:57:04 +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 2ECFF122F; Wed, 20 Jan 2016 14:57:04 +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 u0KEv3tG089195; Wed, 20 Jan 2016 14:57:03 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KEv3ZO089194; Wed, 20 Jan 2016 14:57:03 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601201457.u0KEv3ZO089194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 20 Jan 2016 14:57:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406753 - head/devel/pecl-propro X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 14:57:04 -0000 Author: vanilla Date: Wed Jan 20 14:57:02 2016 New Revision: 406753 URL: https://svnweb.freebsd.org/changeset/ports/406753 Log: 1: add gmake to USES to fix building of pecl-http. 2: bump revision. Submitted by: dweimer@dweimer.net Modified: head/devel/pecl-propro/Makefile Modified: head/devel/pecl-propro/Makefile ============================================================================== --- head/devel/pecl-propro/Makefile Wed Jan 20 13:55:17 2016 (r406752) +++ head/devel/pecl-propro/Makefile Wed Jan 20 14:57:02 2016 (r406753) @@ -3,6 +3,7 @@ PORTNAME= propro PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= limit:^1.* -USES= tar:tgz +USES= gmake tar:tgz USE_PHP= yes USE_PHPEXT= yes From owner-svn-ports-head@freebsd.org Wed Jan 20 14:57:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C360BA88768; Wed, 20 Jan 2016 14:57:54 +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 923AE1327; Wed, 20 Jan 2016 14:57:54 +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 u0KEvr00089345; Wed, 20 Jan 2016 14:57:53 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KEvrqi089344; Wed, 20 Jan 2016 14:57:53 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601201457.u0KEvrqi089344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 20 Jan 2016 14:57:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406754 - head/devel/pecl-raphf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 14:57:54 -0000 Author: vanilla Date: Wed Jan 20 14:57:53 2016 New Revision: 406754 URL: https://svnweb.freebsd.org/changeset/ports/406754 Log: 1: add gmake to USES to fix building of www/pecl-http. 2: bump version. PR: dweimer@dweimer.net Modified: head/devel/pecl-raphf/Makefile Modified: head/devel/pecl-raphf/Makefile ============================================================================== --- head/devel/pecl-raphf/Makefile Wed Jan 20 14:57:02 2016 (r406753) +++ head/devel/pecl-raphf/Makefile Wed Jan 20 14:57:53 2016 (r406754) @@ -3,6 +3,7 @@ PORTNAME= raphf PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= limit:^1.* -USES= tar:tgz +USES= gmake tar:tgz USE_PHP= yes USE_PHPEXT= yes From owner-svn-ports-head@freebsd.org Wed Jan 20 15:24:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F6B7A8910C; Wed, 20 Jan 2016 15:24:49 +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 0087C1370; Wed, 20 Jan 2016 15:24:48 +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 u0KFOlwO099133; Wed, 20 Jan 2016 15:24:47 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KFOlg4099131; Wed, 20 Jan 2016 15:24:47 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201601201524.u0KFOlg4099131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 20 Jan 2016 15:24:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406755 - head/www/tengine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 15:24:49 -0000 Author: bapt Date: Wed Jan 20 15:24:47 2016 New Revision: 406755 URL: https://svnweb.freebsd.org/changeset/ports/406755 Log: Cleanup plist: - Use @sample - use post*exec - Remove useless @exec - Remove useless @dir Modified: head/www/tengine/Makefile head/www/tengine/pkg-plist Modified: head/www/tengine/Makefile ============================================================================== --- head/www/tengine/Makefile Wed Jan 20 14:57:53 2016 (r406754) +++ head/www/tengine/Makefile Wed Jan 20 15:24:47 2016 (r406755) @@ -4,7 +4,7 @@ PORTNAME= tengine PORTVERSION= 2.0.3 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MAINTAINER= ports@FreeBSD.org Modified: head/www/tengine/pkg-plist ============================================================================== --- head/www/tengine/pkg-plist Wed Jan 20 14:57:53 2016 (r406754) +++ head/www/tengine/pkg-plist Wed Jan 20 15:24:47 2016 (r406755) @@ -1,31 +1,17 @@ -@unexec if cmp -s %D/%%ETCDIR%%/fastcgi_params-dist %D/%%ETCDIR%%/fastcgi_params; then rm -f %D/%%ETCDIR%%/fastcgi_params; fi -%%ETCDIR%%/fastcgi_params-dist -@exec if [ ! -f %D/%%ETCDIR%%/fastcgi_params ] ; then cp -p %D/%F %B/fastcgi_params && chmod u+w %B/fastcgi_params; fi +@sample %%ETCDIR%%/fastcgi_params-dist %%ETCDIR%%/fastcgi_params %%ETCDIR%%/koi-utf %%ETCDIR%%/koi-win -@unexec if cmp -s %D/%%ETCDIR%%/scgi_params-dist %D/%%ETCDIR%%/scgi_params; then rm -f %D/%%ETCDIR%%/scgi_params; fi -%%ETCDIR%%/scgi_params-dist -@exec if [ ! -f %D/%%ETCDIR%%/scgi_params ] ; then cp -p %D/%F %B/scgi_params && chmod u+w %B/scgi_params; fi -@unexec if cmp -s %D/%%ETCDIR%%/uwsgi_params-dist %D/%%ETCDIR%%/uwsgi_params; then rm -f %D/%%ETCDIR%%/uwsgi_params; fi -%%ETCDIR%%/uwsgi_params-dist -@exec if [ ! -f %D/%%ETCDIR%%/uwsgi_params ] ; then cp -p %D/%F %B/uwsgi_params && chmod u+w %B/uwsgi_params; fi +@sample %%ETCDIR%%/scgi_params-dist %%ETCDIR%%/scgi_params +@sample %%ETCDIR%%/uwsgi_params-dist %%ETCDIR%%/uwsgi_params %%ETCDIR%%/win-utf -@unexec if cmp -s %D/%%ETCDIR%%/mime.types-dist %D/%%ETCDIR%%/mime.types; then rm -f %D/%%ETCDIR%%/mime.types; fi -%%ETCDIR%%/mime.types-dist -@exec if [ ! -f %D/%%ETCDIR%%/mime.types ] ; then cp -p %D/%F %B/mime.types && chmod u+w %B/mime.types; fi -@unexec if cmp -s %D/%%ETCDIR%%/nginx.conf-dist %D/%%ETCDIR%%/nginx.conf; then rm -f %D/%%ETCDIR%%/nginx.conf; fi -@dir %%ETCDIR%% -%%ETCDIR%%/nginx.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/nginx.conf ] ; then cp -p %D/%F %B/nginx.conf && chmod u+w %B/nginx.conf; fi -@exec if [ ! -d %%NGINX_TMPDIR%% ] ; then mkdir %%NGINX_TMPDIR%%; fi -%%WWWDATA%%@exec mkdir -p -m 755 %D/www/nginx-dist -%%WWWDATA%%@exec if [ ! -d %D/www/nginx/ ] ; then ln -fs %D/www/nginx-dist %D/www/nginx; fi +@sample %%ETCDIR%%/mime.types-dist %%ETCDIR%%/mime.types +@sample %%ETCDIR%%/nginx.conf-dist %%ETCDIR%%/nginx.conf +%%WWWDATA%%@postexec if [ ! -d %D/www/nginx/ ] ; then ln -fs %D/www/nginx-dist %D/www/nginx; fi %%WWWDATA%%www/nginx-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING %%WWWDATA%%www/nginx-dist/index.html %%WWWDATA%%www/nginx-dist/50x.html -%%WWWDATA%%@exec chmod a-w %D/www/nginx-dist -%%WWWDATA%%@unexec if [ -L %D/www/nginx ]; then rm -f %D/www/nginx; fi -%%WWWDATA%%@dir www/nginx-dist +%%WWWDATA%%@postunexec if [ -L %D/www/nginx ]; then rm -f %D/www/nginx; fi +%%WWWDATA%%@dir(,,755) www/nginx-dist %%ETCDIR%%/include/ddebug.h %%ETCDIR%%/include/nginx.h %%ETCDIR%%/include/ngx_alloc.h @@ -198,8 +184,5 @@ %%ETCDIR%%/modules/ngx_http_xslt_filter_module.so sbin/nginx sbin/dso_tool -@unexec if [ -z ${UPGRADE_PORT} ] ; then rm -fr %%NGINX_TMPDIR%%; fi man/man8/nginx.8.gz -@dir %%ETCDIR%%/modules -@dir %%ETCDIR%%/include @dir %%NGINX_TMPDIR%% From owner-svn-ports-head@freebsd.org Wed Jan 20 15:27:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 576E3A8918F; Wed, 20 Jan 2016 15:27:24 +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 228DF1504; Wed, 20 Jan 2016 15:27:24 +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 u0KFRNmg099439; Wed, 20 Jan 2016 15:27:23 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KFRN3M099435; Wed, 20 Jan 2016 15:27:23 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601201527.u0KFRN3M099435@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 20 Jan 2016 15:27:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406756 - head/devel/cdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 15:27:24 -0000 Author: vanilla Date: Wed Jan 20 15:27:22 2016 New Revision: 406756 URL: https://svnweb.freebsd.org/changeset/ports/406756 Log: Upgrade to 5.0.20150928 PR: 206430 Submitted by: jochen@jochen-neumeister.de Modified: head/devel/cdk/Makefile head/devel/cdk/distinfo head/devel/cdk/pkg-plist Modified: head/devel/cdk/Makefile ============================================================================== --- head/devel/cdk/Makefile Wed Jan 20 15:24:47 2016 (r406755) +++ head/devel/cdk/Makefile Wed Jan 20 15:27:22 2016 (r406756) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cdk -DISTVERSION= 5.0-20120323 -PORTREVISION= 2 +DISTVERSION= 5.0-20150928 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/cdk/ Modified: head/devel/cdk/distinfo ============================================================================== --- head/devel/cdk/distinfo Wed Jan 20 15:24:47 2016 (r406755) +++ head/devel/cdk/distinfo Wed Jan 20 15:27:22 2016 (r406756) @@ -1,2 +1,2 @@ -SHA256 (cdk-5.0-20120323.tgz) = a7a8210a85b1505f3f9e794cd11afad1c66f42306e6387b197bd006b24534c74 -SIZE (cdk-5.0-20120323.tgz) = 466993 +SHA256 (cdk-5.0-20150928.tgz) = 028da75d5f777a1c4184f88e34918bd273bd83bbe3c959bc11710c4f0ea2e448 +SIZE (cdk-5.0-20150928.tgz) = 515214 Modified: head/devel/cdk/pkg-plist ============================================================================== --- head/devel/cdk/pkg-plist Wed Jan 20 15:24:47 2016 (r406755) +++ head/devel/cdk/pkg-plist Wed Jan 20 15:27:22 2016 (r406756) @@ -1,155 +1,3 @@ -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkalphalist -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkalphalist.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkcalendar -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkcalendar.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkdialog -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkdialog.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkentry -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkentry.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkfselect -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkfselect.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkitemlist -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkitemlist.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdklabel -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdklabel.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkmatrix -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkmatrix.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkmentry -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkmentry.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkradio -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkradio.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkscale -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkscale.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkscroll -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkscroll.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkselection -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkselection.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkslider -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkslider.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdktemplate -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdktemplate.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkviewer -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkviewer.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/alphalist.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/calendar.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/dialog.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/entry.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/fselect.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/itemlist.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/label.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/matrix.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/mentry.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/radio.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/scale.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/scroll.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/selection.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/slider.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/template.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/viewer.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/utils/adduser -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/utils/netconfig -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/appointment -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/appointment.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/appointment.o -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/clock -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/clock.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/clock.o -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/command -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/command.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/command.o -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/fileview -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/fileview.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/fileview.o -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/rolodex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/rolodex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/rolodex.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/rolodex.o -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/serial.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/stopSign -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/stopSign.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/stopSign.o -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/syb.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/vinstall -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/vinstall.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/vinstall.o -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/alphalist_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/alphalist_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/bind_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/bind_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/buttonbox_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/buttonbox_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/calendar_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/calendar_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/cdkscreen_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/cdkscreen_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/dialog_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/dialog_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/entry_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/entry_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fscale_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fscale_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fselect_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fselect_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fslider_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fslider_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/graph_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/graph_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/hello_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/hello_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/histogram_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/histogram_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/itemlist_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/itemlist_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/label_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/label_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/lowerCDKObject_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/lowerCDKObject_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/marquee_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/marquee_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/matrix_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/matrix_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/mentry_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/mentry_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/menu_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/menu_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/position_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/position_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/preprocess_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/preprocess_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/radio1_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/radio1_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/radio_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/radio_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/raiseCDKObject_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/raiseCDKObject_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/scale_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/scale_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/scroll_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/scroll_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/selection_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/selection_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/slider_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/slider_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/subwindow_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/subwindow_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/swindow_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/swindow_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/template_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/template_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/traverse_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/traverse_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/uslider_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/uslider_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/viewer_ex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/viewer_ex.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/viewer_ex2 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/viewer_ex2.c bin/cdk5-config include/cdk.h include/cdk/alphalist.h @@ -184,6 +32,7 @@ include/cdk/menu.h include/cdk/radio.h include/cdk/scale.h include/cdk/scroll.h +include/cdk/scroller.h include/cdk/selection.h include/cdk/slider.h include/cdk/swindow.h @@ -195,6 +44,7 @@ include/cdk/viewer.h lib/libcdk.a lib/libcdk.so lib/libcdk.so.5 +lib/libcdk.so.5.0 man/man3/Beep.3.gz man/man3/CDKallocStrings.3.gz man/man3/CDKcountStrings.3.gz @@ -1164,3 +1014,155 @@ man/man3/validCDKObject.3.gz man/man3/viewFile.3.gz man/man3/viewInfo.3.gz man/man3/waitCDKLabel.3.gz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkalphalist +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkalphalist.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkcalendar +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkcalendar.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkdialog +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkdialog.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkentry +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkentry.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkfselect +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkfselect.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkitemlist +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkitemlist.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdklabel +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdklabel.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkmatrix +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkmatrix.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkmentry +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkmentry.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkradio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkradio.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkscale +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkscale.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkscroll +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkscroll.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkselection +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkselection.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkslider +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkslider.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdktemplate +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdktemplate.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkviewer +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkviewer.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/alphalist.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/calendar.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/dialog.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/entry.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/fselect.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/itemlist.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/label.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/matrix.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/mentry.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/radio.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/scale.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/scroll.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/selection.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/slider.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/template.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/viewer.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/utils/adduser +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/utils/netconfig +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/appointment +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/appointment.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/appointment.o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/clock +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/clock.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/clock.o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/command +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/command.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/command.o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/fileview +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/fileview.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/fileview.o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/rolodex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/rolodex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/rolodex.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/rolodex.o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/serial.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/stopSign +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/stopSign.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/stopSign.o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/syb.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/vinstall +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/vinstall.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/vinstall.o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/alphalist_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/alphalist_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/bind_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/bind_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/buttonbox_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/buttonbox_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/calendar_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/calendar_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/cdkscreen_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/cdkscreen_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/dialog_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/dialog_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/entry_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/entry_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fscale_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fscale_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fselect_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fselect_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fslider_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fslider_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/graph_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/graph_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/hello_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/hello_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/histogram_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/histogram_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/itemlist_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/itemlist_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/label_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/label_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/lowerCDKObject_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/lowerCDKObject_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/marquee_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/marquee_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/matrix_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/matrix_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/mentry_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/mentry_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/menu_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/menu_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/position_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/position_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/preprocess_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/preprocess_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/radio1_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/radio1_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/radio_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/radio_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/raiseCDKObject_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/raiseCDKObject_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/scale_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/scale_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/scroll_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/scroll_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/selection_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/selection_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/slider_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/slider_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/subwindow_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/subwindow_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/swindow_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/swindow_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/template_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/template_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/traverse_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/traverse_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/uslider_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/uslider_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/viewer_ex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/viewer_ex.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/viewer_ex2 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/viewer_ex2.c From owner-svn-ports-head@freebsd.org Wed Jan 20 15:28:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86729A8924D; Wed, 20 Jan 2016 15:28:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 398F51753; Wed, 20 Jan 2016 15:28:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KFSe6t099670; Wed, 20 Jan 2016 15:28:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KFSdZw099667; Wed, 20 Jan 2016 15:28:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601201528.u0KFSdZw099667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Jan 2016 15:28:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406757 - head/misc/libmetalink X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 15:28:41 -0000 Author: sunpoet Date: Wed Jan 20 15:28:39 2016 New Revision: 406757 URL: https://svnweb.freebsd.org/changeset/ports/406757 Log: - Update to 0.1.3 - Update MASTER_SITES Changes: http://bazaar.launchpad.net/~metalink-dev/libmetalink/trunk/view/head:/NEWS Modified: head/misc/libmetalink/Makefile head/misc/libmetalink/distinfo head/misc/libmetalink/pkg-plist Modified: head/misc/libmetalink/Makefile ============================================================================== --- head/misc/libmetalink/Makefile Wed Jan 20 15:27:22 2016 (r406756) +++ head/misc/libmetalink/Makefile Wed Jan 20 15:28:39 2016 (r406757) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= libmetalink -PORTVERSION= 0.1.2 -PORTREVISION= 2 +PORTVERSION= 0.1.3 CATEGORIES= misc -MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ \ +MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${PORTNAME}-${PORTVERSION}/+download/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org @@ -22,7 +21,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check USE_LDCONFIG= yes -USES= libtool localbase pathfix tar:bzip2 +USES= libtool localbase pathfix tar:xz PORTEXAMPLES= LibO_3.5.4_Win_x86_install_multi.msi.meta4 \ metalinkcat.c \ Modified: head/misc/libmetalink/distinfo ============================================================================== --- head/misc/libmetalink/distinfo Wed Jan 20 15:27:22 2016 (r406756) +++ head/misc/libmetalink/distinfo Wed Jan 20 15:28:39 2016 (r406757) @@ -1,2 +1,2 @@ -SHA256 (libmetalink-0.1.2.tar.bz2) = cbed9121bf550ef14a434d6ed3d8806ded7a339db16b698cfa2f39fdc3d48bf6 -SIZE (libmetalink-0.1.2.tar.bz2) = 324431 +SHA256 (libmetalink-0.1.3.tar.xz) = 86312620c5b64c694b91f9cc355eabbd358fa92195b3e99517504076bf9fe33a +SIZE (libmetalink-0.1.3.tar.xz) = 278592 Modified: head/misc/libmetalink/pkg-plist ============================================================================== --- head/misc/libmetalink/pkg-plist Wed Jan 20 15:27:22 2016 (r406756) +++ head/misc/libmetalink/pkg-plist Wed Jan 20 15:28:39 2016 (r406757) @@ -6,7 +6,7 @@ include/metalink/metalinkver.h lib/libmetalink.a lib/libmetalink.so lib/libmetalink.so.3 -lib/libmetalink.so.3.0.0 +lib/libmetalink.so.3.1.0 libdata/pkgconfig/libmetalink.pc man/man3/metalink_checksum_t.3.gz man/man3/metalink_chunk_checksum_t.3.gz From owner-svn-ports-head@freebsd.org Wed Jan 20 15:28:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21C4AA89267; Wed, 20 Jan 2016 15:28:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E303A175B; Wed, 20 Jan 2016 15:28:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KFSiK2099789; Wed, 20 Jan 2016 15:28:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KFSifw099787; Wed, 20 Jan 2016 15:28:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601201528.u0KFSifw099787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Jan 2016 15:28:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406758 - head/security/keybase X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 15:28:46 -0000 Author: sunpoet Date: Wed Jan 20 15:28:44 2016 New Revision: 406758 URL: https://svnweb.freebsd.org/changeset/ports/406758 Log: - Update to 0.8.25 Changes: https://github.com/keybase/node-client/blob/master/CHANGELOG.md Modified: head/security/keybase/Makefile head/security/keybase/distinfo Modified: head/security/keybase/Makefile ============================================================================== --- head/security/keybase/Makefile Wed Jan 20 15:28:39 2016 (r406757) +++ head/security/keybase/Makefile Wed Jan 20 15:28:44 2016 (r406758) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= keybase -PORTVERSION= 0.7.8 +PORTVERSION= 0.8.25 CATEGORIES= security MASTER_SITES= https://dist.keybase.io/pkg/files/ \ LOCAL/sunpoet Modified: head/security/keybase/distinfo ============================================================================== --- head/security/keybase/distinfo Wed Jan 20 15:28:39 2016 (r406757) +++ head/security/keybase/distinfo Wed Jan 20 15:28:44 2016 (r406758) @@ -1,2 +1,2 @@ -SHA256 (keybase-0.7.8.tgz) = 6a3311b226b52d6fa19172f0c94dea50e3483be2835a384553813e14919b5773 -SIZE (keybase-0.7.8.tgz) = 3972483 +SHA256 (keybase-0.8.25.tgz) = b0bdacfcbc5eb83473a5d53e8bd3b507e2eb95ae2ed85d4c2aa50dfa839e7abc +SIZE (keybase-0.8.25.tgz) = 4247966 From owner-svn-ports-head@freebsd.org Wed Jan 20 15:28:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECA46A892A8; Wed, 20 Jan 2016 15:28:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA0571962; Wed, 20 Jan 2016 15:28:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KFSsMV000129; Wed, 20 Jan 2016 15:28:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KFSsUK000127; Wed, 20 Jan 2016 15:28:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601201528.u0KFSsUK000127@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Jan 2016 15:28:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406760 - head/net/p5-Net-OAuth2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 15:28:56 -0000 Author: sunpoet Date: Wed Jan 20 15:28:54 2016 New Revision: 406760 URL: https://svnweb.freebsd.org/changeset/ports/406760 Log: - Update to 0.63 Changes: http://search.cpan.org/dist/Net-OAuth2/Changes Modified: head/net/p5-Net-OAuth2/Makefile head/net/p5-Net-OAuth2/distinfo Modified: head/net/p5-Net-OAuth2/Makefile ============================================================================== --- head/net/p5-Net-OAuth2/Makefile Wed Jan 20 15:28:49 2016 (r406759) +++ head/net/p5-Net-OAuth2/Makefile Wed Jan 20 15:28:54 2016 (r406760) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-OAuth2 -PORTVERSION= 0.62 +PORTVERSION= 0.63 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-OAuth2/distinfo ============================================================================== --- head/net/p5-Net-OAuth2/distinfo Wed Jan 20 15:28:49 2016 (r406759) +++ head/net/p5-Net-OAuth2/distinfo Wed Jan 20 15:28:54 2016 (r406760) @@ -1,2 +1,2 @@ -SHA256 (Net-OAuth2-0.62.tar.gz) = 4c5efc976ad18a902ddefe4b838f1fe5f9279f0f01061749b773af86b8716cbc -SIZE (Net-OAuth2-0.62.tar.gz) = 20654 +SHA256 (Net-OAuth2-0.63.tar.gz) = 982504488f83b80e3bc8803bb3b0babc039bb334d670918f233ac2a3bb8728ad +SIZE (Net-OAuth2-0.63.tar.gz) = 20893 From owner-svn-ports-head@freebsd.org Wed Jan 20 15:29:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57F95A892FE; Wed, 20 Jan 2016 15:29:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5BB61A89; Wed, 20 Jan 2016 15:29:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KFSxhd000261; Wed, 20 Jan 2016 15:28:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KFSxJR000258; Wed, 20 Jan 2016 15:28:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601201528.u0KFSxJR000258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Jan 2016 15:28:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406761 - head/devel/p5-Log-Dispatch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 15:29:01 -0000 Author: sunpoet Date: Wed Jan 20 15:28:59 2016 New Revision: 406761 URL: https://svnweb.freebsd.org/changeset/ports/406761 Log: - Update to 2.54 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Log-Dispatch/Changes Modified: head/devel/p5-Log-Dispatch/Makefile head/devel/p5-Log-Dispatch/distinfo head/devel/p5-Log-Dispatch/pkg-plist Modified: head/devel/p5-Log-Dispatch/Makefile ============================================================================== --- head/devel/p5-Log-Dispatch/Makefile Wed Jan 20 15:28:54 2016 (r406760) +++ head/devel/p5-Log-Dispatch/Makefile Wed Jan 20 15:28:59 2016 (r406761) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Log-Dispatch -PORTVERSION= 2.53 +PORTVERSION= 2.54 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +10,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Suite of OO modules for logging messages to multiple outputs LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Devel-GlobalDestruction>=0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction \ p5-Dist-CheckConflicts>=0.02:${PORTSDIR}/devel/p5-Dist-CheckConflicts \ Modified: head/devel/p5-Log-Dispatch/distinfo ============================================================================== --- head/devel/p5-Log-Dispatch/distinfo Wed Jan 20 15:28:54 2016 (r406760) +++ head/devel/p5-Log-Dispatch/distinfo Wed Jan 20 15:28:59 2016 (r406761) @@ -1,2 +1,2 @@ -SHA256 (Log-Dispatch-2.53.tar.gz) = 5f1ad9402c1c5b51f22101a476bea80d1360980926d4d2049bccfe9ad414260c -SIZE (Log-Dispatch-2.53.tar.gz) = 57967 +SHA256 (Log-Dispatch-2.54.tar.gz) = 7c365b8cdd2712cb642421773665d67a0a190cc6b44d19b804671c7631193f81 +SIZE (Log-Dispatch-2.54.tar.gz) = 59316 Modified: head/devel/p5-Log-Dispatch/pkg-plist ============================================================================== --- head/devel/p5-Log-Dispatch/pkg-plist Wed Jan 20 15:28:54 2016 (r406760) +++ head/devel/p5-Log-Dispatch/pkg-plist Wed Jan 20 15:28:59 2016 (r406761) @@ -15,6 +15,7 @@ %%SITE_PERL%%/Log/Dispatch/Output.pm %%SITE_PERL%%/Log/Dispatch/Screen.pm %%SITE_PERL%%/Log/Dispatch/Syslog.pm +%%SITE_PERL%%/Log/Dispatch/Vars.pm %%PERL5_MAN3%%/Log::Dispatch.3.gz %%PERL5_MAN3%%/Log::Dispatch::ApacheLog.3.gz %%PERL5_MAN3%%/Log::Dispatch::Base.3.gz @@ -31,3 +32,4 @@ %%PERL5_MAN3%%/Log::Dispatch::Output.3.gz %%PERL5_MAN3%%/Log::Dispatch::Screen.3.gz %%PERL5_MAN3%%/Log::Dispatch::Syslog.3.gz +%%PERL5_MAN3%%/Log::Dispatch::Vars.3.gz From owner-svn-ports-head@freebsd.org Wed Jan 20 15:28:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59252A89283; Wed, 20 Jan 2016 15:28:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E13917BE; Wed, 20 Jan 2016 15:28:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KFSooX099907; Wed, 20 Jan 2016 15:28:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KFSnTh099905; Wed, 20 Jan 2016 15:28:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601201528.u0KFSnTh099905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Jan 2016 15:28:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406759 - head/devel/p5-Log-Dispatch-FileWriteRotate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 15:28:51 -0000 Author: sunpoet Date: Wed Jan 20 15:28:49 2016 New Revision: 406759 URL: https://svnweb.freebsd.org/changeset/ports/406759 Log: - Update to 0.04 - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Log-Dispatch-FileWriteRotate/Changes Modified: head/devel/p5-Log-Dispatch-FileWriteRotate/Makefile head/devel/p5-Log-Dispatch-FileWriteRotate/distinfo Modified: head/devel/p5-Log-Dispatch-FileWriteRotate/Makefile ============================================================================== --- head/devel/p5-Log-Dispatch-FileWriteRotate/Makefile Wed Jan 20 15:28:44 2016 (r406758) +++ head/devel/p5-Log-Dispatch-FileWriteRotate/Makefile Wed Jan 20 15:28:49 2016 (r406759) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Log-Dispatch-FileWriteRotate -PORTVERSION= 0.03 +PORTVERSION= 0.04 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,12 +12,13 @@ COMMENT= Log to files that archive/rotat LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-File-Write-Rotate>=0:${PORTSDIR}/devel/p5-File-Write-Rotate \ +BUILD_DEPENDS= p5-File-Write-Rotate>=0.29:${PORTSDIR}/devel/p5-File-Write-Rotate \ p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch RUN_DEPENDS:= ${BUILD_DEPENDS} -BUILD_DEPENDS+= p5-Perl-osnames>=0.09:${PORTSDIR}/devel/p5-Perl-osnames +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/devel/p5-Log-Dispatch-FileWriteRotate/distinfo ============================================================================== --- head/devel/p5-Log-Dispatch-FileWriteRotate/distinfo Wed Jan 20 15:28:44 2016 (r406758) +++ head/devel/p5-Log-Dispatch-FileWriteRotate/distinfo Wed Jan 20 15:28:49 2016 (r406759) @@ -1,2 +1,2 @@ -SHA256 (Log-Dispatch-FileWriteRotate-0.03.tar.gz) = 08ab7648eb8f618aed0688b08250c125ff20fed11f3680a58bb12f30fad9dc65 -SIZE (Log-Dispatch-FileWriteRotate-0.03.tar.gz) = 13128 +SHA256 (Log-Dispatch-FileWriteRotate-0.04.tar.gz) = 3c8d38a0a3bfa724361f9cdbfe66254c34be23a3fd3bb895f0a4db4d54cc58f4 +SIZE (Log-Dispatch-FileWriteRotate-0.04.tar.gz) = 13554 From owner-svn-ports-head@freebsd.org Wed Jan 20 15:29:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 580E1A8933D; Wed, 20 Jan 2016 15:29:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 274AA1B1D; Wed, 20 Jan 2016 15:29:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KFT4En000372; Wed, 20 Jan 2016 15:29:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KFT4Uk000371; Wed, 20 Jan 2016 15:29:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601201529.u0KFT4Uk000371@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Jan 2016 15:29:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406762 - head/misc/p5-Business-ISBN X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 15:29:05 -0000 Author: sunpoet Date: Wed Jan 20 15:29:04 2016 New Revision: 406762 URL: https://svnweb.freebsd.org/changeset/ports/406762 Log: - Add PORTSCOUT Modified: head/misc/p5-Business-ISBN/Makefile Modified: head/misc/p5-Business-ISBN/Makefile ============================================================================== --- head/misc/p5-Business-ISBN/Makefile Wed Jan 20 15:28:59 2016 (r406761) +++ head/misc/p5-Business-ISBN/Makefile Wed Jan 20 15:29:04 2016 (r406762) @@ -23,6 +23,8 @@ OPTIONS_DEFINE= BARCODE XISBN BARCODE_DESC= Barcode support XISBN_DESC= xISBN support +PORTSCOUT= skipv:2.01,2.02,2.03,2.04,2.05,2.06,2.07,2.08,2.09 + NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Wed Jan 20 15:29:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89857A89372; Wed, 20 Jan 2016 15:29:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 362C11CA2; Wed, 20 Jan 2016 15:29:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KFT9Bg000489; Wed, 20 Jan 2016 15:29:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KFT8Me000487; Wed, 20 Jan 2016 15:29:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601201529.u0KFT8Me000487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Jan 2016 15:29:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406763 - head/textproc/p5-XML-XPath X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 15:29:10 -0000 Author: sunpoet Date: Wed Jan 20 15:29:08 2016 New Revision: 406763 URL: https://svnweb.freebsd.org/changeset/ports/406763 Log: - Update to 1.24 Changes: http://search.cpan.org/dist/XML-XPath/Changes Modified: head/textproc/p5-XML-XPath/Makefile head/textproc/p5-XML-XPath/distinfo Modified: head/textproc/p5-XML-XPath/Makefile ============================================================================== --- head/textproc/p5-XML-XPath/Makefile Wed Jan 20 15:29:04 2016 (r406762) +++ head/textproc/p5-XML-XPath/Makefile Wed Jan 20 15:29:08 2016 (r406763) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-XPath -PORTVERSION= 1.23 +PORTVERSION= 1.24 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-XML-XPath/distinfo ============================================================================== --- head/textproc/p5-XML-XPath/distinfo Wed Jan 20 15:29:04 2016 (r406762) +++ head/textproc/p5-XML-XPath/distinfo Wed Jan 20 15:29:08 2016 (r406763) @@ -1,2 +1,2 @@ -SHA256 (XML-XPath-1.23.tar.gz) = ba33e04eb6d834e28423242e2be1932a6e8c835a17211090ac1232d745d0ef32 -SIZE (XML-XPath-1.23.tar.gz) = 49672 +SHA256 (XML-XPath-1.24.tar.gz) = df73fc6d1b955aaa5ae7986c324fdc1a798b2a0dd5d87017aea931ceee893365 +SIZE (XML-XPath-1.24.tar.gz) = 50012 From owner-svn-ports-head@freebsd.org Wed Jan 20 15:29:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C66FA8939A; Wed, 20 Jan 2016 15:29:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F18811CF7; Wed, 20 Jan 2016 15:29:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KFTEZQ000611; Wed, 20 Jan 2016 15:29:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KFTDRI000609; Wed, 20 Jan 2016 15:29:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601201529.u0KFTDRI000609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Jan 2016 15:29:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406764 - head/databases/rubygem-awesome_nested_set X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 15:29:15 -0000 Author: sunpoet Date: Wed Jan 20 15:29:13 2016 New Revision: 406764 URL: https://svnweb.freebsd.org/changeset/ports/406764 Log: - Update to 3.0.3 Changes: https://github.com/collectiveidea/awesome_nested_set/blob/master/CHANGELOG Modified: head/databases/rubygem-awesome_nested_set/Makefile head/databases/rubygem-awesome_nested_set/distinfo Modified: head/databases/rubygem-awesome_nested_set/Makefile ============================================================================== --- head/databases/rubygem-awesome_nested_set/Makefile Wed Jan 20 15:29:08 2016 (r406763) +++ head/databases/rubygem-awesome_nested_set/Makefile Wed Jan 20 15:29:13 2016 (r406764) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= awesome_nested_set -PORTVERSION= 3.0.2 +PORTVERSION= 3.0.3 CATEGORIES= databases rubygems MASTER_SITES= RG Modified: head/databases/rubygem-awesome_nested_set/distinfo ============================================================================== --- head/databases/rubygem-awesome_nested_set/distinfo Wed Jan 20 15:29:08 2016 (r406763) +++ head/databases/rubygem-awesome_nested_set/distinfo Wed Jan 20 15:29:13 2016 (r406764) @@ -1,2 +1,2 @@ -SHA256 (rubygem/awesome_nested_set-3.0.2.gem) = cfb9a09298b12b7ea0739f7a810d8cb57f1df0b72626a978f975a2460923c8c4 -SIZE (rubygem/awesome_nested_set-3.0.2.gem) = 19456 +SHA256 (rubygem/awesome_nested_set-3.0.3.gem) = 8a7ca3f1387cfa059279a3973bad4df11b8d09eb2cdd94828717ab6112ad2ec2 +SIZE (rubygem/awesome_nested_set-3.0.3.gem) = 19968 From owner-svn-ports-head@freebsd.org Wed Jan 20 15:29:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 613AFA893E4; Wed, 20 Jan 2016 15:29:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34B491DD5; Wed, 20 Jan 2016 15:29:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KFTJwL000732; Wed, 20 Jan 2016 15:29:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KFTJcC000730; Wed, 20 Jan 2016 15:29:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601201529.u0KFTJcC000730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Jan 2016 15:29:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406765 - head/devel/rubygem-aws-sdk-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 15:29:20 -0000 Author: sunpoet Date: Wed Jan 20 15:29:18 2016 New Revision: 406765 URL: https://svnweb.freebsd.org/changeset/ports/406765 Log: - Update to 2.2.12 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Wed Jan 20 15:29:13 2016 (r406764) +++ head/devel/rubygem-aws-sdk-core/Makefile Wed Jan 20 15:29:18 2016 (r406765) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.2.11 +PORTVERSION= 2.2.12 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Wed Jan 20 15:29:13 2016 (r406764) +++ head/devel/rubygem-aws-sdk-core/distinfo Wed Jan 20 15:29:18 2016 (r406765) @@ -1,2 +1,2 @@ -SHA256 (rubygem/aws-sdk-core-2.2.11.gem) = 738c9bad2a6b460fc7d87cc9cbf998e7198960846b8affaba13c4f6eda8410ee -SIZE (rubygem/aws-sdk-core-2.2.11.gem) = 491008 +SHA256 (rubygem/aws-sdk-core-2.2.12.gem) = 5ff8491a0676b77ae4e98e46b3504c03e710733f5058d98cdd61f03f9dcd766f +SIZE (rubygem/aws-sdk-core-2.2.12.gem) = 491520 From owner-svn-ports-head@freebsd.org Wed Jan 20 15:29:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A607A8940C; Wed, 20 Jan 2016 15:29:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3BE9F1EB4; Wed, 20 Jan 2016 15:29:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KFTOc8000853; Wed, 20 Jan 2016 15:29:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KFTOiF000850; Wed, 20 Jan 2016 15:29:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601201529.u0KFTOiF000850@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Jan 2016 15:29:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406766 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 15:29:25 -0000 Author: sunpoet Date: Wed Jan 20 15:29:23 2016 New Revision: 406766 URL: https://svnweb.freebsd.org/changeset/ports/406766 Log: - Update to 2.2.12 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Wed Jan 20 15:29:18 2016 (r406765) +++ head/devel/rubygem-aws-sdk-resources/Makefile Wed Jan 20 15:29:23 2016 (r406766) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.2.11 +PORTVERSION= 2.2.12 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Wed Jan 20 15:29:18 2016 (r406765) +++ head/devel/rubygem-aws-sdk-resources/distinfo Wed Jan 20 15:29:23 2016 (r406766) @@ -1,2 +1,2 @@ -SHA256 (rubygem/aws-sdk-resources-2.2.11.gem) = 7930bdbb228a011023843c82bcff34032d75b61772efb5881fd80576d6e57e7e -SIZE (rubygem/aws-sdk-resources-2.2.11.gem) = 45056 +SHA256 (rubygem/aws-sdk-resources-2.2.12.gem) = b76b8ad419007a297f353b281b84747ee3e6ca3b80de940fdfd5131d4f4e7c09 +SIZE (rubygem/aws-sdk-resources-2.2.12.gem) = 45056 From owner-svn-ports-head@freebsd.org Wed Jan 20 15:29:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99F90A89453; Wed, 20 Jan 2016 15:29:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 677FB1F9E; Wed, 20 Jan 2016 15:29:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KFTTCl000980; Wed, 20 Jan 2016 15:29:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KFTT3W000978; Wed, 20 Jan 2016 15:29:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601201529.u0KFTT3W000978@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Jan 2016 15:29:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406767 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 15:29:30 -0000 Author: sunpoet Date: Wed Jan 20 15:29:29 2016 New Revision: 406767 URL: https://svnweb.freebsd.org/changeset/ports/406767 Log: - Update to 2.2.12 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Wed Jan 20 15:29:23 2016 (r406766) +++ head/devel/rubygem-aws-sdk/Makefile Wed Jan 20 15:29:29 2016 (r406767) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.2.11 +PORTVERSION= 2.2.12 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Wed Jan 20 15:29:23 2016 (r406766) +++ head/devel/rubygem-aws-sdk/distinfo Wed Jan 20 15:29:29 2016 (r406767) @@ -1,2 +1,2 @@ -SHA256 (rubygem/aws-sdk-2.2.11.gem) = 702c75a68a873fdb3f0fd34baaae5c486ad40ae16ed47fbc31582b1cafa96bb2 -SIZE (rubygem/aws-sdk-2.2.11.gem) = 4608 +SHA256 (rubygem/aws-sdk-2.2.12.gem) = b930c4a9aff1e2e547effb16d394af3a1790db4588629a7794b8d753e917c0b9 +SIZE (rubygem/aws-sdk-2.2.12.gem) = 4608 From owner-svn-ports-head@freebsd.org Wed Jan 20 15:29:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E910A89481; Wed, 20 Jan 2016 15:29:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BC2210A2; Wed, 20 Jan 2016 15:29:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KFTYXv001100; Wed, 20 Jan 2016 15:29:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KFTYAh001098; Wed, 20 Jan 2016 15:29:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601201529.u0KFTYAh001098@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Jan 2016 15:29:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406768 - head/devel/rubygem-test-unit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 15:29:35 -0000 Author: sunpoet Date: Wed Jan 20 15:29:34 2016 New Revision: 406768 URL: https://svnweb.freebsd.org/changeset/ports/406768 Log: - Update to 3.1.7 Changes: https://github.com/test-unit/test-unit/blob/master/doc/text/news.md Modified: head/devel/rubygem-test-unit/Makefile head/devel/rubygem-test-unit/distinfo Modified: head/devel/rubygem-test-unit/Makefile ============================================================================== --- head/devel/rubygem-test-unit/Makefile Wed Jan 20 15:29:29 2016 (r406767) +++ head/devel/rubygem-test-unit/Makefile Wed Jan 20 15:29:34 2016 (r406768) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= test-unit -PORTVERSION= 3.1.6 +PORTVERSION= 3.1.7 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-test-unit/distinfo ============================================================================== --- head/devel/rubygem-test-unit/distinfo Wed Jan 20 15:29:29 2016 (r406767) +++ head/devel/rubygem-test-unit/distinfo Wed Jan 20 15:29:34 2016 (r406768) @@ -1,2 +1,2 @@ -SHA256 (rubygem/test-unit-3.1.6.gem) = dc5256b66ff20f77ab99eedb2dbc7b9e246a901646991063651aae3ed38a78b1 -SIZE (rubygem/test-unit-3.1.6.gem) = 124416 +SHA256 (rubygem/test-unit-3.1.7.gem) = 01133018f929db5290471b8e39feb5317bde2488efde1ec18e9653b2edb526f1 +SIZE (rubygem/test-unit-3.1.7.gem) = 124416 From owner-svn-ports-head@freebsd.org Wed Jan 20 15:29:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 926F0A894A5; Wed, 20 Jan 2016 15:29:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D6251223; Wed, 20 Jan 2016 15:29:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KFTdVf001217; Wed, 20 Jan 2016 15:29:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KFTdts001215; Wed, 20 Jan 2016 15:29:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601201529.u0KFTdts001215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Jan 2016 15:29:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406769 - head/www/rubygem-jekyll-watch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 15:29:40 -0000 Author: sunpoet Date: Wed Jan 20 15:29:38 2016 New Revision: 406769 URL: https://svnweb.freebsd.org/changeset/ports/406769 Log: - Update to 1.3.1 Changes: https://github.com/jekyll/jekyll-watch/blob/master/History.markdown Modified: head/www/rubygem-jekyll-watch/Makefile head/www/rubygem-jekyll-watch/distinfo Modified: head/www/rubygem-jekyll-watch/Makefile ============================================================================== --- head/www/rubygem-jekyll-watch/Makefile Wed Jan 20 15:29:34 2016 (r406768) +++ head/www/rubygem-jekyll-watch/Makefile Wed Jan 20 15:29:38 2016 (r406769) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= jekyll-watch -PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTVERSION= 1.3.1 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-jekyll-watch/distinfo ============================================================================== --- head/www/rubygem-jekyll-watch/distinfo Wed Jan 20 15:29:34 2016 (r406768) +++ head/www/rubygem-jekyll-watch/distinfo Wed Jan 20 15:29:38 2016 (r406769) @@ -1,2 +1,2 @@ -SHA256 (rubygem/jekyll-watch-1.3.0.gem) = 2f2bbf2ffae94822060e6b79442f499487715b175be3ae7f81ca54285ade1cd7 -SIZE (rubygem/jekyll-watch-1.3.0.gem) = 5632 +SHA256 (rubygem/jekyll-watch-1.3.1.gem) = 10581b4ec4bb39556bbd53bb4ad9b831c6e44940022dfa17b9f4b0009e0cb23e +SIZE (rubygem/jekyll-watch-1.3.1.gem) = 5632 From owner-svn-ports-head@freebsd.org Wed Jan 20 15:29:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E26AA894D0; Wed, 20 Jan 2016 15:29:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F15ED129C; Wed, 20 Jan 2016 15:29:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KFThBl001351; Wed, 20 Jan 2016 15:29:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KFThCA001349; Wed, 20 Jan 2016 15:29:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601201529.u0KFThCA001349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Jan 2016 15:29:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406770 - head/portuguese/hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 15:29:45 -0000 Author: sunpoet Date: Wed Jan 20 15:29:43 2016 New Revision: 406770 URL: https://svnweb.freebsd.org/changeset/ports/406770 Log: - Update to 20160108 Modified: head/portuguese/hunspell/Makefile head/portuguese/hunspell/distinfo Modified: head/portuguese/hunspell/Makefile ============================================================================== --- head/portuguese/hunspell/Makefile Wed Jan 20 15:29:38 2016 (r406769) +++ head/portuguese/hunspell/Makefile Wed Jan 20 15:29:43 2016 (r406770) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20151003 +PORTVERSION= 20160108 CATEGORIES= portuguese textproc MASTER_SITES= http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/:PT \ http://www.broffice.org/files/:BR \ Modified: head/portuguese/hunspell/distinfo ============================================================================== --- head/portuguese/hunspell/distinfo Wed Jan 20 15:29:38 2016 (r406769) +++ head/portuguese/hunspell/distinfo Wed Jan 20 15:29:43 2016 (r406770) @@ -1,4 +1,4 @@ -SHA256 (hunspell/hunspell-pt_PT-20151003.tar.gz) = acd5a74a7ffa7cc454e33ce6e945c6cd1700b401e8b794e9bf23f46e1fbeb94a -SIZE (hunspell/hunspell-pt_PT-20151003.tar.gz) = 255686 +SHA256 (hunspell/hunspell-pt_PT-20160108.tar.gz) = e387415da59cd6e0f1a6c4f9c6ee4c24ef52f53094490e412561cfa1862d1fad +SIZE (hunspell/hunspell-pt_PT-20160108.tar.gz) = 255788 SHA256 (hunspell/pt_BR-2012-06-09AOC.zip) = 883d616f2f302a34802e8a60e17c2d6d292c9d125022c0f79ab4a60870c73f4f SIZE (hunspell/pt_BR-2012-06-09AOC.zip) = 1362087 From owner-svn-ports-head@freebsd.org Wed Jan 20 15:29:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 139DAA894EC; Wed, 20 Jan 2016 15:29:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6EF71360; Wed, 20 Jan 2016 15:29:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KFTmvv001452; Wed, 20 Jan 2016 15:29:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KFTmeS001451; Wed, 20 Jan 2016 15:29:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601201529.u0KFTmeS001451@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Jan 2016 15:29:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406771 - head/portuguese/aspell-pt_BR X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 15:29:50 -0000 Author: sunpoet Date: Wed Jan 20 15:29:48 2016 New Revision: 406771 URL: https://svnweb.freebsd.org/changeset/ports/406771 Log: - Add PORTSCOUT - Add NO_ARCH Modified: head/portuguese/aspell-pt_BR/Makefile Modified: head/portuguese/aspell-pt_BR/Makefile ============================================================================== --- head/portuguese/aspell-pt_BR/Makefile Wed Jan 20 15:29:43 2016 (r406770) +++ head/portuguese/aspell-pt_BR/Makefile Wed Jan 20 15:29:48 2016 (r406771) @@ -9,6 +9,10 @@ PKGNAMEPREFIX?= pt_BR- MAINTAINER= office@FreeBSD.org COMMENT= Aspell Brazilian Portuguese dictionary +PORTSCOUT= skipv:6-pt_BR-20070206,6-pt_BR-20070411-0,6-pt_BR-20080221-0,6-pt_BR-20080221-1,6-pt_BR-20080707-0 + +NO_ARCH= yes + DICT= pt_BR .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" From owner-svn-ports-head@freebsd.org Wed Jan 20 15:29:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06327A89513; Wed, 20 Jan 2016 15:29:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB3E71475; Wed, 20 Jan 2016 15:29:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KFTrVj001560; Wed, 20 Jan 2016 15:29:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KFTrCY001559; Wed, 20 Jan 2016 15:29:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601201529.u0KFTrCY001559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Jan 2016 15:29:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406772 - head/portuguese/aspell-pt_PT X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 15:29:55 -0000 Author: sunpoet Date: Wed Jan 20 15:29:53 2016 New Revision: 406772 URL: https://svnweb.freebsd.org/changeset/ports/406772 Log: - Add PORTSCOUT - Add NO_ARCH Modified: head/portuguese/aspell-pt_PT/Makefile Modified: head/portuguese/aspell-pt_PT/Makefile ============================================================================== --- head/portuguese/aspell-pt_PT/Makefile Wed Jan 20 15:29:48 2016 (r406771) +++ head/portuguese/aspell-pt_PT/Makefile Wed Jan 20 15:29:53 2016 (r406772) @@ -11,6 +11,10 @@ PKGNAMEPREFIX?= pt_PT- MAINTAINER= office@FreeBSD.org COMMENT= Aspell Portuguese dictionary +PORTSCOUT= skipv:6-pt_PT-20070206-0 + +NO_ARCH= yes + DICT= pt_PT .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" From owner-svn-ports-head@freebsd.org Wed Jan 20 15:33:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE73CA89768; Wed, 20 Jan 2016 15:33:30 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9EEC1A8D; Wed, 20 Jan 2016 15:33:30 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KFXTKe005128; Wed, 20 Jan 2016 15:33:29 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KFXRW5005099; Wed, 20 Jan 2016 15:33:27 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201601201533.u0KFXRW5005099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Wed, 20 Jan 2016 15:33:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406774 - in head: databases/p5-Class-DBI-Plugin-DeepAbstractSearch devel/gitolite devel/gitolite2 devel/p5-Dist-CheckConflicts devel/p5-MooseX-Types-JSON devel/p5-POE-Component-Hailo d... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 15:33:31 -0000 Author: culot Date: Wed Jan 20 15:33:26 2016 New Revision: 406774 URL: https://svnweb.freebsd.org/changeset/ports/406774 Log: - Reassign milki@'s ports after his commit bit was taken in for safekeeping Modified: head/databases/p5-Class-DBI-Plugin-DeepAbstractSearch/Makefile head/devel/gitolite/Makefile head/devel/gitolite2/Makefile head/devel/p5-Dist-CheckConflicts/Makefile head/devel/p5-MooseX-Types-JSON/Makefile head/devel/p5-POE-Component-Hailo/Makefile head/devel/p5-Package-Stash-XS/Makefile head/devel/p5-Pod-Coverage-TrustPod/Makefile head/devel/p5-Term-Sk/Makefile head/devel/p5-Test-EOL/Makefile head/devel/p5-Test-NoTabs/Makefile head/devel/py-ipdb/Makefile head/devel/rubygem-app_config/Makefile head/devel/rubygem-edavis10-object_daddy/Makefile head/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile head/lang/p5-Test-XPath/Makefile head/lang/p5-TryCatch/Makefile head/misc/p5-Bot-Training-MegaHAL/Makefile head/misc/p5-Bot-Training-StarCraft/Makefile head/misc/p5-Bot-Training/Makefile head/sysutils/password-store/Makefile head/textproc/p5-Hailo/Makefile head/textproc/p5-SQL-Tokenizer/Makefile head/www/p5-LWP-Online/Makefile head/www/p5-Pod-Site/Makefile Modified: head/databases/p5-Class-DBI-Plugin-DeepAbstractSearch/Makefile ============================================================================== --- head/databases/p5-Class-DBI-Plugin-DeepAbstractSearch/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/databases/p5-Class-DBI-Plugin-DeepAbstractSearch/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -9,7 +9,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRIHA PKGNAMEPREFIX= p5- -MAINTAINER= milki@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Provides deep_search_where() for Class::DBI LICENSE= ART10 GPLv1 Modified: head/devel/gitolite/Makefile ============================================================================== --- head/devel/gitolite/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/devel/gitolite/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -9,7 +9,7 @@ MASTER_SITES= GH \ LOCAL/milki \ LOCAL/tdb -MAINTAINER= milki@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Access control layer on top of git LICENSE= GPLv2 Modified: head/devel/gitolite2/Makefile ============================================================================== --- head/devel/gitolite2/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/devel/gitolite2/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -9,7 +9,7 @@ MASTER_SITES= GH \ LOCAL/tdb PKGNAMESUFFIX= 2 -MAINTAINER= milki@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Access control layer on top of git LICENSE= GPLv2 Modified: head/devel/p5-Dist-CheckConflicts/Makefile ============================================================================== --- head/devel/p5-Dist-CheckConflicts/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/devel/p5-Dist-CheckConflicts/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -8,7 +8,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DOY PKGNAMEPREFIX= p5- -MAINTAINER= milki@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Declare version conflicts for your dist LICENSE= ART10 GPLv1 Modified: head/devel/p5-MooseX-Types-JSON/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-JSON/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/devel/p5-MooseX-Types-JSON/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -9,7 +9,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MILA PKGNAMEPREFIX= p5- -MAINTAINER= milki@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= JSON and relaxedJSON datatype for Moose LICENSE= ART10 GPLv1 Modified: head/devel/p5-POE-Component-Hailo/Makefile ============================================================================== --- head/devel/p5-POE-Component-Hailo/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/devel/p5-POE-Component-Hailo/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -9,7 +9,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HINRIK PKGNAMEPREFIX= p5- -MAINTAINER= milki@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Non-blocking wrapper around Hailo LICENSE= ART10 GPLv1 Modified: head/devel/p5-Package-Stash-XS/Makefile ============================================================================== --- head/devel/p5-Package-Stash-XS/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/devel/p5-Package-Stash-XS/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -8,7 +8,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DOY PKGNAMEPREFIX= p5- -MAINTAINER= milki@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Faster and more correct implementation of the Package::Stash API LICENSE= ART10 GPLv1 Modified: head/devel/p5-Pod-Coverage-TrustPod/Makefile ============================================================================== --- head/devel/p5-Pod-Coverage-TrustPod/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/devel/p5-Pod-Coverage-TrustPod/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -9,7 +9,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS PKGNAMEPREFIX= p5- -MAINTAINER= milki@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Declare trusted symbol names in POD LICENSE= ART10 GPLv1 Modified: head/devel/p5-Term-Sk/Makefile ============================================================================== --- head/devel/p5-Term-Sk/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/devel/p5-Term-Sk/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -8,7 +8,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KEICHNER PKGNAMEPREFIX= p5- -MAINTAINER= milki@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Perl extension to display a progress indicator on a terminal LICENSE= ART10 GPLv1 Modified: head/devel/p5-Test-EOL/Makefile ============================================================================== --- head/devel/p5-Test-EOL/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/devel/p5-Test-EOL/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -9,7 +9,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BOBTFISH PKGNAMEPREFIX= p5- -MAINTAINER= milki@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Check the correct line endings in your project LICENSE= ART10 GPLv1 Modified: head/devel/p5-Test-NoTabs/Makefile ============================================================================== --- head/devel/p5-Test-NoTabs/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/devel/p5-Test-NoTabs/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -9,7 +9,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BOBTFISH PKGNAMEPREFIX= p5- -MAINTAINER= milki@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Check the presence of tabs in your project LICENSE= ART10 GPLv1 Modified: head/devel/py-ipdb/Makefile ============================================================================== --- head/devel/py-ipdb/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/devel/py-ipdb/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= milki@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= IPython-enabled pdb LICENSE= GPLv2 Modified: head/devel/rubygem-app_config/Makefile ============================================================================== --- head/devel/rubygem-app_config/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/devel/rubygem-app_config/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -5,7 +5,7 @@ PORTVERSION= 2.1.3 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= milki@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Ruby gem for storing application configuration LICENSE= MIT Modified: head/devel/rubygem-edavis10-object_daddy/Makefile ============================================================================== --- head/devel/rubygem-edavis10-object_daddy/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/devel/rubygem-edavis10-object_daddy/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -6,7 +6,7 @@ PORTVERSION= 0.4.3 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= milki@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Object Daddy assists in automating testing LICENSE= MIT Modified: head/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -9,7 +9,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HINRIK PKGNAMEPREFIX= p5- -MAINTAINER= milki@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= PoCo-IRC plugin for a Hailo conversation simulator LICENSE= ART10 GPLv1 Modified: head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -8,7 +8,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:APOCAL PKGNAMEPREFIX= p5- -MAINTAINER= milki@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= PoCo-IRC plugin that keeps track of karma LICENSE= ART10 GPLv1 Modified: head/lang/p5-Test-XPath/Makefile ============================================================================== --- head/lang/p5-Test-XPath/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/lang/p5-Test-XPath/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -8,7 +8,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DWHEELER PKGNAMEPREFIX= p5- -MAINTAINER= milki@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Test XML and HTML content and structure with XPath expressions LICENSE= ART10 GPLv1 Modified: head/lang/p5-TryCatch/Makefile ============================================================================== --- head/lang/p5-TryCatch/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/lang/p5-TryCatch/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -8,7 +8,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ASH PKGNAMEPREFIX= p5- -MAINTAINER= milki@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= First class try catch semantics for Perl, without source filters LICENSE= ART10 GPLv1 Modified: head/misc/p5-Bot-Training-MegaHAL/Makefile ============================================================================== --- head/misc/p5-Bot-Training-MegaHAL/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/misc/p5-Bot-Training-MegaHAL/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -9,7 +9,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AVAR PKGNAMEPREFIX= p5- -MAINTAINER= milki@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Provide megahal.trn via Bot::Training LICENSE= ART10 GPLv1 Modified: head/misc/p5-Bot-Training-StarCraft/Makefile ============================================================================== --- head/misc/p5-Bot-Training-StarCraft/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/misc/p5-Bot-Training-StarCraft/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -9,7 +9,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AVAR PKGNAMEPREFIX= p5- -MAINTAINER= milki@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Provide starcraft.trn via Bot::Training LICENSE= ART10 GPLv1 Modified: head/misc/p5-Bot-Training/Makefile ============================================================================== --- head/misc/p5-Bot-Training/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/misc/p5-Bot-Training/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -9,7 +9,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AVAR PKGNAMEPREFIX= p5- -MAINTAINER= milki@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Plain text training material for bots like Hailo and MegaHAL LICENSE= ART10 GPLv1 Modified: head/sysutils/password-store/Makefile ============================================================================== --- head/sysutils/password-store/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/sysutils/password-store/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -6,7 +6,7 @@ PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://git.zx2c4.com/password-store/snapshot/ -MAINTAINER= milki@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Stores, retrieves, generates, and synchronizes passwords securely LICENSE= GPLv2 Modified: head/textproc/p5-Hailo/Makefile ============================================================================== --- head/textproc/p5-Hailo/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/textproc/p5-Hailo/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -9,7 +9,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HINRIK PKGNAMEPREFIX= p5- -MAINTAINER= milki@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Pluggable Markov engine analogous to MegaHAL LICENSE= ART10 GPLv1 Modified: head/textproc/p5-SQL-Tokenizer/Makefile ============================================================================== --- head/textproc/p5-SQL-Tokenizer/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/textproc/p5-SQL-Tokenizer/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -9,7 +9,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:IZUT PKGNAMEPREFIX= p5- -MAINTAINER= milki@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Simple regular expressions based SQL tokenizer LICENSE= ART10 GPLv1 Modified: head/www/p5-LWP-Online/Makefile ============================================================================== --- head/www/p5-LWP-Online/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/www/p5-LWP-Online/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -9,7 +9,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ADAMK PKGNAMEPREFIX= p5- -MAINTAINER= milki@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Checks if process has access to the web LICENSE= ART10 GPLv1 Modified: head/www/p5-Pod-Site/Makefile ============================================================================== --- head/www/p5-Pod-Site/Makefile Wed Jan 20 15:32:43 2016 (r406773) +++ head/www/p5-Pod-Site/Makefile Wed Jan 20 15:33:26 2016 (r406774) @@ -8,7 +8,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DWHEELER PKGNAMEPREFIX= p5- -MAINTAINER= milki@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Build browsable HTML documentation for your app LICENSE= ART10 GPLv1 From owner-svn-ports-head@freebsd.org Wed Jan 20 15:44:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FECBA89B48; Wed, 20 Jan 2016 15:44:41 +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 E482710AE; Wed, 20 Jan 2016 15:44: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 u0KFidgK008565; Wed, 20 Jan 2016 15:44:39 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KFidHA008563; Wed, 20 Jan 2016 15:44:39 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201601201544.u0KFidHA008563@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Wed, 20 Jan 2016 15:44:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406775 - head/x11/guake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 15:44:41 -0000 Author: nivit Date: Wed Jan 20 15:44:39 2016 New Revision: 406775 URL: https://svnweb.freebsd.org/changeset/ports/406775 Log: - Update to 0.8.3 PR: 206100 Submitted by: Neel Chauhan Release notes: https://github.com/Guake/guake/releases/tag/0.8.3 Modified: head/x11/guake/Makefile head/x11/guake/distinfo Modified: head/x11/guake/Makefile ============================================================================== --- head/x11/guake/Makefile Wed Jan 20 15:33:26 2016 (r406774) +++ head/x11/guake/Makefile Wed Jan 20 15:44:39 2016 (r406775) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= guake -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.3 PORTREVISION= 0 CATEGORIES= x11 Modified: head/x11/guake/distinfo ============================================================================== --- head/x11/guake/distinfo Wed Jan 20 15:33:26 2016 (r406774) +++ head/x11/guake/distinfo Wed Jan 20 15:44:39 2016 (r406775) @@ -1,2 +1,2 @@ -SHA256 (Guake-guake-0.8.0_GH0.tar.gz) = a34e80f2cbf1b57076ce2ecc67c04b21167a5439d1345877bc758256c57ac15a -SIZE (Guake-guake-0.8.0_GH0.tar.gz) = 343381 +SHA256 (Guake-guake-0.8.3_GH0.tar.gz) = 3e4c254209f4afceac9a46c3e161b5673408ccd0690804014127a914c76f75d1 +SIZE (Guake-guake-0.8.3_GH0.tar.gz) = 380656 From owner-svn-ports-head@freebsd.org Wed Jan 20 15:46:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13380A89BFE; Wed, 20 Jan 2016 15:46:35 +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 E297C11CB; Wed, 20 Jan 2016 15:46:34 +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 u0KFkXvP008874; Wed, 20 Jan 2016 15:46:33 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KFkXUd008870; Wed, 20 Jan 2016 15:46:33 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201601201546.u0KFkXUd008870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 20 Jan 2016 15:46:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406776 - head/graphics/ImageMagick7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 15:46:35 -0000 Author: kwm Date: Wed Jan 20 15:46:33 2016 New Revision: 406776 URL: https://svnweb.freebsd.org/changeset/ports/406776 Log: Update ImageMagick7 to a new snapshot from 2016-01-19. Modified: head/graphics/ImageMagick7/Makefile head/graphics/ImageMagick7/distinfo head/graphics/ImageMagick7/pkg-plist Modified: head/graphics/ImageMagick7/Makefile ============================================================================== --- head/graphics/ImageMagick7/Makefile Wed Jan 20 15:44:39 2016 (r406775) +++ head/graphics/ImageMagick7/Makefile Wed Jan 20 15:46:33 2016 (r406776) @@ -2,7 +2,7 @@ PORTNAME= ImageMagick DISTVERSION= 7.0.0-0~beta${DATE} -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ http://www.imagemagick.org/download/beta/ \ @@ -37,7 +37,7 @@ COMMENT= Image processing tools (unstabl LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -DATE= 20151120 +DATE= 20160119 WRKSRC= ${WRKDIR}/${PORTNAME}-7.0.0-0 LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl Modified: head/graphics/ImageMagick7/distinfo ============================================================================== --- head/graphics/ImageMagick7/distinfo Wed Jan 20 15:44:39 2016 (r406775) +++ head/graphics/ImageMagick7/distinfo Wed Jan 20 15:46:33 2016 (r406776) @@ -1,2 +1,2 @@ -SHA256 (ImageMagick-7.0.0-0~beta20151120.tar.xz) = cdacfe421d84c053f443dfe579e50dd58dce1d3614bc656dfef6de42a71d863b -SIZE (ImageMagick-7.0.0-0~beta20151120.tar.xz) = 8292432 +SHA256 (ImageMagick-7.0.0-0~beta20160119.tar.xz) = 23ebf6b3ef57224242834453f105e3415b4b2e1df74f8b7a4397fddd276b2bba +SIZE (ImageMagick-7.0.0-0~beta20160119.tar.xz) = 8284960 Modified: head/graphics/ImageMagick7/pkg-plist ============================================================================== --- head/graphics/ImageMagick7/pkg-plist Wed Jan 20 15:44:39 2016 (r406775) +++ head/graphics/ImageMagick7/pkg-plist Wed Jan 20 15:46:33 2016 (r406776) @@ -619,6 +619,7 @@ man/man1/stream.1.gz %%PORTDOCS%%%%DOCSDIR%%-7/www/advanced-windows-installation.html %%PORTDOCS%%%%DOCSDIR%%-7/www/animate.html %%PORTDOCS%%%%DOCSDIR%%-7/www/api.html +%%PORTDOCS%%%%DOCSDIR%%-7/www/api/Image.html %%PORTDOCS%%%%DOCSDIR%%-7/www/api/MagickCore/ImageMagick_8h-source.html %%PORTDOCS%%%%DOCSDIR%%-7/www/api/MagickCore/ImageMagick_8h.html %%PORTDOCS%%%%DOCSDIR%%-7/www/api/MagickCore/MagickCore_8h-source.html @@ -1390,6 +1391,7 @@ man/man1/stream.1.gz %%PORTDOCS%%%%DOCSDIR%%-7/www/api/layer.php %%PORTDOCS%%%%DOCSDIR%%-7/www/api/list.html %%PORTDOCS%%%%DOCSDIR%%-7/www/api/list.php +%%PORTDOCS%%%%DOCSDIR%%-7/www/api/magick++-classes.html %%PORTDOCS%%%%DOCSDIR%%-7/www/api/magick-deprecate.html %%PORTDOCS%%%%DOCSDIR%%-7/www/api/magick-deprecate.php %%PORTDOCS%%%%DOCSDIR%%-7/www/api/magick-image.html @@ -1465,7 +1467,6 @@ man/man1/stream.1.gz %%PORTDOCS%%%%DOCSDIR%%-7/www/contact.html %%PORTDOCS%%%%DOCSDIR%%-7/www/convert.html %%PORTDOCS%%%%DOCSDIR%%-7/www/css/README.txt -%%PORTDOCS%%%%DOCSDIR%%-7/www/css/bootstrap.css %%PORTDOCS%%%%DOCSDIR%%-7/www/css/magick.css %%PORTDOCS%%%%DOCSDIR%%-7/www/display.html %%PORTDOCS%%%%DOCSDIR%%-7/www/distribute-pixel-cache.html @@ -1486,7 +1487,6 @@ man/man1/stream.1.gz %%PORTDOCS%%%%DOCSDIR%%-7/www/install-source.html %%PORTDOCS%%%%DOCSDIR%%-7/www/jp2.html %%PORTDOCS%%%%DOCSDIR%%-7/www/js/README.txt -%%PORTDOCS%%%%DOCSDIR%%-7/www/js/bootstrap.js %%PORTDOCS%%%%DOCSDIR%%-7/www/js/magick.js %%PORTDOCS%%%%DOCSDIR%%-7/www/license.html %%PORTDOCS%%%%DOCSDIR%%-7/www/links.html From owner-svn-ports-head@freebsd.org Wed Jan 20 16:18:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 802AFA8A6E0; Wed, 20 Jan 2016 16:18:04 +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 51A5E1148; Wed, 20 Jan 2016 16:18:04 +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 u0KGI3el019217; Wed, 20 Jan 2016 16:18:03 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KGI3gD019216; Wed, 20 Jan 2016 16:18:03 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601201618.u0KGI3gD019216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 20 Jan 2016 16:18:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406778 - head/devel/qt5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 16:18:04 -0000 Author: pawel Date: Wed Jan 20 16:18:03 2016 New Revision: 406778 URL: https://svnweb.freebsd.org/changeset/ports/406778 Log: Remove deprecated PLIST_DIRSTRY PR: 206378 Submitted by: myself Approved by: rakuco Modified: head/devel/qt5/Makefile.sqldrivers Modified: head/devel/qt5/Makefile.sqldrivers ============================================================================== --- head/devel/qt5/Makefile.sqldrivers Wed Jan 20 16:15:53 2016 (r406777) +++ head/devel/qt5/Makefile.sqldrivers Wed Jan 20 16:18:03 2016 (r406778) @@ -19,10 +19,5 @@ INSTALL_WRKSRC?=${BUILD_WRKSRC} PLIST_FILES+= ${QT_LIBDIR_REL}/cmake/Qt5Sql/Qt5Sql_Q${DB}DriverPlugin.cmake \ ${QT_PLUGINDIR_REL}/sqldrivers/libqsql${DB:tl:C/^sql//}.so \ %%DEBUG%%${QT_PLUGINDIR_REL}/sqldrivers/libqsql${DB:tl:C/^sql//}.so.debug -PLIST_DIRSTRY+= ${QT_PLUGINDIR_REL}/sqldrivers \ - ${QT_PLUGINDIR_REL} \ - ${QT_ARCHDIR_REL} \ - ${QT_LIBDIR_REL}/cmake/Qt5Sql \ - ${QT_LIBDIR_REL}/cmake .include From owner-svn-ports-head@freebsd.org Wed Jan 20 16:26:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F4ECA8A993; Wed, 20 Jan 2016 16:26:58 +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 4BA5E175C; Wed, 20 Jan 2016 16:26:58 +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 u0KGQvTU022628; Wed, 20 Jan 2016 16:26:57 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KGQvxQ022626; Wed, 20 Jan 2016 16:26:57 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201601201626.u0KGQvxQ022626@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Wed, 20 Jan 2016 16:26:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406779 - in head/textproc/py-pygments: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 16:26:58 -0000 Author: nivit Date: Wed Jan 20 16:26:57 2016 New Revision: 406779 URL: https://svnweb.freebsd.org/changeset/ports/406779 Log: - Update to 2.1 - Remove files/patch-CVE-2015-8557 Deleted: head/textproc/py-pygments/files/ Modified: head/textproc/py-pygments/Makefile head/textproc/py-pygments/distinfo Modified: head/textproc/py-pygments/Makefile ============================================================================== --- head/textproc/py-pygments/Makefile Wed Jan 20 16:18:03 2016 (r406778) +++ head/textproc/py-pygments/Makefile Wed Jan 20 16:26:57 2016 (r406779) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= pygments -PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTVERSION= 2.1 +PORTREVISION= 0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-pygments/distinfo ============================================================================== --- head/textproc/py-pygments/distinfo Wed Jan 20 16:18:03 2016 (r406778) +++ head/textproc/py-pygments/distinfo Wed Jan 20 16:26:57 2016 (r406779) @@ -1,2 +1,2 @@ -SHA256 (Pygments-2.0.2.tar.gz) = 7320919084e6dac8f4540638a46447a3bd730fca172afc17d2c03eed22cf4f51 -SIZE (Pygments-2.0.2.tar.gz) = 3462280 +SHA256 (Pygments-2.1.tar.gz) = 13a0ef5fafd7b16cf995bc28fe7aab0780dab1b2fda0fc89e033709af8b8a47b +SIZE (Pygments-2.1.tar.gz) = 2078224 From owner-svn-ports-head@freebsd.org Wed Jan 20 16:32:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1ADC4A8ABAA; Wed, 20 Jan 2016 16:32: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 C5D731BCA; Wed, 20 Jan 2016 16:32: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 u0KGWZo6025691; Wed, 20 Jan 2016 16:32:35 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KGWZ3I025689; Wed, 20 Jan 2016 16:32:35 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601201632.u0KGWZ3I025689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 20 Jan 2016 16:32:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406780 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 16:32:37 -0000 Author: feld Date: Wed Jan 20 16:32:35 2016 New Revision: 406780 URL: https://svnweb.freebsd.org/changeset/ports/406780 Log: Document bind vulnerabilities Security: CVE-2015-8704 Security: CVE-2015-8705 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Jan 20 16:26:57 2016 (r406779) +++ head/security/vuxml/vuln.xml Wed Jan 20 16:32:35 2016 (r406780) @@ -58,6 +58,41 @@ Notes: --> + + bind -- denial of service vulnerabilities + + + bind99 + 9.9.8P3 + + + bind910 + 9.10.3P3 + + + + +

ISC reports:

+
+

CVE-2015-8704 Specific APL data could trigger an INSIST in apl_42.c

+

CVE-2015-8705 Problems converting OPT resource records and ECS options to + text format can cause BIND to terminate

+
+ +
+ + https://kb.isc.org/article/AA-00913 + https://kb.isc.org/article/AA-01335/0 + https://kb.isc.org/article/AA-01336/0 + CVE-2015-8704 + CVE-2015-8705 + + + 2016-01-19 + 2016-01-20 + +
+ claws-mail -- no bounds checking on the output buffer in conv_jistoeuc, conv_euctojis, conv_sjistoeuc From owner-svn-ports-head@freebsd.org Wed Jan 20 17:06:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88784A89B2C; Wed, 20 Jan 2016 17:06:03 +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 6383713B2; Wed, 20 Jan 2016 17:06:03 +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 u0KH62mJ036099; Wed, 20 Jan 2016 17:06:02 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KH62WK036096; Wed, 20 Jan 2016 17:06:02 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601201706.u0KH62WK036096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 20 Jan 2016 17:06:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406781 - head/textproc/meld X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 17:06:03 -0000 Author: pawel Date: Wed Jan 20 17:06:01 2016 New Revision: 406781 URL: https://svnweb.freebsd.org/changeset/ports/406781 Log: - Update to version 3.14.2 [1] - Add NO_ARCH 3.14.2: - Fix some GTK+ assertions on window close - Fix commit error with unicode commit messages - Add manual appdata kudos markers 3.14.1: - Offer to open binary files externally - Use locale-based default encodings - Fix crash with some GTK+ versions when using --output - Fix merge-all action not working at all - Fix creating patches with unicode path names - Fix copy-to-clipboard option in patch dialog - Fix diffmap alignment for new GTK+ allocation behaviour - Improve float accuracy in folder comparison timestamp resolution - Fix default SVN keyword filter to escape $ characters - Fix display of unicode --help from command line - Fix keyboard shortcut docs - Don't incorrectly show identical notification for changed folder comparisons PR: 206421 [1] Submitted by: w.schwarzenfeld@aon.at [1] Modified: head/textproc/meld/Makefile head/textproc/meld/distinfo head/textproc/meld/pkg-plist Modified: head/textproc/meld/Makefile ============================================================================== --- head/textproc/meld/Makefile Wed Jan 20 16:32:35 2016 (r406780) +++ head/textproc/meld/Makefile Wed Jan 20 17:06:01 2016 (r406781) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= meld -PORTVERSION= 3.14.0 +PORTVERSION= 3.14.2 CATEGORIES= textproc devel python MASTER_SITES= GNOME @@ -23,5 +23,6 @@ GLIB_SCHEMAS= org.gnome.meld.gschema.xml PYDISTUTILS_INSTALLNOSINGLE= yes PYDISTUTILS_INSTALL_TARGET= --no-update-icon-cache --no-compile-schemas install INSTALLS_ICONS= yes +NO_ARCH= yes .include Modified: head/textproc/meld/distinfo ============================================================================== --- head/textproc/meld/distinfo Wed Jan 20 16:32:35 2016 (r406780) +++ head/textproc/meld/distinfo Wed Jan 20 17:06:01 2016 (r406781) @@ -1,2 +1,2 @@ -SHA256 (meld-3.14.0.tar.xz) = 430e2936b787c90ffa0999d3c94611fcaa64ca1920933f31550d5b931b4f103c -SIZE (meld-3.14.0.tar.xz) = 495168 +SHA256 (meld-3.14.2.tar.xz) = 4a3c0951cd3b7e7ae2480f66adfb0e50b3bd301821d6e2adb518130446231873 +SIZE (meld-3.14.2.tar.xz) = 505488 Modified: head/textproc/meld/pkg-plist ============================================================================== --- head/textproc/meld/pkg-plist Wed Jan 20 16:32:35 2016 (r406780) +++ head/textproc/meld/pkg-plist Wed Jan 20 17:06:01 2016 (r406781) @@ -259,6 +259,22 @@ share/help/es/meld/resolving-conflicts.p share/help/es/meld/text-filters.page share/help/es/meld/vc-mode.page share/help/es/meld/vc-supported.page +share/help/sv/meld/command-line.page +share/help/sv/meld/file-changes.page +share/help/sv/meld/file-filters.page +share/help/sv/meld/file-mode.page +share/help/sv/meld/flattened-view.page +share/help/sv/meld/folder-mode.page +share/help/sv/meld/index.page +share/help/sv/meld/introduction.page +share/help/sv/meld/keyboard-shortcuts.page +share/help/sv/meld/legal.xml +share/help/sv/meld/missing-functionality.page +share/help/sv/meld/preferences.page +share/help/sv/meld/resolving-conflicts.page +share/help/sv/meld/text-filters.page +share/help/sv/meld/vc-mode.page +share/help/sv/meld/vc-supported.page share/icons/HighContrast/scalable/apps/meld.svg share/icons/hicolor/16x16/actions/meld-change-apply-left.png share/icons/hicolor/16x16/actions/meld-change-apply-right.png @@ -348,6 +364,7 @@ share/locale/zh_TW/LC_MESSAGES/meld.mo %%DATADIR%%/ui/vcview-ui.xml %%DATADIR%%/ui/vcview.ui share/mime/packages/meld.xml +@dir share/help/sv/meld/figures @dir share/help/es/meld/figures @dir share/help/el/meld/figures @dir share/help/de/meld/figures From owner-svn-ports-head@freebsd.org Wed Jan 20 17:34:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68326A8A75C; Wed, 20 Jan 2016 17:34:48 +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 1B6141CAF; Wed, 20 Jan 2016 17:34: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 u0KHYl0L046147; Wed, 20 Jan 2016 17:34:47 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KHYkO5046144; Wed, 20 Jan 2016 17:34:46 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601201734.u0KHYkO5046144@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 20 Jan 2016 17:34:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406782 - in head/graphics/imlib2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 17:34:48 -0000 Author: feld Date: Wed Jan 20 17:34:46 2016 New Revision: 406782 URL: https://svnweb.freebsd.org/changeset/ports/406782 Log: graphics/imlib2: Update to 1.4.7 This update includes fixes for potential security issues. No CVEs have been assigned yet. https://git.enlightenment.org/legacy/imlib2.git/tree/ChangeLog MFH: 2016Q1 Deleted: head/graphics/imlib2/files/ Modified: head/graphics/imlib2/Makefile head/graphics/imlib2/distinfo head/graphics/imlib2/pkg-plist Modified: head/graphics/imlib2/Makefile ============================================================================== --- head/graphics/imlib2/Makefile Wed Jan 20 17:06:01 2016 (r406781) +++ head/graphics/imlib2/Makefile Wed Jan 20 17:34:46 2016 (r406782) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= imlib2 -PORTVERSION= 1.4.6 -PORTREVISION= 7 +PORTVERSION= 1.4.7 PORTEPOCH= 2 CATEGORIES= graphics enlightenment MASTER_SITES= SF/enlightenment/imlib2-src/${PORTVERSION} Modified: head/graphics/imlib2/distinfo ============================================================================== --- head/graphics/imlib2/distinfo Wed Jan 20 17:06:01 2016 (r406781) +++ head/graphics/imlib2/distinfo Wed Jan 20 17:34:46 2016 (r406782) @@ -1,2 +1,2 @@ -SHA256 (imlib2-1.4.6.tar.bz2) = af51be727d62cfcff7457c753f355e44848fb997f33a7e1d43775276a9073274 -SIZE (imlib2-1.4.6.tar.bz2) = 872717 +SHA256 (imlib2-1.4.7.tar.bz2) = 35d733ce23ad7d338cff009095d37e656cb8a7a53717d53793a38320f9924701 +SIZE (imlib2-1.4.7.tar.bz2) = 889510 Modified: head/graphics/imlib2/pkg-plist ============================================================================== --- head/graphics/imlib2/pkg-plist Wed Jan 20 17:06:01 2016 (r406781) +++ head/graphics/imlib2/pkg-plist Wed Jan 20 17:34:46 2016 (r406782) @@ -26,7 +26,7 @@ lib/imlib2/loaders/xpm.so lib/imlib2/loaders/zlib.so lib/libImlib2.so lib/libImlib2.so.1 -lib/libImlib2.so.1.4.6 +lib/libImlib2.so.1.4.7 libdata/pkgconfig/imlib2.pc %%DATADIR%%/data/fonts/cinema.ttf %%DATADIR%%/data/fonts/grunge.ttf From owner-svn-ports-head@freebsd.org Wed Jan 20 17:38:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8812A8A89B; Wed, 20 Jan 2016 17:38: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 9880C1F12; Wed, 20 Jan 2016 17:38:16 +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 u0KHcFn7046774; Wed, 20 Jan 2016 17:38:15 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KHcF7L046772; Wed, 20 Jan 2016 17:38:15 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201601201738.u0KHcF7L046772@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 20 Jan 2016 17:38:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406784 - head/editors/fileobj X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 17:38:16 -0000 Author: marino Date: Wed Jan 20 17:38:15 2016 New Revision: 406784 URL: https://svnweb.freebsd.org/changeset/ports/406784 Log: editors/fileobj: Upgrade version 7.23.1 => 7.25 While here, update the maintainer address and use autoplist instead of a static pkg-plist. Deleted: head/editors/fileobj/pkg-plist Modified: head/editors/fileobj/Makefile head/editors/fileobj/distinfo Modified: head/editors/fileobj/Makefile ============================================================================== --- head/editors/fileobj/Makefile Wed Jan 20 17:36:52 2016 (r406783) +++ head/editors/fileobj/Makefile Wed Jan 20 17:38:15 2016 (r406784) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= fileobj -PORTVERSION= 0.7.23.1 +PORTVERSION= 0.7.25 DISTVERSIONPREFIX= v CATEGORIES= editors -MAINTAINER= zrj@ef.irc +MAINTAINER= zrj@dragonflybsd.org COMMENT= Portable hex editor with vi like interface LICENSE= BSD2CLAUSE @@ -15,6 +15,6 @@ GH_ACCOUNT= kusumi USE_GITHUB= yes USES= python tar:bzip2 -USE_PYTHON= distutils +USE_PYTHON= autoplist distutils .include Modified: head/editors/fileobj/distinfo ============================================================================== --- head/editors/fileobj/distinfo Wed Jan 20 17:36:52 2016 (r406783) +++ head/editors/fileobj/distinfo Wed Jan 20 17:38:15 2016 (r406784) @@ -1,2 +1,2 @@ -SHA256 (kusumi-fileobj-v0.7.23.1_GH0.tar.bz2) = bc3e98c782d5d63a434443b6bbc81cd5e515e78f8159daf3ccb4b68f77689095 -SIZE (kusumi-fileobj-v0.7.23.1_GH0.tar.bz2) = 98083 +SHA256 (kusumi-fileobj-v0.7.25_GH0.tar.bz2) = 10467547eefc92882f4631582548aaf2e1753043921b55bf0f9bc5f58b348a68 +SIZE (kusumi-fileobj-v0.7.25_GH0.tar.bz2) = 98500 From owner-svn-ports-head@freebsd.org Wed Jan 20 18:09:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3C9DA891C2; Wed, 20 Jan 2016 18:09:48 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from mail.ptrcrt.ch (gahr.cloud.tilaa.com [84.22.109.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75B901159; Wed, 20 Jan 2016 18:09:45 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from [10.149.238.142] (0.237.197.178.dynamic.wless.lssmb00p-cgnat.res.cust.swisscom.ch [178.197.237.0]) by mail.ptrcrt.ch (OpenSMTPD) with ESMTPSA id 62fa9557 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Wed, 20 Jan 2016 18:03:00 +0000 (UTC) Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r406752 - head/irc/bitlbee-facebook From: Pietro Cerutti X-Mailer: iPhone Mail (13C75) In-Reply-To: <49A7890AD4FA8EDA973A6F37@ogg.in.absolight.net> Date: Wed, 20 Jan 2016 19:02:59 +0100 Cc: Pietro Cerutti , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-Id: References: <201601201355.u0KDtH8U068556@repo.freebsd.org> <49A7890AD4FA8EDA973A6F37@ogg.in.absolight.net> To: Mathieu Arnold Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 18:09:48 -0000 > On 20 Jan 2016, at 15:24, Mathieu Arnold wrote: > > +--On 20 janvier 2016 13:55:17 +0000 Pietro Cerutti > wrote: > | +GH_TAGNAME= v${PORTVERSION} > > This should be a DISTVERSIONPREFIX=v in the top block. Thanks, I'll fiz that later! -- Pietro Cerutti gahr@gahr.ch PGP Public Key http://gahr.ch/pgp From owner-svn-ports-head@freebsd.org Wed Jan 20 18:18:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 970F4A896A3; Wed, 20 Jan 2016 18:18:50 +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 54A4D1945; Wed, 20 Jan 2016 18:18:50 +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 u0KIIncS060552; Wed, 20 Jan 2016 18:18:49 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KIIm0X060546; Wed, 20 Jan 2016 18:18:48 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201601201818.u0KIIm0X060546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Wed, 20 Jan 2016 18:18:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406785 - in head/mail/rspamd-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 18:18:50 -0000 Author: vsevolod Date: Wed Jan 20 18:18:48 2016 New Revision: 406785 URL: https://svnweb.freebsd.org/changeset/ports/406785 Log: - Update to 1.1.1.b2 - Add newsyslog entry [1] PR: 205456 [1] Submitted by: Alexander Moisseev [1] Added: head/mail/rspamd-devel/files/pkg-message.in (contents, props changed) head/mail/rspamd-devel/files/rspamd.newsyslog.conf.sample.in (contents, props changed) 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 Wed Jan 20 17:38:15 2016 (r406784) +++ head/mail/rspamd-devel/Makefile Wed Jan 20 18:18:48 2016 (r406785) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.1.1.b1.19012016 +PORTVERSION= 1.1.1.b2.20012016 CATEGORIES= mail PKGNAMESUFFIX= -devel @@ -21,7 +21,7 @@ RSPAMD_VERSION= 1.1.1 USE_GITHUB= yes GH_ACCOUNT= vstakhov GH_PROJECT= rspamd -GH_TAGNAME= 5640329 +GH_TAGNAME= a85edb5 OPTIONS_DEFINE= GPERF REDIRECTOR GPERF_DESC= google perf-tools profiling @@ -29,6 +29,7 @@ REDIRECTOR_DESC= Install HTTP redirector USE_RC_SUBR= rspamd +SUB_FILES= pkg-message rspamd.newsyslog.conf.sample PLIST_SUB+= ETCDIR=etc/rspamd \ RSPAMDVERSION=${RSPAMD_VERSION} CMAKE_ARGS+= -DCONFDIR=${PREFIX}/etc/rspamd \ @@ -90,5 +91,10 @@ post-stage: ${RM} ${STAGEDIR}/${ETCDIR}/rspamd.systemd.conf # No need, since rspamd.conf.sample is a same ${RM} ${STAGEDIR}/${ETCDIR}/rspamd.sysvinit.conf + ${INSTALL_DATA} ${WRKDIR}/rspamd.newsyslog.conf.sample ${STAGEDIR}${ETCDIR} + +post-install: + @${MKDIR} ${STAGEDIR}/usr/local/etc/newsyslog.conf.d + ${LN} -s ${ETCDIR}/rspamd.newsyslog.conf ${STAGEDIR}/usr/local/etc/newsyslog.conf.d .include Modified: head/mail/rspamd-devel/distinfo ============================================================================== --- head/mail/rspamd-devel/distinfo Wed Jan 20 17:38:15 2016 (r406784) +++ head/mail/rspamd-devel/distinfo Wed Jan 20 18:18:48 2016 (r406785) @@ -1,2 +1,2 @@ -SHA256 (vstakhov-rspamd-1.1.1.b1.19012016-5640329_GH0.tar.xz) = ce549c643ca3f5ab2b03b660850cf09a1b2824704a435b214ee6525955f5d08d -SIZE (vstakhov-rspamd-1.1.1.b1.19012016-5640329_GH0.tar.xz) = 1652027 +SHA256 (vstakhov-rspamd-1.1.1.b2.20012016-a85edb5_GH0.tar.xz) = 8cde39852f6b7dcb4974fcf87f938b3e90e32264cc0fa543165696229ecc588b +SIZE (vstakhov-rspamd-1.1.1.b2.20012016-a85edb5_GH0.tar.xz) = 1652989 Added: head/mail/rspamd-devel/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/rspamd-devel/files/pkg-message.in Wed Jan 20 18:18:48 2016 (r406785) @@ -0,0 +1,10 @@ +====================================================================== + - Add the following line to /etc/rc.conf to enable rspamd: + + rspamd_enable="YES" + + - A symbolic link to %%ETCDIR%%/rspamd.newsyslog.conf + has been created in the /usr/local/etc/newsyslog.conf.d directory. + You can edit %%ETCDIR%%/rspamd.newsyslog.conf + to change log file rotation configuration. +====================================================================== Added: head/mail/rspamd-devel/files/rspamd.newsyslog.conf.sample.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/rspamd-devel/files/rspamd.newsyslog.conf.sample.in Wed Jan 20 18:18:48 2016 (r406785) @@ -0,0 +1,11 @@ +# newsyslog configuration file for rspamd(8) +# +# Link (or copy) rspamd.newsyslog.conf to /usr/local/etc/newsyslog.conf.d/ +# to take care of log rotation. +# +# ln -s /usr/local/etc/rspamd/rspamd.newsyslog.conf /usr/local/etc/newsyslog.conf.d +# +# See newsyslog.conf(5) for details. +# +# logfilename [owner:group] mode count size when flags [/pid_file] [sig_num] +/var/log/rspamd/rspamd.log nobody:nobody 644 7 * @T00 JC /var/run/rspamd/rspamd.pid 30 Modified: head/mail/rspamd-devel/pkg-plist ============================================================================== --- head/mail/rspamd-devel/pkg-plist Wed Jan 20 17:38:15 2016 (r406784) +++ head/mail/rspamd-devel/pkg-plist Wed Jan 20 18:18:48 2016 (r406785) @@ -37,6 +37,8 @@ bin/rspamc @sample %%ETCDIR%%/surbl-whitelist.inc.sample @sample %%ETCDIR%%/worker-controller.inc.sample @sample %%ETCDIR%%/worker-normal.inc.sample +@sample %%ETCDIR%%/rspamd.newsyslog.conf.sample +/usr/local/etc/newsyslog.conf.d/rspamd.newsyslog.conf lib/rspamd/librspamd-actrie.so %%DATADIR%%/effective_tld_names.dat %%DATADIR%%/lua/dmarc.lua From owner-svn-ports-head@freebsd.org Wed Jan 20 18:44:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1589EA8A194; Wed, 20 Jan 2016 18:44:40 +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 C1AA11771; Wed, 20 Jan 2016 18:44:39 +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 u0KIicar070521; Wed, 20 Jan 2016 18:44:38 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KIicpn070519; Wed, 20 Jan 2016 18:44:38 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601201844.u0KIicpn070519@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 20 Jan 2016 18:44:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406786 - in head/databases/rubygem-arel-helpers: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 18:44:40 -0000 Author: antoine Date: Wed Jan 20 18:44:38 2016 New Revision: 406786 URL: https://svnweb.freebsd.org/changeset/ports/406786 Log: Switch back to rubygem-activerecord (3.x) to unbreak metasploit at runtime MFH: 2016Q1 Added: head/databases/rubygem-arel-helpers/files/ head/databases/rubygem-arel-helpers/files/patch-gemspec (contents, props changed) Modified: head/databases/rubygem-arel-helpers/Makefile Modified: head/databases/rubygem-arel-helpers/Makefile ============================================================================== --- head/databases/rubygem-arel-helpers/Makefile Wed Jan 20 18:18:48 2016 (r406785) +++ head/databases/rubygem-arel-helpers/Makefile Wed Jan 20 18:44:38 2016 (r406786) @@ -2,6 +2,7 @@ PORTNAME= arel-helpers PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -10,7 +11,7 @@ COMMENT= Helpers to construct database q LICENSE= MIT -RUN_DEPENDS= rubygem-activerecord4>=4.0.13:${PORTSDIR}/databases/rubygem-activerecord4 +RUN_DEPENDS= rubygem-activerecord>=3.1.0:${PORTSDIR}/databases/rubygem-activerecord NO_ARCH= yes USE_RUBY= yes Added: head/databases/rubygem-arel-helpers/files/patch-gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-arel-helpers/files/patch-gemspec Wed Jan 20 18:44:38 2016 (r406786) @@ -0,0 +1,18 @@ +--- arel-helpers.gemspec.orig 2016-01-17 17:24:33 UTC ++++ arel-helpers.gemspec +@@ -20,12 +20,12 @@ Gem::Specification.new do |s| + s.specification_version = 4 + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then +- s.add_runtime_dependency(%q, ["= 4.0.13"]) ++ s.add_runtime_dependency(%q, ["< 5", ">= 3.1.0"]) + else +- s.add_dependency(%q, ["= 4.0.13"]) ++ s.add_dependency(%q, ["< 5", ">= 3.1.0"]) + end + else +- s.add_dependency(%q, ["= 4.0.13"]) ++ s.add_dependency(%q, ["< 5", ">= 3.1.0"]) + end + end + From owner-svn-ports-head@freebsd.org Wed Jan 20 18:53:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0540DA8A641; Wed, 20 Jan 2016 18:53: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 CBB6F1EEF; Wed, 20 Jan 2016 18:53: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 u0KIrY0V073869; Wed, 20 Jan 2016 18:53:34 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KIrY3h073868; Wed, 20 Jan 2016 18:53:34 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601201853.u0KIrY3h073868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 20 Jan 2016 18:53:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406788 - head/games/qwdtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 18:53:36 -0000 Author: antoine Date: Wed Jan 20 18:53:34 2016 New Revision: 406788 URL: https://svnweb.freebsd.org/changeset/ports/406788 Log: Mark BROKEN: fails to patch Reported by: pkg-fallout MFH: 2016Q1 Modified: head/games/qwdtools/Makefile Modified: head/games/qwdtools/Makefile ============================================================================== --- head/games/qwdtools/Makefile Wed Jan 20 18:45:53 2016 (r406787) +++ head/games/qwdtools/Makefile Wed Jan 20 18:53:34 2016 (r406788) @@ -9,4 +9,6 @@ PKGMESSAGE= /nonexistent MASTERDIR= ${.CURDIR}/../mvdsv +BROKEN= fails to patch + .include "${MASTERDIR}/Makefile" From owner-svn-ports-head@freebsd.org Wed Jan 20 18:56:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD363A8A715; Wed, 20 Jan 2016 18:56: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 9A60C114B; Wed, 20 Jan 2016 18:56:36 +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 u0KIuZmo074315; Wed, 20 Jan 2016 18:56:35 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KIuZnd074314; Wed, 20 Jan 2016 18:56:35 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601201856.u0KIuZnd074314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 20 Jan 2016 18:56:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406790 - head/chinese/tin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 18:56:36 -0000 Author: antoine Date: Wed Jan 20 18:56:35 2016 New Revision: 406790 URL: https://svnweb.freebsd.org/changeset/ports/406790 Log: Mark BROKEN: fails to patch Reported by: pkg-fallout Modified: head/chinese/tin/Makefile Modified: head/chinese/tin/Makefile ============================================================================== --- head/chinese/tin/Makefile Wed Jan 20 18:54:15 2016 (r406789) +++ head/chinese/tin/Makefile Wed Jan 20 18:56:35 2016 (r406790) @@ -7,6 +7,8 @@ CATEGORIES= chinese MAINTAINER= ports@FreeBSD.org +BROKEN= fails to patch + EXTRA_PATCHES= ${.CURDIR}/files/patch-attrib.c \ ${.CURDIR}/files/patch-cook.c \ ${.CURDIR}/files/patch-mail.c \ From owner-svn-ports-head@freebsd.org Wed Jan 20 18:57:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1255DA8A747; Wed, 20 Jan 2016 18:57: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 D81131263; Wed, 20 Jan 2016 18:57:12 +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 u0KIvB8T074453; Wed, 20 Jan 2016 18:57:11 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KIvBYs074452; Wed, 20 Jan 2016 18:57:11 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601201857.u0KIvBYs074452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 20 Jan 2016 18:57:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406791 - head/biology/molden X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 18:57:13 -0000 Author: antoine Date: Wed Jan 20 18:57:11 2016 New Revision: 406791 URL: https://svnweb.freebsd.org/changeset/ports/406791 Log: Mark BROKEN: checksum and size mismatch Reported by: pkg-fallout Modified: head/biology/molden/Makefile Modified: head/biology/molden/Makefile ============================================================================== --- head/biology/molden/Makefile Wed Jan 20 18:56:35 2016 (r406790) +++ head/biology/molden/Makefile Wed Jan 20 18:57:11 2016 (r406791) @@ -11,6 +11,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Display molecular orbitals and electron densities in 2D and 3D +BROKEN= checksum and size mismatch RESTRICTED= free for academic, non profit usage; do not re-distribute source and executable. WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} From owner-svn-ports-head@freebsd.org Wed Jan 20 18:59:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C446A8A7A0; Wed, 20 Jan 2016 18:59:20 +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 1D9651370; Wed, 20 Jan 2016 18:59:20 +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 u0KIxJ07074761; Wed, 20 Jan 2016 18:59:19 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KIxINd074757; Wed, 20 Jan 2016 18:59:18 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601201859.u0KIxINd074757@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 20 Jan 2016 18:59:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406792 - in head/editors: . the the/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 18:59:20 -0000 Author: pi Date: Wed Jan 20 18:59:18 2016 New Revision: 406792 URL: https://svnweb.freebsd.org/changeset/ports/406792 Log: New port: editors/the In fact, this is a reanimation with a newer version. THE is a text editor that uses both command line commands and key bindings to operate. It is intended to be similar to the VM/CMS System Product Editor, XEDIT and to Mansfield Software's, KEDIT. WWW: http://hessling-editor.sourceforge.net/ PR: 201187 Submitted by: Richard Narron Added: head/editors/the/ - copied from r349686, head/editors/the/ Deleted: head/editors/the/files/ Modified: head/editors/Makefile head/editors/the/Makefile head/editors/the/distinfo head/editors/the/pkg-plist Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Wed Jan 20 18:57:11 2016 (r406791) +++ head/editors/Makefile Wed Jan 20 18:59:18 2016 (r406792) @@ -241,6 +241,7 @@ SUBDIR += texstudio SUBDIR += textroom SUBDIR += texworks + SUBDIR += the SUBDIR += thoteditor SUBDIR += tpad SUBDIR += tree-widget Modified: head/editors/the/Makefile ============================================================================== --- head/editors/the/Makefile Sun Mar 30 21:59:27 2014 (r349686) +++ head/editors/the/Makefile Wed Jan 20 18:59:18 2016 (r406792) @@ -2,35 +2,27 @@ # $FreeBSD$ PORTNAME= the -PORTVERSION= 3.2 -PORTREVISION= 1 +PORTVERSION= 3.3.r4 CATEGORIES= editors -MASTER_SITES= SF/hessling-editor/hessling-editor/${PORTVERSION} -DISTNAME= THE-${PORTVERSION} +MASTER_SITES= http://downloads.sourceforge.net/hessling-editor/ +DISTNAME= THE-${PORTVERSION:S/.r/RC/} -PATCH_SITES= http://users.comlab.ox.ac.uk/ian.collier/distribution/ -PATCHFILES= THE-3.1-rexximc.patch -PATCH_DIST_STRIP= -p1 +MAINTAINER= comet.berkeley@gmail.com +COMMENT= THE, The Hessling Editor, is like the vm/cms xedit editor -MAINTAINER= ports@FreeBSD.org -COMMENT= "The Hessling Editor", an implementation of the xedit editor +LICENSE= GPLv2 -DEPRECATED= Unmaintained since 1999 -EXPIRATION_DATE= 2014-04-10 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ncurses \ --with-rexxincdir=${LOCALBASE}/include \ --with-rexxlibdir=${LOCALBASE}/lib ALL_TARGET= all html -MAN1= the.1 - -OPTIONS_DEFINE= XAW3D XCURSES REXX_REGINA DOCS +OPTIONS_DEFINE= XAW3D XCURSES REXX_IMC XAW3D_DESC= Enable Xaw3D XCURSES_DESC= Build XCurses (X11) version REXX_REGINA_DESC= Enable Rexx interpreter -NO_STAGE= yes .include .if ${ARCH} == "powerpc" @@ -39,39 +31,47 @@ BROKEN= Does not configure on powerpc .if ${PORT_OPTIONS:MXAW3D} CONFIGURE_ARGS+=--with-xaw3d -LIB_DEPENDS+= Xaw3d.8:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS+= libxaw3d.so:${PORTSDIR}/x11-toolkits/Xaw3d .endif .if ${PORT_OPTIONS:MXCURSES} CONFIGURE_ARGS+=--with-xcurses \ --with-cursesincdir=${LOCALBASE}/include \ --with-curseslibdir=${LOCALBASE}/lib -BUILD_DEPENDS+= pdcurses-the>=3.2:${PORTSDIR}/devel/pdcurses-the -LIB_DEPENDS+= XCurses.2:${PORTSDIR}/devel/pdcurses-the +BUILD_DEPENDS+= pdcurses:${PORTSDIR}/devel/pdcurses +LIB_DEPENDS+= libxcurses.so:${PORTSDIR}/devel/pdcurses PLIST_SUB= XCURSES="" NCURSES="@comment " .else PLIST_SUB= XCURSES="@comment " NCURSES="" .endif -.if ${PORT_OPTIONS:MREXX_REGINA} -BUILD_DEPENDS+= regina:${PORTSDIR}/lang/rexx-regina -RUN_DEPENDS+= regina:${PORTSDIR}/lang/rexx-regina -CONFIGURE_ARGS+= --with-rexx=regina -.else +.if ${PORT_OPTIONS:MREXX_IMC} BUILD_DEPENDS+= rexx:${PORTSDIR}/lang/rexx-imc RUN_DEPENDS+= rexx:${PORTSDIR}/lang/rexx-imc CONFIGURE_ARGS+= --with-rexx=rexximc +.else +BUILD_DEPENDS+= regina:${PORTSDIR}/lang/rexx-regina +RUN_DEPENDS+= regina:${PORTSDIR}/lang/rexx-regina +CONFIGURE_ARGS+= --with-rexx=regina .endif +post-extract: + ${REINPLACE_CMD} -e 's|(datadir)/THE|(datadir)/the|g' \ + -e 's|/share/THE|/share/the|g' ${WRKSRC}/Makefile.in + +pre-install: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.html ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/the64.gif ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/the64.png ${STAGEDIR}${DOCSDIR} + post-install: .if ${PORT_OPTIONS:MXCURSES} - @${LN} -sf xthe ${PREFIX}/bin/the + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xthe + ${LN} -sf xthe ${STAGEDIR}${PREFIX}/bin/the .else - @${LN} -sf nthe ${PREFIX}/bin/the -.endif -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${PREFIX}/share/doc/THE - ${INSTALL_DATA} ${WRKSRC}/*.html ${PREFIX}/share/doc/THE + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nthe + ${LN} -sf nthe ${STAGEDIR}${PREFIX}/bin/the .endif .include Modified: head/editors/the/distinfo ============================================================================== --- head/editors/the/distinfo Sun Mar 30 21:59:27 2014 (r349686) +++ head/editors/the/distinfo Wed Jan 20 18:59:18 2016 (r406792) @@ -1,4 +1,2 @@ -SHA256 (THE-3.2.tar.gz) = 1606a82f6514f5a99247ba89f7744d2c0e98a38a221af52df7580ea3bca7f2d6 -SIZE (THE-3.2.tar.gz) = 818682 -SHA256 (THE-3.1-rexximc.patch) = 23a0bcc5d135baf6741ec36c4abec08648b23f7ab984c5acc9ea23ff7855899e -SIZE (THE-3.1-rexximc.patch) = 1595 +SHA256 (THE-3.3RC4.tar.gz) = 8781cd1ae2616a4d424e4847f881709b140cf7da209fe46828170d90a63bd1f0 +SIZE (THE-3.3RC4.tar.gz) = 1156675 Modified: head/editors/the/pkg-plist ============================================================================== --- head/editors/the/pkg-plist Sun Mar 30 21:59:27 2014 (r349686) +++ head/editors/the/pkg-plist Wed Jan 20 18:59:18 2016 (r406792) @@ -1,56 +1,70 @@ %%NCURSES%%bin/nthe bin/the %%XCURSES%%bin/xthe -share/THE/THE_Help.txt -share/THE/abf.tld -share/THE/append.the -share/THE/build.the -share/THE/c.tld -share/THE/cobol.tld -share/THE/codecomp.the -share/THE/comm.the -share/THE/compile.the -share/THE/config.the -share/THE/csh.tld -share/THE/cua.the -share/THE/demo.the -share/THE/fortran.tld -share/THE/html.tld -share/THE/java.tld -share/THE/js.tld -share/THE/l.the -share/THE/m4.tld -share/THE/make.tld -share/THE/match.the -share/THE/nl.the -share/THE/nsi.tld -share/THE/opl.tld -share/THE/plsql.tld -share/THE/rexx.tld -share/THE/rm.the -share/THE/sh.tld -share/THE/spec.tld -share/THE/spell.the -share/THE/tags.the -share/THE/total.the -share/THE/uncomm.the -share/THE/words.the -%%PORTDOCS%%share/doc/THE/app1.html -%%PORTDOCS%%share/doc/THE/app2.html -%%PORTDOCS%%share/doc/THE/app3.html -%%PORTDOCS%%share/doc/THE/app4.html -%%PORTDOCS%%share/doc/THE/app5.html -%%PORTDOCS%%share/doc/THE/app6.html -%%PORTDOCS%%share/doc/THE/app7.html -%%PORTDOCS%%share/doc/THE/comm.html -%%PORTDOCS%%share/doc/THE/commset.html -%%PORTDOCS%%share/doc/THE/commsos.html -%%PORTDOCS%%share/doc/THE/fdl.html -%%PORTDOCS%%share/doc/THE/glossary.html -%%PORTDOCS%%share/doc/THE/history.html -%%PORTDOCS%%share/doc/THE/index.html -%%PORTDOCS%%share/doc/THE/overview.html -%%PORTDOCS%%share/doc/THE/query.html -%%PORTDOCS%%share/doc/THE/quickref.html -%%PORTDOCS%%@dirrm share/doc/THE -@dirrm share/THE +man/man1/the.1.gz +@dir %%DATADIR%% +%%DATADIR%%/THE_Help.txt +%%DATADIR%%/abf.tld +%%DATADIR%%/append.the +%%DATADIR%%/build.the +%%DATADIR%%/c.tld +%%DATADIR%%/cdiff.tld +%%DATADIR%%/cobol.tld +%%DATADIR%%/codecomp.the +%%DATADIR%%/comm.the +%%DATADIR%%/compile.the +%%DATADIR%%/complete.the +%%DATADIR%%/config.the +%%DATADIR%%/csh.tld +%%DATADIR%%/cua.the +%%DATADIR%%/demo.the +%%DATADIR%%/diff.tld +%%DATADIR%%/dir.tld +%%DATADIR%%/fortran.tld +%%DATADIR%%/html.tld +%%DATADIR%%/java.tld +%%DATADIR%%/js.tld +%%DATADIR%%/l.the +%%DATADIR%%/m4.tld +%%DATADIR%%/make.tld +%%DATADIR%%/match.the +%%DATADIR%%/nl.the +%%DATADIR%%/nsi.tld +%%DATADIR%%/objc.tld +%%DATADIR%%/opl.tld +%%DATADIR%%/plsql.tld +%%DATADIR%%/rexx.syntax +%%DATADIR%%/rexx.tld +%%DATADIR%%/rexxdw.syntax +%%DATADIR%%/rexxeec.syntax +%%DATADIR%%/rexxutil.syntax +%%DATADIR%%/rm.the +%%DATADIR%%/sh.tld +%%DATADIR%%/spec.tld +%%DATADIR%%/spell.the +%%DATADIR%%/syntax.the +%%DATADIR%%/tags.the +%%DATADIR%%/total.the +%%DATADIR%%/udiff.tld +%%DATADIR%%/uncomm.the +%%DATADIR%%/words.the +@dir %%PORTDOCS%%%%DOCSDIR%% +%%PORTDOCS%%%%DOCSDIR%%/app1.html +%%PORTDOCS%%%%DOCSDIR%%/app2.html +%%PORTDOCS%%%%DOCSDIR%%/app3.html +%%PORTDOCS%%%%DOCSDIR%%/app4.html +%%PORTDOCS%%%%DOCSDIR%%/app5.html +%%PORTDOCS%%%%DOCSDIR%%/app6.html +%%PORTDOCS%%%%DOCSDIR%%/app7.html +%%PORTDOCS%%%%DOCSDIR%%/comm.html +%%PORTDOCS%%%%DOCSDIR%%/commset.html +%%PORTDOCS%%%%DOCSDIR%%/commsos.html +%%PORTDOCS%%%%DOCSDIR%%/fdl.html +%%PORTDOCS%%%%DOCSDIR%%/glossary.html +%%PORTDOCS%%%%DOCSDIR%%/history.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/overview.html +%%PORTDOCS%%%%DOCSDIR%%/query.html +%%PORTDOCS%%%%DOCSDIR%%/quickref.html +%%PORTDOCS%%%%DOCSDIR%%/the64.gif +%%PORTDOCS%%%%DOCSDIR%%/the64.png From owner-svn-ports-head@freebsd.org Wed Jan 20 19:21:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F031A8AFD1; Wed, 20 Jan 2016 19:21:07 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E896B136C; Wed, 20 Jan 2016 19:21:06 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KJL5Lr083545; Wed, 20 Jan 2016 19:21:05 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KJL5xN083542; Wed, 20 Jan 2016 19:21:05 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201601201921.u0KJL5xN083542@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Wed, 20 Jan 2016 19:21:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406793 - head/misc/tvbrowser X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 19:21:07 -0000 Author: lme Date: Wed Jan 20 19:21:05 2016 New Revision: 406793 URL: https://svnweb.freebsd.org/changeset/ports/406793 Log: - Update to 3.4.3 PR: 206437 Submitted by: w.schwarzenfeld@aon.at Modified: head/misc/tvbrowser/Makefile head/misc/tvbrowser/distinfo head/misc/tvbrowser/pkg-plist Modified: head/misc/tvbrowser/Makefile ============================================================================== --- head/misc/tvbrowser/Makefile Wed Jan 20 18:59:18 2016 (r406792) +++ head/misc/tvbrowser/Makefile Wed Jan 20 19:21:05 2016 (r406793) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tvbrowser -PORTVERSION= 3.4.1.0 +PORTVERSION= 3.4.3 CATEGORIES= misc java MASTER_SITES= SF/${PORTNAME}/TV-Browser%20Releases%20%28Java%206%20and%20higher%29/${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION}_bin Modified: head/misc/tvbrowser/distinfo ============================================================================== --- head/misc/tvbrowser/distinfo Wed Jan 20 18:59:18 2016 (r406792) +++ head/misc/tvbrowser/distinfo Wed Jan 20 19:21:05 2016 (r406793) @@ -1,2 +1,2 @@ -SHA256 (tvbrowser_3.4.1.0_bin.tar.gz) = 4b5e8c87774470688cadc2f8568777237e231de7cc5cd8bf43b42f0af7e40992 -SIZE (tvbrowser_3.4.1.0_bin.tar.gz) = 7221792 +SHA256 (tvbrowser_3.4.3_bin.tar.gz) = 1f4142335c511cfb6560c8547d0b3af046c5f9171f3c9c7d17bd4d142fc96af7 +SIZE (tvbrowser_3.4.3_bin.tar.gz) = 7119482 Modified: head/misc/tvbrowser/pkg-plist ============================================================================== --- head/misc/tvbrowser/pkg-plist Wed Jan 20 18:59:18 2016 (r406792) +++ head/misc/tvbrowser/pkg-plist Wed Jan 20 19:21:05 2016 (r406793) @@ -12,7 +12,6 @@ share/applications/tvbrowser.desktop %%DATADIR%%/imgs/FilterSet16.png %%DATADIR%%/imgs/FilterSet22.png %%DATADIR%%/imgs/Jar16.gif -%%DATADIR%%/imgs/TVBrowser.ico %%DATADIR%%/imgs/beanshell.png %%DATADIR%%/imgs/columns2.jpg %%DATADIR%%/imgs/columns_afternoon.jpg @@ -21,7 +20,6 @@ share/applications/tvbrowser.desktop %%DATADIR%%/imgs/columns_evening.jpg %%DATADIR%%/imgs/columns_midday.jpg %%DATADIR%%/imgs/desktop.ico -%%DATADIR%%/imgs/systray.ico %%DATADIR%%/imgs/time_block_gray.png %%DATADIR%%/imgs/time_block_white.png %%DATADIR%%/imgs/tvabout.png From owner-svn-ports-head@freebsd.org Wed Jan 20 19:30:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD6E2A8A408; Wed, 20 Jan 2016 19:30:39 +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 7E76118B8; Wed, 20 Jan 2016 19:30:39 +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 u0KJUcwi085017; Wed, 20 Jan 2016 19:30:38 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KJUc9t085016; Wed, 20 Jan 2016 19:30:38 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601201930.u0KJUc9t085016@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 20 Jan 2016 19:30:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406794 - head/devel/tesla X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 19:30:39 -0000 Author: antoine Date: Wed Jan 20 19:30:38 2016 New Revision: 406794 URL: https://svnweb.freebsd.org/changeset/ports/406794 Log: Unbreak after r406603 Modified: head/devel/tesla/Makefile Modified: head/devel/tesla/Makefile ============================================================================== --- head/devel/tesla/Makefile Wed Jan 20 19:21:05 2016 (r406793) +++ head/devel/tesla/Makefile Wed Jan 20 19:30:38 2016 (r406794) @@ -24,13 +24,6 @@ CXX= clang++33 CMAKE_ARGS+= -DCMAKE_LLVM_CONFIG=llvm-config33 -CONFIGURE_WRKSRC= ${WRKSRC}/build -BUILD_WRKSRC= ${WRKSRC}/build +BROKEN_FreeBSD_9= does not build -.include - -.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000000 -BROKEN= does not build on 8 and 9 -.endif - -.include +.include From owner-svn-ports-head@freebsd.org Wed Jan 20 19:31:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C23D9A8A553; Wed, 20 Jan 2016 19:31: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 93FDD1A6E; Wed, 20 Jan 2016 19:31: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 u0KJVqXA085210; Wed, 20 Jan 2016 19:31:52 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KJVqpg085208; Wed, 20 Jan 2016 19:31:52 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601201931.u0KJVqpg085208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 20 Jan 2016 19:31:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406795 - head/biology/molden X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 19:31:53 -0000 Author: pi Date: Wed Jan 20 19:31:52 2016 New Revision: 406795 URL: https://svnweb.freebsd.org/changeset/ports/406795 Log: biology/molden: updated distfile, take maintainer - upstream distfile is moving target with same version number Submitted by: antoine Modified: head/biology/molden/Makefile head/biology/molden/distinfo Modified: head/biology/molden/Makefile ============================================================================== --- head/biology/molden/Makefile Wed Jan 20 19:30:38 2016 (r406794) +++ head/biology/molden/Makefile Wed Jan 20 19:31:52 2016 (r406795) @@ -3,15 +3,15 @@ PORTNAME= molden PORTVERSION= 5.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/ DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pi@FreeBSD.org COMMENT= Display molecular orbitals and electron densities in 2D and 3D -BROKEN= checksum and size mismatch RESTRICTED= free for academic, non profit usage; do not re-distribute source and executable. WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} Modified: head/biology/molden/distinfo ============================================================================== --- head/biology/molden/distinfo Wed Jan 20 19:30:38 2016 (r406794) +++ head/biology/molden/distinfo Wed Jan 20 19:31:52 2016 (r406795) @@ -1,2 +1,2 @@ -SHA256 (molden5.4.tar.gz) = c73bb678a97598cd41ff568f49f276e555302b98144c9679b59e6d0eadf4669b -SIZE (molden5.4.tar.gz) = 4914556 +SHA256 (molden5.4.tar.gz) = dbcbb1612673a41bf88acf51bf258493d595c85c11e386485f66da26cd01c25b +SIZE (molden5.4.tar.gz) = 4921271 From owner-svn-ports-head@freebsd.org Wed Jan 20 19:36:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88C6CA8A6F2; Wed, 20 Jan 2016 19:36:46 +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 5AC311DE0; Wed, 20 Jan 2016 19:36:46 +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 u0KJajc0088217; Wed, 20 Jan 2016 19:36:45 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KJajZu088215; Wed, 20 Jan 2016 19:36:45 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201601201936.u0KJajZu088215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Wed, 20 Jan 2016 19:36:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406796 - head/math/octave-forge-doctest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 19:36:46 -0000 Author: stephen Date: Wed Jan 20 19:36:45 2016 New Revision: 406796 URL: https://svnweb.freebsd.org/changeset/ports/406796 Log: - Update to 0.4.1. Modified: head/math/octave-forge-doctest/Makefile head/math/octave-forge-doctest/distinfo Modified: head/math/octave-forge-doctest/Makefile ============================================================================== --- head/math/octave-forge-doctest/Makefile Wed Jan 20 19:31:52 2016 (r406795) +++ head/math/octave-forge-doctest/Makefile Wed Jan 20 19:36:45 2016 (r406796) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-doctest -PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTVERSION= 0.4.1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-doctest/distinfo ============================================================================== --- head/math/octave-forge-doctest/distinfo Wed Jan 20 19:31:52 2016 (r406795) +++ head/math/octave-forge-doctest/distinfo Wed Jan 20 19:36:45 2016 (r406796) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/doctest-0.4.0.tar.gz) = ae15513020f89675efa6da2f7e16a225c3a813a8758632e8bd73ebf53a34fe85 -SIZE (octave-forge/doctest-0.4.0.tar.gz) = 15363 +SHA256 (octave-forge/doctest-0.4.1.tar.gz) = d8c58da0a953757d7209f9342718c4eacabe29e096d1bcc693a8819c2df00452 +SIZE (octave-forge/doctest-0.4.1.tar.gz) = 22876 From owner-svn-ports-head@freebsd.org Wed Jan 20 19:38:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EA23A8A78A; Wed, 20 Jan 2016 19:38:41 +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 71BFF1ED4; Wed, 20 Jan 2016 19:38:41 +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 u0KJcevV088446; Wed, 20 Jan 2016 19:38:40 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KJceIS088445; Wed, 20 Jan 2016 19:38:40 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201601201938.u0KJceIS088445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Wed, 20 Jan 2016 19:38:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406797 - head/math/octave-forge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 19:38:41 -0000 Author: stephen Date: Wed Jan 20 19:38:40 2016 New Revision: 406797 URL: https://svnweb.freebsd.org/changeset/ports/406797 Log: - Add optional dependency math/octave-forge=doctest. - Update to 20160120. Modified: head/math/octave-forge/Makefile Modified: head/math/octave-forge/Makefile ============================================================================== --- head/math/octave-forge/Makefile Wed Jan 20 19:36:45 2016 (r406796) +++ head/math/octave-forge/Makefile Wed Jan 20 19:38:40 2016 (r406797) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge -PORTVERSION= 20160113 -PORTREVISION= 1 +PORTVERSION= 20160120 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -13,7 +12,8 @@ USES= metaport OPTIONS_DEFINE= ACTUARIAL AD AUDIO BENCHMARK BIM BIOINFO CGI \ CIVIL_ENGINEERING COMMUNICATIONS CONTROL DATA_SMOOTHING \ - DATABASE DATAFRAME DICOM DIVAND ECONOMETRICS ENGINE FENV FITS \ + DATABASE DATAFRAME DICOM DIVAND DOCTEST ECONOMETRICS ENGINE \ + FENV FITS \ FINANCIAL FL_CORE FPL FUZZY_LOGIC_TOOLKIT GA GEOMETRY GENERAL \ GENERATE_HTML GNUPLOT GSL IDENT IMAGE \ INFORMATIONTHEORY INTEGRATION INTERVAL IO IRSA LEVEL_SET \ From owner-svn-ports-head@freebsd.org Wed Jan 20 19:44:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA531A8AA88; Wed, 20 Jan 2016 19:44:40 +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 7BFA714B4; Wed, 20 Jan 2016 19:44:40 +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 u0KJidWc091538; Wed, 20 Jan 2016 19:44:39 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KJidlT091536; Wed, 20 Jan 2016 19:44:39 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201601201944.u0KJidlT091536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 20 Jan 2016 19:44:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406798 - head/irc/bitlbee-facebook X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 19:44:40 -0000 Author: gahr Date: Wed Jan 20 19:44:39 2016 New Revision: 406798 URL: https://svnweb.freebsd.org/changeset/ports/406798 Log: irc/bitlbee-facebook: use DISTVERSIONPREFIX instead of GH_TAGNAME Reported by: mat Modified: head/irc/bitlbee-facebook/Makefile head/irc/bitlbee-facebook/distinfo Modified: head/irc/bitlbee-facebook/Makefile ============================================================================== --- head/irc/bitlbee-facebook/Makefile Wed Jan 20 19:38:40 2016 (r406797) +++ head/irc/bitlbee-facebook/Makefile Wed Jan 20 19:44:39 2016 (r406798) @@ -4,6 +4,7 @@ PORTNAME= bitlbee-facebook PORTVERSION= 1.0.0 PORTEPOCH= 1 +DISTVERSIONPREFIX=v CATEGORIES= irc MAINTAINER= gahr@FreeBSD.org @@ -20,7 +21,6 @@ GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= jgeboski -GH_TAGNAME= v${PORTVERSION} INSTALL_TARGET= install-strip Modified: head/irc/bitlbee-facebook/distinfo ============================================================================== --- head/irc/bitlbee-facebook/distinfo Wed Jan 20 19:38:40 2016 (r406797) +++ head/irc/bitlbee-facebook/distinfo Wed Jan 20 19:44:39 2016 (r406798) @@ -1,2 +1,2 @@ -SHA256 (jgeboski-bitlbee-facebook-1.0.0-v1.0.0_GH0.tar.gz) = 20e0c41393be151735463b206625c91977706db144ff8ff1d4d726e1f33fd124 -SIZE (jgeboski-bitlbee-facebook-1.0.0-v1.0.0_GH0.tar.gz) = 62389 +SHA256 (jgeboski-bitlbee-facebook-v1.0.0_GH0.tar.gz) = 20e0c41393be151735463b206625c91977706db144ff8ff1d4d726e1f33fd124 +SIZE (jgeboski-bitlbee-facebook-v1.0.0_GH0.tar.gz) = 62389 From owner-svn-ports-head@freebsd.org Wed Jan 20 19:45:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BFB6A8AAB4; Wed, 20 Jan 2016 19:45: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 058C115D1; Wed, 20 Jan 2016 19:44:59 +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 u0KJixkx091687; Wed, 20 Jan 2016 19:44:59 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KJiw6J091684; Wed, 20 Jan 2016 19:44:58 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601201944.u0KJiw6J091684@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 20 Jan 2016 19:44:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406799 - head/net/opensips X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 19:45:00 -0000 Author: pi Date: Wed Jan 20 19:44:58 2016 New Revision: 406799 URL: https://svnweb.freebsd.org/changeset/ports/406799 Log: net/opensips: 2.1.1 -> 2.1.2 Changes: http://opensips.org/pub/opensips/2.1.2/ChangeLog PR: 206431 Submitted by: Euan Thoms (maintainer) Modified: head/net/opensips/Makefile head/net/opensips/distinfo head/net/opensips/pkg-plist Modified: head/net/opensips/Makefile ============================================================================== --- head/net/opensips/Makefile Wed Jan 20 19:44:39 2016 (r406798) +++ head/net/opensips/Makefile Wed Jan 20 19:44:58 2016 (r406799) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= opensips -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 CATEGORIES= net -MASTER_SITES= http://opensips.org/pub/opensips/${PORTVERSION}/src/ +MASTER_SITES= http://opensips.org/pub/opensips/${PORTVERSION}/ MAINTAINER= euan@potensol.com COMMENT= Open SIP Server Modified: head/net/opensips/distinfo ============================================================================== --- head/net/opensips/distinfo Wed Jan 20 19:44:39 2016 (r406798) +++ head/net/opensips/distinfo Wed Jan 20 19:44:58 2016 (r406799) @@ -1,2 +1,2 @@ -SHA256 (opensips-2.1.1.tar.gz) = cf6604550a259adcf5a8fa292285aa7bc9f75def7c5b24d920fe5dc7692ce3f0 -SIZE (opensips-2.1.1.tar.gz) = 4734597 +SHA256 (opensips-2.1.2.tar.gz) = 0206af5c6ee3b33856a9c51cf982cecdd26334c3c32fac8e33eb88e9a62ad6e9 +SIZE (opensips-2.1.2.tar.gz) = 4935839 Modified: head/net/opensips/pkg-plist ============================================================================== --- head/net/opensips/pkg-plist Wed Jan 20 19:44:39 2016 (r406798) +++ head/net/opensips/pkg-plist Wed Jan 20 19:44:58 2016 (r406799) @@ -292,7 +292,7 @@ sbin/osipsconsole %%MYSQL%%%%PORTDOCS%%%%DOCSDIR%%/README.db_mysql %%PGSQL%%%%PORTDOCS%%%%DOCSDIR%%/README.db_postgres %%RADIUS%%%%PORTDOCS%%%%DOCSDIR%%/README.aaa_radius -%%UNIXODBC%%%%PORTDOCS%%%%%DOCSDIR%%/README.db_unixodbc +%%UNIXODBC%%%%PORTDOCS%%%%DOCSDIR%%/README.db_unixodbc %%TLS%%%%PORTDOCS%%%%DOCSDIR%%/README.proto_tls %%DATADIR%%/dbtext/opensips/acc %%DATADIR%%/dbtext/opensips/active_watchers From owner-svn-ports-head@freebsd.org Wed Jan 20 19:50:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B96AAA8AD17; Wed, 20 Jan 2016 19:50:38 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BD2219F5; Wed, 20 Jan 2016 19:50:38 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KJob2e092211; Wed, 20 Jan 2016 19:50:37 GMT (envelope-from lev@FreeBSD.org) Received: (from lev@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KJobP1092209; Wed, 20 Jan 2016 19:50:37 GMT (envelope-from lev@FreeBSD.org) Message-Id: <201601201950.u0KJobP1092209@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lev set sender to lev@FreeBSD.org using -f From: "Lev A. Serebryakov" Date: Wed, 20 Jan 2016 19:50:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406800 - head/devel/stlink X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 19:50:38 -0000 Author: lev Date: Wed Jan 20 19:50:37 2016 New Revision: 406800 URL: https://svnweb.freebsd.org/changeset/ports/406800 Log: Update to latest github commit. Modified: head/devel/stlink/Makefile head/devel/stlink/distinfo Modified: head/devel/stlink/Makefile ============================================================================== --- head/devel/stlink/Makefile Wed Jan 20 19:44:58 2016 (r406799) +++ head/devel/stlink/Makefile Wed Jan 20 19:50:37 2016 (r406800) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stlink -PORTVERSION= 1.1.0.20151012 +PORTVERSION= 1.1.0.20160111 CATEGORIES= devel MAINTAINER= lev@FreeBSD.org @@ -16,16 +16,13 @@ GTK3_USE= GNOME=gtk30 USE_GITHUB= yes GH_ACCOUNT= texane -GH_TAGNAME= e37b657 +GH_TAGNAME= 37ecabf USES= autoreconf gmake pkgconfig GNU_CONFIGURE= yes PORTDOCS= README tutorial.pdf -pre-configure: - cd ${WRKSRC} && ./autogen.sh - post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README Modified: head/devel/stlink/distinfo ============================================================================== --- head/devel/stlink/distinfo Wed Jan 20 19:44:58 2016 (r406799) +++ head/devel/stlink/distinfo Wed Jan 20 19:50:37 2016 (r406800) @@ -1,2 +1,2 @@ -SHA256 (texane-stlink-1.1.0.20151012-e37b657_GH0.tar.gz) = 30b1d380df4ff4efac209073bb0f229c35cbceb9132f8b6c0a7c2614590f4e0f -SIZE (texane-stlink-1.1.0.20151012-e37b657_GH0.tar.gz) = 204865 +SHA256 (texane-stlink-1.1.0.20160111-37ecabf_GH0.tar.gz) = 0f51c4cf5ebc3f001928b2cfe6bd262cb98d7238ad361357325fe5854e1c5164 +SIZE (texane-stlink-1.1.0.20160111-37ecabf_GH0.tar.gz) = 207735 From owner-svn-ports-head@freebsd.org Wed Jan 20 19:54:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D257EA8AF00; Wed, 20 Jan 2016 19:54:10 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A34FA1E94; Wed, 20 Jan 2016 19:54:10 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KJs9mp095210; Wed, 20 Jan 2016 19:54:09 GMT (envelope-from lev@FreeBSD.org) Received: (from lev@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KJs9xw095208; Wed, 20 Jan 2016 19:54:09 GMT (envelope-from lev@FreeBSD.org) Message-Id: <201601201954.u0KJs9xw095208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lev set sender to lev@FreeBSD.org using -f From: "Lev A. Serebryakov" Date: Wed, 20 Jan 2016 19:54:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406801 - in head/devel/lm4tools: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 19:54:10 -0000 Author: lev Date: Wed Jan 20 19:54:09 2016 New Revision: 406801 URL: https://svnweb.freebsd.org/changeset/ports/406801 Log: Update to latest github commit. Deleted: head/devel/lm4tools/files/ Modified: head/devel/lm4tools/Makefile head/devel/lm4tools/distinfo Modified: head/devel/lm4tools/Makefile ============================================================================== --- head/devel/lm4tools/Makefile Wed Jan 20 19:50:37 2016 (r406800) +++ head/devel/lm4tools/Makefile Wed Jan 20 19:54:09 2016 (r406801) @@ -1,19 +1,18 @@ # $FreeBSD$ PORTNAME= lm4tools -PORTVERSION= 0.1.3 -PORTREVISION= 1 +PORTVERSION= 0.1.3.20141201 CATEGORIES= devel MAINTAINER= lev@FreeBSD.org COMMENT= TI Tiva C ARM microcontroller tools -LICENSE= GPLv2 BSD3CLAUSE -LICENSE_COMB= multi +LICENSE= GPLv2 BSD3CLAUSE +LICENSE_COMB= multi USE_GITHUB= yes GH_ACCOUNT= utzig -GH_TAGNAME= 1cfd813 +GH_TAGNAME= 5a4bc0b USES= gmake Modified: head/devel/lm4tools/distinfo ============================================================================== --- head/devel/lm4tools/distinfo Wed Jan 20 19:50:37 2016 (r406800) +++ head/devel/lm4tools/distinfo Wed Jan 20 19:54:09 2016 (r406801) @@ -1,2 +1,2 @@ -SHA256 (utzig-lm4tools-0.1.3-1cfd813_GH0.tar.gz) = 03b2a6b3425575a5f8289a910480a510de4b396195ddb3ddb66c3d2ab1a02490 -SIZE (utzig-lm4tools-0.1.3-1cfd813_GH0.tar.gz) = 25408 +SHA256 (utzig-lm4tools-0.1.3.20141201-5a4bc0b_GH0.tar.gz) = a569a62ddff589e80b3883874a87c5deb25f36f35098023752660f5bfedff2e5 +SIZE (utzig-lm4tools-0.1.3.20141201-5a4bc0b_GH0.tar.gz) = 25604 From owner-svn-ports-head@freebsd.org Wed Jan 20 19:56:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB13DA8AFC9; Wed, 20 Jan 2016 19:56:47 +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 605E6112D; Wed, 20 Jan 2016 19:56:47 +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 u0KJukEQ095783; Wed, 20 Jan 2016 19:56:46 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KJujvG095775; Wed, 20 Jan 2016 19:56:45 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601201956.u0KJujvG095775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 20 Jan 2016 19:56:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406802 - in head/net/3proxy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 19:56:47 -0000 Author: pi Date: Wed Jan 20 19:56:45 2016 New Revision: 406802 URL: https://svnweb.freebsd.org/changeset/ports/406802 Log: net/3proxy: 0.7.1.3 -> 0.8.0 - introduces IPv6 support - connect back - DNS proxy via TCP with parent proxy support - non-blocking name resolution via default system methods on *nix - reduced memory usage - multiple race conditions fixes. It's recommended to move to 0.8.0 if you use 3proxy under high load. PR: 206423 Submitted by: timp87@gmail.com (maintainer) Modified: head/net/3proxy/Makefile head/net/3proxy/distinfo head/net/3proxy/files/patch-Makefile.unix head/net/3proxy/files/patch-cfg-3proxy.cfg.sample head/net/3proxy/files/patch-man head/net/3proxy/pkg-plist Modified: head/net/3proxy/Makefile ============================================================================== --- head/net/3proxy/Makefile Wed Jan 20 19:54:09 2016 (r406801) +++ head/net/3proxy/Makefile Wed Jan 20 19:56:45 2016 (r406802) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= 3proxy -PORTVERSION= 0.7.1.3 +PORTVERSION= 0.8.0 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= net @@ -31,7 +31,7 @@ post-build: do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/ ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/src/ && ${INSTALL_PROGRAM} 3proxy countersutil dighosts ftppr icqpr msnpr mycrypt pop3p httppr smtpp socks tcppm udppm ${STAGEDIR}${PREFIX}/bin/ + cd ${WRKSRC}/src/ && ${INSTALL_PROGRAM} 3proxy dighosts ftppr icqpr mycrypt pop3p httppr smtpp socks tcppm udppm ${STAGEDIR}${PREFIX}/bin/ cd ${WRKSRC}/cfg/ && ${INSTALL_DATA} 3proxy.cfg.sample ${STAGEDIR}${PREFIX}/etc/ cd ${WRKSRC}/src/ && ${INSTALL_LIB} PCREPlugin.so StringsPlugin.so TrafficPlugin.so ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/ cd ${WRKSRC}/man/ && ${INSTALL_MAN} 3proxy.cfg.3 ${STAGEDIR}${PREFIX}/man/man3/ Modified: head/net/3proxy/distinfo ============================================================================== --- head/net/3proxy/distinfo Wed Jan 20 19:54:09 2016 (r406801) +++ head/net/3proxy/distinfo Wed Jan 20 19:56:45 2016 (r406802) @@ -1,2 +1,2 @@ -SHA256 (z3APA3A-3proxy-3proxy-0.7.1.3_GH0.tar.gz) = 4d1f3cf539c8a32f5845b54e8a3fdbabef6fe8a6bbb06dfc80f7361804f6cb60 -SIZE (z3APA3A-3proxy-3proxy-0.7.1.3_GH0.tar.gz) = 468638 +SHA256 (z3APA3A-3proxy-3proxy-0.8.0_GH0.tar.gz) = 16a8dabe117142e5707367885d40ec3fe6edcf608e3602bee594158182aae522 +SIZE (z3APA3A-3proxy-3proxy-0.8.0_GH0.tar.gz) = 483764 Modified: head/net/3proxy/files/patch-Makefile.unix ============================================================================== --- head/net/3proxy/files/patch-Makefile.unix Wed Jan 20 19:54:09 2016 (r406801) +++ head/net/3proxy/files/patch-Makefile.unix Wed Jan 20 19:56:45 2016 (r406802) @@ -1,6 +1,6 @@ ---- Makefile.unix.orig 2015-02-17 13:09:13 UTC +--- Makefile.unix.orig 2016-01-19 22:20:05 UTC +++ Makefile.unix -@@ -9,18 +9,18 @@ +@@ -8,18 +8,18 @@ # library support. Add -DSAFESQL for poorely written ODBC library / drivers. BUILDDIR = @@ -8,13 +8,13 @@ +CC ?= gcc # you may need -L/usr/pkg/lib for older NetBSD versions --CFLAGS = -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -+CFLAGS = -Wall -c %%CFLAGS%% -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL +-CFLAGS = -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL ++CFLAGS = -c %%CFLAGS%% -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL COUT = -o -LN = gcc --LDFLAGS = -Wall -O2 -pthread +-LDFLAGS = -O2 -pthread +LN ?= ${CC} -+LDFLAGS = -Wall -lpthread ++LDFLAGS = -pthread # -lpthreads may be reuqired on some platforms instead of -pthreads # -ldl or -lld may be required for some platforms DCFLAGS = -fpic Modified: head/net/3proxy/files/patch-cfg-3proxy.cfg.sample ============================================================================== --- head/net/3proxy/files/patch-cfg-3proxy.cfg.sample Wed Jan 20 19:54:09 2016 (r406801) +++ head/net/3proxy/files/patch-cfg-3proxy.cfg.sample Wed Jan 20 19:56:45 2016 (r406802) @@ -1,4 +1,4 @@ ---- cfg/3proxy.cfg.sample.orig 2015-02-17 13:09:13 UTC +--- cfg/3proxy.cfg.sample.orig 2016-01-19 22:20:05 UTC +++ cfg/3proxy.cfg.sample @@ -30,15 +30,15 @@ users 3APA3A:CL:3apa3a "test:CR:$1$qwer$ # this example shows you how to include passwd file. For included files Modified: head/net/3proxy/files/patch-man ============================================================================== --- head/net/3proxy/files/patch-man Wed Jan 20 19:54:09 2016 (r406801) +++ head/net/3proxy/files/patch-man Wed Jan 20 19:56:45 2016 (r406802) @@ -1,4 +1,4 @@ ---- man/3proxy.8.orig 2015-02-17 13:09:13 UTC +--- man/3proxy.8.orig 2016-01-19 22:20:05 UTC +++ man/3proxy.8 @@ -26,7 +26,7 @@ It can establish multiple gateways with HTTP and HTTPS proxy with FTP over HTTP support, SOCKS v4, @@ -28,27 +28,17 @@ configuration file .SH BUGS Report all bugs to --.BR 3proxy@security.nnov.ru -+.BR 3proxy@3proxy.ru + .BR 3proxy@3proxy.ru .SH SEE ALSO -3proxy.cfg(3), proxy(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8), +3proxy.cfg(3), httppr(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8), kill(1), syslogd(8), .br http://3proxy.ru/ -@@ -148,6 +148,6 @@ http://3proxy.ru/ - 3APA3A is pronounced as \`\`zaraza\'\'. - .SH AUTHORS - 3proxy is designed by 3APA3A --.RI ( 3APA3A@security.nnov.ru ), -+.RI ( 3APA3A@3proxy.ru ), - Vladimir Dubrovin --.RI ( vlad@sandy.ru ) -+.RI ( vlad@securityvulns.ru ) ---- man/3proxy.cfg.3.orig 2015-02-17 13:09:13 UTC +--- man/3proxy.cfg.3.orig 2016-01-19 22:20:05 UTC +++ man/3proxy.cfg.3 -@@ -114,7 +114,7 @@ view without ability to reset). - (for proxy) - anonymous proxy (random client information reported) +@@ -153,7 +153,7 @@ listen on given local HOST:port for inco + connect to given remote HOST:port instead of listening local connection on -p or default port. Can be used with another 3proxy service running -R option for connect back functionality. Most commonly used with proxy or socks. HOST can be given as IP or hostname, useful in case of dynamic DNS. .br Also, all options mentioned for -.BR proxy (8) @@ -56,78 +46,52 @@ .BR socks (8) .BR pop3p (8) .BR tcppm (8) -@@ -884,13 +884,13 @@ corruption and/or Content-Length chaging - - +@@ -927,7 +927,7 @@ corruption and/or Content-Length chaging + Report all bugs to + .BR 3proxy@3proxy.ru .SH SEE ALSO -3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8), syslogd(8), +3proxy(8), httppr(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8), syslogd(8), .br http://3proxy.ru/ .SH TRIVIA - 3APA3A is pronounced as \`\`zaraza\'\'. - .SH AUTHORS - 3proxy is designed by 3APA3A --.RI ( 3APA3A@security.nnov.ru ), -+.RI ( 3APA3A@3proxy.ru ), - Vladimir Dubrovin --.RI ( vlad@sandy.ru ) -+.RI ( vlad@securityvulns.ru ) ---- man/ftppr.8.orig 2015-02-17 13:09:13 UTC +--- man/ftppr.8.orig 2016-01-19 22:20:05 UTC +++ man/ftppr.8 -@@ -75,11 +75,11 @@ Only cleartext authentication is current +@@ -75,7 +75,7 @@ Only cleartext authentication is current Report all bugs to - .BR 3proxy@security.nnov.ru + .BR 3proxy@3proxy.ru .SH SEE ALSO -3proxy(8), proxy(8), pop3p(8), socks(8), tcppm(8), udppm(8), syslogd(8), +3proxy(8), httppr(8), pop3p(8), socks(8), tcppm(8), udppm(8), syslogd(8), .br http://3proxy.ru/ .SH AUTHORS - 3proxy is designed by 3APA3A --.RI ( 3APA3A@security.nnov.ru ), -+.RI ( 3APA3A@3proxy.ru ), - Vladimir Dubrovin --.RI ( vlad@sandy.ru ) -+.RI ( vlad@securityvulns.ru ) ---- man/icqpr.8.orig 2015-02-17 13:09:13 UTC +--- man/icqpr.8.orig 2016-01-19 22:20:05 UTC +++ man/icqpr.8 -@@ -68,11 +68,11 @@ as a destination in client application. +@@ -68,7 +68,7 @@ as a destination in client application. Report all bugs to - .BR 3proxy@security.nnov.ru + .BR 3proxy@3proxy.ru .SH SEE ALSO -3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), +3proxy(8), httppr(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), .br http://3proxy.ru/ .SH AUTHORS - 3proxy is designed by 3APA3A --.RI ( 3APA3A@security.nnov.ru ), -+.RI ( 3APA3A@3proxy.ru ), - Vladimir Dubrovin --.RI ( vlad@sandy.ru ) -+.RI ( vlad@securityvulns.ru ) ---- man/pop3p.8.orig 2015-02-17 13:09:13 UTC +--- man/pop3p.8.orig 2016-01-19 22:20:05 UTC +++ man/pop3p.8 -@@ -71,11 +71,11 @@ we know which server to connect. +@@ -71,7 +71,7 @@ we know which server to connect. Report all bugs to - .BR 3proxy@security.nnov.ru + .BR 3proxy@3proxy.ru .SH SEE ALSO -3proxy(8), ftppr(8), proxy(8), socks(8), tcppm(8), udppm(8), syslogd(8), +3proxy(8), ftppr(8), httppr(8), socks(8), tcppm(8), udppm(8), syslogd(8), .br http://3proxy.ru/ .SH AUTHORS - 3proxy is designed by 3APA3A --.RI ( 3APA3A@security.nnov.ru ), -+.RI ( 3APA3A@3proxy.ru ), - Vladimir Dubrovin --.RI ( vlad@sandy.ru ) -+.RI ( vlad@securityvulns.ru ) ---- man/proxy.8.orig 2015-02-17 13:09:13 UTC +--- man/proxy.8.orig 2016-01-19 22:20:05 UTC +++ man/proxy.8 @@ -1,15 +1,15 @@ --.TH proxy "8" "July 2009" "3proxy 0.7" "Universal proxy server" +-.TH proxy "8" "January 2016" "3proxy 0.8" "Universal proxy server" +.TH httppr "8" "July 2009" "3proxy 0.7" "Universal proxy server" .SH NAME -.B proxy @@ -146,80 +110,47 @@ is HTTP gateway service with HTTPS and FTP over HTTPS support. .SH OPTIONS .TP -@@ -71,6 +71,6 @@ Report all bugs to - http://3proxy.ru/ - .SH AUTHORS - 3proxy is designed by 3APA3A --.RI ( 3APA3A@security.nnov.ru ), -+.RI ( 3APA3A@3proxy.ru ), - Vladimir Dubrovin --.RI ( vlad@sandy.ru ) -+.RI ( vlad@securityvulns.ru ) ---- man/smtpp.8.orig 2015-02-17 13:09:13 UTC +--- man/smtpp.8.orig 2016-01-19 22:20:05 UTC +++ man/smtpp.8 -@@ -72,11 +72,11 @@ we know which server to connect. +@@ -72,7 +72,7 @@ we know which server to connect. Report all bugs to - .BR 3proxy@security.nnov.ru + .BR 3proxy@3proxy.ru .SH SEE ALSO -3proxy(8), ftppr(8), proxy(8), socks(8), tcppm(8), udppm(8), syslogd(8), +3proxy(8), ftppr(8), httppr(8), socks(8), tcppm(8), udppm(8), syslogd(8), .br http://3proxy.ru/ .SH AUTHORS - 3proxy is designed by 3APA3A --.RI ( 3APA3A@security.nnov.ru ), -+.RI ( 3APA3A@3proxy.ru ), - Vladimir Dubrovin --.RI ( vlad@sandy.ru ) -+.RI ( vlad@securityvulns.ru ) ---- man/socks.8.orig 2015-02-17 13:09:13 UTC +--- man/socks.8.orig 2016-01-19 22:20:05 UTC +++ man/socks.8 -@@ -67,11 +67,11 @@ instead. +@@ -67,7 +67,7 @@ instead. Report all bugs to - .BR 3proxy@security.nnov.ru + .BR 3proxy@3proxy.ru .SH SEE ALSO -3proxy(8), proxy(8), ftppr(8), pop3p(8), tcppm(8), udppm(8), syslogd(8), +3proxy(8), httppr(8), ftppr(8), pop3p(8), tcppm(8), udppm(8), syslogd(8), .br http://3proxy.ru/ .SH AUTHORS - 3proxy is designed by 3APA3A --.RI ( 3APA3A@security.nnov.ru ), -+.RI ( 3APA3A@3proxy.ru ), - Vladimir Dubrovin --.RI ( vlad@sandy.ru ) -+.RI ( vlad@securityvulns.ru ) ---- man/tcppm.8.orig 2015-02-17 13:09:13 UTC +--- man/tcppm.8.orig 2016-01-19 22:20:05 UTC +++ man/tcppm.8 -@@ -61,11 +61,11 @@ as a destination in client application. +@@ -61,7 +61,7 @@ as a destination in client application. Report all bugs to - .BR 3proxy@security.nnov.ru + .BR 3proxy@3proxy.ru .SH SEE ALSO -3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), +3proxy(8), httppr(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), .br http://3proxy.ru/ .SH AUTHORS - 3proxy is designed by 3APA3A --.RI ( 3APA3A@security.nnov.ru ), -+.RI ( 3APA3A@3proxy.ru ), - Vladimir Dubrovin --.RI ( vlad@sandy.ru ) -+.RI ( vlad@securityvulns.ru ) ---- man/udppm.8.orig 2015-02-17 13:09:13 UTC +--- man/udppm.8.orig 2016-01-19 22:20:05 UTC +++ man/udppm.8 -@@ -67,11 +67,11 @@ as a destination in client application. +@@ -67,7 +67,7 @@ as a destination in client application. Report all bugs to - .BR 3proxy@security.nnov.ru + .BR 3proxy@3proxy.ru .SH SEE ALSO -3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), +3proxy(8), httppr(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), .br http://3proxy.ru/ .SH AUTHORS - 3proxy is designed by 3APA3A --.RI ( 3APA3A@security.nnov.ru ), -+.RI ( 3APA3A@3proxy.ru ), - Vladimir Dubrovin --.RI ( vlad@sandy.ru ) -+.RI ( vlad@securityvulns.ru ) Modified: head/net/3proxy/pkg-plist ============================================================================== --- head/net/3proxy/pkg-plist Wed Jan 20 19:54:09 2016 (r406801) +++ head/net/3proxy/pkg-plist Wed Jan 20 19:56:45 2016 (r406802) @@ -1,9 +1,7 @@ bin/3proxy -bin/countersutil bin/dighosts bin/ftppr bin/icqpr -bin/msnpr bin/mycrypt bin/pop3p bin/httppr From owner-svn-ports-head@freebsd.org Wed Jan 20 20:46:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 102BCA8A29A; Wed, 20 Jan 2016 20:46:47 +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 D59EC1B60; Wed, 20 Jan 2016 20:46:46 +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 u0KKkjnk012282; Wed, 20 Jan 2016 20:46:45 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KKkjDi012279; Wed, 20 Jan 2016 20:46:45 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201601202046.u0KKkjDi012279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 20 Jan 2016 20:46:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406803 - head/net/ntp-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 20:46:47 -0000 Author: cy Date: Wed Jan 20 20:46:45 2016 New Revision: 406803 URL: https://svnweb.freebsd.org/changeset/ports/406803 Log: Update to 4.3.89. Modified: head/net/ntp-devel/Makefile head/net/ntp-devel/distinfo Modified: head/net/ntp-devel/Makefile ============================================================================== --- head/net/ntp-devel/Makefile Wed Jan 20 19:56:45 2016 (r406802) +++ head/net/ntp-devel/Makefile Wed Jan 20 20:46:45 2016 (r406803) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ntp -PORTVERSION= 4.3.88 -PORTREVISION= 1 +PORTVERSION= 4.3.89 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \ http://archive.ntp.org/ntp4/ntp-dev/ Modified: head/net/ntp-devel/distinfo ============================================================================== --- head/net/ntp-devel/distinfo Wed Jan 20 19:56:45 2016 (r406802) +++ head/net/ntp-devel/distinfo Wed Jan 20 20:46:45 2016 (r406803) @@ -1,2 +1,2 @@ -SHA256 (ntp-dev-4.3.88.tar.gz) = 279b87ed7379d4fb2dd7cefe1bca0b36d475cf597c1d31cc40b5d1ec382b113b -SIZE (ntp-dev-4.3.88.tar.gz) = 23690708 +SHA256 (ntp-dev-4.3.89.tar.gz) = 0035d0a69e68d2834d47d25272a176e5824557363e84580e7ac25c673baa8199 +SIZE (ntp-dev-4.3.89.tar.gz) = 6986368 From owner-svn-ports-head@freebsd.org Wed Jan 20 20:47:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A534A8A2E4; Wed, 20 Jan 2016 20:47:41 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D9161C57; Wed, 20 Jan 2016 20:47:41 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KKleHx012453; Wed, 20 Jan 2016 20:47:40 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KKleH1012451; Wed, 20 Jan 2016 20:47:40 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201601202047.u0KKleH1012451@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Wed, 20 Jan 2016 20:47:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406804 - head/games/freeciv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 20:47:41 -0000 Author: johans Date: Wed Jan 20 20:47:39 2016 New Revision: 406804 URL: https://svnweb.freebsd.org/changeset/ports/406804 Log: Update to FreeCiv 2.5.2 (bugfix release) Modified: head/games/freeciv/Makefile head/games/freeciv/distinfo Modified: head/games/freeciv/Makefile ============================================================================== --- head/games/freeciv/Makefile Wed Jan 20 20:46:45 2016 (r406803) +++ head/games/freeciv/Makefile Wed Jan 20 20:47:39 2016 (r406804) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= freeciv -PORTVERSION= 2.5.1 +PORTVERSION= 2.5.2 CATEGORIES= games -MASTER_SITES= SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} +MASTER_SITES= SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} \ + http://download.gna.org/freeciv/stable/ MAINTAINER= johans@FreeBSD.org COMMENT= Free turn-based multiplayer strategy Modified: head/games/freeciv/distinfo ============================================================================== --- head/games/freeciv/distinfo Wed Jan 20 20:46:45 2016 (r406803) +++ head/games/freeciv/distinfo Wed Jan 20 20:47:39 2016 (r406804) @@ -1,2 +1,2 @@ -SHA256 (freeciv-2.5.1.tar.bz2) = 4e420a9ad91aa7966039ec3b63501725c8261a4ff734d56fe801414fae772696 -SIZE (freeciv-2.5.1.tar.bz2) = 40686265 +SHA256 (freeciv-2.5.2.tar.bz2) = 2b5665da849c8f95b9225857fc02935140de2d44cd1a112f9cf3086a84d0b5be +SIZE (freeciv-2.5.2.tar.bz2) = 40819394 From owner-svn-ports-head@freebsd.org Wed Jan 20 20:48:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDCA1A8A352; Wed, 20 Jan 2016 20:48:44 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF0721D4F; Wed, 20 Jan 2016 20:48:44 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KKmhU4012619; Wed, 20 Jan 2016 20:48:43 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KKmheq012618; Wed, 20 Jan 2016 20:48:43 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201601202048.u0KKmheq012618@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Wed, 20 Jan 2016 20:48:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406805 - head/deskutils/taskwarrior/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 20:48:45 -0000 Author: skreuzer Date: Wed Jan 20 20:48:43 2016 New Revision: 406805 URL: https://svnweb.freebsd.org/changeset/ports/406805 Log: Unbreak on 9.3/i386 Added: head/deskutils/taskwarrior/files/patch-src_commands_CmdEdit.cpp (contents, props changed) Added: head/deskutils/taskwarrior/files/patch-src_commands_CmdEdit.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/taskwarrior/files/patch-src_commands_CmdEdit.cpp Wed Jan 20 20:48:43 2016 (r406805) @@ -0,0 +1,10 @@ +--- src/commands/CmdEdit.cpp.orig 2016-01-20 20:16:08 UTC ++++ src/commands/CmdEdit.cpp +@@ -42,6 +42,7 @@ + #include + #include + #include ++#include + + extern Context context; + From owner-svn-ports-head@freebsd.org Wed Jan 20 20:50:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6546DA8A3AC; Wed, 20 Jan 2016 20:50:27 +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 1DB5E1E43; Wed, 20 Jan 2016 20:50:27 +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 u0KKoQNr012852; Wed, 20 Jan 2016 20:50:26 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KKoQ5s012851; Wed, 20 Jan 2016 20:50:26 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601202050.u0KKoQ5s012851@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 20 Jan 2016 20:50:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406806 - head/archivers/liborange X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 20:50:27 -0000 Author: pawel Date: Wed Jan 20 20:50:25 2016 New Revision: 406806 URL: https://svnweb.freebsd.org/changeset/ports/406806 Log: - Improve options descriptions - Switch to USES=localbase - Use options helpers Modified: head/archivers/liborange/Makefile Modified: head/archivers/liborange/Makefile ============================================================================== --- head/archivers/liborange/Makefile Wed Jan 20 20:48:43 2016 (r406805) +++ head/archivers/liborange/Makefile Wed Jan 20 20:50:25 2016 (r406806) @@ -16,17 +16,16 @@ RUN_DEPENDS= cabextract:${PORTSDIR}/arch OPTIONS_DEFINE= LIBSYNCE LIBDYNAMITE LIBUNSHIELD INNO VISE MSI OPTIONS_DEFAULT= LIBSYNCE LIBDYNAMITE LIBUNSHIELD -LIBSYNCE_DESC= Build with libsynce support -LIBDYNAMITE_DESC= Build with libdynamite support -LIBUNSHIELD_DESC= Build with libunshield support -INNO_DESC= Build with expermential Inno Setup support -VISE_DESC= Build with expermential VISE support -MSI_DESC= Build with expermential MSI support +LIBSYNCE_DESC= WinCE communication support via libsynce +LIBDYNAMITE_DESC= PKWARE data compression support via libdynamite +LIBUNSHIELD_DESC= InstallShield support via libunshield +INNO_DESC= Expermential Inno Setup support +VISE_DESC= Expermential VISE support +MSI_DESC= Expermential MSI support GNU_CONFIGURE= yes -USES= iconv libtool pathfix pkgconfig -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lgsf-1 +USES= iconv libtool localbase pathfix pkgconfig +LIBS+= -lgsf-1 USE_LDCONFIG= yes INSTALL_TARGET= install-strip @@ -34,12 +33,15 @@ CONFIGURE_ARGS+= --with-libgsf LIBSYNCE_LIB_DEPENDS= libsynce.so:${PORTSDIR}/palm/synce-libsynce LIBSYNCE_CONFIGURE_WITH= libsynce +LIBSYNCE_VARS= REQUIRES+=libsynce LIBDYNAMITE_LIB_DEPENDS= libdynamite.so:${PORTSDIR}/archivers/libdynamite LIBDYNAMITE_CONFIGURE_WITH= libdynamite +LIBDYNAMITE_VARS= REQUIRES+=libdynamite LIBUNSHIELD_LIB_DEPENDS= libunshield.so:${PORTSDIR}/archivers/unshield LIBUNSHIELD_CONFIGURE_WITH= libunshield +LIBUNSHIELD_VARS= REQUIRES+=libunshield INNO_CONFIGURE_ENABLE= inno @@ -47,20 +49,6 @@ VISE_CONFIGURE_ENABLE= vise MSI_CONFIGURE_ENABLE= msi -.include - -.if ${PORT_OPTIONS:MLIBSYNCE} -REQUIRES+= libsynce -.endif - -.if ${PORT_OPTIONS:MLIBDYNAMITE} -REQUIRES+= libdynamite -.endif - -.if ${PORT_OPTIONS:MLIBUNSHIELD} -REQUIRES+= libunshield -.endif - post-patch: .for req in ${REQUIRES} @${REINPLACE_CMD} -e 's|${req}||' ${WRKSRC}/${PORTNAME}.pc.in From owner-svn-ports-head@freebsd.org Wed Jan 20 21:15:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B52ADA8AF08; Wed, 20 Jan 2016 21:15:24 +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 909411187; Wed, 20 Jan 2016 21:15:24 +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 u0KLFNEu022490; Wed, 20 Jan 2016 21:15:23 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KLFNRC022485; Wed, 20 Jan 2016 21:15:23 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601202115.u0KLFNRC022485@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 20 Jan 2016 21:15:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406807 - in head/security: . pam-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 21:15:24 -0000 Author: feld Date: Wed Jan 20 21:15:22 2016 New Revision: 406807 URL: https://svnweb.freebsd.org/changeset/ports/406807 Log: PAM-modules is a collection of useful PAM modules and command line utilities for checking PAM authentication and other management groups. WWW: http://puszcza.gnu.org.ua/software/pam-modules/pam-modules.html Added: head/security/pam-modules/ head/security/pam-modules/Makefile (contents, props changed) head/security/pam-modules/distinfo (contents, props changed) head/security/pam-modules/pkg-descr (contents, props changed) head/security/pam-modules/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Wed Jan 20 20:50:25 2016 (r406806) +++ head/security/Makefile Wed Jan 20 21:15:22 2016 (r406807) @@ -670,6 +670,7 @@ SUBDIR += p5-openxpki SUBDIR += p5-openxpki-i18n SUBDIR += pad + SUBDIR += pam-modules SUBDIR += pam-mysql SUBDIR += pam-pgsql SUBDIR += pam_fprint Added: head/security/pam-modules/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/pam-modules/Makefile Wed Jan 20 21:15:22 2016 (r406807) @@ -0,0 +1,46 @@ +# Created by: Mark Felder +# $FreeBSD$ + +PORTNAME= pam-modules +PORTVERSION= 2.0 +CATEGORIES= security +MASTER_SITES= ftp://download.gnu.org.ua/pub/release/pam-modules/ + +MAINTAINER= feld@FreeBSD.org +COMMENT= Collection of modules for PAM + +LICENSE= GPLv3 + +GNU_CONFIGURE= yes +USES= libtool + +USE_LDCONFIG= yes + +CONFIGURE_ARGS= --disable-fshadow + +OPTIONS_DEFINE= GROUPMEMBER MYSQL REGEX PGSQL SYSLOG +OPTIONS_DEFAULT= GROUPMEMBER REGEX SYSLOG +OPTIONS_SUB= yes + +GROUPMEMBER_CONFIGURE_ENABLE= groupmember +GROUPMEMBER_DESC= Build pam_groupmember + +MYSQL_CONFIGURE_ENABLE= mysql +MYSQL_DESC= Build pam_mysql +MYSQL_USE= MYSQL + +PGSQL_CONFIGURE_ENABLE= pgsql +PGSQL_DESC= Build pam_pgsql +PGSQL_VARS= USES+=pgsql WANT_PGSQL=client + +SYSLOG_CONFIGURE_ENABLE= log +SYSLOG_DESC= Build pam_log + +REGEX_CONFIGURE_ENABLE= regex +REGEX_DESC= Build pam_regex + +INFO= pam-modules + +.include + +.include Added: head/security/pam-modules/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/pam-modules/distinfo Wed Jan 20 21:15:22 2016 (r406807) @@ -0,0 +1,2 @@ +SHA256 (pam-modules-2.0.tar.gz) = 2f5465b0cc24c2c8dc010234b19a4693c5eadd0888d5edf22d5cbad26eaed8e2 +SIZE (pam-modules-2.0.tar.gz) = 630005 Added: head/security/pam-modules/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/pam-modules/pkg-descr Wed Jan 20 21:15:22 2016 (r406807) @@ -0,0 +1,4 @@ +PAM-modules is a collection of useful PAM modules and command line +utilities for checking PAM authentication and other management groups. + +WWW: http://puszcza.gnu.org.ua/software/pam-modules/pam-modules.html Added: head/security/pam-modules/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/pam-modules/pkg-plist Wed Jan 20 21:15:22 2016 (r406807) @@ -0,0 +1,21 @@ +bin/pamck +lib/libgraypam.a +lib/libgraypam.so +lib/libgraypam.so.0 +lib/libgraypam.so.0.0.0 +%%GROUPMEMBER%%lib/security/pam_groupmember.a +%%GROUPMEMBER%%lib/security/pam_groupmember.so +%%SYSLOG%%lib/security/pam_log.a +%%SYSLOG%%lib/security/pam_log.so +%%MYSQL%%lib/security/pam_mysql.a +%%MYSQL%%lib/security/pam_mysql.so +%%PGSQL%%lib/security/pam_pgsql.a +%%PGSQL%%lib/security/pam_pgsql.so +%%REGEX%%lib/security/pam_regex.a +%%REGEX%%lib/security/pam_regex.so +man/man1/pamck.1.gz +%%GROUPMEMBER%%man/man8/pam_groupmember.8.gz +%%SYSLOG%%man/man8/pam_log.8.gz +%%MYSQL%%man/man8/pam_mysql.8.gz +%%PGSQL%%man/man8/pam_pgsql.8.gz +%%REGEX%%man/man8/pam_regex.8.gz From owner-svn-ports-head@freebsd.org Wed Jan 20 21:20:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E14FAA8B032; Wed, 20 Jan 2016 21:20:55 +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 B1A351399; Wed, 20 Jan 2016 21:20:55 +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 u0KLKsVQ022965; Wed, 20 Jan 2016 21:20:54 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KLKscT022964; Wed, 20 Jan 2016 21:20:54 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601202120.u0KLKscT022964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 20 Jan 2016 21:20:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406808 - head/graphics/gpicview X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 21:20:56 -0000 Author: pi Date: Wed Jan 20 21:20:54 2016 New Revision: 406808 URL: https://svnweb.freebsd.org/changeset/ports/406808 Log: graphics/gpicview: fix build with NLS off ... by adding USES=gettext PR: Sascha Holzleiter Submitted by: 202077 Modified: head/graphics/gpicview/Makefile Modified: head/graphics/gpicview/Makefile ============================================================================== --- head/graphics/gpicview/Makefile Wed Jan 20 21:15:22 2016 (r406807) +++ head/graphics/gpicview/Makefile Wed Jan 20 21:20:54 2016 (r406808) @@ -3,6 +3,7 @@ PORTNAME= gpicview PORTVERSION= 0.2.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/lxde/GPicView%20%28image%20Viewer%29/GpicView%20${PORTVERSION}/ @@ -11,7 +12,7 @@ COMMENT= Simple and fast image viewer fo LICENSE= GPLv2 -USES= desktop-file-utils gmake pkgconfig +USES= desktop-file-utils gettext gmake pkgconfig USE_GNOME= gtk20 intltool INSTALLS_ICONS= yes From owner-svn-ports-head@freebsd.org Wed Jan 20 21:27:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A18EA8B467; Wed, 20 Jan 2016 21:27:47 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F18021C0F; Wed, 20 Jan 2016 21:27:46 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KLRjSv026341; Wed, 20 Jan 2016 21:27:46 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KLRjft026335; Wed, 20 Jan 2016 21:27:45 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201601202127.u0KLRjft026335@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Wed, 20 Jan 2016 21:27:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406809 - in head/sysutils: bacula-bat bacula-client bacula-client-static bacula-server bacula-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 21:27:47 -0000 Author: dvl Date: Wed Jan 20 21:27:45 2016 New Revision: 406809 URL: https://svnweb.freebsd.org/changeset/ports/406809 Log: * Upgrade to 7.4.0 * Add option for IPv6 support, enabled by default For bacula-server: * set the full path to perl for src/cats/make_catalog_backup.pl.in NOTE: no doc update yet for this release Added: head/sysutils/bacula-server/files/patch-src_cats_make__catalog__backup.pl.in (contents, props changed) Deleted: head/sysutils/bacula-server/files/patch-src_filed_acl.c head/sysutils/bacula-server/files/patch-src_findlib_fstype.c Modified: head/sysutils/bacula-bat/Makefile head/sysutils/bacula-client-static/Makefile head/sysutils/bacula-client/Makefile head/sysutils/bacula-server/Makefile head/sysutils/bacula-server/distinfo Modified: head/sysutils/bacula-bat/Makefile ============================================================================== --- head/sysutils/bacula-bat/Makefile Wed Jan 20 21:20:54 2016 (r406808) +++ head/sysutils/bacula-bat/Makefile Wed Jan 20 21:27:45 2016 (r406809) @@ -2,7 +2,6 @@ # $FreeBSD$ PORTNAME= bacula -PORTREVISION= 3 PKGNAMESUFFIX= -bat COMMENT= Network backup solution (GUI) Modified: head/sysutils/bacula-client-static/Makefile ============================================================================== --- head/sysutils/bacula-client-static/Makefile Wed Jan 20 21:20:54 2016 (r406808) +++ head/sysutils/bacula-client-static/Makefile Wed Jan 20 21:27:45 2016 (r406809) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= bacula -PORTREVISION= 2 PKGNAMESUFFIX= -client-static COMMENT= Network backup solution (static client) Modified: head/sysutils/bacula-client/Makefile ============================================================================== --- head/sysutils/bacula-client/Makefile Wed Jan 20 21:20:54 2016 (r406808) +++ head/sysutils/bacula-client/Makefile Wed Jan 20 21:27:45 2016 (r406809) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= bacula -PORTREVISION= 3 PKGNAMESUFFIX= -client COMMENT= Network backup solution (client) @@ -12,7 +11,9 @@ USE_RC_SUBR= bacula-fd PLIST= ${PKGDIR}/pkg-plist.client MASTERDIR= ${.CURDIR}/../../sysutils/bacula-server -OPTIONS_DEFINE= NLS PYTHON -OPTIONS_DEFAULT=# +OPTIONS_DEFINE= NLS PYTHON ENABLE_IPV6 +OPTIONS_DEFAULT=ENABLE_IPV6 + +ENABLE_IPV6_DESC= Enable IPv6 support .include "${MASTERDIR}/Makefile" Modified: head/sysutils/bacula-server/Makefile ============================================================================== --- head/sysutils/bacula-server/Makefile Wed Jan 20 21:20:54 2016 (r406808) +++ head/sysutils/bacula-server/Makefile Wed Jan 20 21:27:45 2016 (r406809) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bacula -DISTVERSION= 7.2.0 -PORTREVISION?= 1 +DISTVERSION= 7.4.0 CATEGORIES?= sysutils MASTER_SITES= SF/bacula/bacula/${PORTVERSION} PKGNAMEPREFIX?= # @@ -32,9 +31,10 @@ USE_LDCONFIG= yes CPPFLAGS+= -I/usr/include/readline -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE?= SQLITE3 MYSQL PGSQL MTX PYTHON NLS -OPTIONS_DEFAULT?= NLS PGSQL +OPTIONS_DEFINE?= SQLITE3 MYSQL PGSQL MTX PYTHON NLS ENABLE_IPV6 +OPTIONS_DEFAULT?= NLS PGSQL ENABLE_IPV6 MTX_DESC= Install mtx for control of autochanger devices +ENABLE_IPV6_DESC= Enable IPv6 support .if ${PKGNAMESUFFIX} == "-client" || ${PKGNAMESUFFIX} == "-server" #Till end of the file @@ -140,6 +140,11 @@ readline_CONFIGURE= ${LOCALBASE} readline_CONFIGURE= yes .endif +# if IPv6 is not in the kernel, it generates many errors +.if ! ${PORT_OPTIONS:MENABLE_IPV6} +CONFIGURE_ARGS+= --disable-ipv6 +.endif + CONFIGURE_ARGS+= --with-readline=${readline_CONFIGURE} .if defined(WITH_CLIENT_ONLY) @@ -185,7 +190,7 @@ post-install: .else ${INSTALL_SCRIPT} ${FILESDIR}/chio-bacula ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${FILESDIR}/bacula-barcodes ${STAGEDIR}${ETCDIR}/bacula-barcodes.sample - #the following are installed by the -CLIENT port, and I (ler@lerctr.org) + #the following are installed by the -CLIENT port, and I (ler@lerctr.org) #don't know how to remove them from being built for the -SERVER port. ${RM} ${STAGEDIR}${LOCALBASE}/lib/bpipe-fd.so ${RM} ${STAGEDIR}${LOCALBASE}/lib/libbac-${PORTVERSION}.so Modified: head/sysutils/bacula-server/distinfo ============================================================================== --- head/sysutils/bacula-server/distinfo Wed Jan 20 21:20:54 2016 (r406808) +++ head/sysutils/bacula-server/distinfo Wed Jan 20 21:27:45 2016 (r406809) @@ -1,2 +1,2 @@ -SHA256 (bacula-7.2.0.tar.gz) = 818606fe69c50c3ca21b91e609d4ac6ca08e4189419b89d3ec2e81c8c0389e1c -SIZE (bacula-7.2.0.tar.gz) = 3301720 +SHA256 (bacula-7.4.0.tar.gz) = fe850b783523edb19fb4dbfa8c44752d20955121b71a52b0740a9e765bfd73cb +SIZE (bacula-7.4.0.tar.gz) = 3314218 Added: head/sysutils/bacula-server/files/patch-src_cats_make__catalog__backup.pl.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bacula-server/files/patch-src_cats_make__catalog__backup.pl.in Wed Jan 20 21:27:45 2016 (r406809) @@ -0,0 +1,8 @@ +--- src/cats/make_catalog_backup.pl.in.orig 2015-08-13 13:52:24 UTC ++++ src/cats/make_catalog_backup.pl.in +@@ -1,4 +1,4 @@ +-#!/usr/bin/env perl ++#!/usr/local/bin/perl + # + # Author: Eric Bollengier, Copyright, 2006 + # License: BSD 2-Clause; see file LICENSE-FOSS From owner-svn-ports-head@freebsd.org Wed Jan 20 21:43:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3205BA8BD45; Wed, 20 Jan 2016 21:43:38 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0394A149E; Wed, 20 Jan 2016 21:43:37 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KLhbBR032569; Wed, 20 Jan 2016 21:43:37 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KLhbcQ032568; Wed, 20 Jan 2016 21:43:37 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201601202143.u0KLhbcQ032568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 20 Jan 2016 21:43:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406810 - head/devel/etcdctl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 21:43:38 -0000 Author: robak Date: Wed Jan 20 21:43:36 2016 New Revision: 406810 URL: https://svnweb.freebsd.org/changeset/ports/406810 Log: devel/etcdctl: DEPRECATED - etcdctl is now part of etcd, following the change from the upstream - Add EXPIRATION_DATE Modified: head/devel/etcdctl/Makefile Modified: head/devel/etcdctl/Makefile ============================================================================== --- head/devel/etcdctl/Makefile Wed Jan 20 21:27:45 2016 (r406809) +++ head/devel/etcdctl/Makefile Wed Jan 20 21:43:36 2016 (r406810) @@ -13,6 +13,10 @@ LICENSE= APACHE20 BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go +DEPRECATED= etcdctl is now part of etcd, following the change from the upstream +EXPIRATION_DATE=2016-02-04 +CONFLICTS= coreos-etcd-2.* + USE_GITHUB= yes GH_ACCOUNT= coreos From owner-svn-ports-head@freebsd.org Wed Jan 20 21:46:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17757A8BDDC; Wed, 20 Jan 2016 21:46:22 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5624160B; Wed, 20 Jan 2016 21:46:21 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KLkKFu033018; Wed, 20 Jan 2016 21:46:20 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KLkK3o033016; Wed, 20 Jan 2016 21:46:20 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201601202146.u0KLkK3o033016@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 20 Jan 2016 21:46:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406811 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 21:46:22 -0000 Author: robak Date: Wed Jan 20 21:46:20 2016 New Revision: 406811 URL: https://svnweb.freebsd.org/changeset/ports/406811 Log: devel/etcd: update 0.4.6 -> 2.2.4 - Add LICENSE_FILE - CONFLICTS for devel/etcdctl (following upstream change) - Remove obsolete patches Modified: head/devel/etcd/Makefile head/devel/etcd/distinfo Modified: head/devel/etcd/Makefile ============================================================================== --- head/devel/etcd/Makefile Wed Jan 20 21:43:36 2016 (r406810) +++ head/devel/etcd/Makefile Wed Jan 20 21:46:20 2016 (r406811) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= etcd -PORTVERSION= 0.4.6 +PORTVERSION= 2.2.4 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= coreos- @@ -10,30 +10,28 @@ MAINTAINER= robak@FreeBSD.org COMMENT= Highly-available key value store and service discovery LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go +CONFLICTS= coreos-etcdctl-0.* + USE_GITHUB= yes GH_ACCOUNT= coreos -PLIST_FILES= bin/bench \ - bin/etcd - +PLIST_FILES= bin/etcd \ + bin/etcdctl PORTDOCS= README.md OPTIONS_DEFINE= DOCS DOCS_DESC= Install etcd README file -post-patch: - @${REINPLACE_CMD} -e 's|$$VER|${DISTVERSION}|' ${WRKSRC}/scripts/release-version - @${REINPLACE_CMD} -e '/VER=/d' ${WRKSRC}/scripts/release-version - do-build: cd ${WRKSRC}; ${SH} build do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/bench ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/bin/etcd ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/bin/etcdctl ${STAGEDIR}${PREFIX}/bin/ do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/devel/etcd/distinfo ============================================================================== --- head/devel/etcd/distinfo Wed Jan 20 21:43:36 2016 (r406810) +++ head/devel/etcd/distinfo Wed Jan 20 21:46:20 2016 (r406811) @@ -1,2 +1,2 @@ -SHA256 (coreos-etcd-v0.4.6_GH0.tar.gz) = 9a9c4c3bdbafad8ca83ce09001d71573fe1f7b58531615b20e8ea0b1339a47c4 -SIZE (coreos-etcd-v0.4.6_GH0.tar.gz) = 2901706 +SHA256 (coreos-etcd-v2.2.4_GH0.tar.gz) = 42a90cad608cf9bc5152abf06b00d7383efc569c35f0c7e88dac378caf5532f4 +SIZE (coreos-etcd-v2.2.4_GH0.tar.gz) = 1862334 From owner-svn-ports-head@freebsd.org Wed Jan 20 22:17:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14FDBA89AA3; Wed, 20 Jan 2016 22:17:03 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 930F61F55; Wed, 20 Jan 2016 22:17:02 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KMH1NU042849; Wed, 20 Jan 2016 22:17:01 GMT (envelope-from lev@FreeBSD.org) Received: (from lev@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KMH11S042845; Wed, 20 Jan 2016 22:17:01 GMT (envelope-from lev@FreeBSD.org) Message-Id: <201601202217.u0KMH11S042845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lev set sender to lev@FreeBSD.org using -f From: "Lev A. Serebryakov" Date: Wed, 20 Jan 2016 22:17:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406812 - in head/devel/gcc-arm-embedded: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 22:17:03 -0000 Author: lev Date: Wed Jan 20 22:17:01 2016 New Revision: 406812 URL: https://svnweb.freebsd.org/changeset/ports/406812 Log: Update to latest release: 5.2 Deleted: head/devel/gcc-arm-embedded/files/extra-patch-gcc-isl-0.15-compatibility Modified: head/devel/gcc-arm-embedded/Makefile head/devel/gcc-arm-embedded/distinfo head/devel/gcc-arm-embedded/files/Makefile head/devel/gcc-arm-embedded/pkg-plist Modified: head/devel/gcc-arm-embedded/Makefile ============================================================================== --- head/devel/gcc-arm-embedded/Makefile Wed Jan 20 21:46:20 2016 (r406811) +++ head/devel/gcc-arm-embedded/Makefile Wed Jan 20 22:17:01 2016 (r406812) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= gcc-arm-embedded -PORTVERSION= 4.9.20150921 +PORTVERSION= 5.2.20151219 PORTREVISION= 0 CATEGORIES= devel -MASTER_SITES= http://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q3-update/+download/ +MASTER_SITES= http://launchpad.net/gcc-arm-embedded/5.0/5-2015-q4-major/+download/ DISTNAME= ${ORIGINAL_PACKAGE_NAME}-src MAINTAINER= lev@FreeBSD.org @@ -20,7 +20,6 @@ HTML_DESC= Install HTML documentation PDF_DESC= Install PDF documentation (requires TeX, it is huge) PYGDB_DESC= Build and install pyhon-enabled gdb in addition to standard one -PURE_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-gcc-isl-0.15-compatibility PURE_LIB_DEPENDS_OFF= \ libexpat.so:${PORTSDIR}/textproc/expat2 \ libgmp.so:${PORTSDIR}/math/gmp \ @@ -43,12 +42,11 @@ USES= bison compiler cpe gmake iconv m GNU_CONFIGURE= yes -PATCH_WRKSRC= ${WRKDIR}/${ORIGINAL_PACKAGE_NAME} - +PATCH_WRKSRC= ${WRKDIR}/${ORIGINAL_PACKAGE_NAME} BUILD_WRKSRC= ${WRKDIR} -GCC_VERSION= 4.9.3 -FULL_VERSION= 4_9-2015q3-20150921 +GCC_VERSION= 5.2.1 +FULL_VERSION= 5_2-2015q4-20151219 TARGET= arm-none-eabi ORIGINAL_PACKAGE_NAME= gcc-${TARGET}-${FULL_VERSION} @@ -81,8 +79,8 @@ BUNDLED_VERSION_LIBELF= 0.8.13 BUNDLED_VERSION_GMP= 4.3.2 BUNDLED_VERSION_MPFR= 2.4.2 BUNDLED_VERSION_MPC= 0.8.1 -BUNDLED_VERSION_ISL= 0.11.1 -BUNDLED_VERSION_CLOOG= 0.18.0 +BUNDLED_VERSION_ISL= 0.12.2 +BUNDLED_VERSION_CLOOG= 0.18.1 VAR_TO_SUBMAKE= BUILD_DIR CC CFLAGS CHOSEN_COMPILER_TYPE CONFIG_SITE \ CONFIGURE_MAX_CMD_LEN CONFIGURE_SHELL CP CPP CPPFLAGS CXX \ Modified: head/devel/gcc-arm-embedded/distinfo ============================================================================== --- head/devel/gcc-arm-embedded/distinfo Wed Jan 20 21:46:20 2016 (r406811) +++ head/devel/gcc-arm-embedded/distinfo Wed Jan 20 22:17:01 2016 (r406812) @@ -1,2 +1,2 @@ -SHA256 (gcc-arm-none-eabi-4_9-2015q3-20150921-src.tar.bz2) = 596c577b44e29d5b4b613493e8132b85159bfee14a5141db09d20bf3739e27e9 -SIZE (gcc-arm-none-eabi-4_9-2015q3-20150921-src.tar.bz2) = 165168947 +SHA256 (gcc-arm-none-eabi-5_2-2015q4-20151219-src.tar.bz2) = 4e64a2ec6b059d2e274f000f76c9a0e67203444efa94472d9744c8638943c2a7 +SIZE (gcc-arm-none-eabi-5_2-2015q4-20151219-src.tar.bz2) = 189167846 Modified: head/devel/gcc-arm-embedded/files/Makefile ============================================================================== --- head/devel/gcc-arm-embedded/files/Makefile Wed Jan 20 21:46:20 2016 (r406811) +++ head/devel/gcc-arm-embedded/files/Makefile Wed Jan 20 22:17:01 2016 (r406812) @@ -2,7 +2,7 @@ .include "Makefile.inc" -MULTILIB_LIST= armv6-m,armv7-m,armv7e-m,armv7-r +MULTILIB_LIST= armv6-m,armv7-m,armv7e-m,armv7-r,armv8-m.base,armv8-m.main PKGVERSION= GNU Tools for ARM Embedded Processors BUILD_PREFIX= ${WRKDIR}/build @@ -225,6 +225,8 @@ build-binutils: --pdfdir=${DOC_PREFIX}/pdf \ --disable-nls \ --disable-werror \ + --disable-sim \ + --disable-gdb \ --enable-interwork \ --enable-plugins \ --with-sysroot=${INTERIM_PREFIX}/${TARGET} \ Modified: head/devel/gcc-arm-embedded/pkg-plist ============================================================================== --- head/devel/gcc-arm-embedded/pkg-plist Wed Jan 20 21:46:20 2016 (r406811) +++ head/devel/gcc-arm-embedded/pkg-plist Wed Jan 20 22:17:01 2016 (r406812) @@ -6,6 +6,7 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/bin/objcopy gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/bin/objdump gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/bin/ranlib +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/bin/readelf gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/bin/strip @dir gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/bits @dir gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/rpc @@ -15,7 +16,6 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/ar.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/argz.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/assert.h -gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/algorithm gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv6-m/bits/atomic_word.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv6-m/bits/basic_file.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv6-m/bits/c++allocator.h @@ -177,6 +177,52 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/bits/stdtr1c++.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/bits/time_members.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/ext/opt_random.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-d16/bits/atomic_word.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-d16/bits/basic_file.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-d16/bits/c++allocator.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-d16/bits/c++config.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-d16/bits/c++io.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-d16/bits/c++locale.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-d16/bits/cpu_defines.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-d16/bits/ctype_base.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-d16/bits/ctype_inline.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-d16/bits/cxxabi_tweaks.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-d16/bits/error_constants.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-d16/bits/extc++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-d16/bits/gthr-default.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-d16/bits/gthr-posix.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-d16/bits/gthr-single.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-d16/bits/gthr.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-d16/bits/messages_members.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-d16/bits/opt_random.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-d16/bits/os_defines.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-d16/bits/stdc++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-d16/bits/stdtr1c++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-d16/bits/time_members.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-d16/ext/opt_random.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-sp-d16/bits/atomic_word.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-sp-d16/bits/basic_file.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-sp-d16/bits/c++allocator.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-sp-d16/bits/c++config.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-sp-d16/bits/c++io.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-sp-d16/bits/c++locale.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-sp-d16/bits/cpu_defines.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-sp-d16/bits/ctype_base.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-sp-d16/bits/ctype_inline.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-sp-d16/bits/cxxabi_tweaks.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-sp-d16/bits/error_constants.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-sp-d16/bits/extc++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-sp-d16/bits/gthr-default.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-sp-d16/bits/gthr-posix.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-sp-d16/bits/gthr-single.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-sp-d16/bits/gthr.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-sp-d16/bits/messages_members.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-sp-d16/bits/opt_random.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-sp-d16/bits/os_defines.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-sp-d16/bits/stdc++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-sp-d16/bits/stdtr1c++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-sp-d16/bits/time_members.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/fpu/fpv5-sp-d16/ext/opt_random.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/bits/atomic_word.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/bits/basic_file.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/bits/c++allocator.h @@ -200,6 +246,190 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/bits/stdtr1c++.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/bits/time_members.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/ext/opt_random.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-d16/bits/atomic_word.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-d16/bits/basic_file.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-d16/bits/c++allocator.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-d16/bits/c++config.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-d16/bits/c++io.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-d16/bits/c++locale.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-d16/bits/cpu_defines.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-d16/bits/ctype_base.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-d16/bits/ctype_inline.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-d16/bits/cxxabi_tweaks.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-d16/bits/error_constants.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-d16/bits/extc++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-d16/bits/gthr-default.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-d16/bits/gthr-posix.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-d16/bits/gthr-single.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-d16/bits/gthr.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-d16/bits/messages_members.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-d16/bits/opt_random.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-d16/bits/os_defines.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-d16/bits/stdc++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-d16/bits/stdtr1c++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-d16/bits/time_members.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-d16/ext/opt_random.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-sp-d16/bits/atomic_word.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-sp-d16/bits/basic_file.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-sp-d16/bits/c++allocator.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-sp-d16/bits/c++config.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-sp-d16/bits/c++io.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-sp-d16/bits/c++locale.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-sp-d16/bits/cpu_defines.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-sp-d16/bits/ctype_base.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-sp-d16/bits/ctype_inline.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-sp-d16/bits/cxxabi_tweaks.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-sp-d16/bits/error_constants.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-sp-d16/bits/extc++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-sp-d16/bits/gthr-default.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-sp-d16/bits/gthr-posix.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-sp-d16/bits/gthr-single.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-sp-d16/bits/gthr.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-sp-d16/bits/messages_members.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-sp-d16/bits/opt_random.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-sp-d16/bits/os_defines.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-sp-d16/bits/stdc++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-sp-d16/bits/stdtr1c++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-sp-d16/bits/time_members.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv7e-m/softfp/fpv5-sp-d16/ext/opt_random.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.base/bits/atomic_word.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.base/bits/basic_file.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.base/bits/c++allocator.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.base/bits/c++config.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.base/bits/c++io.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.base/bits/c++locale.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.base/bits/cpu_defines.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.base/bits/ctype_base.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.base/bits/ctype_inline.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.base/bits/cxxabi_tweaks.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.base/bits/error_constants.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.base/bits/extc++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.base/bits/gthr-default.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.base/bits/gthr-posix.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.base/bits/gthr-single.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.base/bits/gthr.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.base/bits/messages_members.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.base/bits/opt_random.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.base/bits/os_defines.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.base/bits/stdc++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.base/bits/stdtr1c++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.base/bits/time_members.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.base/ext/opt_random.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/bits/atomic_word.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/bits/basic_file.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/bits/c++allocator.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/bits/c++config.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/bits/c++io.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/bits/c++locale.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/bits/cpu_defines.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/bits/ctype_base.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/bits/ctype_inline.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/bits/cxxabi_tweaks.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/bits/error_constants.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/bits/extc++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/bits/gthr-default.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/bits/gthr-posix.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/bits/gthr-single.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/bits/gthr.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/bits/messages_members.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/bits/opt_random.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/bits/os_defines.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/bits/stdc++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/bits/stdtr1c++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/bits/time_members.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/ext/opt_random.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-d16/bits/atomic_word.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-d16/bits/basic_file.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-d16/bits/c++allocator.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-d16/bits/c++config.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-d16/bits/c++io.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-d16/bits/c++locale.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-d16/bits/cpu_defines.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-d16/bits/ctype_base.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-d16/bits/ctype_inline.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-d16/bits/cxxabi_tweaks.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-d16/bits/error_constants.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-d16/bits/extc++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-d16/bits/gthr-default.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-d16/bits/gthr-posix.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-d16/bits/gthr-single.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-d16/bits/gthr.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-d16/bits/messages_members.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-d16/bits/opt_random.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-d16/bits/os_defines.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-d16/bits/stdc++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-d16/bits/stdtr1c++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-d16/bits/time_members.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-d16/ext/opt_random.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-sp-d16/bits/atomic_word.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-sp-d16/bits/basic_file.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-sp-d16/bits/c++allocator.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-sp-d16/bits/c++config.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-sp-d16/bits/c++io.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-sp-d16/bits/c++locale.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-sp-d16/bits/cpu_defines.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-sp-d16/bits/ctype_base.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-sp-d16/bits/ctype_inline.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-sp-d16/bits/cxxabi_tweaks.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-sp-d16/bits/error_constants.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-sp-d16/bits/extc++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-sp-d16/bits/gthr-default.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-sp-d16/bits/gthr-posix.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-sp-d16/bits/gthr-single.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-sp-d16/bits/gthr.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-sp-d16/bits/messages_members.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-sp-d16/bits/opt_random.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-sp-d16/bits/os_defines.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-sp-d16/bits/stdc++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-sp-d16/bits/stdtr1c++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-sp-d16/bits/time_members.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/fpu/fpv5-sp-d16/ext/opt_random.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-d16/bits/atomic_word.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-d16/bits/basic_file.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-d16/bits/c++allocator.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-d16/bits/c++config.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-d16/bits/c++io.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-d16/bits/c++locale.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-d16/bits/cpu_defines.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-d16/bits/ctype_base.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-d16/bits/ctype_inline.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-d16/bits/cxxabi_tweaks.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-d16/bits/error_constants.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-d16/bits/extc++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-d16/bits/gthr-default.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-d16/bits/gthr-posix.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-d16/bits/gthr-single.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-d16/bits/gthr.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-d16/bits/messages_members.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-d16/bits/opt_random.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-d16/bits/os_defines.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-d16/bits/stdc++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-d16/bits/stdtr1c++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-d16/bits/time_members.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-d16/ext/opt_random.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-sp-d16/bits/atomic_word.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-sp-d16/bits/basic_file.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-sp-d16/bits/c++allocator.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-sp-d16/bits/c++config.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-sp-d16/bits/c++io.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-sp-d16/bits/c++locale.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-sp-d16/bits/cpu_defines.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-sp-d16/bits/ctype_base.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-sp-d16/bits/ctype_inline.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-sp-d16/bits/cxxabi_tweaks.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-sp-d16/bits/error_constants.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-sp-d16/bits/extc++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-sp-d16/bits/gthr-default.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-sp-d16/bits/gthr-posix.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-sp-d16/bits/gthr-single.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-sp-d16/bits/gthr.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-sp-d16/bits/messages_members.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-sp-d16/bits/opt_random.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-sp-d16/bits/os_defines.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-sp-d16/bits/stdc++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-sp-d16/bits/stdtr1c++.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-sp-d16/bits/time_members.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/armv8-m.main/softfp/fpv5-sp-d16/ext/opt_random.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/atomic_word.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/basic_file.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/c++allocator.h @@ -269,6 +499,7 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/thumb/bits/stdtr1c++.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/thumb/bits/time_members.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/thumb/ext/opt_random.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/algorithm gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/array gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/atomic gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/backward/auto_ptr.h @@ -281,8 +512,10 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/backward/strstream gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/algorithmfwd.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/alloc_traits.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/allocated_ptr.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/allocator.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/atomic_base.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/atomic_futex.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/atomic_lockfree_defines.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/basic_ios.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/basic_ios.tcc @@ -316,6 +549,7 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/list.tcc gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/locale_classes.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/locale_classes.tcc +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/locale_conv.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/locale_facets.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/locale_facets.tcc gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/locale_facets_nonio.h @@ -331,6 +565,7 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/postypes.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/predefined_ops.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/ptr_traits.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/quoted_string.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/random.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/random.tcc gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/range_access.h @@ -347,6 +582,7 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex_scanner.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex_scanner.tcc gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/shared_ptr.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/shared_ptr_atomic.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/shared_ptr_base.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/slice_array.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/sstream.tcc @@ -401,6 +637,7 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/climits gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/clocale gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cmath +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/codecvt gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/complex gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/complex.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/condition_variable @@ -433,6 +670,7 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/multimap.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/multiset.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_base.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_container.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_iterator.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_iterator.tcc gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_local_iterator.h @@ -452,11 +690,19 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/decimal/decimal.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/deque gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/exception +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/algorithm +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/any +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/chrono +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/functional gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/optional +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/ratio gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/string_view gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/string_view.tcc -gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/aligned_buffer.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/system_error +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/tuple +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/type_traits gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/algorithm +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/aligned_buffer.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/alloc_traits.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/array_allocator.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/atomicity.h @@ -830,6 +1076,7 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/map.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/multimap.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/multiset.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/ordered_base.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/set gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/set.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/unordered_base.h @@ -928,7 +1175,6 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/utility gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/valarray gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/vector -gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/newlib-nano/newlib.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/complex.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/ctype.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/dirent.h @@ -964,6 +1210,7 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/machine/types.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/malloc.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/math.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/newlib-nano/newlib.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/newlib.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/paths.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/pthread.h @@ -985,6 +1232,7 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/strings.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/sys/_default_fcntl.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/sys/_intsup.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/sys/_sigset.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/sys/_stdint.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/sys/_timespec.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/sys/_timeval.h @@ -1005,6 +1253,7 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/sys/reent.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/sys/resource.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/sys/sched.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/sys/select.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/sys/signal.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/sys/stat.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/sys/stdio.h @@ -1022,6 +1271,7 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/tar.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/termios.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/tgmath.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/threads.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/time.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/unctrl.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/unistd.h @@ -1205,6 +1455,72 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/aprofile-ve.specs gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/cpu-init/rdimon-aem.o gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/aprofile-validation.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/aprofile-ve.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/cpu-init/rdimon-aem.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/iq80310.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/libc.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/libc_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/libg.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/libg_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/libgloss-linux.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/libm.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/libnosys.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/librdimon.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/librdimon_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/librdpmon.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/libstdc++.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/libstdc++.a-gdb.py +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/libstdc++_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/libsupc++.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/libsupc++_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/linux-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/linux.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/nano.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/nosys.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/pid.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/rdimon-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/rdimon.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/rdpmon-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/rdpmon.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/redboot-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/redboot-syscalls.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/redboot.ld +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-d16/redboot.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/aprofile-validation.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/aprofile-ve.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/cpu-init/rdimon-aem.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/iq80310.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/libc.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/libc_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/libg.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/libg_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/libgloss-linux.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/libm.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/libnosys.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/librdimon.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/librdimon_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/librdpmon.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/libstdc++.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/libstdc++.a-gdb.py +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/libstdc++_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/libsupc++.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/libsupc++_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/linux-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/linux.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/nano.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/nosys.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/pid.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/rdimon-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/rdimon.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/rdpmon-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/rdpmon.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/redboot-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/redboot-syscalls.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/redboot.ld +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/fpv5-sp-d16/redboot.specs gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/iq80310.specs gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/libc.a gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/fpu/libc_nano.a @@ -1267,6 +1583,72 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/aprofile-ve.specs gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/cpu-init/rdimon-aem.o gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/aprofile-validation.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/aprofile-ve.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/cpu-init/rdimon-aem.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/iq80310.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/libc.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/libc_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/libg.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/libg_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/libgloss-linux.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/libm.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/libnosys.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/librdimon.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/librdimon_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/librdpmon.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/libstdc++.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/libstdc++.a-gdb.py +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/libstdc++_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/libsupc++.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/libsupc++_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/linux-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/linux.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/nano.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/nosys.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/pid.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/rdimon-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/rdimon.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/rdpmon-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/rdpmon.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/redboot-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/redboot-syscalls.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/redboot.ld +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-d16/redboot.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/aprofile-validation.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/aprofile-ve.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/cpu-init/rdimon-aem.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/iq80310.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/libc.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/libc_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/libg.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/libg_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/libgloss-linux.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/libm.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/libnosys.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/librdimon.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/librdimon_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/librdpmon.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/libstdc++.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/libstdc++.a-gdb.py +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/libstdc++_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/libsupc++.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/libsupc++_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/linux-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/linux.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/nano.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/nosys.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/pid.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/rdimon-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/rdimon.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/rdpmon-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/rdpmon.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/redboot-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/redboot-syscalls.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/redboot.ld +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/fpv5-sp-d16/redboot.specs gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/iq80310.specs gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/libc.a gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/libc_nano.a @@ -1296,6 +1678,204 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/redboot-syscalls.o gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/redboot.ld gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv7e-m/softfp/redboot.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/aprofile-validation.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/aprofile-ve.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/cpu-init/rdimon-aem.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/iq80310.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/libc.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/libc_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/libg.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/libg_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/libgloss-linux.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/libm.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/libnosys.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/librdimon.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/librdimon_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/librdpmon.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/libstdc++.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/libstdc++.a-gdb.py +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/libstdc++_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/libsupc++.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/libsupc++_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/linux-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/linux.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/nano.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/nosys.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/pid.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/rdimon-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/rdimon.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/rdpmon-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/rdpmon.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/redboot-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/redboot-syscalls.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/redboot.ld +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.base/redboot.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/aprofile-validation.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/aprofile-ve.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/cpu-init/rdimon-aem.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/aprofile-validation.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/aprofile-ve.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/cpu-init/rdimon-aem.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/iq80310.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/libc.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/libc_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/libg.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/libg_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/libgloss-linux.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/libm.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/libnosys.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/librdimon.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/librdimon_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/librdpmon.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/libstdc++.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/libstdc++.a-gdb.py +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/libstdc++_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/libsupc++.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/libsupc++_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/linux-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/linux.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/nano.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/nosys.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/pid.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/rdimon-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/rdimon.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/rdpmon-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/rdpmon.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/redboot-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/redboot-syscalls.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/redboot.ld +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-d16/redboot.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/aprofile-validation.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/aprofile-ve.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/cpu-init/rdimon-aem.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/iq80310.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/libc.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/libc_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/libg.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/libg_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/libgloss-linux.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/libm.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/libnosys.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/librdimon.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/librdimon_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/librdpmon.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/libstdc++.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/libstdc++.a-gdb.py +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/libstdc++_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/libsupc++.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/libsupc++_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/linux-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/linux.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/nano.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/nosys.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/pid.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/rdimon-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/rdimon.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/rdpmon-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/rdpmon.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/redboot-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/redboot-syscalls.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/redboot.ld +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/fpu/fpv5-sp-d16/redboot.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/iq80310.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/libc.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/libc_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/libg.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/libg_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/libgloss-linux.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/libm.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/libnosys.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/librdimon.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/librdimon_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/librdpmon.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/libstdc++.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/libstdc++.a-gdb.py +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/libstdc++_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/libsupc++.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/libsupc++_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/linux-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/linux.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/nano.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/nosys.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/pid.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/rdimon-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/rdimon.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/rdpmon-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/rdpmon.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/redboot-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/redboot-syscalls.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/redboot.ld +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/redboot.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/aprofile-validation.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/aprofile-ve.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/cpu-init/rdimon-aem.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/iq80310.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/libc.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/libc_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/libg.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/libg_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/libgloss-linux.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/libm.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/libnosys.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/librdimon.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/librdimon_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/librdpmon.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/libstdc++.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/libstdc++.a-gdb.py +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/libstdc++_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/libsupc++.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/libsupc++_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/linux-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/linux.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/nano.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/nosys.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/pid.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/rdimon-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/rdimon.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/rdpmon-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/rdpmon.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/redboot-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/redboot-syscalls.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/redboot.ld +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-d16/redboot.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/aprofile-validation.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/aprofile-ve.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/cpu-init/rdimon-aem.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/iq80310.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/libc.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/libc_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/libg.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/libg_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/libgloss-linux.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/libm.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/libnosys.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/librdimon.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/librdimon_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/librdpmon.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/libstdc++.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/libstdc++.a-gdb.py +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/libstdc++_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/libsupc++.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/libsupc++_nano.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/linux-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/linux.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/nano.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/nosys.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/pid.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/rdimon-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/rdimon.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/rdpmon-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/rdpmon.specs +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/redboot-crt0.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/redboot-syscalls.o +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/redboot.ld +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/armv8-m.main/softfp/fpv5-sp-d16/redboot.specs gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/cpu-init/rdimon-aem.o gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/crt0.o gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/fpu/aprofile-validation.specs @@ -1412,16 +1992,20 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG %%PYGDB%%gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/share/gdb/python/gdb/command/pretty_printers.py %%PYGDB%%gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/share/gdb/python/gdb/command/prompt.py %%PYGDB%%gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/share/gdb/python/gdb/command/type_printers.py +%%PYGDB%%gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/share/gdb/python/gdb/command/unwinders.py %%PYGDB%%gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/share/gdb/python/gdb/command/xmethods.py %%PYGDB%%gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/share/gdb/python/gdb/frames.py %%PYGDB%%gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/share/gdb/python/gdb/function/__init__.py +%%PYGDB%%gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/share/gdb/python/gdb/function/caller_is.py %%PYGDB%%gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/share/gdb/python/gdb/function/strfns.py %%PYGDB%%gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/share/gdb/python/gdb/printer/__init__.py %%PYGDB%%gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/share/gdb/python/gdb/printer/bound_registers.py %%PYGDB%%gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/share/gdb/python/gdb/printing.py %%PYGDB%%gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/share/gdb/python/gdb/prompt.py %%PYGDB%%gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/share/gdb/python/gdb/types.py +%%PYGDB%%gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/share/gdb/python/gdb/unwinder.py %%PYGDB%%gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/share/gdb/python/gdb/xmethod.py +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/share/gdb/syscalls/aarch64-linux.xml gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/share/gdb/syscalls/arm-linux.xml gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/share/gdb/syscalls/amd64-linux.xml gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/share/gdb/syscalls/gdb-syscalls.dtd @@ -1451,6 +2035,7 @@ gcc-arm-embedded-%%FULL_VERSION%%/bin/%% gcc-arm-embedded-%%FULL_VERSION%%/bin/%%TARGET%%-gcc-nm gcc-arm-embedded-%%FULL_VERSION%%/bin/%%TARGET%%-gcc-ranlib gcc-arm-embedded-%%FULL_VERSION%%/bin/%%TARGET%%-gcov +gcc-arm-embedded-%%FULL_VERSION%%/bin/%%TARGET%%-gcov-tool gcc-arm-embedded-%%FULL_VERSION%%/bin/%%TARGET%%-gdb %%PYGDB%%gcc-arm-embedded-%%FULL_VERSION%%/bin/%%TARGET%%-gdb-py gcc-arm-embedded-%%FULL_VERSION%%/bin/%%TARGET%%-gprof @@ -1502,6 +2087,18 @@ gcc-arm-embedded-%%FULL_VERSION%%/lib/gc gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/fpu/crtend.o gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/fpu/crti.o gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/fpu/crtn.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/fpu/fpv5-d16/crtbegin.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/fpu/fpv5-d16/crtend.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/fpu/fpv5-d16/crti.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/fpu/fpv5-d16/crtn.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/fpu/fpv5-d16/libgcc.a +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/fpu/fpv5-d16/libgcov.a +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/fpu/fpv5-sp-d16/crtbegin.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/fpu/fpv5-sp-d16/crtend.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/fpu/fpv5-sp-d16/crti.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/fpu/fpv5-sp-d16/crtn.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/fpu/fpv5-sp-d16/libgcc.a +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/fpu/fpv5-sp-d16/libgcov.a gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/fpu/libgcc.a gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/fpu/libgcov.a gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/libgcc.a @@ -1510,8 +2107,56 @@ gcc-arm-embedded-%%FULL_VERSION%%/lib/gc gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/softfp/crtend.o gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/softfp/crti.o gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/softfp/crtn.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/softfp/fpv5-d16/crtbegin.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/softfp/fpv5-d16/crtend.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/softfp/fpv5-d16/crti.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/softfp/fpv5-d16/crtn.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/softfp/fpv5-d16/libgcc.a +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/softfp/fpv5-d16/libgcov.a +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/softfp/fpv5-sp-d16/crtbegin.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/softfp/fpv5-sp-d16/crtend.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/softfp/fpv5-sp-d16/crti.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/softfp/fpv5-sp-d16/crtn.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/softfp/fpv5-sp-d16/libgcc.a +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/softfp/fpv5-sp-d16/libgcov.a gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/softfp/libgcc.a gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv7e-m/softfp/libgcov.a +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.base/crtbegin.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.base/crtend.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.base/crti.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.base/crtn.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.base/libgcc.a +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.base/libgcov.a +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/crtbegin.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/crtend.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/crti.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/crtn.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/fpu/fpv5-d16/crtbegin.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/fpu/fpv5-d16/crtend.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/fpu/fpv5-d16/crti.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/fpu/fpv5-d16/crtn.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/fpu/fpv5-d16/libgcc.a +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/fpu/fpv5-d16/libgcov.a +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/fpu/fpv5-sp-d16/crtbegin.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/fpu/fpv5-sp-d16/crtend.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/fpu/fpv5-sp-d16/crti.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/fpu/fpv5-sp-d16/crtn.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/fpu/fpv5-sp-d16/libgcc.a +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/fpu/fpv5-sp-d16/libgcov.a +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/libgcc.a +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/libgcov.a +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/softfp/fpv5-d16/crtbegin.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/softfp/fpv5-d16/crtend.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/softfp/fpv5-d16/crti.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/softfp/fpv5-d16/crtn.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/softfp/fpv5-d16/libgcc.a +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/softfp/fpv5-d16/libgcov.a +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/softfp/fpv5-sp-d16/crtbegin.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/softfp/fpv5-sp-d16/crtend.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/softfp/fpv5-sp-d16/crti.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/softfp/fpv5-sp-d16/crtn.o +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/softfp/fpv5-sp-d16/libgcc.a +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/armv8-m.main/softfp/fpv5-sp-d16/libgcov.a gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/cc1 gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/cc1plus gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/collect2 @@ -1565,16 +2210,23 @@ gcc-arm-embedded-%%FULL_VERSION%%/lib/gc gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/gengtype gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/gtype.state gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ada/gcc-interface/ada-tree.def +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/addresses.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/alias.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/all-tree.def gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/alloc-pool.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ansidecl.h +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/asan.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/attribs.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/auto-host.h +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/auto-profile.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/b-header-vars gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/basic-block.h +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/bb-reorder.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/bitmap.h +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/builtin-attrs.def +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/builtin-types.def gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/builtins.def +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/builtins.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/bversion.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-common.def gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-common.h @@ -1583,14 +2235,27 @@ gcc-arm-embedded-%%FULL_VERSION%%/lib/gc gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-pretty-print.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/c-tree.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/calls.h +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ccmp.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfg-flags.def +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfg.h +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfganal.h +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfgbuild.h +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfgcleanup.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfgexpand.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfghooks.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfgloop.h +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfgloopmanip.h +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfgrtl.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cgraph.h +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/chkp-builtins.def gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cif-code.def gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cilk-builtins.def +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cilk.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cilkplus.def +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/collect-utils.h +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/collect2-aix.h +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/collect2.h +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/conditions.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/config.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/config/arm/aarch-common-protos.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/config/arm/aout.h @@ -1608,25 +2273,48 @@ gcc-arm-embedded-%%FULL_VERSION%%/lib/gc gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/config/vxworks-dummy.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/configargs.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/context.h +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/convert.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/coretypes.h +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/coverage.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cp/cp-tree.def gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cp/cp-tree.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cp/cxx-pretty-print.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cp/name-lookup.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cp/type-utils.h +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cppbuiltin.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cppdefault.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cpplib.h +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cselib.h +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/data-streamer.h +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dbgcnt.def +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dbgcnt.h +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dbxout.h +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dce.h +gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ddg.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/debug.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/defaults.h gcc-arm-embedded-%%FULL_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/df.h *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Wed Jan 20 22:17:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA39FA89B1D; Wed, 20 Jan 2016 22:17:35 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAEA41075; Wed, 20 Jan 2016 22:17:35 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KMHYEW043053; Wed, 20 Jan 2016 22:17:34 GMT (envelope-from lev@FreeBSD.org) Received: (from lev@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KMHYnG043048; Wed, 20 Jan 2016 22:17:34 GMT (envelope-from lev@FreeBSD.org) Message-Id: <201601202217.u0KMHYnG043048@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lev set sender to lev@FreeBSD.org using -f From: "Lev A. Serebryakov" Date: Wed, 20 Jan 2016 22:17:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406813 - in head/devel/libopencm3: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 22:17:36 -0000 Author: lev Date: Wed Jan 20 22:17:34 2016 New Revision: 406813 URL: https://svnweb.freebsd.org/changeset/ports/406813 Log: Update to latest commit & new toolchain Added: head/devel/libopencm3/files/patch-Makefile (contents, props changed) Deleted: head/devel/libopencm3/files/patch-scripts--irq2nvic_h head/devel/libopencm3/files/patch-scripts--lpcvtcksum Modified: head/devel/libopencm3/Makefile head/devel/libopencm3/distinfo head/devel/libopencm3/pkg-plist Modified: head/devel/libopencm3/Makefile ============================================================================== --- head/devel/libopencm3/Makefile Wed Jan 20 22:17:01 2016 (r406812) +++ head/devel/libopencm3/Makefile Wed Jan 20 22:17:34 2016 (r406813) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libopencm3 -PORTVERSION= 0.0.20151015 +PORTVERSION= 0.0.20160110 CATEGORIES= devel MAINTAINER= lev@FreeBSD.org @@ -13,12 +13,15 @@ BUILD_DEPENDS= ${LOCALBASE}/gcc-arm-embe USE_GITHUB= yes GH_ACCOUNT= libopencm3 -GH_TAGNAME= fbd25fb +GH_TAGNAME= ad5ec6a -USES= gmake python:2,build +USES= gmake python:2,build shebangfix -TOOLCHAIN_FULL_VERSION?=4_9-2015q3-20150921 -TOOLCHAIN_PORT_VERSION?=4.9.20150921 +SHEBANG_FILES= scripts/irq2nvic_h \ + scripts/lpcvtcksum + +TOOLCHAIN_FULL_VERSION?=5_2-2015q4-20151219 +TOOLCHAIN_PORT_VERSION?=5.2.20151219 TOOLCHAIN_TARGET?=arm-none-eabi DESTDIRNAME= STAGEDIR Modified: head/devel/libopencm3/distinfo ============================================================================== --- head/devel/libopencm3/distinfo Wed Jan 20 22:17:01 2016 (r406812) +++ head/devel/libopencm3/distinfo Wed Jan 20 22:17:34 2016 (r406813) @@ -1,2 +1,2 @@ -SHA256 (libopencm3-libopencm3-0.0.20151015-fbd25fb_GH0.tar.gz) = 46497ab0ac651eed9d25c320cf8572b0bc2bef9b6b9aeaedd9cde52831aabed3 -SIZE (libopencm3-libopencm3-0.0.20151015-fbd25fb_GH0.tar.gz) = 611073 +SHA256 (libopencm3-libopencm3-0.0.20160110-ad5ec6a_GH0.tar.gz) = 1ed709349b5973270b66c09d220f617c973e32f86e0830c2ccc0b5bf63e46e74 +SIZE (libopencm3-libopencm3-0.0.20160110-ad5ec6a_GH0.tar.gz) = 670966 Added: head/devel/libopencm3/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libopencm3/files/patch-Makefile Wed Jan 20 22:17:34 2016 (r406813) @@ -0,0 +1,46 @@ +--- Makefile.orig 2016-01-21 01:07:59.465866154 +0300 ++++ Makefile 2016-01-21 01:09:35.673836966 +0300 +@@ -23,6 +23,13 @@ PREFIX ?= arm-none-eabi + STYLECHECK := scripts/checkpatch.pl + STYLECHECKFLAGS := --no-tree -f --terse --mailback + ++DESTDIR ?= /usr/local ++ ++INCDIR := $(DESTDIR)/$(PREFIX)/include ++LIBDIR := $(DESTDIR)/$(PREFIX)/lib ++SHAREDIR := $(DESTDIR)/$(PREFIX)/share/libopencm3/scripts ++INSTALL := install ++ + space:= + space+= + SRCLIBDIR:= $(subst $(space),\$(space),$(realpath lib)) +@@ -64,6 +71,23 @@ $(LIB_DIRS): $(IRQ_DEFN_FILES:=.genhdr) + lib: $(LIB_DIRS) + $(Q)true + ++install: lib ++ @printf " INSTALL headers\n" ++ $(Q)$(INSTALL) -d $(INCDIR)/libopencm3 ++ $(Q)$(INSTALL) -d $(INCDIR)/libopencmsis ++ $(Q)$(INSTALL) -d $(LIBDIR) ++ $(Q)$(INSTALL) -d $(SHAREDIR) ++ $(Q)cp -r include/libopencm3/* $(INCDIR)/libopencm3 ++ $(Q)cp -r include/libopencmsis/* $(INCDIR)/libopencmsis ++ @printf " INSTALL libs\n" ++ $(Q)$(INSTALL) -m 0644 lib/*.a $(LIBDIR) ++ @printf " INSTALL ldscripts\n" ++ $(Q)$(INSTALL) -m 0644 lib/*.ld $(LIBDIR) ++ $(Q)$(INSTALL) -m 0644 lib/efm32/*/*.ld $(LIBDIR) ++ @printf " INSTALL scripts\n" ++ $(Q)$(INSTALL) -m 0644 scripts/*.scr $(SHAREDIR) ++ ++ + html doc: + $(Q)$(MAKE) -C doc html + +@@ -106,4 +130,4 @@ genlinktests: $(LDTESTS:.data=.ldtest) + fi; + + +-.PHONY: build lib $(LIB_DIRS) doc clean generatedheaders cleanheaders stylecheck genlinktests ++.PHONY: build lib $(LIB_DIRS) install doc clean generatedheaders cleanheaders stylecheck genlinktests Modified: head/devel/libopencm3/pkg-plist ============================================================================== --- head/devel/libopencm3/pkg-plist Wed Jan 20 22:17:01 2016 (r406812) +++ head/devel/libopencm3/pkg-plist Wed Jan 20 22:17:34 2016 (r406813) @@ -1,5 +1,3 @@ -gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/%%DATADIR%%/scripts/black_magic_probe_debug.scr -gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/%%DATADIR%%/scripts/black_magic_probe_flash.scr gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/cm3/assert.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/cm3/common.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/cm3/cortex.h @@ -18,20 +16,61 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/cm3/vector.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/dispatch/nvic.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/docmain.dox -gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/efm32g/doc-efm32g.h -gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/efm32g/irq.json -gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/efm32g/nvic.h -gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/efm32gg/doc-efm32gg.h -gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/efm32gg/irq.json -gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/efm32gg/nvic.h -gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/efm32lg/doc-efm32lg.h -gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/efm32lg/irq.json -gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/efm32lg/nvic.h -gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/efm32tg/doc-efm32tg.h -gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/efm32tg/irq.json -gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/efm32tg/memorymap.h -gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/efm32tg/nvic.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/acmp.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/adc.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/burtc.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/cmu.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/dac.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/dma.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/emu.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/g/doc-efm32g.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/g/irq.json +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/g/nvic.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/gg/doc-efm32gg.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/gg/irq.json +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/gg/nvic.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/gpio.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/i2c.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/letimer.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/acmp.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/adc.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/burtc.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/cmu.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/dac.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/dma.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/doc-efm32lg.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/emu.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/gpio.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/i2c.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/irq.json +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/letimer.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/memorymap.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/msc.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/nvic.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/opamp.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/prs.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/rmu.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/rtc.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/timer.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/uart.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/usart.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/usb.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/lg/wdog.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/memorymap.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/msc.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/opamp.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/prs.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/rmu.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/rtc.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/tg/doc-efm32tg.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/tg/irq.json +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/tg/memorymap.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/tg/nvic.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/timer.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/uart.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/usart.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/usb.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/efm32/wdog.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/ethernet/mac.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/ethernet/mac_stm32fxx7.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/ethernet/phy.h @@ -358,6 +397,11 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/stm32/l1/syscfg.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/stm32/l1/timer.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/stm32/l1/usart.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/stm32/l4/gpio.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/stm32/l4/irq.json +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/stm32/l4/memorymap.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/stm32/l4/nvic.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/stm32/l4/rcc.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/stm32/ltdc.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/stm32/memorymap.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/stm32/otg_common.h @@ -395,10 +439,10 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencm3/vf6xx/uart.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencmsis/core_cm3.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencmsis/dispatch/irqhandlers.h -gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencmsis/efm32/efm32g/irqhandlers.h -gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencmsis/efm32/efm32gg/irqhandlers.h -gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencmsis/efm32/efm32lg/irqhandlers.h -gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencmsis/efm32/efm32tg/irqhandlers.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencmsis/efm32/g/irqhandlers.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencmsis/efm32/gg/irqhandlers.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencmsis/efm32/lg/irqhandlers.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencmsis/efm32/tg/irqhandlers.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencmsis/lm3s/irqhandlers.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencmsis/lpc13xx/irqhandlers.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencmsis/lpc17xx/irqhandlers.h @@ -417,6 +461,7 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencmsis/stm32/f7/irqhandlers.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencmsis/stm32/l0/irqhandlers.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencmsis/stm32/l1/irqhandlers.h +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencmsis/stm32/l4/irqhandlers.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/include/libopencmsis/vf6xx/irqhandlers.h gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/libopencm3_efm32g.a gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/libopencm3_efm32g.ld @@ -468,5 +513,9 @@ gcc-arm-embedded-%%FULL_VERSION%%/%%TARG gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/libopencm3_stm32l0.ld gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/libopencm3_stm32l1.a gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/libopencm3_stm32l1.ld +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/libopencm3_stm32l4.a +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/libopencm3_stm32l4.ld gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/libopencm3_vf6xx.a gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/lib/libopencm3_vf6xx.ld +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/%%DATADIR%%/scripts/black_magic_probe_debug.scr +gcc-arm-embedded-%%FULL_VERSION%%/%%TARGET%%/%%DATADIR%%/scripts/black_magic_probe_flash.scr From owner-svn-ports-head@freebsd.org Wed Jan 20 22:32:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC1CCA8A384; Wed, 20 Jan 2016 22:32:08 +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 BE9AD1C1E; Wed, 20 Jan 2016 22:32:08 +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 u0KMW7Sw046663; Wed, 20 Jan 2016 22:32:07 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KMW70D046661; Wed, 20 Jan 2016 22:32:07 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201601202232.u0KMW70D046661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 20 Jan 2016 22:32:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406814 - head/games/minecraft-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 22:32:09 -0000 Author: bdrewery Date: Wed Jan 20 22:32:07 2016 New Revision: 406814 URL: https://svnweb.freebsd.org/changeset/ports/406814 Log: Update to 1.8.9. PR: 206451 Approved by: Jonathan Price (maintainer) Modified: head/games/minecraft-server/Makefile head/games/minecraft-server/distinfo Modified: head/games/minecraft-server/Makefile ============================================================================== --- head/games/minecraft-server/Makefile Wed Jan 20 22:17:34 2016 (r406813) +++ head/games/minecraft-server/Makefile Wed Jan 20 22:32:07 2016 (r406814) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= minecraft-server -PORTVERSION= 1.8.8 -PORTREVISION= 1 +PORTVERSION= 1.8.9 CATEGORIES= games java MASTER_SITES= https://s3.amazonaws.com/Minecraft.Download/versions/${PORTVERSION}/ DISTFILES= minecraft_server.${PORTVERSION}.jar Modified: head/games/minecraft-server/distinfo ============================================================================== --- head/games/minecraft-server/distinfo Wed Jan 20 22:17:34 2016 (r406813) +++ head/games/minecraft-server/distinfo Wed Jan 20 22:32:07 2016 (r406814) @@ -1,2 +1,2 @@ -SHA256 (minecraft_server.1.8.8.jar) = 39aef720dc5309476f56f2e96a516f3dd3041bbbf442cbfd47d63acbd06af31e -SIZE (minecraft_server.1.8.8.jar) = 8322852 +SHA256 (minecraft_server.1.8.9.jar) = c18e4245073aaff580eb7359902f0251436568b1647a9e443a924cdb73fa8312 +SIZE (minecraft_server.1.8.9.jar) = 8320755 From owner-svn-ports-head@freebsd.org Wed Jan 20 23:41:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75DDBA8BCE1; Wed, 20 Jan 2016 23:41:21 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F3701D52; Wed, 20 Jan 2016 23:41:21 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KNfKml071740; Wed, 20 Jan 2016 23:41:20 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KNfKkY071738; Wed, 20 Jan 2016 23:41:20 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201601202341.u0KNfKkY071738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Wed, 20 Jan 2016 23:41:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406815 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 23:41:21 -0000 Author: junovitch Date: Wed Jan 20 23:41:19 2016 New Revision: 406815 URL: https://svnweb.freebsd.org/changeset/ports/406815 Log: Document cgit -- multiple vulnerabilities PR: 206417 Security: CVE-2016-1899 Security: CVE-2016-1900 Security: CVE-2016-1901 Security: https://vuxml.FreeBSD.org/freebsd/62c0dbbd-bfce-11e5-b5fe-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Jan 20 22:32:07 2016 (r406814) +++ head/security/vuxml/vuln.xml Wed Jan 20 23:41:19 2016 (r406815) @@ -58,6 +58,40 @@ Notes: --> + + cgit -- multiple vulnerabilities + + + cgit + 0.12 + + + + +

Jason A. Donenfeld reports:

+
+

Reflected Cross Site Scripting and Header Injection in Mimetype + Query String.

+

Stored Cross Site Scripting and Header Injection in Filename + Parameter.

+

Integer Overflow resulting in Buffer Overflow.

+
+ +
+ + CVE-2016-1899 + CVE-2016-1900 + CVE-2016-1901 + ports/206417 + http://lists.zx2c4.com/pipermail/cgit/2016-January/002817.html + http://www.openwall.com/lists/oss-security/2016/01/14/6 + + + 2016-01-14 + 2016-01-20 + +
+ bind -- denial of service vulnerabilities From owner-svn-ports-head@freebsd.org Wed Jan 20 23:43:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9ED55A8BD70; Wed, 20 Jan 2016 23:43:00 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61F631FDC; Wed, 20 Jan 2016 23:43:00 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KNgx2u072600; Wed, 20 Jan 2016 23:42:59 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KNgx7h072596; Wed, 20 Jan 2016 23:42:59 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201601202342.u0KNgx7h072596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Wed, 20 Jan 2016 23:42:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406816 - head/devel/cgit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 23:43:00 -0000 Author: junovitch Date: Wed Jan 20 23:42:59 2016 New Revision: 406816 URL: https://svnweb.freebsd.org/changeset/ports/406816 Log: devel/cgit: update 0.11.2 -> 0.12 Changes: http://lists.zx2c4.com/pipermail/cgit/2016-January/002817.html PR: 206417 Submitted by: Kevin Zheng (maintainer) Security: CVE-2016-1899 Security: CVE-2016-1900 Security: CVE-2016-1901 Security: https://vuxml.FreeBSD.org/freebsd/62c0dbbd-bfce-11e5-b5fe-002590263bf5.html MFH: 2016Q1 Modified: head/devel/cgit/Makefile head/devel/cgit/distinfo head/devel/cgit/pkg-plist Modified: head/devel/cgit/Makefile ============================================================================== --- head/devel/cgit/Makefile Wed Jan 20 23:41:19 2016 (r406815) +++ head/devel/cgit/Makefile Wed Jan 20 23:42:59 2016 (r406816) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cgit -PORTVERSION= 0.11.2 -PORTREVISION= 1 +PORTVERSION= 0.12 CATEGORIES= devel www MASTER_SITES= http://git.zx2c4.com/cgit/snapshot/:cgit \ https://www.kernel.org/pub/software/scm/git/:git @@ -16,11 +15,11 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING PROJECTHOST= git-core -GIT_VERSION= 2.3.3 +GIT_VERSION= 2.7.0 USES= cpe gmake iconv shebangfix tar:xz USE_OPENSSL= yes CPE_VENDOR= lars_hjemli -SHEBANG_FILES= filters/html-converters/resources/markdown.pl +SHEBANG_FILES= filters/html-converters/rst2html CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} Modified: head/devel/cgit/distinfo ============================================================================== --- head/devel/cgit/distinfo Wed Jan 20 23:41:19 2016 (r406815) +++ head/devel/cgit/distinfo Wed Jan 20 23:42:59 2016 (r406816) @@ -1,4 +1,4 @@ -SHA256 (cgit-0.11.2.tar.xz) = 2e126e770693d7296c7eb5eb83b809410aef29870bfe8f54da072a3f4d813e3b -SIZE (cgit-0.11.2.tar.xz) = 93556 -SHA256 (git-2.3.3.tar.gz) = c189e4a48d8805482f450db666330c79bcefae37e0d035c7717517126ddf4305 -SIZE (git-2.3.3.tar.gz) = 5203135 +SHA256 (cgit-0.12.tar.xz) = 2ee233849335a64529a01cf2b6165ed492e20268e6e2526d7a7529ef1e24a5b7 +SIZE (cgit-0.12.tar.xz) = 85152 +SHA256 (git-2.7.0.tar.gz) = db9df4435c70a9b25d20a9ee20d65101692dc907a5a4b30e8343c9ae1b913ead +SIZE (git-2.7.0.tar.gz) = 5622494 Modified: head/devel/cgit/pkg-plist ============================================================================== --- head/devel/cgit/pkg-plist Wed Jan 20 23:41:19 2016 (r406815) +++ head/devel/cgit/pkg-plist Wed Jan 20 23:42:59 2016 (r406816) @@ -6,8 +6,6 @@ lib/%%PORTNAME%%/filters/email-libravata lib/%%PORTNAME%%/filters/gentoo-ldap-authentication.lua lib/%%PORTNAME%%/filters/html-converters/man2html lib/%%PORTNAME%%/filters/html-converters/md2html -lib/%%PORTNAME%%/filters/html-converters/resources/markdown.pl -lib/%%PORTNAME%%/filters/html-converters/resources/rst-template.txt lib/%%PORTNAME%%/filters/html-converters/rst2html lib/%%PORTNAME%%/filters/html-converters/txt2html lib/%%PORTNAME%%/filters/owner-example.lua From owner-svn-ports-head@freebsd.org Thu Jan 21 01:42:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63F9FA8AA85; Thu, 21 Jan 2016 01:42:55 +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 3459E14FF; Thu, 21 Jan 2016 01:42:55 +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 u0L1gsHS012045; Thu, 21 Jan 2016 01:42:54 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0L1gsdI012044; Thu, 21 Jan 2016 01:42:54 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601210142.u0L1gsdI012044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 21 Jan 2016 01:42:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406818 - head/astro/gpsbabel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 01:42:55 -0000 Author: pawel Date: Thu Jan 21 01:42:54 2016 New Revision: 406818 URL: https://svnweb.freebsd.org/changeset/ports/406818 Log: Use options helpers Approved by: portmgr blanket Modified: head/astro/gpsbabel/Makefile Modified: head/astro/gpsbabel/Makefile ============================================================================== --- head/astro/gpsbabel/Makefile Thu Jan 21 01:24:44 2016 (r406817) +++ head/astro/gpsbabel/Makefile Thu Jan 21 01:42:54 2016 (r406818) @@ -26,12 +26,7 @@ OPTIONS_SUB= GUI GUI_ALL_TARGET= gui GUI_USE= QT4=gui,xml,network,webkit GUI_USE+= QT4=linguisttools_build,moc_build,rcc_build,uic_build - -.include - -.if ${PORT_OPTIONS:MGUI} -MAKE_JOBS_UNSAFE= yes -.endif +GUI_VARS= MAKE_JOBS_UNSAFE=yes post-patch: @${REINPLACE_CMD} '/langPath_ = / \ @@ -40,7 +35,8 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gpsbabel ${STAGEDIR}${PREFIX}/bin/ -.if ${PORT_OPTIONS:MGUI} + +do-install-GUI-on: ${INSTALL_PROGRAM} ${WRKSRC}/gui/objects/gpsbabelfe-bin \ ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/gui/gpsbabel.desktop \ @@ -49,6 +45,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/gui/*.qm ${STAGEDIR}${DATADIR}/translations/ ${INSTALL_DATA} ${WRKSRC}/gui/images/appicon.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/gpsbabel.png -.endif .include From owner-svn-ports-head@freebsd.org Thu Jan 21 03:27:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DD3DA896DC; Thu, 21 Jan 2016 03:27:38 +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 4A7801CDE; Thu, 21 Jan 2016 03:27:38 +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 u0L3RbHp045320; Thu, 21 Jan 2016 03:27:37 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0L3RbjC045317; Thu, 21 Jan 2016 03:27:37 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601210327.u0L3RbjC045317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 21 Jan 2016 03:27:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406819 - in head/devel/pure-stldict: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 03:27:38 -0000 Author: vanilla Date: Thu Jan 21 03:27:36 2016 New Revision: 406819 URL: https://svnweb.freebsd.org/changeset/ports/406819 Log: 1: Upgrade to 0.8. 2: remove USE_GCC, it's compilable with clang. Approved by: maintainer via twitter. Modified: head/devel/pure-stldict/Makefile head/devel/pure-stldict/distinfo head/devel/pure-stldict/files/patch-Makefile Modified: head/devel/pure-stldict/Makefile ============================================================================== --- head/devel/pure-stldict/Makefile Thu Jan 21 01:42:54 2016 (r406818) +++ head/devel/pure-stldict/Makefile Thu Jan 21 03:27:36 2016 (r406819) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pure-stldict -PORTVERSION= 0.5 -PORTREVISION= 4 +PORTVERSION= 0.8 CATEGORIES= devel MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ DIST_SUBDIR= pure @@ -14,9 +13,8 @@ COMMENT= Pure interface to C++ STL map/u LICENSE= GPLv3 LGPL3 LICENSE_COMB= dual -USES= pure +USES= pkgconfig pure -USE_GCC= yes CXXFLAGS+= -std=c++0x -DHAVE_STD_IS_PERMUTATION PORTDOCS= README Modified: head/devel/pure-stldict/distinfo ============================================================================== --- head/devel/pure-stldict/distinfo Thu Jan 21 01:42:54 2016 (r406818) +++ head/devel/pure-stldict/distinfo Thu Jan 21 03:27:36 2016 (r406819) @@ -1,2 +1,2 @@ -SHA256 (pure/pure-stldict-0.5.tar.gz) = 3c12b4e15d79955e28d025d62525685e3bdbf4a07a3849cffad82eeb578e022b -SIZE (pure/pure-stldict-0.5.tar.gz) = 64968 +SHA256 (pure/pure-stldict-0.8.tar.gz) = 5b894ae6dc574c7022258e2732bea649c82c959ec4d0be13fb5a3e8ba8488f28 +SIZE (pure/pure-stldict-0.8.tar.gz) = 69024 Modified: head/devel/pure-stldict/files/patch-Makefile ============================================================================== --- head/devel/pure-stldict/files/patch-Makefile Thu Jan 21 01:42:54 2016 (r406818) +++ head/devel/pure-stldict/files/patch-Makefile Thu Jan 21 03:27:36 2016 (r406819) @@ -1,27 +1,11 @@ ---- ./Makefile.orig 2012-03-22 19:47:34.000000000 +0100 -+++ ./Makefile 2014-01-04 17:44:05.000000000 +0100 -@@ -4,11 +4,11 @@ - - # platform-specific setup - --DLL = $(shell pkg-config pure --variable DLL) --PIC = $(shell pkg-config pure --variable PIC) --shared = $(shell pkg-config pure --variable shared) -+DLL = .so -+PIC = -fPIC -+shared = -shared - --libdir = $(shell pkg-config pure --variable libdir) -+libdir = $(prefix)/lib - installdir = $(addprefix $(DESTDIR), $(libdir)/pure) - - MOD_CXXFLAGS = $(PIC) $(shell pkg-config pure --cflags) $(CXXFLAGS) $(CPPFLAGS) -@@ -25,7 +25,7 @@ +--- Makefile.orig 2016-01-21 03:17:01 UTC ++++ Makefile +@@ -30,7 +30,7 @@ objects = $(patsubst %.cc, %$(DLL), $(cp all: $(objects) %$(DLL): %.cc -- g++ $(shared) -o $@ $(MOD_CXXFLAGS) $< $(MOD_LDFLAGS) $(LIBS) -+ $(CXX) $(shared) $(CPPFLAGS) $(CXXFLAGS) $(PIC) $< -o $@ $(LDFLAGS) -lpure $(LIBS) +- g++ $(shared) $(dllname) -o $@ $(MOD_CXXFLAGS) $< $(MOD_LDFLAGS) $(LIBS) ++ $(CXX) $(shared) $(dllname) -o $@ $(MOD_CXXFLAGS) $< $(MOD_LDFLAGS) $(LIBS) clean: rm -f *.o *$(DLL) examples/life *~ From owner-svn-ports-head@freebsd.org Thu Jan 21 03:28:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 475BDA89730; Thu, 21 Jan 2016 03:28:01 +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 180EA1DAE; Thu, 21 Jan 2016 03:28:01 +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 u0L3S0c9045445; Thu, 21 Jan 2016 03:28:00 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0L3S0GI045440; Thu, 21 Jan 2016 03:28:00 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601210328.u0L3S0GI045440@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 21 Jan 2016 03:28:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406820 - head/devel/pure-ffi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 03:28:01 -0000 Author: vanilla Date: Thu Jan 21 03:27:59 2016 New Revision: 406820 URL: https://svnweb.freebsd.org/changeset/ports/406820 Log: Upgrade to 0.14. Approved by: maintainer via twitter. Modified: head/devel/pure-ffi/Makefile head/devel/pure-ffi/distinfo Modified: head/devel/pure-ffi/Makefile ============================================================================== --- head/devel/pure-ffi/Makefile Thu Jan 21 03:27:36 2016 (r406819) +++ head/devel/pure-ffi/Makefile Thu Jan 21 03:27:59 2016 (r406820) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pure-ffi -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= devel MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ DIST_SUBDIR= pure @@ -15,7 +15,7 @@ LICENSE_COMB= dual LIB_DEPENDS+= libffi.so:${PORTSDIR}/devel/libffi -USES= pure +USES= pkgconfig pure PLIST_FILES= lib/pure/ffi.pure \ lib/pure/ffi.so Modified: head/devel/pure-ffi/distinfo ============================================================================== --- head/devel/pure-ffi/distinfo Thu Jan 21 03:27:36 2016 (r406819) +++ head/devel/pure-ffi/distinfo Thu Jan 21 03:27:59 2016 (r406820) @@ -1,2 +1,2 @@ -SHA256 (pure/pure-ffi-0.13.tar.gz) = 1c605ee261a6a8fe60684e764ba1f12dfd2e1e09290190411314b35a71a69636 -SIZE (pure/pure-ffi-0.13.tar.gz) = 39857 +SHA256 (pure/pure-ffi-0.14.tar.gz) = 0331f48efaae40af21b23cf286fd7eac0ea0a249d08fd97bf23246929c0ea71a +SIZE (pure/pure-ffi-0.14.tar.gz) = 27523 From owner-svn-ports-head@freebsd.org Thu Jan 21 04:03:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40E7EA8A52E; Thu, 21 Jan 2016 04:03:01 +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 EB0801EF1; Thu, 21 Jan 2016 04:03: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 u0L42xVw056809; Thu, 21 Jan 2016 04:02:59 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0L42x6U056806; Thu, 21 Jan 2016 04:02:59 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601210402.u0L42x6U056806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 21 Jan 2016 04:02:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406821 - in head/devel/pure-stllib: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 04:03:01 -0000 Author: vanilla Date: Thu Jan 21 04:02:59 2016 New Revision: 406821 URL: https://svnweb.freebsd.org/changeset/ports/406821 Log: 1: Upgrade to 0.6. 2: remove USE_GCC. Approved by: maintainer via twitter. Modified: head/devel/pure-stllib/Makefile head/devel/pure-stllib/distinfo head/devel/pure-stllib/files/patch-Makefile Modified: head/devel/pure-stllib/Makefile ============================================================================== --- head/devel/pure-stllib/Makefile Thu Jan 21 03:27:59 2016 (r406820) +++ head/devel/pure-stllib/Makefile Thu Jan 21 04:02:59 2016 (r406821) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= pure-stllib -PORTVERSION= 0.5 -PORTREVISION= 2 +PORTVERSION= 0.6 CATEGORIES= devel -MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://bitbucket.org/purelang/pure-lang/downloads/ DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com @@ -13,9 +12,7 @@ COMMENT= Pure interface to C++ STL map a LICENSE= BSD3CLAUSE -USES= pure pkgconfig - -USE_GCC= yes +USES= pkgconfig pure PORTDOCS= * Modified: head/devel/pure-stllib/distinfo ============================================================================== --- head/devel/pure-stllib/distinfo Thu Jan 21 03:27:59 2016 (r406820) +++ head/devel/pure-stllib/distinfo Thu Jan 21 04:02:59 2016 (r406821) @@ -1,2 +1,2 @@ -SHA256 (pure/pure-stllib-0.5.tar.gz) = 555d68f0d38905a4804116e5a6f37e14bec5bad3264c7b2beab3ab68b07beaef -SIZE (pure/pure-stllib-0.5.tar.gz) = 335191 +SHA256 (pure/pure-stllib-0.6.tar.gz) = 1d550764fc2f8ba6ddbd1fbd3da2d6965b69e2c992747265d9ebe4f16aa5e455 +SIZE (pure/pure-stllib-0.6.tar.gz) = 333766 Modified: head/devel/pure-stllib/files/patch-Makefile ============================================================================== --- head/devel/pure-stllib/files/patch-Makefile Thu Jan 21 03:27:59 2016 (r406820) +++ head/devel/pure-stllib/files/patch-Makefile Thu Jan 21 04:02:59 2016 (r406821) @@ -1,19 +1,11 @@ ---- ./Makefile.orig 2013-08-28 18:17:41.000000000 +0200 -+++ ./Makefile 2013-10-16 22:49:25.000000000 +0200 -@@ -17,12 +17,12 @@ +--- Makefile.orig 2014-03-23 10:09:16 UTC ++++ Makefile +@@ -17,7 +17,7 @@ installdir = $(addprefix $(DESTDIR), $( MOD_CXXFLAGS = $(PIC) $(shell pkg-config pure --cflags) $(CFLAGS) $(CPPFLAGS) MOD_LDFLAGS = $(shell pkg-config pure --libs) $(LDFLAGS) -CFLAGS = -g -O2 -Wall -Wextra +CFLAGS ?= -g -O2 -Wall -Wextra --ifeq "$(DLL)" ".dylib" -+#ifeq "$(DLL)" ".dylib" - # OSX may need this (untested) --DLL_FLAGS = -install_name "$(libdir)/pure/$@" --endif -+#DLL_FLAGS = -install_name "$(libdir)/pure/$@" -+#endif - - # Basic rules to build the module, clean, check, install and uninstall. - + ifeq "$(DLL)" ".dylib" + DLL_FLAGS = -install_name "$(libdir)/pure/$@" From owner-svn-ports-head@freebsd.org Thu Jan 21 05:20:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE03AA8BA6D; Thu, 21 Jan 2016 05:20:03 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF59F19CF; Thu, 21 Jan 2016 05:20:03 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0L5K2dA077276; Thu, 21 Jan 2016 05:20:02 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0L5K2ao077275; Thu, 21 Jan 2016 05:20:02 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201601210520.u0L5K2ao077275@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Thu, 21 Jan 2016 05:20:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406822 - head/games/nethack34 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 05:20:04 -0000 Author: glewis Date: Thu Jan 21 05:20:02 2016 New Revision: 406822 URL: https://svnweb.freebsd.org/changeset/ports/406822 Log: . Fix MASTER_SITES and thus fetch. PR: 206429 Submitted by: groot@kde.org Modified: head/games/nethack34/Makefile Modified: head/games/nethack34/Makefile ============================================================================== --- head/games/nethack34/Makefile Thu Jan 21 04:02:59 2016 (r406821) +++ head/games/nethack34/Makefile Thu Jan 21 05:20:02 2016 (r406822) @@ -5,7 +5,7 @@ PORTNAME= nethack34 PORTVERSION= 3.4.3 PORTREVISION= 9 CATEGORIES= games -MASTER_SITES= SF +MASTER_SITES= SF/${TRUEPORTNAME}/${TRUEPORTNAME}/${PORTVERSION} DISTNAME= ${TRUEPORTNAME}-${PORTVERSION:S/.//g}-src MAINTAINER= glewis@FreeBSD.org From owner-svn-ports-head@freebsd.org Thu Jan 21 05:22:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6741DA8BB97; Thu, 21 Jan 2016 05:22:40 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3719F1CB5; Thu, 21 Jan 2016 05:22:40 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0L5Mdud080024; Thu, 21 Jan 2016 05:22:39 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0L5MdDV080023; Thu, 21 Jan 2016 05:22:39 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201601210522.u0L5MdDV080023@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Thu, 21 Jan 2016 05:22:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406823 - head/games/nethack33 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 05:22:40 -0000 Author: glewis Date: Thu Jan 21 05:22:39 2016 New Revision: 406823 URL: https://svnweb.freebsd.org/changeset/ports/406823 Log: . Fix MASTER_SITES and thus fetch. Modified: head/games/nethack33/Makefile Modified: head/games/nethack33/Makefile ============================================================================== --- head/games/nethack33/Makefile Thu Jan 21 05:20:02 2016 (r406822) +++ head/games/nethack33/Makefile Thu Jan 21 05:22:39 2016 (r406823) @@ -5,7 +5,7 @@ PORTNAME= nethack33 PORTVERSION= 3.3.1 PORTREVISION= 11 CATEGORIES= games -MASTER_SITES= SF +MASTER_SITES= SF/${TRUEPORTNAME}/${TRUEPORTNAME}/${PORTVERSION} DISTNAME= ${TRUEPORTNAME}-${PORTVERSION:S/.//g} MAINTAINER= glewis@FreeBSD.org From owner-svn-ports-head@freebsd.org Thu Jan 21 05:25:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE404A8BCC7; Thu, 21 Jan 2016 05:25:45 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B9711DF2; Thu, 21 Jan 2016 05:25:45 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0L5PixI080234; Thu, 21 Jan 2016 05:25:44 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0L5PixR080232; Thu, 21 Jan 2016 05:25:44 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201601210525.u0L5PixR080232@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Thu, 21 Jan 2016 05:25:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406824 - head/java/openjdk8/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 05:25:46 -0000 Author: glewis Date: Thu Jan 21 05:25:44 2016 New Revision: 406824 URL: https://svnweb.freebsd.org/changeset/ports/406824 Log: . Unreak CCACHE PR: 205751 Submitted by: chris@chrullrich.net Added: head/java/openjdk8/files/patch-common-autoconf-build-performance.m4 (contents, props changed) head/java/openjdk8/files/patch-common-autoconf-generated-configure.sh (contents, props changed) Added: head/java/openjdk8/files/patch-common-autoconf-build-performance.m4 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk8/files/patch-common-autoconf-build-performance.m4 Thu Jan 21 05:25:44 2016 (r406824) @@ -0,0 +1,11 @@ +--- common/autoconf/build-performance.m4 Sat Oct 24 06:20:56 2015 -0700 ++++ common/autoconf/build-performance.m4 Wed Jan 20 21:11:23 2016 -0800 +@@ -212,7 +212,7 @@ + # Only use ccache if it is 3.1.4 or later, which supports + # precompiled headers. + AC_MSG_CHECKING([if ccache supports precompiled headers]) +- HAS_GOOD_CCACHE=`($CCACHE --version | head -n 1 | awk '{ split($3, a, "."); if (a@<:@1@:>@ >= 3 && (a@<:@2@:>@ > 1 || (a@<:@2@:>@ == 1 && a@<:@3@:>@ >= 4))) print "yes"; else print "no"; }') 2> /dev/null` ++ HAS_GOOD_CCACHE=`($CCACHE --version | head -n 1 | awk '{ split(@S|@3, a, "."); if (a@<:@1@:>@ >= 3 && (a@<:@2@:>@ > 1 || (a@<:@2@:>@ == 1 && a@<:@3@:>@ >= 4))) print "yes"; else print "no"; }') 2> /dev/null` + if test "x$HAS_GOOD_CCACHE" = xyes; then + AC_MSG_RESULT([no, disabling ccache]) + CCACHE= Added: head/java/openjdk8/files/patch-common-autoconf-generated-configure.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk8/files/patch-common-autoconf-generated-configure.sh Thu Jan 21 05:25:44 2016 (r406824) @@ -0,0 +1,11 @@ +--- common/autoconf/generated-configure.sh Sat Oct 24 06:20:56 2015 -0700 ++++ common/autoconf/generated-configure.sh Wed Jan 20 21:11:45 2016 -0800 +@@ -36324,7 +36324,7 @@ + # precompiled headers. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ccache supports precompiled headers" >&5 + $as_echo_n "checking if ccache supports precompiled headers... " >&6; } +- HAS_GOOD_CCACHE=`($CCACHE --version | head -n 1 | awk '{ split(, a, "."); if (a[1] >= 3 && (a[2] > 1 || (a[2] == 1 && a[3] >= 4))) print "yes"; else print "no"; }') 2> /dev/null` ++ HAS_GOOD_CCACHE=`($CCACHE --version | head -n 1 | awk '{ split($3, a, "."); if (a[1] >= 3 && (a[2] > 1 || (a[2] == 1 && a[3] >= 4))) print "yes"; else print "no"; }') 2> /dev/null` + if test "x$HAS_GOOD_CCACHE" = xyes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, disabling ccache" >&5 + $as_echo "no, disabling ccache" >&6; } From owner-svn-ports-head@freebsd.org Thu Jan 21 06:03:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82FFCA8AA7A; Thu, 21 Jan 2016 06:03:15 +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 3DD3010C3; Thu, 21 Jan 2016 06:03:15 +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 u0L63E9u091844; Thu, 21 Jan 2016 06:03:14 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0L63EXL091842; Thu, 21 Jan 2016 06:03:14 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601210603.u0L63EXL091842@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 21 Jan 2016 06:03:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406825 - head/x11-toolkits/pure-tk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 06:03:15 -0000 Author: vanilla Date: Thu Jan 21 06:03:14 2016 New Revision: 406825 URL: https://svnweb.freebsd.org/changeset/ports/406825 Log: Upgrade to 0.5. Approved by: maintainer via twitter. Modified: head/x11-toolkits/pure-tk/Makefile head/x11-toolkits/pure-tk/distinfo Modified: head/x11-toolkits/pure-tk/Makefile ============================================================================== --- head/x11-toolkits/pure-tk/Makefile Thu Jan 21 05:25:44 2016 (r406824) +++ head/x11-toolkits/pure-tk/Makefile Thu Jan 21 06:03:14 2016 (r406825) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= pure-tk -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= x11-toolkits -MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://bitbucket.org/purelang/pure-lang/downloads/ DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com @@ -12,27 +12,25 @@ COMMENT= Basic interface between Pure an LICENSE= BSD3CLAUSE -USES= pure tk:86+ +USES= pkgconfig pure tk:86+ -MAKE_ARGS+= tclvers=${TCL_VER} +#MAKE_ARGS+= tclvers=${TCL_VER} PLIST_FILES= lib/pure/gnocl.pure \ lib/pure/tk.so \ lib/pure/tk.pure +PORTDOCS= README +PORTEXAMPLES= * +OPTIONS_DEFINE= DOCS EXAMPLES + post-patch: ${REINPLACE_CMD} \ - -e "s|/usr/include|${LOCALBASE}/include|g" \ + -e "s|pkg-config tcl|pkg-config tk|" \ -e "s|-ltcl\$$(tclvers)|-ltcl${TCL_SHLIB_VER}|" \ -e "s|-ltk\$$(tclvers)|-ltk${TK_SHLIB_VER}|" \ ${WRKSRC}/Makefile -PORTDOCS= README - -PORTEXAMPLES= * - -OPTIONS_DEFINE= DOCS EXAMPLES - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/x11-toolkits/pure-tk/distinfo ============================================================================== --- head/x11-toolkits/pure-tk/distinfo Thu Jan 21 05:25:44 2016 (r406824) +++ head/x11-toolkits/pure-tk/distinfo Thu Jan 21 06:03:14 2016 (r406825) @@ -1,2 +1,2 @@ -SHA256 (pure/pure-tk-0.4.tar.gz) = 4d254af183974e307aaef73587e93e5f31df548a8f6824ef2db40bb5c46eede6 -SIZE (pure/pure-tk-0.4.tar.gz) = 33208 +SHA256 (pure/pure-tk-0.5.tar.gz) = 3b6e97e2d723d5a05bf25f4ac62068ac17a1fd81db03e1986366097bf071a516 +SIZE (pure/pure-tk-0.5.tar.gz) = 19732 From owner-svn-ports-head@freebsd.org Thu Jan 21 06:03:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 220D3A8AACE; Thu, 21 Jan 2016 06:03:37 +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 18E7A11B7; Thu, 21 Jan 2016 06:03:37 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 17E6F1C0E; Thu, 21 Jan 2016 06:03:37 +0000 (UTC) Date: Thu, 21 Jan 2016 06:03:37 +0000 From: Alexey Dokuchaev To: Kurt Jaeger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r406792 - in head/editors: . the the/files Message-ID: <20160121060336.GA86366@FreeBSD.org> References: <201601201859.u0KIxINd074757@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201601201859.u0KIxINd074757@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 06:03:37 -0000 On Wed, Jan 20, 2016 at 06:59:18PM +0000, Kurt Jaeger wrote: > New Revision: 406792 > URL: https://svnweb.freebsd.org/changeset/ports/406792 > > New port: editors/the > > In fact, this is a reanimation with a newer version. > [...] > > Added: > head/editors/the/ > - copied from r349686, head/editors/the/ Thanks for making a repocopy. > -PORTVERSION= 3.2 > -PORTREVISION= 1 > +PORTVERSION= 3.3.r4 > CATEGORIES= editors > -MASTER_SITES= SF/hessling-editor/hessling-editor/${PORTVERSION} > -DISTNAME= THE-${PORTVERSION} > +MASTER_SITES= http://downloads.sourceforge.net/hessling-editor/ > +DISTNAME= THE-${PORTVERSION:S/.r/RC/} PORTVERSION and DISTVERSION are mixed up here. DISTVERSION should be set to 3.3RC4, so default DISTFILE would work, and PORTVERSION would get that 3.3.r4 value automatically; consult b.p.m. around line 1286 to see how it works. > .if ${PORT_OPTIONS:MXCURSES} > CONFIGURE_ARGS+=--with-xcurses \ > --with-cursesincdir=${LOCALBASE}/include \ > --with-curseslibdir=${LOCALBASE}/lib > -BUILD_DEPENDS+= pdcurses-the>=3.2:${PORTSDIR}/devel/pdcurses-the > -LIB_DEPENDS+= XCurses.2:${PORTSDIR}/devel/pdcurses-the > +BUILD_DEPENDS+= pdcurses:${PORTSDIR}/devel/pdcurses > +LIB_DEPENDS+= libxcurses.so:${PORTSDIR}/devel/pdcurses You might want to consider using option helpers here (and below). > +pre-install: > + ${MKDIR} ${STAGEDIR}${DOCSDIR} > + ${INSTALL_DATA} ${WRKSRC}/*.html ${STAGEDIR}${DOCSDIR} > + ${INSTALL_DATA} ${WRKSRC}/the64.gif ${STAGEDIR}${DOCSDIR} > + ${INSTALL_DATA} ${WRKSRC}/the64.png ${STAGEDIR}${DOCSDIR} Bogus excessive whitespace; we don't do this type of indentation in ports. > post-install: > .if ${PORT_OPTIONS:MXCURSES} > - @${LN} -sf xthe ${PREFIX}/bin/the > + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xthe > + ${LN} -sf xthe ${STAGEDIR}${PREFIX}/bin/the Bogus whitespace again; consider using `post-install-XCURSES-on' target. ./danfe From owner-svn-ports-head@freebsd.org Thu Jan 21 06:07:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBD21A8ACF0; Thu, 21 Jan 2016 06:07:10 +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 9648D155B; Thu, 21 Jan 2016 06:07:10 +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 u0L6794c092088; Thu, 21 Jan 2016 06:07:09 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0L679Hc092086; Thu, 21 Jan 2016 06:07:09 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601210607.u0L679Hc092086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 21 Jan 2016 06:07:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406826 - head/x11-toolkits/pure-gtk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 06:07:10 -0000 Author: vanilla Date: Thu Jan 21 06:07:09 2016 New Revision: 406826 URL: https://svnweb.freebsd.org/changeset/ports/406826 Log: Upgrade to 0.13. Approved by: maintainer via twitter. Modified: head/x11-toolkits/pure-gtk/Makefile head/x11-toolkits/pure-gtk/distinfo Modified: head/x11-toolkits/pure-gtk/Makefile ============================================================================== --- head/x11-toolkits/pure-gtk/Makefile Thu Jan 21 06:03:14 2016 (r406825) +++ head/x11-toolkits/pure-gtk/Makefile Thu Jan 21 06:07:09 2016 (r406826) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= pure-gtk -PORTVERSION= 0.11 -PORTREVISION= 1 +PORTVERSION= 0.13 CATEGORIES= x11-toolkits -MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://bitbucket.org/purelang/pure-lang/downloads/ DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com @@ -20,7 +19,6 @@ USES= pkgconfig pure:ffi USE_GNOME= glib20 gtk20 atk pango PORTDOCS= README - PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES Modified: head/x11-toolkits/pure-gtk/distinfo ============================================================================== --- head/x11-toolkits/pure-gtk/distinfo Thu Jan 21 06:03:14 2016 (r406825) +++ head/x11-toolkits/pure-gtk/distinfo Thu Jan 21 06:07:09 2016 (r406826) @@ -1,2 +1,2 @@ -SHA256 (pure/pure-gtk-0.11.tar.gz) = 3537942f7560dd1f177e8eab4f5772a609b567db621610854ec54101a8163183 -SIZE (pure/pure-gtk-0.11.tar.gz) = 164521 +SHA256 (pure/pure-gtk-0.13.tar.gz) = e659ff1bc5809ce35b810f8ac3fb7e8cadaaef13996537d8632e2f86ed76d203 +SIZE (pure/pure-gtk-0.13.tar.gz) = 155095 From owner-svn-ports-head@freebsd.org Thu Jan 21 06:43:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9932A8BBD4; Thu, 21 Jan 2016 06:43:10 +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 A24F61802; Thu, 21 Jan 2016 06:43:10 +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 u0L6h9O6003604; Thu, 21 Jan 2016 06:43:09 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0L6h94f003600; Thu, 21 Jan 2016 06:43:09 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601210643.u0L6h94f003600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 21 Jan 2016 06:43:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406827 - head/devel/pure-stldict/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 06:43:11 -0000 Author: vanilla Date: Thu Jan 21 06:43:09 2016 New Revision: 406827 URL: https://svnweb.freebsd.org/changeset/ports/406827 Log: Fix build with gcc4.9. PR: 204385 Submitted by: gerald@, w.schwarzenfeld@aon.at Approved by: maintainer via twitter. Added: head/devel/pure-stldict/files/patch-hashdict.cc (contents, props changed) head/devel/pure-stldict/files/patch-orddict.cc (contents, props changed) Modified: head/devel/pure-stldict/files/patch-Makefile Modified: head/devel/pure-stldict/files/patch-Makefile ============================================================================== --- head/devel/pure-stldict/files/patch-Makefile Thu Jan 21 06:07:09 2016 (r406826) +++ head/devel/pure-stldict/files/patch-Makefile Thu Jan 21 06:43:09 2016 (r406827) @@ -1,4 +1,4 @@ ---- Makefile.orig 2016-01-21 03:17:01 UTC +--- Makefile.orig 2014-03-22 20:23:33 UTC +++ Makefile @@ -30,7 +30,7 @@ objects = $(patsubst %.cc, %$(DLL), $(cp all: $(objects) Added: head/devel/pure-stldict/files/patch-hashdict.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pure-stldict/files/patch-hashdict.cc Thu Jan 21 06:43:09 2016 (r406827) @@ -0,0 +1,11 @@ +--- hashdict.cc.orig 2016-01-21 06:37:40 UTC ++++ hashdict.cc +@@ -1,6 +1,8 @@ + + // This uses unordered_map, so a recent C++ library is required for now. + ++#include ++#include + #include + #include + #include Added: head/devel/pure-stldict/files/patch-orddict.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pure-stldict/files/patch-orddict.cc Thu Jan 21 06:43:09 2016 (r406827) @@ -0,0 +1,11 @@ +--- orddict.cc.orig 2016-01-21 06:38:47 UTC ++++ orddict.cc +@@ -1,6 +1,8 @@ + + // This is completely analogous to hashdict.cc (which see). + ++#include ++#include + #include + #include + #include From owner-svn-ports-head@freebsd.org Thu Jan 21 06:45:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA2E6A8BCE4; Thu, 21 Jan 2016 06:45:37 +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 8BABC1A3E; Thu, 21 Jan 2016 06:45:37 +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 u0L6jalQ003796; Thu, 21 Jan 2016 06:45:36 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0L6jaFH003795; Thu, 21 Jan 2016 06:45:36 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601210645.u0L6jaFH003795@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 21 Jan 2016 06:45:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406828 - head/devel/pure-stllib/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 06:45:37 -0000 Author: vanilla Date: Thu Jan 21 06:45:36 2016 New Revision: 406828 URL: https://svnweb.freebsd.org/changeset/ports/406828 Log: Fix build with gcc4.9. PR: 204387 Submitted by: gerald@ Approved by: maintainer via twitter. Added: head/devel/pure-stllib/files/patch-stlbase.hpp (contents, props changed) Added: head/devel/pure-stllib/files/patch-stlbase.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pure-stllib/files/patch-stlbase.hpp Thu Jan 21 06:45:36 2016 (r406828) @@ -0,0 +1,11 @@ +--- stlbase.hpp.orig 2016-01-21 06:40:43 UTC ++++ stlbase.hpp +@@ -17,6 +17,8 @@ included with the pure-stlvec distributi + #ifndef STLBASE_H + #define STLBASE_H + ++#include ++#include + #include + #include + #include From owner-svn-ports-head@freebsd.org Thu Jan 21 08:58:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8E20A8B110; Thu, 21 Jan 2016 08:58: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 B4E4A1113; Thu, 21 Jan 2016 08:58: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 u0L8wEBW041857; Thu, 21 Jan 2016 08:58:14 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0L8wEo4041855; Thu, 21 Jan 2016 08:58:14 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601210858.u0L8wEo4041855@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 21 Jan 2016 08:58:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406829 - head/www/elixir-phoenix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 08:58:16 -0000 Author: olgeni Date: Thu Jan 21 08:58:14 2016 New Revision: 406829 URL: https://svnweb.freebsd.org/changeset/ports/406829 Log: Upgrade www/elixir-phoenix to version 1.1.3. Modified: head/www/elixir-phoenix/Makefile head/www/elixir-phoenix/distinfo Modified: head/www/elixir-phoenix/Makefile ============================================================================== --- head/www/elixir-phoenix/Makefile Thu Jan 21 06:45:36 2016 (r406828) +++ head/www/elixir-phoenix/Makefile Thu Jan 21 08:58:14 2016 (r406829) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phoenix -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-phoenix/distinfo ============================================================================== --- head/www/elixir-phoenix/distinfo Thu Jan 21 06:45:36 2016 (r406828) +++ head/www/elixir-phoenix/distinfo Thu Jan 21 08:58:14 2016 (r406829) @@ -1,2 +1,2 @@ -SHA256 (phoenixframework-phoenix-v1.1.2_GH0.tar.gz) = bac5ab3dcd506db1c5ffba536b52841b536d8e99560d1a9358ddd8df362e968b -SIZE (phoenixframework-phoenix-v1.1.2_GH0.tar.gz) = 251976 +SHA256 (phoenixframework-phoenix-v1.1.3_GH0.tar.gz) = 5c46a50918e1e4ed9a5ff10936d26f54ef4be9300ea005169d967fb6e049005a +SIZE (phoenixframework-phoenix-v1.1.3_GH0.tar.gz) = 252166 From owner-svn-ports-head@freebsd.org Thu Jan 21 09:05:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47633A8B590; Thu, 21 Jan 2016 09:05:14 +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 14C6B1725; Thu, 21 Jan 2016 09:05:14 +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 u0L95DPl044815; Thu, 21 Jan 2016 09:05:13 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0L95CR7044813; Thu, 21 Jan 2016 09:05:12 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201601210905.u0L95CR7044813@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 21 Jan 2016 09:05:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406830 - head/net/ntp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 09:05:14 -0000 Author: cy Date: Thu Jan 21 09:05:12 2016 New Revision: 406830 URL: https://svnweb.freebsd.org/changeset/ports/406830 Log: Update 4.2.8p5 --> 4.2.8p6 Modified: head/net/ntp/Makefile head/net/ntp/distinfo Modified: head/net/ntp/Makefile ============================================================================== --- head/net/ntp/Makefile Thu Jan 21 08:58:14 2016 (r406829) +++ head/net/ntp/Makefile Thu Jan 21 09:05:12 2016 (r406830) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ntp -PORTVERSION= 4.2.8p5 +PORTVERSION= 4.2.8p6 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ http://archive.ntp.org/ntp4/ntp-4.2/ \ Modified: head/net/ntp/distinfo ============================================================================== --- head/net/ntp/distinfo Thu Jan 21 08:58:14 2016 (r406829) +++ head/net/ntp/distinfo Thu Jan 21 09:05:12 2016 (r406830) @@ -1,2 +1,2 @@ -SHA256 (ntp-4.2.8p5.tar.gz) = ca28baf4f6bb6fabdc1b62fd1dcec412be2e621192b40466a469a2496164f696 -SIZE (ntp-4.2.8p5.tar.gz) = 7138233 +SHA256 (ntp-4.2.8p6.tar.gz) = 583d0e1c573ace30a9c6afbea0fc52cae9c8c916dbc15c026e485a0dda4ba048 +SIZE (ntp-4.2.8p6.tar.gz) = 7152557 From owner-svn-ports-head@freebsd.org Thu Jan 21 09:08:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B194A8B652; Thu, 21 Jan 2016 09:08:08 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 68D62184C; Thu, 21 Jan 2016 09:08:08 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0L987C9045052; Thu, 21 Jan 2016 09:08:07 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0L987DB045050; Thu, 21 Jan 2016 09:08:07 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201601210908.u0L987DB045050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Thu, 21 Jan 2016 09:08:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406831 - head/devel/p5-Test-NoTabs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 09:08:08 -0000 Author: culot Date: Thu Jan 21 09:08:07 2016 New Revision: 406831 URL: https://svnweb.freebsd.org/changeset/ports/406831 Log: - Update to 1.4 - Add NO_ARCH Changes: http://search.cpan.org/dist/Test-NoTabs/Changes Modified: head/devel/p5-Test-NoTabs/Makefile head/devel/p5-Test-NoTabs/distinfo Modified: head/devel/p5-Test-NoTabs/Makefile ============================================================================== --- head/devel/p5-Test-NoTabs/Makefile Thu Jan 21 09:05:12 2016 (r406830) +++ head/devel/p5-Test-NoTabs/Makefile Thu Jan 21 09:08:07 2016 (r406831) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Test-NoTabs -PORTVERSION= 1.3 -PORTREVISION= 1 +PORTVERSION= 1.4 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BOBTFISH @@ -15,6 +14,7 @@ COMMENT= Check the presence of tabs in y LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Test-NoTabs/distinfo ============================================================================== --- head/devel/p5-Test-NoTabs/distinfo Thu Jan 21 09:05:12 2016 (r406830) +++ head/devel/p5-Test-NoTabs/distinfo Thu Jan 21 09:08:07 2016 (r406831) @@ -1,2 +1,2 @@ -SHA256 (Test-NoTabs-1.3.tar.gz) = 9c3ed0129c0e335fd4818f06a2e788a14c9ef0038b6fd873b28749fa2e90fb19 -SIZE (Test-NoTabs-1.3.tar.gz) = 30677 +SHA256 (Test-NoTabs-1.4.tar.gz) = 1231f42aca5c62f7ae9c605b7ceb2caecd9cf1e9fd7f23f6fd998d416f83b098 +SIZE (Test-NoTabs-1.4.tar.gz) = 32904 From owner-svn-ports-head@freebsd.org Thu Jan 21 09:08:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B665A8B688; Thu, 21 Jan 2016 09:08:30 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 313061973; Thu, 21 Jan 2016 09:08:30 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0L98Tee045209; Thu, 21 Jan 2016 09:08:29 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0L98TUF045207; Thu, 21 Jan 2016 09:08:29 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201601210908.u0L98TUF045207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 21 Jan 2016 09:08:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406832 - in head/dns/sshfp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 09:08:30 -0000 Author: ehaupt Date: Thu Jan 21 09:08:28 2016 New Revision: 406832 URL: https://svnweb.freebsd.org/changeset/ports/406832 Log: - Fix with python2.7 - Use shebangfix macro instead of manual shebang patching Added: head/dns/sshfp/files/ head/dns/sshfp/files/patch-sshfp (contents, props changed) Modified: head/dns/sshfp/Makefile Modified: head/dns/sshfp/Makefile ============================================================================== --- head/dns/sshfp/Makefile Thu Jan 21 09:08:07 2016 (r406831) +++ head/dns/sshfp/Makefile Thu Jan 21 09:08:28 2016 (r406832) @@ -3,6 +3,7 @@ PORTNAME= sshfp PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= dns security MAINTAINER= ehaupt@FreeBSD.org @@ -15,17 +16,13 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dns/_ ${PYTHON_PKGNAMEPREFIX}ipcalc>=0.6:${PORTSDIR}/net-mgmt/py-ipcalc \ ${PYTHON_SITELIBDIR}/ldns.py:${PORTSDIR}/dns/py-ldns -USES= python +USES= python shebangfix NO_BUILD= yes USE_GITHUB= yes GH_ACCOUNT= xelerance PY_FILES= sshfp dane - -post-patch: -.for f in ${PY_FILES} daneldnsx.py - @${REINPLACE_CMD} -e '1s|.*|#!${PYTHON_CMD}|' ${WRKSRC}/${f} -.endfor +SHEBANG_FILES= daneldnsx.py ${PY_FILES} do-install: .for f in ${PY_FILES} Added: head/dns/sshfp/files/patch-sshfp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/sshfp/files/patch-sshfp Thu Jan 21 09:08:28 2016 (r406832) @@ -0,0 +1,29 @@ +--- sshfp.orig 2016-01-21 09:01:28 UTC ++++ sshfp +@@ -129,7 +129,7 @@ def sshfp_from_file(khfile, wantedHosts) + fingerprints.append(process_records(data, wantedHosts)) + return "\n".join(fingerprints) + +-def check_keytype(keytype): ++def check_keytype(keytype, hostname): + global algos + for algo in algos: + if "ssh-%s" % algo[:-1] == keytype[:-1]: +@@ -141,7 +141,7 @@ def check_keytype(keytype): + def process_record(record, hostname): + (host, keytype, key) = record.split(" ") + key = key.rstrip() +- if check_keytype(keytype): ++ if check_keytype(keytype, hostname): + record = create_sshfp(hostname, keytype, key) + return record + return "" +@@ -168,7 +168,7 @@ def process_records(data, hostnames): + if "," in host: + host = host.split(",")[0] + if all_hosts or host in hostnames or host == hostnames: +- if not check_keytype(keytype): ++ if not check_keytype(keytype, host): + continue + all_records.append(create_sshfp(host, keytype, key)) + if all_records: From owner-svn-ports-head@freebsd.org Thu Jan 21 09:13:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34834A8B8B4; Thu, 21 Jan 2016 09:13:06 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 068AF1D01; Thu, 21 Jan 2016 09:13:05 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0L9D5GH048029; Thu, 21 Jan 2016 09:13:05 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0L9D4xu048027; Thu, 21 Jan 2016 09:13:04 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201601210913.u0L9D4xu048027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Thu, 21 Jan 2016 09:13:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406833 - head/devel/p5-Term-Sk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 09:13:06 -0000 Author: culot Date: Thu Jan 21 09:13:04 2016 New Revision: 406833 URL: https://svnweb.freebsd.org/changeset/ports/406833 Log: - Update to 0.18 - Shorten COMMENT - Add NO_ARCH Changes: http://search.cpan.org/dist/Term-Sk/Changes Modified: head/devel/p5-Term-Sk/Makefile head/devel/p5-Term-Sk/distinfo Modified: head/devel/p5-Term-Sk/Makefile ============================================================================== --- head/devel/p5-Term-Sk/Makefile Thu Jan 21 09:08:28 2016 (r406832) +++ head/devel/p5-Term-Sk/Makefile Thu Jan 21 09:13:04 2016 (r406833) @@ -1,19 +1,19 @@ # $FreeBSD$ PORTNAME= Term-Sk -PORTVERSION= 0.14 -PORTREVISION= 1 +PORTVERSION= 0.18 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KEICHNER PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org -COMMENT= Perl extension to display a progress indicator on a terminal +COMMENT= Display a progress indicator on a terminal LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Term-Sk/distinfo ============================================================================== --- head/devel/p5-Term-Sk/distinfo Thu Jan 21 09:08:28 2016 (r406832) +++ head/devel/p5-Term-Sk/distinfo Thu Jan 21 09:13:04 2016 (r406833) @@ -1,2 +1,2 @@ -SHA256 (Term-Sk-0.14.tar.gz) = 0e177d9cb293875e495039b3b232b54a92e2a7de97233d6d8c67a87fc8a84183 -SIZE (Term-Sk-0.14.tar.gz) = 10533 +SHA256 (Term-Sk-0.18.tar.gz) = f2e491796061205b08688802b287792d7d803b08972339fb1070ba05612af885 +SIZE (Term-Sk-0.18.tar.gz) = 18491 From owner-svn-ports-head@freebsd.org Thu Jan 21 09:18:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41D70A8BAF7; Thu, 21 Jan 2016 09:18:04 +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 0F96B1FF0; Thu, 21 Jan 2016 09:18:03 +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 u0L9I2LJ048283; Thu, 21 Jan 2016 09:18:02 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0L9I2MA048281; Thu, 21 Jan 2016 09:18:02 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201601210918.u0L9I2MA048281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 21 Jan 2016 09:18:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406834 - head/net/ntp-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 09:18:04 -0000 Author: cy Date: Thu Jan 21 09:18:02 2016 New Revision: 406834 URL: https://svnweb.freebsd.org/changeset/ports/406834 Log: Update 4.3.89 --> 4.3.90 Modified: head/net/ntp-devel/Makefile head/net/ntp-devel/distinfo Modified: head/net/ntp-devel/Makefile ============================================================================== --- head/net/ntp-devel/Makefile Thu Jan 21 09:13:04 2016 (r406833) +++ head/net/ntp-devel/Makefile Thu Jan 21 09:18:02 2016 (r406834) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ntp -PORTVERSION= 4.3.89 +PORTVERSION= 4.3.90 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \ http://archive.ntp.org/ntp4/ntp-dev/ Modified: head/net/ntp-devel/distinfo ============================================================================== --- head/net/ntp-devel/distinfo Thu Jan 21 09:13:04 2016 (r406833) +++ head/net/ntp-devel/distinfo Thu Jan 21 09:18:02 2016 (r406834) @@ -1,2 +1,2 @@ -SHA256 (ntp-dev-4.3.89.tar.gz) = 0035d0a69e68d2834d47d25272a176e5824557363e84580e7ac25c673baa8199 -SIZE (ntp-dev-4.3.89.tar.gz) = 6986368 +SHA256 (ntp-dev-4.3.90.tar.gz) = b9a927b33cc71196923b5043df4c7e9e012ad1256a983ead68e9f8f76fe62484 +SIZE (ntp-dev-4.3.90.tar.gz) = 7013839 From owner-svn-ports-head@freebsd.org Thu Jan 21 09:20:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56431A8BBF7; Thu, 21 Jan 2016 09:20:16 +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 29A6E1159; Thu, 21 Jan 2016 09:20:16 +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 u0L9KFQa048516; Thu, 21 Jan 2016 09:20:15 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0L9KFbt048514; Thu, 21 Jan 2016 09:20:15 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201601210920.u0L9KFbt048514@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Thu, 21 Jan 2016 09:20:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406835 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 09:20:16 -0000 Author: gerald Date: Thu Jan 21 09:20:14 2016 New Revision: 406835 URL: https://svnweb.freebsd.org/changeset/ports/406835 Log: Update to the 20160117 development 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 Thu Jan 21 09:18:02 2016 (r406834) +++ head/lang/gcc6-devel/Makefile Thu Jan 21 09:20:14 2016 (r406835) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.0.0.s20160110 +PORTVERSION= 6.0.0.s20160117 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Thu Jan 21 09:18:02 2016 (r406834) +++ head/lang/gcc6-devel/distinfo Thu Jan 21 09:20:14 2016 (r406835) @@ -1,2 +1,2 @@ -SHA256 (gcc-6-20160110.tar.bz2) = 943ed6c5ecb2fcd1c98e450815fb235a4dc00dcd0299ae985f41e14bdaf0653b -SIZE (gcc-6-20160110.tar.bz2) = 94041839 +SHA256 (gcc-6-20160117.tar.bz2) = 3c087e6f015a93e1bf2ab9986c3cd389de33442c6766a6cc641be36534c31c8a +SIZE (gcc-6-20160117.tar.bz2) = 94335216 From owner-svn-ports-head@freebsd.org Thu Jan 21 09:29:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D33CA8BEE7; Thu, 21 Jan 2016 09:29: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 4F64217BE; Thu, 21 Jan 2016 09:29: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 u0L9T1fb051513; Thu, 21 Jan 2016 09:29:01 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0L9T1pu051512; Thu, 21 Jan 2016 09:29:01 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201601210929.u0L9T1pu051512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 21 Jan 2016 09:29:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406837 - head/devel/libnxt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 09:29:02 -0000 Author: marino Date: Thu Jan 21 09:29:01 2016 New Revision: 406837 URL: https://svnweb.freebsd.org/changeset/ports/406837 Log: devel/libtxt: convert manual scons to USES=scons Approved by: infrastructure blanket Modified: head/devel/libnxt/Makefile Modified: head/devel/libnxt/Makefile ============================================================================== --- head/devel/libnxt/Makefile Thu Jan 21 09:20:29 2016 (r406836) +++ head/devel/libnxt/Makefile Thu Jan 21 09:29:01 2016 (r406837) @@ -12,13 +12,10 @@ COMMENT= Lego NXT library BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons SUB_FILES= pkg-message -USES= python:build shebangfix +USES= python:build scons shebangfix USE_LDCONFIG= yes SHEBANG_FILES= make_flash_header.py -do-build: - (cd ${WRKSRC}; scons) - do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/libnxt ${INSTALL_PROGRAM} ${WRKSRC}/fwflash ${STAGEDIR}${PREFIX}/bin From owner-svn-ports-head@freebsd.org Thu Jan 21 09:31:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F21AAA8BFAD; Thu, 21 Jan 2016 09:31:00 +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 C9BE01A21; Thu, 21 Jan 2016 09:31:00 +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 u0L9UxLd051670; Thu, 21 Jan 2016 09:30:59 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0L9UxaF051668; Thu, 21 Jan 2016 09:30:59 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201601210930.u0L9UxaF051668@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Thu, 21 Jan 2016 09:30:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406838 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 09:31:01 -0000 Author: delphij Date: Thu Jan 21 09:30:59 2016 New Revision: 406838 URL: https://svnweb.freebsd.org/changeset/ports/406838 Log: Document NTP multiple vulnerabilities. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jan 21 09:29:01 2016 (r406837) +++ head/security/vuxml/vuln.xml Thu Jan 21 09:30:59 2016 (r406838) @@ -58,6 +58,80 @@ Notes: --> + + ntp -- multiple vulnerabilities + + + ntp + 4.2.8p6 + + + ntp-devel + 4.3.90 + + + + +

Network Time Foundation reports:

+
+

NTF's NTP Project has been notified of the following low- + and medium-severity vulnerabilities that are fixed in + ntp-4.2.8p6, released on Tuesday, 19 January 2016:

+
    +
  • Bug 2948 / CVE-2015-8158: Potential Infinite Loop + in ntpq. Reported by Cisco ASIG.
  • +
  • Bug 2945 / CVE-2015-8138: origin: Zero Origin + Timestamp Bypass. Reported by Cisco ASIG.
  • +
  • Bug 2942 / CVE-2015-7979: Off-path Denial of + Service (DoS) attack on authenticated broadcast + mode. Reported by Cisco ASIG.
  • +
  • Bug 2940 / CVE-2015-7978: Stack exhaustion in + recursive traversal of restriction list. + Reported by Cisco ASIG.
  • +
  • Bug 2939 / CVE-2015-7977: reslist NULL pointer + dereference. Reported by Cisco ASIG.
  • +
  • Bug 2938 / CVE-2015-7976: ntpq saveconfig command + allows dangerous characters in filenames. + Reported by Cisco ASIG.
  • +
  • Bug 2937 / CVE-2015-7975: nextvar() missing length + check. Reported by Cisco ASIG.
  • +
  • Bug 2936 / CVE-2015-7974: Skeleton Key: Missing + key check allows impersonation between authenticated + peers. Reported by Cisco ASIG.
  • +
  • Bug 2935 / CVE-2015-7973: Deja Vu: Replay attack on + authenticated broadcast mode. Reported by Cisco ASIG.
  • +
+

Additionally, mitigations are published for the following + two issues:

+
    +
  • Bug 2947 / CVE-2015-8140: ntpq vulnerable to replay + attacks. Reported by Cisco ASIG.
  • +
  • Bug 2946 / CVE-2015-8139: Origin Leak: ntpq and ntpdc, + disclose origin. Reported by Cisco ASIG.
  • +
+
+ +
+ + CVE-2015-7973 + CVE-2015-7974 + CVE-2015-7975 + CVE-2015-7976 + CVE-2015-7977 + CVE-2015-7978 + CVE-2015-7979 + CVE-2015-8138 + CVE-2015-8139 + CVE-2015-8140 + CVE-2015-8158 + http://support.ntp.org/bin/view/Main/SecurityNotice#January_2016_NTP_4_2_8p6_Securit + + + 2016-01-20 + 2016-01-21 + +
+ cgit -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Thu Jan 21 09:32:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9EEDA89004; Thu, 21 Jan 2016 09:32:23 +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 B47D11BF2; Thu, 21 Jan 2016 09:32: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 u0L9WMkT054362; Thu, 21 Jan 2016 09:32:22 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0L9WMi2054361; Thu, 21 Jan 2016 09:32:22 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201601210932.u0L9WMi2054361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 21 Jan 2016 09:32:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406839 - head/devel/libnxt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 09:32:24 -0000 Author: marino Date: Thu Jan 21 09:32:22 2016 New Revision: 406839 URL: https://svnweb.freebsd.org/changeset/ports/406839 Log: devel/libnxt: Remove redundant BUILD_DEPENDS This was forgotten in previous commit. Modified: head/devel/libnxt/Makefile Modified: head/devel/libnxt/Makefile ============================================================================== --- head/devel/libnxt/Makefile Thu Jan 21 09:30:59 2016 (r406838) +++ head/devel/libnxt/Makefile Thu Jan 21 09:32:22 2016 (r406839) @@ -9,8 +9,6 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= bacon4000@gmail.com COMMENT= Lego NXT library -BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons - SUB_FILES= pkg-message USES= python:build scons shebangfix USE_LDCONFIG= yes From owner-svn-ports-head@freebsd.org Thu Jan 21 10:05:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD480A882E4; Thu, 21 Jan 2016 10:05:36 +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 A1F061EB7; Thu, 21 Jan 2016 10:05:36 +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 u0LA5ZlR063434; Thu, 21 Jan 2016 10:05:35 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LA5ZKb063428; Thu, 21 Jan 2016 10:05:35 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201601211005.u0LA5ZKb063428@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 21 Jan 2016 10:05:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406840 - in head/games: mvdsv mvdsv/files qwdtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 10:05:37 -0000 Author: danfe Date: Thu Jan 21 10:05:35 2016 New Revision: 406840 URL: https://svnweb.freebsd.org/changeset/ports/406840 Log: - Update `games/mvdsv' port to version 0.30 - Do not set DISTNAME, let the framework pick it for us - Stop "configuring" the build, the most substantial part of which was to determine system endianness (by compiling and running simple program); this is not just bogus, but does not work with anticipated cross-builds - Unbreak the build of `games/qwdtools' slave port Added: head/games/mvdsv/files/patch-build_make_Makefile.BSD - copied, changed from r406839, head/games/mvdsv/files/patch-Makefile.BSD head/games/mvdsv/files/patch-src_bothdefs.h (contents, props changed) head/games/mvdsv/files/patch-tools_qwdtools_source_Makefile.BSD (contents, props changed) Deleted: head/games/mvdsv/files/patch-Makefile.BSD Modified: head/games/mvdsv/Makefile head/games/mvdsv/distinfo head/games/qwdtools/Makefile Modified: head/games/mvdsv/Makefile ============================================================================== --- head/games/mvdsv/Makefile Thu Jan 21 09:32:22 2016 (r406839) +++ head/games/mvdsv/Makefile Thu Jan 21 10:05:35 2016 (r406840) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME?= mvdsv -PORTVERSION= 0.29 +PORTVERSION= 0.30 DISTVERSIONPREFIX= v PORTEPOCH= 2 CATEGORIES?= games -DISTNAME= mvdsv_${PORTVERSION}-sources MAINTAINER= danfe@FreeBSD.org COMMENT?= Enhanced QuakeWorld server with multi-view demos capability @@ -16,9 +15,9 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= deurk -HAS_CONFIGURE= yes -CONFIGURE_ARGS= ${OPSYS} ${ARCH:C/.*(64)/\1/} -ALL_TARGET= ${PORTNAME} +BUILD_WRKSRC?= ${WRKSRC}/build/make +MAKEFILE= Makefile.BSD +MAKE_ARGS= UNAME=${OPSYS} PLIST_FILES= bin/${PORTNAME} @@ -38,10 +37,11 @@ KQUEUE_MAKE_ARGS_OFF= -DNOKQUEUE ASM_MAKE_ARGS_OFF= -DWITHOUT_X86_ASM post-patch: - @${REINPLACE_CMD} -e 's,gcc,${CC},' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's,^inline ,,' ${WRKSRC}/source/sv_sys_unix.c + @${REINPLACE_CMD} -e 's,^inline ,,' ${WRKSRC}/src/sv_sys_unix.c + @${REINPLACE_CMD} -e '/#include/s,/source,/src,' \ + ${WRKSRC}/tools/qwdtools/source/defs.h do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Modified: head/games/mvdsv/distinfo ============================================================================== --- head/games/mvdsv/distinfo Thu Jan 21 09:32:22 2016 (r406839) +++ head/games/mvdsv/distinfo Thu Jan 21 10:05:35 2016 (r406840) @@ -1,2 +1,2 @@ -SHA256 (mvdsv_0.29-sources_GH0.tar.gz) = 7d7d73da029315b0ab3761b9dcbf97eefb7640d0e3868fbe4763fc20550b5f12 -SIZE (mvdsv_0.29-sources_GH0.tar.gz) = 696126 +SHA256 (deurk-mvdsv-v0.30_GH0.tar.gz) = 6ebcca9b9807f72eda090ee618587e4b7b6d0f51447f59aec86eae4d4e218486 +SIZE (deurk-mvdsv-v0.30_GH0.tar.gz) = 664943 Copied and modified: head/games/mvdsv/files/patch-build_make_Makefile.BSD (from r406839, head/games/mvdsv/files/patch-Makefile.BSD) ============================================================================== --- head/games/mvdsv/files/patch-Makefile.BSD Thu Jan 21 09:32:22 2016 (r406839, copy source) +++ head/games/mvdsv/files/patch-build_make_Makefile.BSD Thu Jan 21 10:05:35 2016 (r406840) @@ -1,6 +1,15 @@ ---- ./Makefile.BSD.orig 2009-09-24 22:16:17.000000000 +0200 -+++ ./Makefile.BSD 2013-05-05 23:13:58.797891197 +0200 -@@ -97,7 +97,7 @@ +--- build/make/Makefile.BSD.orig 2011-10-06 07:24:17 UTC ++++ build/make/Makefile.BSD +@@ -17,7 +17,7 @@ SV_DIR = ../../src + # for gcc its like: make mvdsv FORCE32BITFLAGS=-m32 + # configure script add FORCE32BITFLAGS=-m32 + +-DO_CFLAGS = ${CFLAGS} -Wall -pipe -pthread -funsigned-char -DUSE_PR2 -D${BYTE_ORDER}Q__ ${FORCE32BITFLAGS} ++DO_CFLAGS = ${CFLAGS} -Wall -pipe -pthread -funsigned-char -DUSE_PR2 ${FORCE32BITFLAGS} + + .if !defined(NOKQUEUE) && (${UNAME} == "FreeBSD" || ${UNAME} == "DragonFly") + DO_CFLAGS += -DKQUEUE +@@ -94,7 +94,7 @@ SV_OBJS = \ ${SV_DIR}/pcre/get.o \ ${SV_DIR}/pcre/pcre.o @@ -9,16 +18,7 @@ SV_ASM_OBJS = \ ${SV_DIR}/bothtoolsa.o \ ${SV_DIR}/math.o -@@ -119,7 +119,7 @@ - ${QWDTOOLS_DIR}/sync.o \ - ${QWDTOOLS_DIR}/tools.o - --.if ${USE_ASM} == ${ASM} -+.if defined(ASM) && ${USE_ASM} == ${ASM} - QWDTOOLS_ASM_OBJS = \ - ${SV_DIR}/bothtoolsa.o - .endif -@@ -129,10 +129,10 @@ +@@ -105,10 +105,10 @@ SV_ASM_OBJS = \ ############################################################################# .c.o: @@ -29,5 +29,5 @@ - ${CC} ${DO_CFLAGS} -DELF -x assembler-with-cpp -c $< -o $*.o + ${CC} ${DO_CFLAGS} -DELF -x assembler-with-cpp -c $< -o $@ - all: mvdsv qwdtools - ${STRIP} ${STRIP_FLAGS} mvdsv qwdtools + all: mvdsv + ${STRIP} ${STRIP_FLAGS} mvdsv Added: head/games/mvdsv/files/patch-src_bothdefs.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/mvdsv/files/patch-src_bothdefs.h Thu Jan 21 10:05:35 2016 (r406840) @@ -0,0 +1,27 @@ +--- src/bothdefs.h.orig 2011-10-06 07:24:17 UTC ++++ src/bothdefs.h +@@ -174,21 +174,21 @@ float FloatSwap (float f); + } /* extern "C" */ + #endif + +-#ifdef __BIG_ENDIAN__Q__ ++#if _BYTE_ORDER == _BIG_ENDIAN + #define BigShort(x) (x) + #define BigLong(x) (x) + #define BigFloat(x) (x) + #define LittleShort(x) ShortSwap(x) + #define LittleLong(x) LongSwap(x) + #define LittleFloat(x) FloatSwap(x) +-#elif defined(__LITTLE_ENDIAN__Q__) ++#elif _BYTE_ORDER == _LITTLE_ENDIAN + #define BigShort(x) ShortSwap(x) + #define BigLong(x) LongSwap(x) + #define BigFloat(x) FloatSwap(x) + #define LittleShort(x) (x) + #define LittleLong(x) (x) + #define LittleFloat(x) (x) +-#elif defined(__PDP_ENDIAN__Q__) ++#elif _BYTE_ORDER == _PDP_ENDIAN + int LongSwapPDP2Big (int l); + int LongSwapPDP2Lit (int l); + float FloatSwapPDP2Big (float f); Added: head/games/mvdsv/files/patch-tools_qwdtools_source_Makefile.BSD ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/mvdsv/files/patch-tools_qwdtools_source_Makefile.BSD Thu Jan 21 10:05:35 2016 (r406840) @@ -0,0 +1,45 @@ +--- tools/qwdtools/source/Makefile.BSD.orig 2011-10-06 07:24:17 UTC ++++ tools/qwdtools/source/Makefile.BSD +@@ -12,18 +12,14 @@ + # + + MAINDIR = ../../.. +-SV_DIR = $(MAINDIR)/source ++SV_DIR = $(MAINDIR)/src + QWDTOOLS_DIR = $(MAINDIR)/tools/qwdtools/source + + # To compile qwdtools as 32bit on 64bit target platform use next: + # for gcc its like: make qwdtools FORCE32BITFLAGS=-m32 + # configure script add FORCE32BITFLAGS=-m32 + +-DO_CFLAGS = ${CFLAGS} -Wall -pipe -pthread -funsigned-char -DUSE_PR2 -D${BYTE_ORDER}Q__ ${FORCE32BITFLAGS} +- +-.if !defined(NOKQUEUE) && (${UNAME} == "FreeBSD" || ${UNAME} == "DragonFly") +-DO_CFLAGS += -DKQUEUE +-.endif ++DO_CFLAGS = ${CFLAGS} -Wall -pipe -pthread -funsigned-char -DUSE_PR2 ${FORCE32BITFLAGS} + + WITH_OPTIMIZED_CFLAGS = YES + +@@ -60,7 +56,7 @@ QWDTOOLS_OBJS = \ + ${QWDTOOLS_DIR}/sync.o \ + ${QWDTOOLS_DIR}/tools.o + +-.if ${USE_ASM} == ${ASM} ++.if defined(ASM) && ${USE_ASM} == ${ASM} + QWDTOOLS_ASM_OBJS = \ + ${SV_DIR}/bothtoolsa.o + .endif +@@ -70,10 +66,10 @@ QWDTOOLS_ASM_OBJS = \ + ############################################################################# + + .c.o: +- ${CC} ${DO_CFLAGS} -c $< -o $*.o ++ ${CC} ${DO_CFLAGS} -c $< -o $@ + + .s.o: +- ${CC} ${DO_CFLAGS} -DELF -x assembler-with-cpp -c $< -o $*.o ++ ${CC} ${DO_CFLAGS} -DELF -x assembler-with-cpp -c $< -o $@ + + all: qwdtools + ${STRIP} ${STRIP_FLAGS} qwdtools Modified: head/games/qwdtools/Makefile ============================================================================== --- head/games/qwdtools/Makefile Thu Jan 21 09:32:22 2016 (r406839) +++ head/games/qwdtools/Makefile Thu Jan 21 10:05:35 2016 (r406840) @@ -7,8 +7,9 @@ COMMENT= Convert QuakeWorld demos from Q DESCR= ${.CURDIR}/pkg-descr PKGMESSAGE= /nonexistent -MASTERDIR= ${.CURDIR}/../mvdsv +BUILD_WRKSRC= ${WRKSRC}/tools/qwdtools/source +GH_PROJECT= mvdsv -BROKEN= fails to patch +MASTERDIR= ${.CURDIR}/../mvdsv .include "${MASTERDIR}/Makefile" From owner-svn-ports-head@freebsd.org Thu Jan 21 10:09:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE1B1A88532; Thu, 21 Jan 2016 10:09:42 +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 9EE5E106D; Thu, 21 Jan 2016 10:09:42 +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 u0LA9fqu063647; Thu, 21 Jan 2016 10:09:41 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LA9fMr063646; Thu, 21 Jan 2016 10:09:41 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601211009.u0LA9fMr063646@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 21 Jan 2016 10:09:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406841 - head/audio/quimup/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 10:09:42 -0000 Author: rakuco Date: Thu Jan 21 10:09:41 2016 New Revision: 406841 URL: https://svnweb.freebsd.org/changeset/ports/406841 Log: Add patch to fix the build with the upcoming Qt 5.5.1. Basically a case of include what you use. Added: head/audio/quimup/files/patch-src_qtlocalpeer.cpp (contents, props changed) Added: head/audio/quimup/files/patch-src_qtlocalpeer.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/quimup/files/patch-src_qtlocalpeer.cpp Thu Jan 21 10:09:41 2016 (r406841) @@ -0,0 +1,25 @@ +Fix the build with Qt >= 5.5: + +src/qtlocalpeer.cpp:157:17: error: variable has incomplete type 'QDataStream' + QDataStream ds(&socket); + ^ +/usr/local/include/qt5/QtCore/qglobal.h:570:7: note: forward declaration of 'QDataStream' +class QDataStream; + ^ +src/qtlocalpeer.cpp:177:17: error: variable has incomplete type 'QDataStream' + QDataStream ds(socket); + ^ +/usr/local/include/qt5/QtCore/qglobal.h:570:7: note: forward declaration of 'QDataStream' +class QDataStream; + ^ +2 errors generated. +--- src/qtlocalpeer.cpp.orig 2016-01-21 08:48:24 UTC ++++ src/qtlocalpeer.cpp +@@ -40,6 +40,7 @@ + + #include "qtlocalpeer.h" + #include ++#include + #include + + #if defined(Q_OS_WIN) From owner-svn-ports-head@freebsd.org Thu Jan 21 10:25:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FAF7A88AF9; Thu, 21 Jan 2016 10:25:57 +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 611151968; Thu, 21 Jan 2016 10:25:57 +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 u0LAPudh069385; Thu, 21 Jan 2016 10:25:56 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LAPufi069384; Thu, 21 Jan 2016 10:25:56 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601211025.u0LAPufi069384@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 21 Jan 2016 10:25:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406842 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 10:25:57 -0000 Author: rakuco Date: Thu Jan 21 10:25:56 2016 New Revision: 406842 URL: https://svnweb.freebsd.org/changeset/ports/406842 Log: smart_makepatch: Quote PATCH_WRKSRC when regenerating patches. Put ${PATCH_WRSKRC} within quotes so that expanding it works properly when it contains spaces. This is required for `make makepatch' to work with audio/quimup or any other port that has WRKSRC with spaces. Before the patch: % make -dl makepatch cd: too many arguments cd: too many arguments and the port would be left with an empty files/ directory. Reviewed by: marino Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D5011 Modified: head/Mk/Scripts/smart_makepatch.sh Modified: head/Mk/Scripts/smart_makepatch.sh ============================================================================== --- head/Mk/Scripts/smart_makepatch.sh Thu Jan 21 10:09:41 2016 (r406841) +++ head/Mk/Scripts/smart_makepatch.sh Thu Jan 21 10:25:56 2016 (r406842) @@ -184,9 +184,9 @@ regenerate_patches() { local OUT local ORIG local new_list - new_list=$(cd ${PATCH_WRKSRC} && \ + new_list=$(cd "${PATCH_WRKSRC}" && \ find -s * -type f -name '*.orig' 2>/dev/null) - (cd ${PATCH_WRKSRC} && for F in ${new_list}; do + (cd "${PATCH_WRKSRC}" && for F in ${new_list}; do ORIG=${F#./} NEW=${ORIG%.orig} cmp -s ${ORIG} ${NEW} && continue From owner-svn-ports-head@freebsd.org Thu Jan 21 10:45:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81739A8A612; Thu, 21 Jan 2016 10:45:02 +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 5058A1612; Thu, 21 Jan 2016 10:45:02 +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 u0LAj1Dj075318; Thu, 21 Jan 2016 10:45:01 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LAj16w075317; Thu, 21 Jan 2016 10:45:01 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601211045.u0LAj16w075317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 21 Jan 2016 10:45:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406843 - head/comms/wsjtx/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 10:45:02 -0000 Author: rakuco Date: Thu Jan 21 10:45:01 2016 New Revision: 406843 URL: https://svnweb.freebsd.org/changeset/ports/406843 Log: Add patch to fix the build with the upcoming Qt 5.5.1. ./WFPalette.hpp:53:1: error: unknown type name 'Q_DECLARE_METATYPE' Q_DECLARE_METATYPE (WFPalette::Colours); Added: head/comms/wsjtx/files/patch-WFPalette.hpp (contents, props changed) Added: head/comms/wsjtx/files/patch-WFPalette.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/wsjtx/files/patch-WFPalette.hpp Thu Jan 21 10:45:01 2016 (r406843) @@ -0,0 +1,14 @@ +Fix build with Qt >= 5.5: + +./WFPalette.hpp:53:1: error: unknown type name 'Q_DECLARE_METATYPE' +Q_DECLARE_METATYPE (WFPalette::Colours); +--- WFPalette.hpp.orig 2016-01-21 09:38:31 UTC ++++ WFPalette.hpp +@@ -4,6 +4,7 @@ + #include + #include + #include ++#include + + class QString; + From owner-svn-ports-head@freebsd.org Thu Jan 21 10:47:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36264A8A7AA; Thu, 21 Jan 2016 10:47:27 +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 05C451888; Thu, 21 Jan 2016 10:47:26 +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 u0LAlQVe075513; Thu, 21 Jan 2016 10:47:26 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LAlP66075511; Thu, 21 Jan 2016 10:47:25 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201601211047.u0LAlP66075511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Thu, 21 Jan 2016 10:47:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406844 - in head: audio/etcd 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 10:47:27 -0000 Author: gahr Date: Thu Jan 21 10:47:25 2016 New Revision: 406844 URL: https://svnweb.freebsd.org/changeset/ports/406844 Log: audio/etcd, devel/etcd: mutual CONFLICT because of bin/etcd Modified: head/audio/etcd/Makefile head/devel/etcd/Makefile Modified: head/audio/etcd/Makefile ============================================================================== --- head/audio/etcd/Makefile Thu Jan 21 10:45:01 2016 (r406843) +++ head/audio/etcd/Makefile Thu Jan 21 10:47:25 2016 (r406844) @@ -12,6 +12,8 @@ MASTER_SITES= LOCAL/gahr \ MAINTAINER= ports@FreeBSD.org COMMENT= Enhanced Tiny CD, a simple ncurses-based CD player +CONFLICTS= coreos-etcd + USE_SDL= sdl MAKE_ARGS= INCDIR=${LOCALBASE}/include LIBDIR=${LOCALBASE}/lib \ Modified: head/devel/etcd/Makefile ============================================================================== --- head/devel/etcd/Makefile Thu Jan 21 10:45:01 2016 (r406843) +++ head/devel/etcd/Makefile Thu Jan 21 10:47:25 2016 (r406844) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go -CONFLICTS= coreos-etcdctl-0.* +CONFLICTS= coreos-etcdctl-0.* etcd-* USE_GITHUB= yes GH_ACCOUNT= coreos From owner-svn-ports-head@freebsd.org Thu Jan 21 10:53:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CCDCA8AB2A; Thu, 21 Jan 2016 10:53:15 +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 DDB891CA4; Thu, 21 Jan 2016 10:53:14 +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 u0LArD9W078376; Thu, 21 Jan 2016 10:53:13 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LArDEs078374; Thu, 21 Jan 2016 10:53:13 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201601211053.u0LArDEs078374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Thu, 21 Jan 2016 10:53:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406845 - head/security/p5-Crypt-Password-Util X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 10:53:15 -0000 Author: jadawin Date: Thu Jan 21 10:53:13 2016 New Revision: 406845 URL: https://svnweb.freebsd.org/changeset/ports/406845 Log: - Update to 0.15 Modified: head/security/p5-Crypt-Password-Util/Makefile head/security/p5-Crypt-Password-Util/distinfo Modified: head/security/p5-Crypt-Password-Util/Makefile ============================================================================== --- head/security/p5-Crypt-Password-Util/Makefile Thu Jan 21 10:47:25 2016 (r406844) +++ head/security/p5-Crypt-Password-Util/Makefile Thu Jan 21 10:53:13 2016 (r406845) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Crypt-Password-Util -PORTVERSION= 0.12 +PORTVERSION= 0.15 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/p5-Crypt-Password-Util/distinfo ============================================================================== --- head/security/p5-Crypt-Password-Util/distinfo Thu Jan 21 10:47:25 2016 (r406844) +++ head/security/p5-Crypt-Password-Util/distinfo Thu Jan 21 10:53:13 2016 (r406845) @@ -1,2 +1,2 @@ -SHA256 (Crypt-Password-Util-0.12.tar.gz) = df9bac94d783b92f7e286cf0ce27efbe718ec18be91a3a9dcba45ac01b138ca1 -SIZE (Crypt-Password-Util-0.12.tar.gz) = 15906 +SHA256 (Crypt-Password-Util-0.15.tar.gz) = e55070185714614201599c2aa100db562b0c2db69d60a9dc53a062dacca09f0c +SIZE (Crypt-Password-Util-0.15.tar.gz) = 16573 From owner-svn-ports-head@freebsd.org Thu Jan 21 11:00:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B029CA8AE47; Thu, 21 Jan 2016 11:00:17 +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 824091FBE; Thu, 21 Jan 2016 11:00:17 +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 u0LB0GdP078804; Thu, 21 Jan 2016 11:00:16 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LB0GVv078803; Thu, 21 Jan 2016 11:00:16 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201601211100.u0LB0GVv078803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Thu, 21 Jan 2016 11:00:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406846 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 11:00:17 -0000 Author: gahr Date: Thu Jan 21 11:00:16 2016 New Revision: 406846 URL: https://svnweb.freebsd.org/changeset/ports/406846 Log: devel/etcd: no need for glob in CONFLICTS Modified: head/devel/etcd/Makefile Modified: head/devel/etcd/Makefile ============================================================================== --- head/devel/etcd/Makefile Thu Jan 21 10:53:13 2016 (r406845) +++ head/devel/etcd/Makefile Thu Jan 21 11:00:16 2016 (r406846) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go -CONFLICTS= coreos-etcdctl-0.* etcd-* +CONFLICTS= coreos-etcdctl-0.* etcd USE_GITHUB= yes GH_ACCOUNT= coreos From owner-svn-ports-head@freebsd.org Thu Jan 21 11:02:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BE65A8AFBB; Thu, 21 Jan 2016 11:02:05 +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 33BD212BB; Thu, 21 Jan 2016 11:02:05 +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 u0LB24sq081539; Thu, 21 Jan 2016 11:02:04 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LB24Y9081536; Thu, 21 Jan 2016 11:02:04 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601211102.u0LB24Y9081536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 21 Jan 2016 11:02:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406847 - head/databases/sqlitestudio/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 11:02:05 -0000 Author: rakuco Date: Thu Jan 21 11:02:03 2016 New Revision: 406847 URL: https://svnweb.freebsd.org/changeset/ports/406847 Log: Add a few patches to fix the build with the upcoming Qt 5.5.1. Several places were using QDataStream without including the proper headers. These fixes are not enough: the ports needs to explicitly depend on more Qt components, but we are still working on that and may end up creating a new, smaller port out of devel/qt5-designer. Added: head/databases/sqlitestudio/files/ head/databases/sqlitestudio/files/patch-coreSQLiteStudio_common_utils.cpp (contents, props changed) head/databases/sqlitestudio/files/patch-coreSQLiteStudio_db_db.h (contents, props changed) head/databases/sqlitestudio/files/patch-sqlitestudiocli_cli__config.h (contents, props changed) Added: head/databases/sqlitestudio/files/patch-coreSQLiteStudio_common_utils.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/sqlitestudio/files/patch-coreSQLiteStudio_common_utils.cpp Thu Jan 21 11:02:03 2016 (r406847) @@ -0,0 +1,10 @@ +--- coreSQLiteStudio/common/utils.cpp.orig 2016-01-21 10:31:10 UTC ++++ coreSQLiteStudio/common/utils.cpp +@@ -2,6 +2,7 @@ + #include "common/global.h" + #include "dbobjecttype.h" + #include "rsa/RSA.h" ++#include + #include + #include + #include Added: head/databases/sqlitestudio/files/patch-coreSQLiteStudio_db_db.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/sqlitestudio/files/patch-coreSQLiteStudio_db_db.h Thu Jan 21 11:02:03 2016 (r406847) @@ -0,0 +1,10 @@ +--- coreSQLiteStudio/db/db.h.orig 2016-01-21 10:33:48 UTC ++++ coreSQLiteStudio/db/db.h +@@ -17,6 +17,7 @@ + #include + #include + #include ++#include + + /** @file */ + Added: head/databases/sqlitestudio/files/patch-sqlitestudiocli_cli__config.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/sqlitestudio/files/patch-sqlitestudiocli_cli__config.h Thu Jan 21 11:02:03 2016 (r406847) @@ -0,0 +1,10 @@ +--- sqlitestudiocli/cli_config.h.orig 2016-01-21 10:44:03 UTC ++++ sqlitestudiocli/cli_config.h +@@ -2,6 +2,7 @@ + #define CLI_CONFIG_H + + #include "config_builder.h" ++#include + + namespace CliResultsDisplay + { From owner-svn-ports-head@freebsd.org Thu Jan 21 11:02:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF607A8AFEE; Thu, 21 Jan 2016 11:02:36 +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 8D98113D5; Thu, 21 Jan 2016 11:02:36 +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 8AE9ABDC92; Thu, 21 Jan 2016 12:02:33 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 53F91BDC89; Thu, 21 Jan 2016 12:02:33 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 0DDAA50F2179; Thu, 21 Jan 2016 12:02:33 +0100 (CET) Date: Thu, 21 Jan 2016 12:02:32 +0100 From: Mathieu Arnold To: Pietro Cerutti , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r406846 - head/devel/etcd Message-ID: In-Reply-To: <201601211100.u0LB0GVv078803@repo.freebsd.org> References: <201601211100.u0LB0GVv078803@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="==========4CA6624CAE26E58BDB1E==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 11:02:36 -0000 --==========4CA6624CAE26E58BDB1E========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 21 janvier 2016 11:00:16 +0000 Pietro Cerutti wrote: | Author: gahr | Date: Thu Jan 21 11:00:16 2016 | New Revision: 406846 | URL: https://svnweb.freebsd.org/changeset/ports/406846 | | Log: | devel/etcd: no need for glob in CONFLICTS | | Modified: | head/devel/etcd/Makefile | | Modified: head/devel/etcd/Makefile | ========================================================================= | ===== --- head/devel/etcd/Makefile Thu Jan 21 10:53:13 2016 (r406845) | +++ head/devel/etcd/Makefile Thu Jan 21 11:00:16 2016 (r406846) | @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE | | BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go | | -CONFLICTS= coreos-etcdctl-0.* etcd-* | +CONFLICTS= coreos-etcdctl-0.* etcd Unless things have changed a lot, conflicts are matched against the package name, which is foo-1.0, so, globs are needed. Also, unless this can't be built when the other is installed, it should be a CONFLICTS_INSTALL. -- Mathieu Arnold --==========4CA6624CAE26E58BDB1E========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJWoLrIXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IshsP+wYtYnA9mEIfjS9OSzSoRbbm KuZsafz8yP6Cyoi7WZlMB7L4AtoGmTiQsAZyTH/uwDusJUZLv/UbvJouFWDG0myF UZ99EjNKtgRX0WDxYX8TE+OqCmAEUirYaAVBEzucokKTOWNC7OSZbG+nQrXBapSr vgd9aSK3h0SZomqFZPARF8fN5tmyjwGewpVYHbdk2hQVvQc+zc+5FmBohWcoXchx QLgmqOjrtdcJGBzzYrSOyOw2mMSRc6EAgzG1skFJf/s/S+czw+GNraBWksceyuXD HD095MfYncahDEf7KV7ypiT7P3cvFG9hfgvyTtV9OES2mTfaTaChBXdOhLPCmH+4 NKevQ04WNHZLzcCiXEfptLvAIO+aYTGoEJntHlwxaPKw1Rd8Am3xCAX8HNVjfSlq Io3j6ZJHWnKdJY5aQrb8fLVabO6ur6+l38f9Uv2zTatLOSgFcWCH2Wc1zbVoG3+i 4YbpV1KwBMphJR1lYWLqYD7mz2elK/lzboRHVR40T3qXnsfrW0g/JEVDjhR4V5Zu Fstpczpj/HMIDrBShFkkAPDxssY0Rtz6nrTGJ9jgZSWSca+jO0azjwVXyYjxwnBo 6JsQyBxYeszVxlCRAB13Hq7dWKFhStTX7wmkHf1x/pv0HoQyk5irYY+tt0DjCHAb Tu6/LpYoXzX9CRiMz4b9 =Jz09 -----END PGP SIGNATURE----- --==========4CA6624CAE26E58BDB1E==========-- From owner-svn-ports-head@freebsd.org Thu Jan 21 11:36:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9158EA8BDFE; Thu, 21 Jan 2016 11:36:07 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mail.ptrcrt.ch (gahr.cloud.tilaa.com [84.22.109.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F90E124D; Thu, 21 Jan 2016 11:36:04 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from webmail.ptrcrt.ch (www.gahr.ch [192.168.1.2]) by mail.ptrcrt.ch (OpenSMTPD) with ESMTPSA id a570cedf TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Thu, 21 Jan 2016 11:35:59 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 21 Jan 2016 12:35:59 +0100 From: Pietro Cerutti To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r406846 - head/devel/etcd Organization: The FreeBSD Project In-Reply-To: References: <201601211100.u0LB0GVv078803@repo.freebsd.org> Message-ID: X-Sender: gahr@FreeBSD.org User-Agent: Roundcube Webmail/1.1.4 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 11:36:07 -0000 On 2016-01-21 12:02, Mathieu Arnold wrote: > +--On 21 janvier 2016 11:00:16 +0000 Pietro Cerutti > wrote: > | Author: gahr > | Date: Thu Jan 21 11:00:16 2016 > | New Revision: 406846 > | URL: https://svnweb.freebsd.org/changeset/ports/406846 > | > | Log: > | devel/etcd: no need for glob in CONFLICTS > | > | Modified: > | head/devel/etcd/Makefile > | > | Modified: head/devel/etcd/Makefile > | > ========================================================================= > | ===== --- head/devel/etcd/Makefile Thu Jan 21 10:53:13 2016 (r406845) > | +++ head/devel/etcd/Makefile Thu Jan 21 11:00:16 2016 (r406846) > | @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE > | > | BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go > | > | -CONFLICTS= coreos-etcdctl-0.* etcd-* > | +CONFLICTS= coreos-etcdctl-0.* etcd > > Unless things have changed a lot, conflicts are matched against the > package > name, which is foo-1.0, so, globs are needed. Thanks for implying that I haven't tested that my CONFLICTS line. I did test it, and it works. Thanks for wasting my time having me go and figure out how the actual check works. It uses pkg query -g. pkg query -g "%n-%v" etcd --> etcd-1.0.1_2 Next time you do that, ok? -- Pietro Cerutti gahr@FreeBSD.org From owner-svn-ports-head@freebsd.org Thu Jan 21 11:45:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFF53A8B1F2; Thu, 21 Jan 2016 11:45:41 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90E0F1947; Thu, 21 Jan 2016 11:45:41 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0LBje5i093224; Thu, 21 Jan 2016 11:45:40 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LBjeBw093222; Thu, 21 Jan 2016 11:45:40 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201601211145.u0LBjeBw093222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Thu, 21 Jan 2016 11:45:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406848 - head/www/itop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 11:45:41 -0000 Author: vg Date: Thu Jan 21 11:45:40 2016 New Revision: 406848 URL: https://svnweb.freebsd.org/changeset/ports/406848 Log: - Update to 2.2.0 PR: ports/206175 Submitted by: olevole@olevole.ru (maintainer) Modified: head/www/itop/Makefile head/www/itop/distinfo Modified: head/www/itop/Makefile ============================================================================== --- head/www/itop/Makefile Thu Jan 21 11:02:03 2016 (r406847) +++ head/www/itop/Makefile Thu Jan 21 11:45:40 2016 (r406848) @@ -1,22 +1,26 @@ # $FreeBSD$ PORTNAME= itop -PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTVERSION= 2.2.0 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} -DISTNAME= iTop-${PORTVERSION}-2127 +DISTNAME= iTop-${PORTVERSION}-2459 MAINTAINER= olevole@olevole.ru COMMENT= Simple, web based IT Service Management tool LICENSE= AGPLv3 -USES= cpe zip +RUN_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz + +USES= cpe shebangfix zip +SHEBANG_FILES= lib/tcpdf/tools/tcpdf_addfont.php setup/install/install.sh + CPE_VENDOR= combodo -USE_PHP= ctype iconv mbstring pcre session xml zlib readline \ +USE_PHP= ctype gd iconv mbstring pcre session xml zlib readline \ dom simplexml hash json soap mcrypt filter zip +WRKSRC= ${WRKDIR}/web NO_BUILD= yes ITOPDIR= ${WWWDIR}/${PORTNAME} Modified: head/www/itop/distinfo ============================================================================== --- head/www/itop/distinfo Thu Jan 21 11:02:03 2016 (r406847) +++ head/www/itop/distinfo Thu Jan 21 11:45:40 2016 (r406848) @@ -1,2 +1,2 @@ -SHA256 (iTop-2.1.0-2127.zip) = b6816809b1ba9f4ec2aff13ae029eefeaef880329fb406b5b509ad0ad43f0764 -SIZE (iTop-2.1.0-2127.zip) = 6334005 +SHA256 (iTop-2.2.0-2459.zip) = d56982c2c6e0d3c0466fd10d292844e7c67a5fa6d5175022bdc4c6585337a44f +SIZE (iTop-2.2.0-2459.zip) = 8602790 From owner-svn-ports-head@freebsd.org Thu Jan 21 12:09:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3782CA8A37C; Thu, 21 Jan 2016 12:09:31 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 041CA17EB; Thu, 21 Jan 2016 12:09:30 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0LC9TeT099202; Thu, 21 Jan 2016 12:09:29 GMT (envelope-from lev@FreeBSD.org) Received: (from lev@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LC9T98099201; Thu, 21 Jan 2016 12:09:29 GMT (envelope-from lev@FreeBSD.org) Message-Id: <201601211209.u0LC9T98099201@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lev set sender to lev@FreeBSD.org using -f From: "Lev A. Serebryakov" Date: Thu, 21 Jan 2016 12:09:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406849 - head/devel/lm4tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 12:09:31 -0000 Author: lev Date: Thu Jan 21 12:09:29 2016 New Revision: 406849 URL: https://svnweb.freebsd.org/changeset/ports/406849 Log: Fix build: add USES=pkgconf Modified: head/devel/lm4tools/Makefile Modified: head/devel/lm4tools/Makefile ============================================================================== --- head/devel/lm4tools/Makefile Thu Jan 21 11:45:40 2016 (r406848) +++ head/devel/lm4tools/Makefile Thu Jan 21 12:09:29 2016 (r406849) @@ -2,6 +2,7 @@ PORTNAME= lm4tools PORTVERSION= 0.1.3.20141201 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= lev@FreeBSD.org @@ -14,7 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= utzig GH_TAGNAME= 5a4bc0b -USES= gmake +USES= pkgconfig gmake PORTDOCS= README.md \ lmicdiusb/commands.txt lmicdiusb/README From owner-svn-ports-head@freebsd.org Thu Jan 21 12:20:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EF80A8AB37; Thu, 21 Jan 2016 12:20:12 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 262671E67; Thu, 21 Jan 2016 12:20:12 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0LCKBJh002735; Thu, 21 Jan 2016 12:20:11 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LCKAEP002731; Thu, 21 Jan 2016 12:20:10 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201601211220.u0LCKAEP002731@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Thu, 21 Jan 2016 12:20:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406850 - in head/databases/tarantool: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 12:20:12 -0000 Author: vg Date: Thu Jan 21 12:20:10 2016 New Revision: 406850 URL: https://svnweb.freebsd.org/changeset/ports/406850 Log: - Update to 1.6.8.371 Added: head/databases/tarantool/files/patch-extra_dist_CMakeLists.txt (contents, props changed) Deleted: head/databases/tarantool/files/extra-patch-src_trivia_config.h.cmake head/databases/tarantool/files/patch-cmake_compiler.cmake head/databases/tarantool/files/patch-extra_dist_default_tarantool.in head/databases/tarantool/files/patch-extra_dist_tarantoolctl head/databases/tarantool/files/patch-src_box_lua_load__cfg.lua head/databases/tarantool/files/patch-src_lib_csv_csv.h head/databases/tarantool/files/patch-third__party_libev_ev.c head/databases/tarantool/files/patch-third__party_luajit_src_Makefile Modified: head/databases/tarantool/Makefile head/databases/tarantool/distinfo head/databases/tarantool/pkg-plist Modified: head/databases/tarantool/Makefile ============================================================================== --- head/databases/tarantool/Makefile Thu Jan 21 12:09:29 2016 (r406849) +++ head/databases/tarantool/Makefile Thu Jan 21 12:20:10 2016 (r406850) @@ -2,20 +2,17 @@ # $FreeBSD$ PORTNAME= tarantool -PORTVERSION= 1.6.6 +PORTVERSION= 1.6.8.371 CATEGORIES= databases -MASTER_SITES= http://tarantool.org/dist/master/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-${TR_REV}-src +MASTER_SITES= http://tarantool.org/dist/1.6/ MAINTAINER= vg@FreeBSD.org COMMENT= NoSQL database running in a Lua application server LICENSE= BSD2CLAUSE -TR_REV= 130-ge3f2420 MAKE_JOBS_UNSAFE=yes USES= cmake compiler:c++11-lang gettext gmake perl5 readline -USE_GCC= yes # clang bug PR/201270 USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} SUB_FILES= pkg-message @@ -25,9 +22,9 @@ TT_RUNDIR?= /var/run/tarantool TT_LOGDIR?= /var/log/tarantool CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=man \ - -DCMAKE_INSTALL_SYSCONFDIR=${ETCDIR} \ - -DCMAKE_LOCALSTATE_DIR=${DATADIR} \ - -DTARANTOOL_DATADIR="${TT_DATADIR}" + -DCMAKE_INSTALL_FULL_SYSCONFDIR=${ETCDIR} \ + -DCMAKE_INSTALL_LOCALSTATEDIR=/var \ + -DENABLE_DIST=ON USERS= tarantool GROUPS= tarantool @@ -52,11 +49,6 @@ NOT_FOR_ARCHS_REASON= not yet ported to .include -.include "${.CURDIR}/../../Mk/bsd.default-versions.mk" -.if defined(USE_GCC) && ${USE_GCC} == yes && ${GCC_DEFAULT} == 4.8 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-src_trivia_config.h.cmake -.endif - .if ${PORT_OPTIONS:MDEBUG} CMAKE_BUILD_TYPE= RelWithDebugInfo CMAKE_ARGS+= -DENABLE_BACKTRACE=ON @@ -65,10 +57,4 @@ CMAKE_BUILD_TYPE= Rel CMAKE_ARGS+= -DENABLE_BACKTRACE=OFF .endif -post-install: - ${MKDIR} ${STAGEDIR}${TT_LOGDIR} \ - ${STAGEDIR}${TT_DATADIR} \ - ${STAGEDIR}${TT_RUNDIR} \ - ${STAGEDIR}${ETCDIR}/instances.enabled - .include Modified: head/databases/tarantool/distinfo ============================================================================== --- head/databases/tarantool/distinfo Thu Jan 21 12:09:29 2016 (r406849) +++ head/databases/tarantool/distinfo Thu Jan 21 12:20:10 2016 (r406850) @@ -1,2 +1,2 @@ -SHA256 (tarantool-1.6.6-130-ge3f2420-src.tar.gz) = a14f5a89c1a7e4695df4f02b963f30d7d537bd6bc0a3ae862c88ffc80e2cf499 -SIZE (tarantool-1.6.6-130-ge3f2420-src.tar.gz) = 3791681 +SHA256 (tarantool-1.6.8.371.tar.gz) = 73ffe8d960e2a17528d5743aaf273dc0f33f27714f9e2a24bb5c8133b092131c +SIZE (tarantool-1.6.8.371.tar.gz) = 4894701 Added: head/databases/tarantool/files/patch-extra_dist_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/tarantool/files/patch-extra_dist_CMakeLists.txt Thu Jan 21 12:20:10 2016 (r406850) @@ -0,0 +1,51 @@ +--- extra/dist/CMakeLists.txt.orig 2016-01-20 16:22:43 UTC ++++ extra/dist/CMakeLists.txt +@@ -5,7 +5,11 @@ include(systemd) + # + + # Default path to data in default/tarantool +-set(TARANTOOL_DATADIR "${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/lib/tarantool") ++if (TARGET_OS_FREEBSD) ++ set(TARANTOOL_DATADIR "${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/db/tarantool") ++else() ++ set(TARANTOOL_DATADIR "${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/lib/tarantool") ++endif() + message (STATUS "tarantoolctl datadir: ${TARANTOOL_DATADIR}") + set(TARANTOOL_LOGDIR "${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/log/tarantool") + message (STATUS "tarantoolctl logdir: ${TARANTOOL_LOGDIR}") +@@ -13,7 +17,9 @@ set(TARANTOOL_RUNDIR "${CMAKE_INSTALL_FU + message (STATUS "tarantoolctl rundir: ${TARANTOOL_RUNDIR}") + + # config file for tarantoolctl +-if (NOT IS_DIRECTORY "${CMAKE_INSTALL_SYSCONFDIR}/sysconfig") ++if (TARGET_OS_FREEBSD) ++ set(SYSCONFIG_DEFAULT "tarantool/default") ++elseif (NOT IS_DIRECTORY "${CMAKE_INSTALL_SYSCONFDIR}/sysconfig") + # Debian/Ubuntu/etc. + set(SYSCONFIG_DEFAULT "default") + else() +@@ -58,6 +64,7 @@ install(DIRECTORY DESTINATION ${TARANTOO + install(DIRECTORY DESTINATION ${TARANTOOL_LOGDIR}) + install(DIRECTORY DESTINATION ${TARANTOOL_RUNDIR}) + ++if (NOT TARGET_OS_FREEBSD) + # logrotate files + configure_file(tarantool.logrotate.in tarantool.logrotate @ONLY) + install (FILES ${PROJECT_BINARY_DIR}/extra/dist/tarantool.logrotate +@@ -67,6 +74,7 @@ install (FILES ${PROJECT_BINARY_DIR}/ext + OWNER_READ OWNER_WRITE + GROUP_READ + WORLD_READ) ++endif() + + # man page for tarantoolctl + pod2man ( +@@ -106,6 +114,8 @@ if (WITH_SYSTEMD) + GROUP_READ GROUP_READ + WORLD_READ WORLD_READ) + ++elseif(TARGET_OS_FREEBSD) ++ message (STATUS "Skip installing init.d scripts on FreeBSD") + else() # sysvinit + message (STATUS "Using scripts for sysvinit") + install (FILES tarantool.init DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/init.d/ Modified: head/databases/tarantool/pkg-plist ============================================================================== --- head/databases/tarantool/pkg-plist Thu Jan 21 12:09:29 2016 (r406849) +++ head/databases/tarantool/pkg-plist Thu Jan 21 12:20:10 2016 (r406850) @@ -1,17 +1,16 @@ bin/tarantool bin/tarantoolctl %%ETCDIR%%/default/tarantool +%%ETCDIR%%/instances.available/example.lua include/tarantool/lauxlib.h include/tarantool/lua.h include/tarantool/lua.hpp include/tarantool/luaconf.h include/tarantool/luajit.h include/tarantool/lualib.h -include/tarantool/tarantool.h +include/tarantool/module.h man/man1/tarantool.1.gz man/man1/tarantoolctl.1.gz -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README.md @dir %%ETCDIR%%/instances.enabled @dir(%%TT_USER%%,%%TT_GROUP%%,) %%TT_DATADIR%% @dir(%%TT_USER%%,%%TT_GROUP%%,) %%TT_LOGDIR%% From owner-svn-ports-head@freebsd.org Thu Jan 21 12:35:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA9D7A8912D; Thu, 21 Jan 2016 12:35:55 +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 8F7C8154D; Thu, 21 Jan 2016 12:35:55 +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 u0LCZstt008512; Thu, 21 Jan 2016 12:35:54 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LCZsAY008511; Thu, 21 Jan 2016 12:35:54 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601211235.u0LCZsAY008511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 21 Jan 2016 12:35:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406851 - head/ports-mgmt/octopkg/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 12:35:56 -0000 Author: rakuco Date: Thu Jan 21 12:35:54 2016 New Revision: 406851 URL: https://svnweb.freebsd.org/changeset/ports/406851 Log: Add patch (sent upstream) to prepare for the upcoming Qt 5.5.1 update. Added: head/ports-mgmt/octopkg/files/ head/ports-mgmt/octopkg/files/patch-git_5f02bb3e (contents, props changed) Added: head/ports-mgmt/octopkg/files/patch-git_5f02bb3e ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/octopkg/files/patch-git_5f02bb3e Thu Jan 21 12:35:54 2016 (r406851) @@ -0,0 +1,37 @@ +Sent upstream: https://github.com/aarnt/octopkg/pull/4 + +commit 5f02bb3e504d1d3560ee5a7a3d7c0f90b25adac5 +Author: Raphael Kubo da Costa +Date: Thu Jan 21 13:27:57 2016 +0100 + + QtSolutions: Fix build with Qt 5.5.1. + + Import commit ad9bc4600 to the qt-solutions git repository: + QtSingleApplication: Fix build with Qt 5.5 due to the QDataStream + include cleanup. + + This fixes the following error: + + src/QtSolutions/qtlocalpeer.cpp:159:17: error: variable has incomplete type 'QDataStream' + QDataStream ds(&socket); + ^ + /usr/local/include/qt5/QtCore/qglobal.h:570:7: note: forward declaration of 'QDataStream' + class QDataStream; + ^ + src/QtSolutions/qtlocalpeer.cpp:179:17: error: variable has incomplete type 'QDataStream' + QDataStream ds(socket); + ^ + /usr/local/include/qt5/QtCore/qglobal.h:570:7: note: forward declaration of 'QDataStream' + class QDataStream; + ^ + +--- src/QtSolutions/qtlocalpeer.cpp ++++ src/QtSolutions/qtlocalpeer.cpp +@@ -40,6 +40,7 @@ + + #include "qtlocalpeer.h" + #include ++#include + #include + #include + From owner-svn-ports-head@freebsd.org Thu Jan 21 12:39:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33E94A89405; Thu, 21 Jan 2016 12:39:56 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DFAC0187F; Thu, 21 Jan 2016 12:39:55 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0LCdsEp008863; Thu, 21 Jan 2016 12:39:54 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LCdsDo008859; Thu, 21 Jan 2016 12:39:54 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201601211239.u0LCdsDo008859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Thu, 21 Jan 2016 12:39:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406852 - head/benchmarks/nosqlbench X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 12:39:56 -0000 Author: vg Date: Thu Jan 21 12:39:54 2016 New Revision: 406852 URL: https://svnweb.freebsd.org/changeset/ports/406852 Log: - Update to latest Added: head/benchmarks/nosqlbench/pkg-plist (contents, props changed) Modified: head/benchmarks/nosqlbench/Makefile head/benchmarks/nosqlbench/distinfo Modified: head/benchmarks/nosqlbench/Makefile ============================================================================== --- head/benchmarks/nosqlbench/Makefile Thu Jan 21 12:35:54 2016 (r406851) +++ head/benchmarks/nosqlbench/Makefile Thu Jan 21 12:39:54 2016 (r406852) @@ -13,11 +13,10 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libleveldb.so:${PORTSDIR}/databases/leveldb -DATE= 20150822 +DATE= 20151214 USES= cmake tar:bzip2 -PLIST_FILES= bin/nb \ - etc/nosqlbench.conf.sample +CONFLICTS= tarantool-c BROKEN_powerpc64= Does not build on powerpc64 Modified: head/benchmarks/nosqlbench/distinfo ============================================================================== --- head/benchmarks/nosqlbench/distinfo Thu Jan 21 12:35:54 2016 (r406851) +++ head/benchmarks/nosqlbench/distinfo Thu Jan 21 12:39:54 2016 (r406852) @@ -1,2 +1,2 @@ -SHA256 (nosqlbench-0.0.20150822.tar.bz2) = e9e4ecd06eeb026ed5e7367a0356c852bdf5b7c70f301f2740ca510002ceb0e2 -SIZE (nosqlbench-0.0.20150822.tar.bz2) = 835263 +SHA256 (nosqlbench-0.0.20151214.tar.bz2) = 2275a976a97c782144cbe3b3f43fde924961cd17b1e24e4ee849d1542a020d7a +SIZE (nosqlbench-0.0.20151214.tar.bz2) = 3201002 Added: head/benchmarks/nosqlbench/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/nosqlbench/pkg-plist Thu Jan 21 12:39:54 2016 (r406852) @@ -0,0 +1,27 @@ +bin/nb +%%ETCDIR%%.conf.sample +include/tarantool/tarantool.h +include/tarantool/tnt_auth.h +include/tarantool/tnt_buf.h +include/tarantool/tnt_call.h +include/tarantool/tnt_delete.h +include/tarantool/tnt_insert.h +include/tarantool/tnt_io.h +include/tarantool/tnt_iob.h +include/tarantool/tnt_iter.h +include/tarantool/tnt_mem.h +include/tarantool/tnt_net.h +include/tarantool/tnt_object.h +include/tarantool/tnt_opt.h +include/tarantool/tnt_ping.h +include/tarantool/tnt_proto.h +include/tarantool/tnt_reply.h +include/tarantool/tnt_request.h +include/tarantool/tnt_schema.h +include/tarantool/tnt_select.h +include/tarantool/tnt_stream.h +include/tarantool/tnt_update.h +lib/libtarantool.a +lib/libtarantool.so +lib/libtarantool.so.2.0 +lib/libtarantool.so.2.0.0 From owner-svn-ports-head@freebsd.org Thu Jan 21 13:01:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4E5CA89C71; Thu, 21 Jan 2016 13:01:56 +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 68A7A1767; Thu, 21 Jan 2016 13:01:56 +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 u0LD1tw9018664; Thu, 21 Jan 2016 13:01:55 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LD1tRf018663; Thu, 21 Jan 2016 13:01:55 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601211301.u0LD1tRf018663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 21 Jan 2016 13:01:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406853 - head/sysutils/pcbsd-utils-qt5/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 13:01:56 -0000 Author: rakuco Date: Thu Jan 21 13:01:55 2016 New Revision: 406853 URL: https://svnweb.freebsd.org/changeset/ports/406853 Log: Pull in an upstream commit to fix the build with the upcoming Qt 5.5.1. Contrary to what the upstream commit message says, this is also required on FreeBSD 10. Added: head/sysutils/pcbsd-utils-qt5/files/ head/sysutils/pcbsd-utils-qt5/files/patch-git_9c218253 (contents, props changed) Added: head/sysutils/pcbsd-utils-qt5/files/patch-git_9c218253 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcbsd-utils-qt5/files/patch-git_9c218253 Thu Jan 21 13:01:55 2016 (r406853) @@ -0,0 +1,29 @@ +From 9c21825332543189ca7083171c7aff9f1e3aff06 Mon Sep 17 00:00:00 2001 +From: Ken Moore +Date: Wed, 28 Oct 2015 13:55:55 -0400 +Subject: [PATCH] Add a couple "const" declarations to the PC-BSD utilities + keyboard settings classes. This is apparently needed for 11.x compilation. + +--- + src-qt5/libpcbsd/utils/keyboardsettings.h | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) +--- libpcbsd/utils/keyboardsettings.h ++++ libpcbsd/utils/keyboardsettings.h +@@ -41,7 +41,7 @@ namespace keyboard + SLayout(){;} + SLayout(QString layout, QString variant):layout_id(layout),variant_id(variant){;} + +- bool operator==(const SLayout& l) ++ bool operator==(const SLayout& l) const + { + return (layout_id == l.layout_id) && (variant_id == l.variant_id); + } +@@ -80,7 +80,7 @@ namespace keyboard + group_name = fullName.split(":")[0]; + option = fullName.split(":")[1]; + } +- bool operator==(const SOption& opt) ++ bool operator==(const SOption& opt) const + { + return ((group_name == opt.group_name)&&(option == opt.option)); + } From owner-svn-ports-head@freebsd.org Thu Jan 21 13:08:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B2DBA8B074; Thu, 21 Jan 2016 13:08:49 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7579A1A83; Thu, 21 Jan 2016 13:08:49 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0LD8m4U019451; Thu, 21 Jan 2016 13:08:48 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LD8mRP019446; Thu, 21 Jan 2016 13:08:48 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201601211308.u0LD8mRP019446@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Thu, 21 Jan 2016 13:08:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406854 - in head/databases/tarantool-c: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 13:08:49 -0000 Author: vg Date: Thu Jan 21 13:08:47 2016 New Revision: 406854 URL: https://svnweb.freebsd.org/changeset/ports/406854 Log: - Update to latest git version - Bump PORTREVISION because developers call is version 0.0.1 Added: head/databases/tarantool-c/files/patch-tnt_tnt__net.c (contents, props changed) Modified: head/databases/tarantool-c/Makefile head/databases/tarantool-c/distinfo head/databases/tarantool-c/files/patch-cmake_FindMsgPuck.cmake head/databases/tarantool-c/pkg-plist Modified: head/databases/tarantool-c/Makefile ============================================================================== --- head/databases/tarantool-c/Makefile Thu Jan 21 13:01:55 2016 (r406853) +++ head/databases/tarantool-c/Makefile Thu Jan 21 13:08:47 2016 (r406854) @@ -2,6 +2,7 @@ PORTNAME= tarantool-c PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= vg@FreeBSD.org @@ -12,7 +13,7 @@ LIB_DEPENDS= libmsgpuck.so:${PORTSDIR}/d USE_GITHUB= yes GH_PROJECT= ${PORTNAME} GH_ACCOUNT= tarantool -GH_TAGNAME= 8704f4a +GH_TAGNAME= a251965 USES= cmake CMAKE_ARGS= -DENABLE_BUNDLED_MSGPUCK=false Modified: head/databases/tarantool-c/distinfo ============================================================================== --- head/databases/tarantool-c/distinfo Thu Jan 21 13:01:55 2016 (r406853) +++ head/databases/tarantool-c/distinfo Thu Jan 21 13:08:47 2016 (r406854) @@ -1,2 +1,2 @@ -SHA256 (tarantool-tarantool-c-1.0.0-8704f4a_GH0.tar.gz) = 0501c609cd0525d9d56140f345d5445f7982270971af0566b42dd59cb2bc5eee -SIZE (tarantool-tarantool-c-1.0.0-8704f4a_GH0.tar.gz) = 111487 +SHA256 (tarantool-tarantool-c-1.0.0-a251965_GH0.tar.gz) = dacac98acd5689a35d2f690049a0b3effd850bb4772dd3bf8d10e2f52e4d3ae7 +SIZE (tarantool-tarantool-c-1.0.0-a251965_GH0.tar.gz) = 126182 Modified: head/databases/tarantool-c/files/patch-cmake_FindMsgPuck.cmake ============================================================================== --- head/databases/tarantool-c/files/patch-cmake_FindMsgPuck.cmake Thu Jan 21 13:01:55 2016 (r406853) +++ head/databases/tarantool-c/files/patch-cmake_FindMsgPuck.cmake Thu Jan 21 13:08:47 2016 (r406854) @@ -1,4 +1,4 @@ ---- cmake/FindMsgPuck.cmake.orig 2015-08-21 21:12:03 UTC +--- cmake/FindMsgPuck.cmake.orig 2016-01-20 13:26:58 UTC +++ cmake/FindMsgPuck.cmake @@ -9,6 +9,7 @@ endif (MSGPUCK_INCLUDE_DIR) if (MSGPUCK_INCLUDE_DIR) Added: head/databases/tarantool-c/files/patch-tnt_tnt__net.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/tarantool-c/files/patch-tnt_tnt__net.c Thu Jan 21 13:08:47 2016 (r406854) @@ -0,0 +1,10 @@ +--- tnt/tnt_net.c.orig 2016-01-21 12:48:00 UTC ++++ tnt/tnt_net.c +@@ -31,6 +31,7 @@ + #include + #include + #include ++#include + #include + #include + Modified: head/databases/tarantool-c/pkg-plist ============================================================================== --- head/databases/tarantool-c/pkg-plist Thu Jan 21 13:01:55 2016 (r406853) +++ head/databases/tarantool-c/pkg-plist Thu Jan 21 13:08:47 2016 (r406854) @@ -21,9 +21,5 @@ include/tarantool/tnt_stream.h include/tarantool/tnt_update.h lib/libtarantool.a lib/libtarantool.so -lib/libtarantool.so.1.0 -lib/libtarantool.so.1.0.0 -lib/libtarantoolnet.a -lib/libtarantoolnet.so -lib/libtarantoolnet.so.1.0 -lib/libtarantoolnet.so.1.0.0 +lib/libtarantool.so.2.0 +lib/libtarantool.so.2.0.0 From owner-svn-ports-head@freebsd.org Thu Jan 21 13:14:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F3B2A8B3E0; Thu, 21 Jan 2016 13:14:31 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C9AF1E94; Thu, 21 Jan 2016 13:14:31 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0LDEUTo022671; Thu, 21 Jan 2016 13:14:30 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LDEUih022669; Thu, 21 Jan 2016 13:14:30 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201601211314.u0LDEUih022669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Thu, 21 Jan 2016 13:14:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406855 - head/databases/py-tarantool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 13:14:31 -0000 Author: vg Date: Thu Jan 21 13:14:29 2016 New Revision: 406855 URL: https://svnweb.freebsd.org/changeset/ports/406855 Log: - Update to 0.5.2 Modified: head/databases/py-tarantool/Makefile head/databases/py-tarantool/distinfo Modified: head/databases/py-tarantool/Makefile ============================================================================== --- head/databases/py-tarantool/Makefile Thu Jan 21 13:08:47 2016 (r406854) +++ head/databases/py-tarantool/Makefile Thu Jan 21 13:14:29 2016 (r406855) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tarantool -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-tarantool/distinfo ============================================================================== --- head/databases/py-tarantool/distinfo Thu Jan 21 13:08:47 2016 (r406854) +++ head/databases/py-tarantool/distinfo Thu Jan 21 13:14:29 2016 (r406855) @@ -1,2 +1,2 @@ -SHA256 (tarantool-0.5.1.tar.gz) = 4661e905b87732250a0545fa8e198f374ea08645c502a3e9db3686a05347c859 -SIZE (tarantool-0.5.1.tar.gz) = 14988 +SHA256 (tarantool-0.5.2.tar.gz) = 525cf7c5425488661c321c426593e06af4fa1655e7d7b867c24a86efe7bdf305 +SIZE (tarantool-0.5.2.tar.gz) = 17386 From owner-svn-ports-head@freebsd.org Thu Jan 21 13:47:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38D6CA8BF9E; Thu, 21 Jan 2016 13:47:39 +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 138321CBE; Thu, 21 Jan 2016 13:47:39 +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 u0LDlcl4033537; Thu, 21 Jan 2016 13:47:38 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LDlcqa033536; Thu, 21 Jan 2016 13:47:38 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601211347.u0LDlcqa033536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 21 Jan 2016 13:47:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406856 - head/polish/kadu/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 13:47:39 -0000 Author: rakuco Date: Thu Jan 21 13:47:37 2016 New Revision: 406856 URL: https://svnweb.freebsd.org/changeset/ports/406856 Log: Add upstream patch to fix the build with the upcoming Qt 5.5.1. Added: head/polish/kadu/files/patch-git_68a889d (contents, props changed) Added: head/polish/kadu/files/patch-git_68a889d ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/polish/kadu/files/patch-git_68a889d Thu Jan 21 13:47:37 2016 (r406856) @@ -0,0 +1,112 @@ +Upstream patch that fixes the build with Qt 5.5.1. + +From 68a889d01e3c6a69183454272cc6b103df59399f Mon Sep 17 00:00:00 2001 +From: Rafał Przemysław Malinowski +Date: Wed, 16 Dec 2015 21:46:05 +0100 +Subject: [PATCH] build: fix OBS builds + +--- + kadu-core/main.cpp | 1 + + kadu-core/os/single-application/single-application.cpp | 1 + + plugins/encryption_ng/encryption-ng-plugin.cpp | 1 + + plugins/encryption_ng/encryption-ng-plugin.h | 1 + + plugins/encryption_ng/keys/key-shared.h | 1 + + plugins/encryption_ng_simlite/encryption-ng-simlite-decryptor.h | 1 + + plugins/encryption_ng_simlite/encryption-ng-simlite-encryptor.h | 1 + + plugins/encryption_ng_simlite/encryption-ng-simlite-key-generator.h | 1 + + plugins/encryption_ng_simlite/pkcs1_certificate.h | 1 + + 9 files changed, 9 insertions(+), 0 deletions(-) + +--- kadu-core/main.cpp ++++ kadu-core/main.cpp +@@ -28,6 +28,7 @@ + * along with this program. If not, see . + */ + ++#include + #include + #include + #include +--- kadu-core/os/single-application/single-application.cpp ++++ kadu-core/os/single-application/single-application.cpp +@@ -28,6 +28,7 @@ + #include + #include + #include ++#include + #include + #include + #include +--- plugins/encryption_ng/encryption-ng-plugin.cpp ++++ plugins/encryption_ng/encryption-ng-plugin.cpp +@@ -21,6 +21,7 @@ + */ + + #include ++#include + #include + #include + #include +--- plugins/encryption_ng/encryption-ng-plugin.h ++++ plugins/encryption_ng/encryption-ng-plugin.h +@@ -21,6 +21,7 @@ + #ifndef ENCRYPTION_NG_PLUGIN_H + #define ENCRYPTION_NG_PLUGIN_H + ++#include + #include + + #include +--- plugins/encryption_ng/keys/key-shared.h ++++ plugins/encryption_ng/keys/key-shared.h +@@ -21,6 +21,7 @@ + #ifndef KEY_SHARED_H + #define KEY_SHARED_H + ++#include + #include + + #include "../encryption_exports.h" +--- plugins/encryption_ng_simlite/encryption-ng-simlite-decryptor.h ++++ plugins/encryption_ng_simlite/encryption-ng-simlite-decryptor.h +@@ -21,6 +21,7 @@ + #ifndef ENCRYPTION_NG_SIMLITE_DECRYPTOR_H + #define ENCRYPTION_NG_SIMLITE_DECRYPTOR_H + ++#include + #include + #include + +--- plugins/encryption_ng_simlite/encryption-ng-simlite-encryptor.h ++++ plugins/encryption_ng_simlite/encryption-ng-simlite-encryptor.h +@@ -20,6 +20,7 @@ + #ifndef ENCRYPTION_NG_SIMLITE_ENCRYPTOR_H + #define ENCRYPTION_NG_SIMLITE_ENCRYPTOR_H + ++#include + #include + #include + +--- plugins/encryption_ng_simlite/encryption-ng-simlite-key-generator.h ++++ plugins/encryption_ng_simlite/encryption-ng-simlite-key-generator.h +@@ -20,6 +20,7 @@ + #ifndef ENCRYPTION_NG_SIMLITE_KEY_GENERATOR_H + #define ENCRYPTION_NG_SIMLITE_KEY_GENERATOR_H + ++#include + #include + #include + +--- plugins/encryption_ng_simlite/pkcs1_certificate.h ++++ plugins/encryption_ng_simlite/pkcs1_certificate.h +@@ -25,6 +25,7 @@ + #ifndef PKCS1_CERTIFICATE_H + #define PKCS1_CERTIFICATE_H + ++#include + #include + #include + +-- +libgit2 0.23.3 + From owner-svn-ports-head@freebsd.org Thu Jan 21 13:56:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1687A8C230; Thu, 21 Jan 2016 13:56:32 +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 7E63410D0; Thu, 21 Jan 2016 13:56:32 +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 u0LDuVrl037040; Thu, 21 Jan 2016 13:56:31 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LDuVmm037038; Thu, 21 Jan 2016 13:56:31 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201601211356.u0LDuVmm037038@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Thu, 21 Jan 2016 13:56:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406857 - in head: audio/etcd 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 13:56:32 -0000 Author: gahr Date: Thu Jan 21 13:56:31 2016 New Revision: 406857 URL: https://svnweb.freebsd.org/changeset/ports/406857 Log: audio/etcd, devel/etcd: CONFLICTS -> CONFLICTS_INSTALL Modified: head/audio/etcd/Makefile head/devel/etcd/Makefile Modified: head/audio/etcd/Makefile ============================================================================== --- head/audio/etcd/Makefile Thu Jan 21 13:47:37 2016 (r406856) +++ head/audio/etcd/Makefile Thu Jan 21 13:56:31 2016 (r406857) @@ -12,7 +12,7 @@ MASTER_SITES= LOCAL/gahr \ MAINTAINER= ports@FreeBSD.org COMMENT= Enhanced Tiny CD, a simple ncurses-based CD player -CONFLICTS= coreos-etcd +CONFLICTS_INSTALL=coreos-etcd USE_SDL= sdl Modified: head/devel/etcd/Makefile ============================================================================== --- head/devel/etcd/Makefile Thu Jan 21 13:47:37 2016 (r406856) +++ head/devel/etcd/Makefile Thu Jan 21 13:56:31 2016 (r406857) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go -CONFLICTS= coreos-etcdctl-0.* etcd +CONFLICTS_INSTALL=coreos-etcdctl-0.* etcd USE_GITHUB= yes GH_ACCOUNT= coreos From owner-svn-ports-head@freebsd.org Thu Jan 21 14:43:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A53AA8B2D6; Thu, 21 Jan 2016 14:43:51 +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 3BF191CB0; Thu, 21 Jan 2016 14:43:51 +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 u0LEhohs054495; Thu, 21 Jan 2016 14:43:50 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LEhogt054494; Thu, 21 Jan 2016 14:43:50 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601211443.u0LEhogt054494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 21 Jan 2016 14:43:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406858 - head/net/quiterss/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 14:43:51 -0000 Author: rakuco Date: Thu Jan 21 14:43:50 2016 New Revision: 406858 URL: https://svnweb.freebsd.org/changeset/ports/406858 Log: Add upstream patch to fix the build with the upcoming Qt 5.5.1. Added: head/net/quiterss/files/ head/net/quiterss/files/patch-git_798c831b (contents, props changed) Added: head/net/quiterss/files/patch-git_798c831b ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/quiterss/files/patch-git_798c831b Thu Jan 21 14:43:50 2016 (r406858) @@ -0,0 +1,26 @@ +Fixes the build with Qt 5.5.1. + +From 798c831ba1f1c3e4c2d382fad017aed94f8aff8c Mon Sep 17 00:00:00 2001 +From: Shilyaev Egor +Date: Sun, 30 Aug 2015 14:59:40 +0500 +Subject: [PATCH] =?UTF-8?q?fix:=20=D0=9F=D1=80=D0=B5=D0=B4=D1=83=D0=BF?= + =?UTF-8?q?=D1=80=D0=B5=D0=B6=D0=B4=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B2=20Qt?= + =?UTF-8?q?=205.5?= +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +--- + 3rdparty/qtsingleapplication/qtlocalpeer.cpp | 1 + + 1 file changed, 1 insertion(+) + +--- 3rdparty/qtsingleapplication/qtlocalpeer.cpp ++++ 3rdparty/qtsingleapplication/qtlocalpeer.cpp +@@ -41,6 +41,7 @@ + + #include "qtlocalpeer.h" + #include ++#include + #include + + #if defined(Q_OS_WIN) From owner-svn-ports-head@freebsd.org Thu Jan 21 15:08:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43CE2A8BBAA; Thu, 21 Jan 2016 15:08:19 +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 136021C2F; Thu, 21 Jan 2016 15:08:19 +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 u0LF8IIT062137; Thu, 21 Jan 2016 15:08:18 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LF8IIH062136; Thu, 21 Jan 2016 15:08:18 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601211508.u0LF8IIH062136@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 21 Jan 2016 15:08:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406859 - head/mail/trojita/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 15:08:19 -0000 Author: rakuco Date: Thu Jan 21 15:08:17 2016 New Revision: 406859 URL: https://svnweb.freebsd.org/changeset/ports/406859 Log: Add upstream patch to fix the build with the upcoming Qt 5.5.1. Added: head/mail/trojita/files/ head/mail/trojita/files/patch-git_8a2496c2 (contents, props changed) Added: head/mail/trojita/files/patch-git_8a2496c2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/trojita/files/patch-git_8a2496c2 Thu Jan 21 15:08:17 2016 (r406859) @@ -0,0 +1,30 @@ +commit 8a2496c273f2b0034f0edcc525e4987938a86c50 +Author: Jan Kundrát +Date: Tue Mar 10 14:41:20 2015 +0100 + + Fix build with (unreleased) Qt 5.5 + + It is our fault for not including the headers we need, of course. + + Change-Id: Ibaa1df4a8b763bf6ae611c85cbdeeac5d2e3f9fd + +--- src/AbookAddressbook/AbookAddressbook.h ++++ src/AbookAddressbook/AbookAddressbook.h +@@ -25,6 +25,7 @@ + #ifndef ABOOK_ADDRESSBOOK + #define ABOOK_ADDRESSBOOK + ++#include + #include + #include "Gui/AbstractAddressbook.h" + +--- src/Imap/Model/MailboxMetadata.cpp ++++ src/Imap/Model/MailboxMetadata.cpp +@@ -20,6 +20,7 @@ + along with this program. If not, see . + */ + #include "MailboxMetadata.h" ++#include + + namespace Imap + { From owner-svn-ports-head@freebsd.org Thu Jan 21 15:30:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A49CA8A62A; Thu, 21 Jan 2016 15:30:54 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E43D1B8B; Thu, 21 Jan 2016 15:30:54 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0LFUrwm071916; Thu, 21 Jan 2016 15:30:53 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LFUr0Q071914; Thu, 21 Jan 2016 15:30:53 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201601211530.u0LFUr0Q071914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Thu, 21 Jan 2016 15:30:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406860 - head/dns/dnsdist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 15:30:54 -0000 Author: robak Date: Thu Jan 21 15:30:53 2016 New Revision: 406860 URL: https://svnweb.freebsd.org/changeset/ports/406860 Log: dns/dnsdist: update 0.0.619gda835ff -> 0.0.649gf41f9cf PR: 206371 Submitted by: Carlos J Puga Medina (maintainer) Modified: head/dns/dnsdist/Makefile head/dns/dnsdist/distinfo Modified: head/dns/dnsdist/Makefile ============================================================================== --- head/dns/dnsdist/Makefile Thu Jan 21 15:08:17 2016 (r406859) +++ head/dns/dnsdist/Makefile Thu Jan 21 15:30:53 2016 (r406860) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsdist -DISTVERSION= 0.0.619gda835ff +DISTVERSION= 0.0.649gf41f9cf CATEGORIES= dns net MASTER_SITES= http://builder.powerdns.com/files/dnsdist/dist/ \ http://fbsd.es/~cpm/freebsd/ports/distfiles/ \ Modified: head/dns/dnsdist/distinfo ============================================================================== --- head/dns/dnsdist/distinfo Thu Jan 21 15:08:17 2016 (r406859) +++ head/dns/dnsdist/distinfo Thu Jan 21 15:30:53 2016 (r406860) @@ -1,2 +1,2 @@ -SHA256 (dnsdist-0.0.619gda835ff.tar.bz2) = d97964fab8700e56f3f96994afec2d0a5fa5293be5db9abb038122d18b3442c9 -SIZE (dnsdist-0.0.619gda835ff.tar.bz2) = 609709 +SHA256 (dnsdist-0.0.649gf41f9cf.tar.bz2) = c0253a591e21c9ffd2effcdc2e4201170fa35b8554ab6e6e5c6f0c8a26e343ff +SIZE (dnsdist-0.0.649gf41f9cf.tar.bz2) = 621644 From owner-svn-ports-head@freebsd.org Thu Jan 21 15:31:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14566A8A6A0; Thu, 21 Jan 2016 15:31:25 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0BC211CD4; Thu, 21 Jan 2016 15:31:25 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 0A7F1192A; Thu, 21 Jan 2016 15:31:25 +0000 (UTC) Date: Thu, 21 Jan 2016 15:31:25 +0000 From: Alexey Dokuchaev To: Raphael Kubo da Costa Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r406842 - head/Mk/Scripts Message-ID: <20160121153124.GA15322@FreeBSD.org> References: <201601211025.u0LAPufi069384@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201601211025.u0LAPufi069384@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 15:31:25 -0000 On Thu, Jan 21, 2016 at 10:25:56AM +0000, Raphael Kubo da Costa wrote: > New Revision: 406842 > URL: https://svnweb.freebsd.org/changeset/ports/406842 > > Log: > smart_makepatch: Quote PATCH_WRKSRC when regenerating patches. > > [...] > @@ -184,9 +184,9 @@ regenerate_patches() { > local OUT > local ORIG > local new_list > - new_list=$(cd ${PATCH_WRKSRC} && \ > + new_list=$(cd "${PATCH_WRKSRC}" && \ > find -s * -type f -name '*.orig' 2>/dev/null) > - (cd ${PATCH_WRKSRC} && for F in ${new_list}; do > + (cd "${PATCH_WRKSRC}" && for F in ${new_list}; do I've sent John a slighly more complete patch which quotes all five invocations of "cd". You might consider quoting remaining tree as well (file $filesdir is less likely to contain spaces than $patch_wrksrc, it still might). ./danfe From owner-svn-ports-head@freebsd.org Thu Jan 21 15:33:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1996AA8A82B; Thu, 21 Jan 2016 15:33:10 +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 DBF5A1F4D; Thu, 21 Jan 2016 15:33:09 +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 u0LFX8WT072263; Thu, 21 Jan 2016 15:33:08 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LFX8Sd072262; Thu, 21 Jan 2016 15:33:08 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601211533.u0LFX8Sd072262@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 21 Jan 2016 15:33:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406861 - head/lang/rubinius X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 15:33:10 -0000 Author: pawel Date: Thu Jan 21 15:33:08 2016 New Revision: 406861 URL: https://svnweb.freebsd.org/changeset/ports/406861 Log: Convert to USES=execinfo PR: 205953 Submitted by: myself Approved by: maintainer timeout Modified: head/lang/rubinius/Makefile Modified: head/lang/rubinius/Makefile ============================================================================== --- head/lang/rubinius/Makefile Thu Jan 21 15:30:53 2016 (r406860) +++ head/lang/rubinius/Makefile Thu Jan 21 15:33:08 2016 (r406861) @@ -40,7 +40,7 @@ CONFIGURE_ARGS= -P "${PREFIX}" \ --stagingdir "${STAGEDIR}${PREFIX}" --with-execinfo \ --system-name ${OPSYS} -USES= perl5 gmake tar:bzip2 readline compiler:c++11-lib libedit +USES= compiler:c++11-lib execinfo gmake perl5 readline tar:bzip2 USE_OPENSSL= yes USE_RUBY= yes RUBY_NO_RUN_DEPENDS= yes @@ -65,8 +65,7 @@ FREEBSD_DIR= ${F_ARCH}-${F_OS}-${F_MAJOR .include -.if ${OSVERSION} < 1000000 -LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo +.if !exists(/usr/lib/libexecinfo.so) CONFIGURE_ARGS+= --with-opt-dir "${LOCALBASE}" .endif From owner-svn-ports-head@freebsd.org Thu Jan 21 15:42:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8B43A8AD2C; Thu, 21 Jan 2016 15:42:42 +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 85F41175B; Thu, 21 Jan 2016 15:42:42 +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 u0LFgfax075818; Thu, 21 Jan 2016 15:42:41 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LFgfNe075813; Thu, 21 Jan 2016 15:42:41 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601211542.u0LFgfNe075813@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 21 Jan 2016 15:42:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406862 - in head/net: samba36 samba4 samba41 samba42 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 15:42:42 -0000 Author: pawel Date: Thu Jan 21 15:42:40 2016 New Revision: 406862 URL: https://svnweb.freebsd.org/changeset/ports/406862 Log: Remove deprecated @dirrm's from pkg-plist of samba ports. Note that net/samba4 got it's PORTVERSION bumped as stage-qa found one file not included in pkg-plist. PR: 205950 Submitted by: myself Approved by: maintainer timeout Modified: head/net/samba36/pkg-plist.swat head/net/samba4/Makefile head/net/samba4/pkg-plist head/net/samba41/pkg-plist head/net/samba42/pkg-plist Modified: head/net/samba36/pkg-plist.swat ============================================================================== --- head/net/samba36/pkg-plist.swat Thu Jan 21 15:33:08 2016 (r406861) +++ head/net/samba36/pkg-plist.swat Thu Jan 21 15:42:40 2016 (r406862) @@ -337,25 +337,9 @@ share/swat/lang/tr/images/samba.gif share/swat/lang/tr/images/shares.gif share/swat/lang/tr/images/status.gif share/swat/lang/tr/images/viewconfig.gif -@dirrm share/swat/lang/tr/js -@dirrm share/swat/lang/tr/include -@dirrm share/swat/lang/tr/images -@dirrm share/swat/lang/tr/help -@dirrm share/swat/lang/tr -@dirrm share/swat/lang/ja/js -@dirrm share/swat/lang/ja/include -@dirrm share/swat/lang/ja/images -@dirrm share/swat/lang/ja/help -@dirrm share/swat/lang/ja -@dirrm share/swat/lang -@dirrm share/swat/js -@dirrm share/swat/include -@dirrm share/swat/images -@dirrm share/swat/help/manpages -@dirrm share/swat/help/Samba3-HOWTO/images -@dirrm share/swat/help/Samba3-HOWTO -@dirrm share/swat/help/Samba3-Developers-Guide -@dirrm share/swat/help/Samba3-ByExample/images -@dirrm share/swat/help/Samba3-ByExample -@dirrm share/swat/help -@dirrm share/swat +@dir share/swat/lang/tr/js +@dir share/swat/lang/tr/include +@dir share/swat/lang/ja/js +@dir share/swat/lang/ja/include +@dir share/swat/lang/ja/images +@dir share/swat/js Modified: head/net/samba4/Makefile ============================================================================== --- head/net/samba4/Makefile Thu Jan 21 15:33:08 2016 (r406861) +++ head/net/samba4/Makefile Thu Jan 21 15:42:40 2016 (r406862) @@ -3,7 +3,7 @@ PORTNAME?= ${SAMBA4_BASENAME}4 PORTVERSION?= ${SAMBA4_VERSION} -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} Modified: head/net/samba4/pkg-plist ============================================================================== --- head/net/samba4/pkg-plist Thu Jan 21 15:33:08 2016 (r406861) +++ head/net/samba4/pkg-plist Thu Jan 21 15:42:40 2016 (r406862) @@ -152,12 +152,6 @@ include/samba4/util/time.h include/samba4/util/xfile.h include/samba4/util_ldb.h include/samba4/wbclient.h -@dirrm include/samba4/util -@dirrm include/samba4/samba -@dirrm include/samba4/ndr -@dirrm include/samba4/gen_ndr -@dirrm include/samba4/core -@dirrm include/samba4 lib/libdcerpc-atsvc.so lib/libdcerpc-atsvc.so.0 lib/libdcerpc-binding.so @@ -445,20 +439,6 @@ lib/shared-modules/vfs/zfsacl.so %%MODULE_VFS_SHADOW_COPY_TEST%%lib/shared-modules/vfs/shadow_copy_test.so %%MODULE_VFS_SKEL_OPAQUE%%lib/shared-modules/vfs/skel_opaque.so %%MODULE_VFS_SKEL_TRANSPARENT%%lib/shared-modules/vfs/skel_transparent.so -@dirrmtry lib/shared-modules/vfs -%%AD_DC%%@dirrmtry lib/shared-modules/service -%%AD_DC%%@dirrmtry lib/shared-modules/process_model -@dirrmtry lib/shared-modules/perfcount -@dirrmtry lib/shared-modules/pdb -@dirrmtry lib/shared-modules/nss_info -@dirrmtry lib/shared-modules/ldb -@dirrmtry lib/shared-modules/idmap -@dirrmtry lib/shared-modules/gpext -@dirrmtry lib/shared-modules/gensec -@dirrmtry lib/shared-modules/bind9 -@dirrmtry lib/shared-modules/auth -@dirrmtry lib/shared-modules -@dirrmtry lib/samba libdata/pkgconfig/dcerpc.pc libdata/pkgconfig/dcerpc_atsvc.pc libdata/pkgconfig/dcerpc_samr.pc @@ -699,22 +679,6 @@ libdata/pkgconfig/wbclient.pc %%AD_DC%%%%PYTHON_SITELIBDIR%%/samba/xattr_native.so %%AD_DC%%%%PYTHON_SITELIBDIR%%/samba/xattr_tdb.so @unexec find %D/%%PYTHON_SITELIBDIR%%/samba -name '*.py[co]' -delete >/dev/null 2>&1 -@dirrm %%PYTHON_SITELIBDIR%%/samba/web_server -@dirrm %%PYTHON_SITELIBDIR%%/samba/tests/samba_tool -@dirrm %%PYTHON_SITELIBDIR%%/samba/tests/dcerpc -@dirrm %%PYTHON_SITELIBDIR%%/samba/tests/blackbox -@dirrm %%PYTHON_SITELIBDIR%%/samba/tests -@dirrm %%PYTHON_SITELIBDIR%%/samba/samba3 -@dirrm %%PYTHON_SITELIBDIR%%/samba/provision -@dirrm %%PYTHON_SITELIBDIR%%/samba/netcmd -@dirrm %%PYTHON_SITELIBDIR%%/samba/external/testtools/tests -@dirrm %%PYTHON_SITELIBDIR%%/samba/external/testtools/testresult -@dirrm %%PYTHON_SITELIBDIR%%/samba/external/testtools -@dirrm %%PYTHON_SITELIBDIR%%/samba/external/subunit/tests -@dirrm %%PYTHON_SITELIBDIR%%/samba/external/subunit -@dirrm %%PYTHON_SITELIBDIR%%/samba/external -@dirrm %%PYTHON_SITELIBDIR%%/samba/dcerpc -@dirrm %%PYTHON_SITELIBDIR%%/samba bin/pidl man/man1/pidl.1.gz man/man3/Parse::Pidl::Dump.3.gz @@ -747,14 +711,7 @@ man/man3/Parse::Pidl::Wireshark::NDR.3.g %%DATADIR%%/perl5/Parse/Pidl/Util.pm %%DATADIR%%/perl5/Parse/Pidl/Wireshark/Conformance.pm %%DATADIR%%/perl5/Parse/Pidl/Wireshark/NDR.pm -@dirrm %%DATADIR%%/perl5/Parse/Pidl/Wireshark -@dirrm %%DATADIR%%/perl5/Parse/Pidl/Samba4/NDR -@dirrm %%DATADIR%%/perl5/Parse/Pidl/Samba4/COM -@dirrm %%DATADIR%%/perl5/Parse/Pidl/Samba4 -@dirrm %%DATADIR%%/perl5/Parse/Pidl/Samba3 -@dirrm %%DATADIR%%/perl5/Parse/Pidl -@dirrm %%DATADIR%%/perl5/Parse -@dirrm %%DATADIR%%/perl5 +%%DATADIR%%/perl5/Parse/Yapp/Driver.pm %%DATADIR%%/codepages/de.msg %%DATADIR%%/codepages/en.msg %%DATADIR%%/codepages/fi.msg @@ -892,25 +849,6 @@ man/man3/Parse::Pidl::Wireshark::NDR.3.g %%DATADIR%%/swat/lang/tr/images/shares.gif %%DATADIR%%/swat/lang/tr/images/status.gif %%DATADIR%%/swat/lang/tr/images/viewconfig.gif -@dirrm %%DATADIR%%/swat/lang/tr/images -@dirrm %%DATADIR%%/swat/lang/tr/help -@dirrm %%DATADIR%%/swat/lang/tr -@dirrm %%DATADIR%%/swat/lang/ru/include -@dirrm %%DATADIR%%/swat/lang/ru/images -@dirrm %%DATADIR%%/swat/lang/ru/help -@dirrm %%DATADIR%%/swat/lang/ru -@dirrm %%DATADIR%%/swat/lang/ja/help -@dirrm %%DATADIR%%/swat/lang/ja -@dirrm %%DATADIR%%/swat/lang -@dirrm %%DATADIR%%/swat/include -@dirrm %%DATADIR%%/swat/images -@dirrm %%DATADIR%%/swat/help -@dirrm %%DATADIR%%/swat -%%AD_DC%%@dirrm %%DATADIR%%/setup/display-specifiers -%%AD_DC%%@dirrm %%DATADIR%%/setup/ad-schema -%%AD_DC%%@dirrm %%DATADIR%%/setup -@dirrm %%DATADIR%%/codepages -@dirrm %%DATADIR%% man/man1/dbwrap_tool.1.gz man/man1/findsmb.1.gz man/man1/gentest.1.gz @@ -1005,7 +943,10 @@ man/man8/vfs_time_audit.8.gz man/man8/vfs_tsmsm.8.gz man/man8/vfs_xattr_tdb.8.gz man/man8/winbindd.8.gz -@dirrmtry /var/run/samba4 -@dirrmtry /var/log/samba4 -@dirrmtry /var/db/samba4/private -@dirrmtry /var/db/samba4 +@dir lib/shared-modules/perfcount +@dir lib/shared-modules/pdb +@dir lib/shared-modules/gpext +@dir /var/run/samba4 +@dir /var/log/samba4 +@dir /var/db/samba4/private +@dir /var/db/samba4 Modified: head/net/samba41/pkg-plist ============================================================================== --- head/net/samba41/pkg-plist Thu Jan 21 15:33:08 2016 (r406861) +++ head/net/samba41/pkg-plist Thu Jan 21 15:42:40 2016 (r406862) @@ -153,12 +153,6 @@ include/samba4/util/time.h include/samba4/util/xfile.h include/samba4/util_ldb.h include/samba4/wbclient.h -@dirrm include/samba4/util -@dirrm include/samba4/samba -@dirrm include/samba4/ndr -@dirrm include/samba4/gen_ndr -@dirrm include/samba4/core -@dirrm include/samba4 lib/libdcerpc-atsvc.so lib/libdcerpc-atsvc.so.0 lib/libdcerpc-binding.so @@ -451,20 +445,6 @@ lib/shared-modules/vfs/zfsacl.so %%MODULE_VFS_SHADOW_COPY_TEST%%lib/shared-modules/vfs/shadow_copy_test.so %%MODULE_VFS_SKEL_OPAQUE%%lib/shared-modules/vfs/skel_opaque.so %%MODULE_VFS_SKEL_TRANSPARENT%%lib/shared-modules/vfs/skel_transparent.so -@dirrmtry lib/shared-modules/vfs -%%AD_DC%%@dirrmtry lib/shared-modules/service -%%AD_DC%%@dirrmtry lib/shared-modules/process_model -@dirrmtry lib/shared-modules/perfcount -@dirrmtry lib/shared-modules/pdb -@dirrmtry lib/shared-modules/nss_info -@dirrmtry lib/shared-modules/ldb -@dirrmtry lib/shared-modules/idmap -@dirrmtry lib/shared-modules/gpext -@dirrmtry lib/shared-modules/gensec -@dirrmtry lib/shared-modules/bind9 -@dirrmtry lib/shared-modules/auth -@dirrmtry lib/shared-modules -@dirrmtry lib/samba libdata/pkgconfig/dcerpc.pc libdata/pkgconfig/dcerpc_atsvc.pc libdata/pkgconfig/dcerpc_samr.pc @@ -805,28 +785,6 @@ libdata/pkgconfig/wbclient.pc %%AD_DC%%%%PYTHON_SITELIBDIR%%/samba/xattr_native.so %%AD_DC%%%%PYTHON_SITELIBDIR%%/samba/xattr_tdb.so @unexec find %D/%%PYTHON_SITELIBDIR%%/samba -name '*.py[co]' -delete >/dev/null 2>&1 -@dirrm %%PYTHON_SITELIBDIR%%/samba/web_server -@dirrm %%PYTHON_SITELIBDIR%%/samba/tests/samba_tool -@dirrm %%PYTHON_SITELIBDIR%%/samba/tests/dcerpc -@dirrm %%PYTHON_SITELIBDIR%%/samba/tests/blackbox -@dirrm %%PYTHON_SITELIBDIR%%/samba/tests -@dirrm %%PYTHON_SITELIBDIR%%/samba/samba3 -@dirrm %%PYTHON_SITELIBDIR%%/samba/provision -@dirrm %%PYTHON_SITELIBDIR%%/samba/netcmd -@dirrm %%PYTHON_SITELIBDIR%%/samba/external/testtools/tests/matchers -@dirrm %%PYTHON_SITELIBDIR%%/samba/external/testtools/tests -@dirrm %%PYTHON_SITELIBDIR%%/samba/external/testtools/testresult -@dirrm %%PYTHON_SITELIBDIR%%/samba/external/testtools/matchers -@dirrm %%PYTHON_SITELIBDIR%%/samba/external/testtools -@dirrm %%PYTHON_SITELIBDIR%%/samba/external/subunit/tests -@dirrm %%PYTHON_SITELIBDIR%%/samba/external/subunit -%%PY_DNSPYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/samba/external/dns/rdtypes/IN -%%PY_DNSPYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/samba/external/dns/rdtypes/ANY -%%PY_DNSPYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/samba/external/dns/rdtypes -%%PY_DNSPYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/samba/external/dns -@dirrm %%PYTHON_SITELIBDIR%%/samba/external -@dirrm %%PYTHON_SITELIBDIR%%/samba/dcerpc -@dirrm %%PYTHON_SITELIBDIR%%/samba %%DATADIR%%/codepages/lowcase.dat %%DATADIR%%/codepages/upcase.dat %%DATADIR%%/codepages/valid.dat @@ -920,11 +878,6 @@ libdata/pkgconfig/wbclient.pc %%AD_DC%%%%DATADIR%%/setup/slapd.conf %%AD_DC%%%%DATADIR%%/setup/spn_update_list %%AD_DC%%%%DATADIR%%/setup/ypServ30.ldif -%%AD_DC%%@dirrm %%DATADIR%%/setup/display-specifiers -%%AD_DC%%@dirrm %%DATADIR%%/setup/ad-schema -%%AD_DC%%@dirrm %%DATADIR%%/setup -@dirrm %%DATADIR%%/codepages -@dirrm %%DATADIR%% man/man1/dbwrap_tool.1.gz man/man1/findsmb.1.gz man/man1/gentest.1.gz @@ -1024,7 +977,10 @@ man/man8/vfs_time_audit.8.gz man/man8/vfs_tsmsm.8.gz man/man8/vfs_xattr_tdb.8.gz man/man8/winbindd.8.gz -@dirrmtry /var/run/samba4 -@dirrmtry /var/log/samba4 -@dirrmtry /var/db/samba4/private -@dirrmtry /var/db/samba4 +@dir lib/shared-modules/perfcount +@dir lib/shared-modules/pdb +@dir lib/shared-modules/gpext +@dir /var/run/samba4 +@dir /var/log/samba4 +@dir /var/db/samba4/private +@dir /var/db/samba4 Modified: head/net/samba42/pkg-plist ============================================================================== --- head/net/samba42/pkg-plist Thu Jan 21 15:33:08 2016 (r406861) +++ head/net/samba42/pkg-plist Thu Jan 21 15:42:40 2016 (r406862) @@ -161,12 +161,6 @@ include/samba4/util/time.h include/samba4/util/xfile.h include/samba4/util_ldb.h include/samba4/wbclient.h -@dirrm include/samba4/util -@dirrm include/samba4/samba -@dirrm include/samba4/ndr -@dirrm include/samba4/gen_ndr -@dirrm include/samba4/core -@dirrm include/samba4 lib/libdcerpc-atsvc.so lib/libdcerpc-atsvc.so.0 lib/libdcerpc-binding.so @@ -463,20 +457,6 @@ lib/shared-modules/vfs/zfsacl.so %%MODULE_VFS_SHADOW_COPY_TEST%%lib/shared-modules/vfs/shadow_copy_test.so %%MODULE_VFS_SKEL_OPAQUE%%lib/shared-modules/vfs/skel_opaque.so %%MODULE_VFS_SKEL_TRANSPARENT%%lib/shared-modules/vfs/skel_transparent.so -@dirrmtry lib/shared-modules/vfs -%%AD_DC%%@dirrmtry lib/shared-modules/service -%%AD_DC%%@dirrmtry lib/shared-modules/process_model -@dirrmtry lib/shared-modules/perfcount -@dirrmtry lib/shared-modules/pdb -@dirrmtry lib/shared-modules/nss_info -@dirrmtry lib/shared-modules/ldb -@dirrmtry lib/shared-modules/idmap -@dirrmtry lib/shared-modules/gpext -@dirrmtry lib/shared-modules/gensec -@dirrmtry lib/shared-modules/bind9 -@dirrmtry lib/shared-modules/auth -@dirrmtry lib/shared-modules -@dirrmtry lib/samba %%PKGCONFIGDIR%%/dcerpc.pc %%PKGCONFIGDIR%%/dcerpc_atsvc.pc %%PKGCONFIGDIR%%/dcerpc_samr.pc @@ -741,25 +721,6 @@ lib/shared-modules/vfs/zfsacl.so %%AD_DC%%%%PYTHON_SITELIBDIR%%/samba/xattr_native.so %%AD_DC%%%%PYTHON_SITELIBDIR%%/samba/xattr_tdb.so @unexec find %D/%%PYTHON_SITELIBDIR%%/samba -name '*.py[co]' -delete >/dev/null 2>&1 -@dirrm %%PYTHON_SITELIBDIR%%/samba/web_server -@dirrm %%PYTHON_SITELIBDIR%%/samba/tests/samba_tool -@dirrm %%PYTHON_SITELIBDIR%%/samba/tests/dcerpc -@dirrm %%PYTHON_SITELIBDIR%%/samba/tests/blackbox -@dirrm %%PYTHON_SITELIBDIR%%/samba/tests -@dirrm %%PYTHON_SITELIBDIR%%/samba/samba3 -@dirrm %%PYTHON_SITELIBDIR%%/samba/provision -@dirrm %%PYTHON_SITELIBDIR%%/samba/netcmd -@dirrm %%PYTHON_SITELIBDIR%%/samba/external/testtools/tests/matchers -@dirrm %%PYTHON_SITELIBDIR%%/samba/external/testtools/tests -@dirrm %%PYTHON_SITELIBDIR%%/samba/external/testtools/testresult -@dirrm %%PYTHON_SITELIBDIR%%/samba/external/testtools/matchers -@dirrm %%PYTHON_SITELIBDIR%%/samba/external/testtools -@dirrm %%PYTHON_SITELIBDIR%%/samba/external/subunit/tests -@dirrm %%PYTHON_SITELIBDIR%%/samba/external/subunit -@dirrm %%PYTHON_SITELIBDIR%%/samba/external/extras -@dirrm %%PYTHON_SITELIBDIR%%/samba/external -@dirrm %%PYTHON_SITELIBDIR%%/samba/dcerpc -@dirrm %%PYTHON_SITELIBDIR%%/samba %%DATADIR%%/codepages/lowcase.dat %%DATADIR%%/codepages/upcase.dat %%DATADIR%%/codepages/valid.dat @@ -851,11 +812,6 @@ lib/shared-modules/vfs/zfsacl.so %%AD_DC%%%%DATADIR%%/setup/slapd.conf %%AD_DC%%%%DATADIR%%/setup/spn_update_list %%AD_DC%%%%DATADIR%%/setup/ypServ30.ldif -%%AD_DC%%@dirrm %%DATADIR%%/setup/display-specifiers -%%AD_DC%%@dirrm %%DATADIR%%/setup/ad-schema -%%AD_DC%%@dirrm %%DATADIR%%/setup -@dirrm %%DATADIR%%/codepages -@dirrm %%DATADIR%% man/man1/dbwrap_tool.1.gz man/man1/findsmb.1.gz man/man1/gentest.1.gz @@ -958,7 +914,10 @@ man/man8/vfs_tsmsm.8.gz man/man8/vfs_worm.8.gz man/man8/vfs_xattr_tdb.8.gz man/man8/winbindd.8.gz -@dirrmtry /var/run/samba4 -@dirrmtry /var/log/samba4 -@dirrmtry /var/db/samba4/private -@dirrmtry /var/db/samba4 +@dir lib/shared-modules/perfcount +@dir lib/shared-modules/pdb +@dir lib/shared-modules/gpext +@dir /var/run/samba4 +@dir /var/log/samba4 +@dir /var/db/samba4/private +@dir /var/db/samba4 From owner-svn-ports-head@freebsd.org Thu Jan 21 15:42:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E6E3A8AD30; Thu, 21 Jan 2016 15:42:43 +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 6EF01175E; Thu, 21 Jan 2016 15:42:43 +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 u0LFggZQ075942; Thu, 21 Jan 2016 15:42:42 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LFggpG075940; Thu, 21 Jan 2016 15:42:42 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201601211542.u0LFggpG075940@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Thu, 21 Jan 2016 15:42:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406863 - head/textproc/p5-XML-XPath X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 15:42:43 -0000 Author: jadawin Date: Thu Jan 21 15:42:42 2016 New Revision: 406863 URL: https://svnweb.freebsd.org/changeset/ports/406863 Log: - Update to 1.25 Modified: head/textproc/p5-XML-XPath/Makefile head/textproc/p5-XML-XPath/distinfo Modified: head/textproc/p5-XML-XPath/Makefile ============================================================================== --- head/textproc/p5-XML-XPath/Makefile Thu Jan 21 15:42:40 2016 (r406862) +++ head/textproc/p5-XML-XPath/Makefile Thu Jan 21 15:42:42 2016 (r406863) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-XPath -PORTVERSION= 1.24 +PORTVERSION= 1.25 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-XML-XPath/distinfo ============================================================================== --- head/textproc/p5-XML-XPath/distinfo Thu Jan 21 15:42:40 2016 (r406862) +++ head/textproc/p5-XML-XPath/distinfo Thu Jan 21 15:42:42 2016 (r406863) @@ -1,2 +1,2 @@ -SHA256 (XML-XPath-1.24.tar.gz) = df73fc6d1b955aaa5ae7986c324fdc1a798b2a0dd5d87017aea931ceee893365 -SIZE (XML-XPath-1.24.tar.gz) = 50012 +SHA256 (XML-XPath-1.25.tar.gz) = 2e5dc7ab6a45290b46b4b6d5fee8e7805881ee6389577e11efec534460c1e9c2 +SIZE (XML-XPath-1.25.tar.gz) = 50401 From owner-svn-ports-head@freebsd.org Thu Jan 21 15:47:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7CD9A8AEA0; Thu, 21 Jan 2016 15:47:49 +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 82B9D19F9; Thu, 21 Jan 2016 15:47: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 u0LFlmib076560; Thu, 21 Jan 2016 15:47:48 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LFlmaV076557; Thu, 21 Jan 2016 15:47:48 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201601211547.u0LFlmaV076557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 21 Jan 2016 15:47:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406864 - in head/games/mvdsv: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 15:47:49 -0000 Author: danfe Date: Thu Jan 21 15:47:48 2016 New Revision: 406864 URL: https://svnweb.freebsd.org/changeset/ports/406864 Log: Don't build with `-ffast-math -funroll-loops' flags by default: contemporary compilers should be smart enough to generate good code of of the box without potentially unsafe fast-math, and remove standard `-O2 -fno-strict-aliasing' options from the "optimized flags". Modified: head/games/mvdsv/Makefile head/games/mvdsv/files/patch-build_make_Makefile.BSD head/games/mvdsv/files/patch-tools_qwdtools_source_Makefile.BSD Modified: head/games/mvdsv/Makefile ============================================================================== --- head/games/mvdsv/Makefile Thu Jan 21 15:42:42 2016 (r406863) +++ head/games/mvdsv/Makefile Thu Jan 21 15:47:48 2016 (r406864) @@ -21,6 +21,7 @@ MAKE_ARGS= UNAME=${OPSYS} PLIST_FILES= bin/${PORTNAME} +OPTIONS_DEFINE= OPTIMIZED_CFLAGS OPTIONS_DEFINE_i386= ASM OPTIONS_DEFINE_amd64= ASM OPTIONS_DEFAULT_i386= ASM @@ -35,6 +36,7 @@ KQUEUE_DESC= Kqueue support KQUEUE_MAKE_ARGS_OFF= -DNOKQUEUE ASM_MAKE_ARGS_OFF= -DWITHOUT_X86_ASM +OPTIMIZED_CFLAGS_MAKE_ARGS= -DWITH_OPTIMIZED_CFLAGS post-patch: @${REINPLACE_CMD} -e 's,^inline ,,' ${WRKSRC}/src/sv_sys_unix.c Modified: head/games/mvdsv/files/patch-build_make_Makefile.BSD ============================================================================== --- head/games/mvdsv/files/patch-build_make_Makefile.BSD Thu Jan 21 15:42:42 2016 (r406863) +++ head/games/mvdsv/files/patch-build_make_Makefile.BSD Thu Jan 21 15:47:48 2016 (r406864) @@ -1,6 +1,6 @@ --- build/make/Makefile.BSD.orig 2011-10-06 07:24:17 UTC +++ build/make/Makefile.BSD -@@ -17,7 +17,7 @@ SV_DIR = ../../src +@@ -17,17 +17,15 @@ SV_DIR = ../../src # for gcc its like: make mvdsv FORCE32BITFLAGS=-m32 # configure script add FORCE32BITFLAGS=-m32 @@ -9,7 +9,18 @@ .if !defined(NOKQUEUE) && (${UNAME} == "FreeBSD" || ${UNAME} == "DragonFly") DO_CFLAGS += -DKQUEUE -@@ -94,7 +94,7 @@ SV_OBJS = \ + .endif + +-WITH_OPTIMIZED_CFLAGS = YES +- + USE_ASM=-Did386 + .if defined(WITH_OPTIMIZED_CFLAGS) +-DO_CFLAGS += -O2 -fno-strict-aliasing -ffast-math -funroll-loops ++DO_CFLAGS += -ffast-math -funroll-loops + . if ${MACHINE_ARCH} == "i386" && !defined(WITHOUT_X86_ASM) + ASM=${USE_ASM} + DO_CFLAGS += ${ASM} +@@ -94,7 +92,7 @@ SV_OBJS = \ ${SV_DIR}/pcre/get.o \ ${SV_DIR}/pcre/pcre.o @@ -18,7 +29,7 @@ SV_ASM_OBJS = \ ${SV_DIR}/bothtoolsa.o \ ${SV_DIR}/math.o -@@ -105,10 +105,10 @@ SV_ASM_OBJS = \ +@@ -105,10 +103,10 @@ SV_ASM_OBJS = \ ############################################################################# .c.o: Modified: head/games/mvdsv/files/patch-tools_qwdtools_source_Makefile.BSD ============================================================================== --- head/games/mvdsv/files/patch-tools_qwdtools_source_Makefile.BSD Thu Jan 21 15:42:42 2016 (r406863) +++ head/games/mvdsv/files/patch-tools_qwdtools_source_Makefile.BSD Thu Jan 21 15:47:48 2016 (r406864) @@ -1,6 +1,6 @@ --- tools/qwdtools/source/Makefile.BSD.orig 2011-10-06 07:24:17 UTC +++ tools/qwdtools/source/Makefile.BSD -@@ -12,18 +12,14 @@ +@@ -12,24 +12,18 @@ # MAINDIR = ../../.. @@ -17,11 +17,18 @@ -.if !defined(NOKQUEUE) && (${UNAME} == "FreeBSD" || ${UNAME} == "DragonFly") -DO_CFLAGS += -DKQUEUE -.endif +- +-WITH_OPTIMIZED_CFLAGS = YES +DO_CFLAGS = ${CFLAGS} -Wall -pipe -pthread -funsigned-char -DUSE_PR2 ${FORCE32BITFLAGS} - WITH_OPTIMIZED_CFLAGS = YES - -@@ -60,7 +56,7 @@ QWDTOOLS_OBJS = \ + USE_ASM=-Did386 + .if defined(WITH_OPTIMIZED_CFLAGS) +-DO_CFLAGS += -O2 -fno-strict-aliasing -ffast-math -funroll-loops ++DO_CFLAGS += -ffast-math -funroll-loops + . if ${MACHINE_ARCH} == "i386" && !defined(WITHOUT_X86_ASM) + ASM=${USE_ASM} + DO_CFLAGS += ${ASM} +@@ -60,7 +54,7 @@ QWDTOOLS_OBJS = \ ${QWDTOOLS_DIR}/sync.o \ ${QWDTOOLS_DIR}/tools.o @@ -30,7 +37,7 @@ QWDTOOLS_ASM_OBJS = \ ${SV_DIR}/bothtoolsa.o .endif -@@ -70,10 +66,10 @@ QWDTOOLS_ASM_OBJS = \ +@@ -70,10 +64,10 @@ QWDTOOLS_ASM_OBJS = \ ############################################################################# .c.o: From owner-svn-ports-head@freebsd.org Thu Jan 21 15:54:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6882AA8B186; Thu, 21 Jan 2016 15:54:46 +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 3A5541E90; Thu, 21 Jan 2016 15:54:46 +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 u0LFsjYL079855; Thu, 21 Jan 2016 15:54:45 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LFsj6x079852; Thu, 21 Jan 2016 15:54:45 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201601211554.u0LFsj6x079852@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Thu, 21 Jan 2016 15:54:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406865 - head/math/octave-forge-generate_html X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 15:54:46 -0000 Author: stephen Date: Thu Jan 21 15:54:44 2016 New Revision: 406865 URL: https://svnweb.freebsd.org/changeset/ports/406865 Log: - Update to 0.1.10. Modified: head/math/octave-forge-generate_html/Makefile head/math/octave-forge-generate_html/distinfo Modified: head/math/octave-forge-generate_html/Makefile ============================================================================== --- head/math/octave-forge-generate_html/Makefile Thu Jan 21 15:47:48 2016 (r406864) +++ head/math/octave-forge-generate_html/Makefile Thu Jan 21 15:54:44 2016 (r406865) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-generate_html -PORTVERSION= 0.1.9 -PORTREVISION= 1 +PORTVERSION= 0.1.10 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-generate_html/distinfo ============================================================================== --- head/math/octave-forge-generate_html/distinfo Thu Jan 21 15:47:48 2016 (r406864) +++ head/math/octave-forge-generate_html/distinfo Thu Jan 21 15:54:44 2016 (r406865) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/generate_html-0.1.9.tar.gz) = fa39455efaff821f664dafe97fc69d813690c14790519434981ce8334b99f810 -SIZE (octave-forge/generate_html-0.1.9.tar.gz) = 29669 +SHA256 (octave-forge/generate_html-0.1.10.tar.gz) = a13fc0165050c585b5ed20c27dcb4d27feb7c6a0d7f286e5f6b7168e051ba929 +SIZE (octave-forge/generate_html-0.1.10.tar.gz) = 29942 From owner-svn-ports-head@freebsd.org Thu Jan 21 15:59:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DEE5A8B272; Thu, 21 Jan 2016 15:59:42 +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 444A01FB0; Thu, 21 Jan 2016 15:59:42 +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 u0LFxfHX080450; Thu, 21 Jan 2016 15:59:41 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LFxfEj080448; Thu, 21 Jan 2016 15:59:41 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201601211559.u0LFxfEj080448@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Thu, 21 Jan 2016 15:59:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406866 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 15:59:42 -0000 Author: vsevolod Date: Thu Jan 21 15:59:40 2016 New Revision: 406866 URL: https://svnweb.freebsd.org/changeset/ports/406866 Log: - Update to 1.1.1 Modified: head/mail/rspamd/Makefile head/mail/rspamd/distinfo Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Thu Jan 21 15:54:44 2016 (r406865) +++ head/mail/rspamd/Makefile Thu Jan 21 15:59:40 2016 (r406866) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= mail MASTER_SITES= http://rspamd.com/downloads/ Modified: head/mail/rspamd/distinfo ============================================================================== --- head/mail/rspamd/distinfo Thu Jan 21 15:54:44 2016 (r406865) +++ head/mail/rspamd/distinfo Thu Jan 21 15:59:40 2016 (r406866) @@ -1,2 +1,2 @@ -SHA256 (rspamd-1.1.0.tar.xz) = 69db05150b4ba8304d24dd0f96c79b5d3792478373f0d6be6c92b51b1cf60ead -SIZE (rspamd-1.1.0.tar.xz) = 1291004 +SHA256 (rspamd-1.1.1.tar.xz) = 3c4bda66b533861a84d82ea26bd7c19ccd1b1befe8b3e33a0fc211c036569a06 +SIZE (rspamd-1.1.1.tar.xz) = 1291968 From owner-svn-ports-head@freebsd.org Thu Jan 21 16:18:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 382D3A8BAA9; Thu, 21 Jan 2016 16:18:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 065181DBF; Thu, 21 Jan 2016 16:18:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0LGIgIu087497; Thu, 21 Jan 2016 16:18:42 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LGIgX7087496; Thu, 21 Jan 2016 16:18:42 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201601211618.u0LGIgX7087496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 21 Jan 2016 16:18:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406868 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 16:18:44 -0000 Author: swills Date: Thu Jan 21 16:18:42 2016 New Revision: 406868 URL: https://svnweb.freebsd.org/changeset/ports/406868 Log: exclude all gem stuff from path check Modified: head/Mk/Scripts/qa.sh Modified: head/Mk/Scripts/qa.sh ============================================================================== --- head/Mk/Scripts/qa.sh Thu Jan 21 16:02:45 2016 (r406867) +++ head/Mk/Scripts/qa.sh Thu Jan 21 16:18:42 2016 (r406868) @@ -151,9 +151,7 @@ paths() { [ -z "${f}" ] && continue # Ignore false-positive/harmless files case "${f}" in - */lib/ruby/gems/*/Makefile) continue ;; - */lib/ruby/gems/*/Makefile.html) continue ;; - */lib/ruby/gems/*/mkmf.log) continue ;; + */lib/ruby/gems/*) continue ;; */share/texmf-var/web2c/*/*.fmt) continue ;; */share/texmf-var/web2c/*/*.log) continue ;; esac From owner-svn-ports-head@freebsd.org Thu Jan 21 18:45:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0580A8CFC9; Thu, 21 Jan 2016 18:45:41 +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 B71E61A9C; Thu, 21 Jan 2016 18:45:41 +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 u0LIjeG6040360; Thu, 21 Jan 2016 18:45:40 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LIjeYG040353; Thu, 21 Jan 2016 18:45:40 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201601211845.u0LIjeYG040353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 21 Jan 2016 18:45:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406869 - in head/multimedia: gstreamer1 gstreamer1-libav gstreamer1-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 18:45:42 -0000 Author: kwm Date: Thu Jan 21 18:45:39 2016 New Revision: 406869 URL: https://svnweb.freebsd.org/changeset/ports/406869 Log: Update GStreamer suite to 1.6.3. Modified: head/multimedia/gstreamer1-libav/Makefile head/multimedia/gstreamer1-libav/distinfo head/multimedia/gstreamer1-plugins/Makefile head/multimedia/gstreamer1-plugins/distinfo head/multimedia/gstreamer1/Makefile head/multimedia/gstreamer1/distinfo head/multimedia/gstreamer1/pkg-plist Modified: head/multimedia/gstreamer1-libav/Makefile ============================================================================== --- head/multimedia/gstreamer1-libav/Makefile Thu Jan 21 16:18:42 2016 (r406868) +++ head/multimedia/gstreamer1-libav/Makefile Thu Jan 21 18:45:39 2016 (r406869) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gstreamer1-libav -PORTVERSION= 1.6.2 +PORTVERSION= 1.6.3 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-libav/ DISTNAME= gst-libav-${PORTVERSION} Modified: head/multimedia/gstreamer1-libav/distinfo ============================================================================== --- head/multimedia/gstreamer1-libav/distinfo Thu Jan 21 16:18:42 2016 (r406868) +++ head/multimedia/gstreamer1-libav/distinfo Thu Jan 21 18:45:39 2016 (r406869) @@ -1,2 +1,2 @@ -SHA256 (gst-libav-1.6.2.tar.xz) = 2597acc00171006d49f0d300440a87df51b113d557466e532153abc740db3469 -SIZE (gst-libav-1.6.2.tar.xz) = 7711908 +SHA256 (gst-libav-1.6.3.tar.xz) = 857b9c060a0337de38c6d26238c47352433c02eabf26c2f860c854dbc35bd4ab +SIZE (gst-libav-1.6.3.tar.xz) = 7700700 Modified: head/multimedia/gstreamer1-plugins/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins/Makefile Thu Jan 21 16:18:42 2016 (r406868) +++ head/multimedia/gstreamer1-plugins/Makefile Thu Jan 21 18:45:39 2016 (r406869) @@ -26,16 +26,16 @@ RUN_DEPENDS+= iso-codes>=0:${PORTSDIR}/m PORTSCOUT= limitw:1,even -BASE_PORTVERSION= 1.6.2 +BASE_PORTVERSION= 1.6.3 BASE_DISTNAME= gst-plugins-base-${BASE_PORTVERSION} BASE_DISTFILE= ${BASE_DISTNAME}${EXTRACT_SUFX} -BAD_PORTVERSION= 1.6.2 +BAD_PORTVERSION= 1.6.3 BAD_DISTNAME= gst-plugins-bad-${BAD_PORTVERSION} BAD_DISTFILE= ${BAD_DISTNAME}${EXTRACT_SUFX} -GOOD_PORTVERSION= 1.6.2 +GOOD_PORTVERSION= 1.6.3 GOOD_DISTNAME= gst-plugins-good-${GOOD_PORTVERSION} GOOD_DISTFILE= ${GOOD_DISTNAME}${EXTRACT_SUFX} -UGLY_PORTVERSION= 1.6.2 +UGLY_PORTVERSION= 1.6.3 UGLY_DISTNAME= gst-plugins-ugly-${UGLY_PORTVERSION} UGLY_DISTFILE= ${UGLY_DISTNAME}${EXTRACT_SUFX} DIST?= base @@ -60,7 +60,7 @@ IGNORE= DIST not specified .endif VERSION= 1.0 -SOVERSION= 0.602.0 +SOVERSION= 0.603.0 PLIST_SUB+= VERSION="${VERSION}" \ SOVERSION="${SOVERSION}" Modified: head/multimedia/gstreamer1-plugins/distinfo ============================================================================== --- head/multimedia/gstreamer1-plugins/distinfo Thu Jan 21 16:18:42 2016 (r406868) +++ head/multimedia/gstreamer1-plugins/distinfo Thu Jan 21 18:45:39 2016 (r406869) @@ -1,8 +1,8 @@ -SHA256 (gst-plugins-base-1.6.2.tar.xz) = c75dd400e451526ed71e1c4955e33d470a2581f5e71ecf84920a41c0a5c75322 -SIZE (gst-plugins-base-1.6.2.tar.xz) = 2838544 -SHA256 (gst-plugins-bad-1.6.2.tar.xz) = 650855e39ff56a8bb6cb0c192109c5926ce12f536d06e19ebf829de71ef396fe -SIZE (gst-plugins-bad-1.6.2.tar.xz) = 4187644 -SHA256 (gst-plugins-ugly-1.6.2.tar.xz) = e7f1b6321c8667fabc0dedce3998a3c6e90ce9ce9dea7186d33dc4359f9e9845 -SIZE (gst-plugins-ugly-1.6.2.tar.xz) = 859400 -SHA256 (gst-plugins-good-1.6.2.tar.xz) = 876e54dfce93274b98e024f353258d35fa4d49d1f9010069e676c530f6eb6a92 -SIZE (gst-plugins-good-1.6.2.tar.xz) = 3176060 +SHA256 (gst-plugins-base-1.6.3.tar.xz) = b6154f8fdba4877e95efd94610ef0ada4f0171cd12eb829a3c3c97345d9c7a75 +SIZE (gst-plugins-base-1.6.3.tar.xz) = 2837460 +SHA256 (gst-plugins-bad-1.6.3.tar.xz) = 971b29101d6a9c5e3fe94d99d977a227f58f0b2d29b6ca2c7f292052542b3a61 +SIZE (gst-plugins-bad-1.6.3.tar.xz) = 4216940 +SHA256 (gst-plugins-ugly-1.6.3.tar.xz) = 2fecf7b7c7882f8f62f1900048f4013f98c214fb3d3303d8d812245bb41fd064 +SIZE (gst-plugins-ugly-1.6.3.tar.xz) = 859408 +SHA256 (gst-plugins-good-1.6.3.tar.xz) = 24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177 +SIZE (gst-plugins-good-1.6.3.tar.xz) = 3193272 Modified: head/multimedia/gstreamer1/Makefile ============================================================================== --- head/multimedia/gstreamer1/Makefile Thu Jan 21 16:18:42 2016 (r406868) +++ head/multimedia/gstreamer1/Makefile Thu Jan 21 18:45:39 2016 (r406869) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gstreamer -PORTVERSION= 1.6.2 +PORTVERSION= 1.6.3 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ PKGNAMESUFFIX= 1 @@ -27,7 +27,7 @@ CONFIGURE_ARGS= --disable-tests \ CONFIGURE_ENV= ac_cv_func_register_printf_function="no" INSTALL_TARGET= install-strip PLIST_SUB= VERSION=${GST10_VERSION} \ - SOVERSION=0.602.0 + SOVERSION=0.603.0 USE_LDCONFIG= yes GST10_VERSION= 1.0 Modified: head/multimedia/gstreamer1/distinfo ============================================================================== --- head/multimedia/gstreamer1/distinfo Thu Jan 21 16:18:42 2016 (r406868) +++ head/multimedia/gstreamer1/distinfo Thu Jan 21 18:45:39 2016 (r406869) @@ -1,2 +1,2 @@ -SHA256 (gstreamer-1.6.2.tar.xz) = 5896716bd8e089dba452932a2eff2bb6f6c9d58ff64a96635d157f1ffaf8feb2 -SIZE (gstreamer-1.6.2.tar.xz) = 3557808 +SHA256 (gstreamer-1.6.3.tar.xz) = 22f9568d67b87cf700a111f381144bd37cb93790a77e4e331db01fe854a37f24 +SIZE (gstreamer-1.6.3.tar.xz) = 3553256 Modified: head/multimedia/gstreamer1/pkg-plist ============================================================================== --- head/multimedia/gstreamer1/pkg-plist Thu Jan 21 16:18:42 2016 (r406868) +++ head/multimedia/gstreamer1/pkg-plist Thu Jan 21 18:45:39 2016 (r406869) @@ -134,7 +134,7 @@ libdata/pkgconfig/gstreamer-base-%%VERSI libdata/pkgconfig/gstreamer-controller-%%VERSION%%.pc libdata/pkgconfig/gstreamer-net-%%VERSION%%.pc libexec/gstreamer-%%VERSION%%/gst-plugin-scanner -libexec/gstreamer-%%VERSION%%/gst-ptp-helper +@(,,7755) libexec/gstreamer-%%VERSION%%/gst-ptp-helper man/man1/gst-inspect-%%VERSION%%.1.gz man/man1/gst-launch-%%VERSION%%.1.gz man/man1/gst-typefind-%%VERSION%%.1.gz From owner-svn-ports-head@freebsd.org Thu Jan 21 19:04:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A891A8B9D7; Thu, 21 Jan 2016 19:04: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 119A6153D; Thu, 21 Jan 2016 19:04: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 u0LJ4EwH046725; Thu, 21 Jan 2016 19:04:14 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LJ4DhV046722; Thu, 21 Jan 2016 19:04:13 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201601211904.u0LJ4DhV046722@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 21 Jan 2016 19:04:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406870 - head/print/harfbuzz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 19:04:15 -0000 Author: kwm Date: Thu Jan 21 19:04:13 2016 New Revision: 406870 URL: https://svnweb.freebsd.org/changeset/ports/406870 Log: Update harfbuzz to 1.1.3. PR: 206447 Submitted by: olivierd@ Modified: head/print/harfbuzz/Makefile head/print/harfbuzz/distinfo head/print/harfbuzz/pkg-plist Modified: head/print/harfbuzz/Makefile ============================================================================== --- head/print/harfbuzz/Makefile Thu Jan 21 18:45:39 2016 (r406869) +++ head/print/harfbuzz/Makefile Thu Jan 21 19:04:13 2016 (r406870) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-graphite2 INSTALL_TARGET= install-strip -PLIST_SUB+= LIBVER=0.10102.0 +PLIST_SUB+= LIBVER=0.10103.0 .include Modified: head/print/harfbuzz/distinfo ============================================================================== --- head/print/harfbuzz/distinfo Thu Jan 21 18:45:39 2016 (r406869) +++ head/print/harfbuzz/distinfo Thu Jan 21 19:04:13 2016 (r406870) @@ -1,2 +1,2 @@ -SHA256 (harfbuzz-1.1.2.tar.bz2) = 4a2c5790bd3db7c3ca8c02e4858f2fd592df7932c1d2fa9f6b99acbce0f8461f -SIZE (harfbuzz-1.1.2.tar.bz2) = 1233019 +SHA256 (harfbuzz-1.1.3.tar.bz2) = d93d7cb7979c32672e902fdfa884599e63f07f2fa5b06c66147d20c516d4b8f7 +SIZE (harfbuzz-1.1.3.tar.bz2) = 1294579 Modified: head/print/harfbuzz/pkg-plist ============================================================================== --- head/print/harfbuzz/pkg-plist Thu Jan 21 18:45:39 2016 (r406869) +++ head/print/harfbuzz/pkg-plist Thu Jan 21 19:04:13 2016 (r406870) @@ -30,17 +30,37 @@ lib/libharfbuzz.so.0 lib/libharfbuzz.so.%%LIBVER%% libdata/pkgconfig/harfbuzz-icu.pc libdata/pkgconfig/harfbuzz.pc +share/gtk-doc/html/harfbuzz/HarfBuzz.png share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html share/gtk-doc/html/harfbuzz/annotation-glossary.html +share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +share/gtk-doc/html/harfbuzz/api-index-1-1-3.html share/gtk-doc/html/harfbuzz/api-index-full.html share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html -share/gtk-doc/html/harfbuzz/ch06.html +share/gtk-doc/html/harfbuzz/building.html +share/gtk-doc/html/harfbuzz/ch07.html share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html share/gtk-doc/html/harfbuzz/deprecated-api-index.html share/gtk-doc/html/harfbuzz/fonts-and-faces.html +share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html -share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html @@ -51,7 +71,9 @@ share/gtk-doc/html/harfbuzz/harfbuzz-hb- share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html @@ -64,6 +86,7 @@ share/gtk-doc/html/harfbuzz/harfbuzz.dev share/gtk-doc/html/harfbuzz/hello-harfbuzz.html share/gtk-doc/html/harfbuzz/home.png share/gtk-doc/html/harfbuzz/index.html +share/gtk-doc/html/harfbuzz/install-harfbuzz.html share/gtk-doc/html/harfbuzz/left-insensitive.png share/gtk-doc/html/harfbuzz/left.png share/gtk-doc/html/harfbuzz/object-tree.html From owner-svn-ports-head@freebsd.org Thu Jan 21 19:36:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9381A8C604; Thu, 21 Jan 2016 19:36:35 +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 B629A196A; Thu, 21 Jan 2016 19:36:35 +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 u0LJaYmw055649; Thu, 21 Jan 2016 19:36:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LJaY9h055648; Thu, 21 Jan 2016 19:36:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201601211936.u0LJaY9h055648@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 21 Jan 2016 19:36:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406871 - head/devel/lua-alien X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 19:36:36 -0000 Author: amdmi3 Date: Thu Jan 21 19:36:34 2016 New Revision: 406871 URL: https://svnweb.freebsd.org/changeset/ports/406871 Log: - Switch to options helpers Modified: head/devel/lua-alien/Makefile Modified: head/devel/lua-alien/Makefile ============================================================================== --- head/devel/lua-alien/Makefile Thu Jan 21 19:04:13 2016 (r406870) +++ head/devel/lua-alien/Makefile Thu Jan 21 19:36:34 2016 (r406871) @@ -45,12 +45,12 @@ post-patch: 's|/usr/lib|${LOCALBASE}/lib| ; \ /luarocks/d' ${WRKSRC}/samples/*.lua -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/doc && ${INSTALL_DATA} alien.* \ - ${STAGEDIR}${DOCSDIR}) + ${INSTALL_DATA} ${WRKSRC}/doc/alien.* ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC}/samples && ${INSTALL_DATA} *.lua \ - ${STAGEDIR}${EXAMPLESDIR}) + ${INSTALL_DATA} ${WRKSRC}/samples/*.lua ${STAGEDIR}${EXAMPLESDIR} .include From owner-svn-ports-head@freebsd.org Thu Jan 21 19:40:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB8A2A8C6D9; Thu, 21 Jan 2016 19:40:17 +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 9F3D91AC2; Thu, 21 Jan 2016 19:40:17 +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 u0LJeGn9057143; Thu, 21 Jan 2016 19:40:16 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LJeA4K057081; Thu, 21 Jan 2016 19:40:10 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201601211940.u0LJeA4K057081@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 21 Jan 2016 19:40:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406872 - in head: converters/pdf2djvu databases/kbibtex deskutils/calibre deskutils/xfce4-tumbler devel/py-itools editors/calligra editors/libreoffice4 editors/openoffice-4 editors/ope... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 19:40:18 -0000 Author: kwm Date: Thu Jan 21 19:40:10 2016 New Revision: 406872 URL: https://svnweb.freebsd.org/changeset/ports/406872 Log: Update poppler to 0.40.0. [1] Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build of these ports with poppler 0.39+. PR: 206293 [1] Submitted by: olivierd@ [1] Obtained from: ubuntu [2], rubygem-poppler upstream [3] Added: head/x11-toolkits/rubygem-poppler/files/ head/x11-toolkits/rubygem-poppler/files/patch-ext_poppler_rbpoppler.c (contents, props changed) Modified: head/converters/pdf2djvu/Makefile head/databases/kbibtex/Makefile head/deskutils/calibre/Makefile head/deskutils/xfce4-tumbler/Makefile head/devel/py-itools/Makefile head/editors/calligra/Makefile head/editors/libreoffice4/Makefile head/editors/openoffice-4/Makefile head/editors/openoffice-devel/Makefile head/editors/texmaker/Makefile head/editors/texstudio/Makefile head/editors/texworks/Makefile head/graphics/apvlv/Makefile head/graphics/atril/Makefile head/graphics/electrix/Makefile head/graphics/epdfview/Makefile head/graphics/evas_generic_loaders-pdf/Makefile head/graphics/evince/Makefile head/graphics/gdal/Makefile head/graphics/gimp-app/Makefile head/graphics/graphviz/Makefile head/graphics/inkscape/Makefile head/graphics/okular/Makefile head/graphics/osg-devel/Makefile head/graphics/osg/Makefile head/graphics/pdf2svg/Makefile head/graphics/poppler-qt4/pkg-plist head/graphics/poppler-qt5/pkg-plist head/graphics/poppler/Makefile head/graphics/poppler/distinfo head/graphics/poppler/pkg-plist head/graphics/pqiv/Makefile head/graphics/py-poppler-qt4/Makefile head/graphics/py-poppler/Makefile head/graphics/py-poppler/files/patch-poppler.defs head/graphics/qcomicbook/Makefile head/graphics/xournal/Makefile head/graphics/zathura-pdf-poppler/Makefile head/mail/claws-mail-pdf_viewer/Makefile head/mail/textmail/Makefile head/misc/auto-multiple-choice/Makefile head/misc/tellico-kde4/Makefile head/print/cups-filters/Makefile head/print/deforaos-pdfviewer/Makefile head/print/pdfcube/Makefile head/print/qpdfview/Makefile head/print/tex-luatex/Makefile head/print/tex-xetex/Makefile head/print/texlive-base/Makefile head/sysutils/kfilemetadata/Makefile head/sysutils/nepomuk-core/Makefile head/sysutils/pcbsd-utils-qt5/Makefile head/sysutils/tracker/Makefile head/textproc/pdfgrep/Makefile head/www/hotcrp/Makefile head/x11-fm/gnome-commander2/Makefile head/x11-toolkits/rubygem-poppler/Makefile head/x11/eaglemode/Makefile head/x11/leechcraft/Makefile Modified: head/converters/pdf2djvu/Makefile ============================================================================== --- head/converters/pdf2djvu/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/converters/pdf2djvu/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,6 +3,7 @@ PORTNAME= pdf2djvu PORTVERSION= 0.7.21 +PORTREVISION= 1 CATEGORIES= converters MASTER_SITES= https://bitbucket.org/jwilk/pdf2djvu/downloads/ Modified: head/databases/kbibtex/Makefile ============================================================================== --- head/databases/kbibtex/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/databases/kbibtex/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= kbibtex DISTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases kde MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:C,(^[[:digit:]]\.[[:digit:]]).*,\1,}/ Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/deskutils/calibre/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,6 +3,7 @@ PORTNAME= calibre PORTVERSION= 2.48.0 +PORTREVISION= 2 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ Modified: head/deskutils/xfce4-tumbler/Makefile ============================================================================== --- head/deskutils/xfce4-tumbler/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/deskutils/xfce4-tumbler/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= tumbler PORTVERSION= 0.1.31 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils xfce MASTER_SITES= XFCE PKGNAMEPREFIX= xfce4- Modified: head/devel/py-itools/Makefile ============================================================================== --- head/devel/py-itools/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/devel/py-itools/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= itools PORTVERSION= 0.75.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/editors/calligra/Makefile ============================================================================== --- head/editors/calligra/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/editors/calligra/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -2,6 +2,7 @@ PORTNAME= calligra PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MASTER_SITES= KDE/${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}/ DIST_SUBDIR= KDE/${PORTNAME}/${PORTVERSION} Modified: head/editors/libreoffice4/Makefile ============================================================================== --- head/editors/libreoffice4/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/editors/libreoffice4/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -2,7 +2,7 @@ PORTNAME= libreoffice PORTVERSION= 4.3.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= http://download.documentfoundation.org/libreoffice/ \ http://dev-www.libreoffice.org/extern/:ext \ Modified: head/editors/openoffice-4/Makefile ============================================================================== --- head/editors/openoffice-4/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/editors/openoffice-4/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors java MASTER_SITES= APACHE/openoffice/${PORTVERSION}/source \ http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \ Modified: head/editors/openoffice-devel/Makefile ============================================================================== --- head/editors/openoffice-devel/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/editors/openoffice-devel/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 4 CATEGORIES= editors java MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \ Modified: head/editors/texmaker/Makefile ============================================================================== --- head/editors/texmaker/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/editors/texmaker/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= texmaker PORTVERSION= 4.5 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ Modified: head/editors/texstudio/Makefile ============================================================================== --- head/editors/texstudio/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/editors/texstudio/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -2,6 +2,7 @@ PORTNAME= texstudio PORTVERSION= 2.10.4 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/TeXstudio%20${PORTVERSION} Modified: head/editors/texworks/Makefile ============================================================================== --- head/editors/texworks/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/editors/texworks/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,6 +3,7 @@ PORTNAME= texworks PORTVERSION= 0.4.6 +PORTREVISION= 1 DISTVERSIONPREFIX= release- CATEGORIES= editors Modified: head/graphics/apvlv/Makefile ============================================================================== --- head/graphics/apvlv/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/apvlv/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= apvlv PORTVERSION= 0.1.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= GHC DISTNAME= ${PORTNAME}-${PORTVERSION}-Source Modified: head/graphics/atril/Makefile ============================================================================== --- head/graphics/atril/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/atril/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= atril PORTVERSION= 1.10.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= graphics print mate MASTER_SITES= MATE DIST_SUBDIR= mate Modified: head/graphics/electrix/Makefile ============================================================================== --- head/graphics/electrix/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/electrix/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -2,7 +2,7 @@ PORTNAME= electrix PORTVERSION= 0.2.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics print MASTER_SITES= SF/${PORTNAME:tl}/${PORTVERSION} Modified: head/graphics/epdfview/Makefile ============================================================================== --- head/graphics/epdfview/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/epdfview/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= epdfview PORTVERSION= 0.1.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics print gnome MASTER_SITES= FRUGALWARE/xapps-extra/${PORTNAME} \ ftp://ftp.slackware.com/.1/blfs/conglomeration/${PORTNAME}/ \ Modified: head/graphics/evas_generic_loaders-pdf/Makefile ============================================================================== --- head/graphics/evas_generic_loaders-pdf/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/evas_generic_loaders-pdf/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,6 +3,7 @@ PORTNAME= pdf PORTVERSION= 1.16.0 +PORTREVISION= 1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PKGNAMEPREFIX:S/-//}/ PKGNAMEPREFIX= evas_generic_loaders- Modified: head/graphics/evince/Makefile ============================================================================== --- head/graphics/evince/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/evince/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= evince PORTVERSION= 3.16.1 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/gdal/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= gdal PORTVERSION= 2.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ Modified: head/graphics/gimp-app/Makefile ============================================================================== --- head/graphics/gimp-app/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/gimp-app/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME?= gimp-app PORTVERSION= 2.8.16 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/graphviz/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= graphviz PORTVERSION= 2.38.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics tk MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ Modified: head/graphics/inkscape/Makefile ============================================================================== --- head/graphics/inkscape/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/inkscape/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.91 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics gnome MASTER_SITES= https://inkscape.global.ssl.fastly.net/media/resources/file/ \ LOCAL/kwm Modified: head/graphics/okular/Makefile ============================================================================== --- head/graphics/okular/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/okular/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -2,7 +2,7 @@ PORTNAME= okular PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/graphics/osg-devel/Makefile ============================================================================== --- head/graphics/osg-devel/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/osg-devel/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= osg PORTVERSION= 3.3.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://trac.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/graphics/osg/Makefile ============================================================================== --- head/graphics/osg/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/osg/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= osg PORTVERSION= 3.2.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://trac.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/graphics/pdf2svg/Makefile ============================================================================== --- head/graphics/pdf2svg/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/pdf2svg/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= pdf2svg PORTVERSION= 0.2.3 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= graphics Modified: head/graphics/poppler-qt4/pkg-plist ============================================================================== --- head/graphics/poppler-qt4/pkg-plist Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/poppler-qt4/pkg-plist Thu Jan 21 19:40:10 2016 (r406872) @@ -8,5 +8,5 @@ include/poppler/qt4/poppler-page-transit include/poppler/qt4/poppler-qt4.h lib/libpoppler-qt4.so lib/libpoppler-qt4.so.4 -lib/libpoppler-qt4.so.4.6.0 +lib/libpoppler-qt4.so.4.9.0 libdata/pkgconfig/poppler-qt4.pc Modified: head/graphics/poppler-qt5/pkg-plist ============================================================================== --- head/graphics/poppler-qt5/pkg-plist Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/poppler-qt5/pkg-plist Thu Jan 21 19:40:10 2016 (r406872) @@ -8,5 +8,5 @@ include/poppler/qt5/poppler-page-transit include/poppler/qt5/poppler-qt5.h lib/libpoppler-qt5.so lib/libpoppler-qt5.so.1 -lib/libpoppler-qt5.so.1.3.0 +lib/libpoppler-qt5.so.1.6.0 libdata/pkgconfig/poppler-qt5.pc Modified: head/graphics/poppler/Makefile ============================================================================== --- head/graphics/poppler/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/poppler/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= poppler -PORTVERSION= 0.34.0 +PORTVERSION= 0.40.0 PORTREVISION?= 0 CATEGORIES= graphics print MASTER_SITES= http://poppler.freedesktop.org/ Modified: head/graphics/poppler/distinfo ============================================================================== --- head/graphics/poppler/distinfo Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/poppler/distinfo Thu Jan 21 19:40:10 2016 (r406872) @@ -1,2 +1,2 @@ -SHA256 (poppler-0.34.0.tar.xz) = 1ba4ba9a2f9eb1e62ee6d736f4d82be4fc5f6dd177dc2b03febbe2ef2e515cb0 -SIZE (poppler-0.34.0.tar.xz) = 1615264 +SHA256 (poppler-0.40.0.tar.xz) = bc0da278d6038ffc9cd2b8c1bba530a6ec7c072a593219a48f0a52a600ee6ead +SIZE (poppler-0.40.0.tar.xz) = 1642708 Modified: head/graphics/poppler/pkg-plist ============================================================================== --- head/graphics/poppler/pkg-plist Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/poppler/pkg-plist Thu Jan 21 19:40:10 2016 (r406872) @@ -136,8 +136,8 @@ lib/libpoppler-cpp.so lib/libpoppler-cpp.so.0 lib/libpoppler-cpp.so.0.2.1 lib/libpoppler.so -lib/libpoppler.so.53 -lib/libpoppler.so.53.0.0 +lib/libpoppler.so.58 +lib/libpoppler.so.58.0.0 %%CAIRO%%libdata/pkgconfig/poppler-cairo.pc libdata/pkgconfig/poppler-cpp.pc libdata/pkgconfig/poppler-splash.pc Modified: head/graphics/pqiv/Makefile ============================================================================== --- head/graphics/pqiv/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/pqiv/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,6 +3,7 @@ PORTNAME= pqiv PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= danilo@FreeBSD.org Modified: head/graphics/py-poppler-qt4/Makefile ============================================================================== --- head/graphics/py-poppler-qt4/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/py-poppler-qt4/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -2,7 +2,7 @@ PORTNAME= poppler-qt4 PORTVERSION= 0.18.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/py-poppler/Makefile ============================================================================== --- head/graphics/py-poppler/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/py-poppler/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= poppler PORTVERSION= 0.12.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics python MASTER_SITES= https://launchpad.net/poppler-python/trunk/development/+download/ \ http://launchpadlibrarian.net/30270080/ \ Modified: head/graphics/py-poppler/files/patch-poppler.defs ============================================================================== --- head/graphics/py-poppler/files/patch-poppler.defs Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/py-poppler/files/patch-poppler.defs Thu Jan 21 19:40:10 2016 (r406872) @@ -1,6 +1,25 @@ ---- poppler.defs.orig 2009-09-27 17:07:59.000000000 +0800 -+++ poppler.defs 2012-04-09 05:50:38.000000000 +0800 -@@ -1646,58 +1646,6 @@ +--- poppler.defs.orig 2009-09-27 11:07:59.000000000 +0200 ++++ poppler.defs 2016-01-20 09:29:09.187672000 +0100 +@@ -578,18 +578,6 @@ + ) + ) + +-(define-enum Orientation +- (in-module "Poppler") +- (c-name "PopplerOrientation") +- (gtype-id "POPPLER_TYPE_ORIENTATION") +- (values +- '("portrait" "POPPLER_ORIENTATION_PORTRAIT") +- '("landscape" "POPPLER_ORIENTATION_LANDSCAPE") +- '("upsidedown" "POPPLER_ORIENTATION_UPSIDEDOWN") +- '("seascape" "POPPLER_ORIENTATION_SEASCAPE") +- ) +-) +- + (define-enum PageTransitionType + (in-module "Poppler") + (c-name "PopplerPageTransitionType") +@@ -1646,58 +1634,6 @@ (return-type "GType") ) @@ -59,7 +78,7 @@ (define-method render (of-object "PopplerPage") (c-name "poppler_page_render") -@@ -1752,6 +1700,12 @@ +@@ -1752,6 +1688,12 @@ (return-type "int") ) @@ -72,7 +91,7 @@ (define-method get_duration (of-object "PopplerPage") (c-name "poppler_page_get_duration") -@@ -1796,9 +1750,15 @@ +@@ -1796,9 +1738,15 @@ (of-object "PopplerPage") (c-name "poppler_page_get_text") (return-type "char*") @@ -89,7 +108,7 @@ ) ) -@@ -1886,6 +1846,16 @@ +@@ -1886,6 +1834,16 @@ ) ) @@ -106,7 +125,7 @@ (define-method get_crop_box (of-object "PopplerPage") (c-name "poppler_page_get_crop_box") -@@ -1895,6 +1865,16 @@ +@@ -1895,6 +1853,16 @@ ) ) Modified: head/graphics/qcomicbook/Makefile ============================================================================== --- head/graphics/qcomicbook/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/qcomicbook/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= qcomicbook PORTVERSION= 0.9.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://qcomicbook.org/releases/ Modified: head/graphics/xournal/Makefile ============================================================================== --- head/graphics/xournal/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/xournal/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= xournal PORTVERSION= 0.4.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF Modified: head/graphics/zathura-pdf-poppler/Makefile ============================================================================== --- head/graphics/zathura-pdf-poppler/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/graphics/zathura-pdf-poppler/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,6 +3,7 @@ PORTNAME= zathura-pdf-poppler PORTVERSION= 0.2.6 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/ Modified: head/mail/claws-mail-pdf_viewer/Makefile ============================================================================== --- head/mail/claws-mail-pdf_viewer/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/mail/claws-mail-pdf_viewer/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pdf_viewer -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= PDF and PostScript viewer plugin for Claws Mail Modified: head/mail/textmail/Makefile ============================================================================== --- head/mail/textmail/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/mail/textmail/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= textmail PORTVERSION= 20070803 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= http://raf.org/textmail/ Modified: head/misc/auto-multiple-choice/Makefile ============================================================================== --- head/misc/auto-multiple-choice/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/misc/auto-multiple-choice/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -2,7 +2,7 @@ PORTNAME= auto-multiple-choice PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= http://download.gna.org/auto-qcm/ DISTNAME= auto-multiple-choice_${PORTVERSION}_precomp Modified: head/misc/tellico-kde4/Makefile ============================================================================== --- head/misc/tellico-kde4/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/misc/tellico-kde4/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,6 +3,7 @@ PORTNAME= tellico PORTVERSION= 2.3.11 +PORTREVISION= 1 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ Modified: head/print/cups-filters/Makefile ============================================================================== --- head/print/cups-filters/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/print/cups-filters/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -2,6 +2,7 @@ PORTNAME= cups-filters PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ Modified: head/print/deforaos-pdfviewer/Makefile ============================================================================== --- head/print/deforaos-pdfviewer/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/print/deforaos-pdfviewer/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= pdfviewer PORTVERSION= 0.0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print MASTER_SITES= http://www.defora.org/os/download/download/3686/ PKGNAMEPREFIX= deforaos- Modified: head/print/pdfcube/Makefile ============================================================================== --- head/print/pdfcube/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/print/pdfcube/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= pdfcube PORTVERSION= 0.0.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= print MASTER_SITES= http://code.100allora.it/releases/pdfcube/ Modified: head/print/qpdfview/Makefile ============================================================================== --- head/print/qpdfview/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/print/qpdfview/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= qpdfview PORTVERSION= 0.4.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= https://launchpadlibrarian.net/226592308/ \ https://launchpad.net/${PORTVERSION}/trunk/${PORTVERSION}/+download/ Modified: head/print/tex-luatex/Makefile ============================================================================== --- head/print/tex-luatex/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/print/tex-luatex/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -2,7 +2,7 @@ PORTNAME= luatex PORTVERSION= 0.80.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- Modified: head/print/tex-xetex/Makefile ============================================================================== --- head/print/tex-xetex/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/print/tex-xetex/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -2,7 +2,7 @@ PORTNAME= xetex PORTVERSION= 0.99992 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- Modified: head/print/texlive-base/Makefile ============================================================================== --- head/print/texlive-base/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/print/texlive-base/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base Modified: head/sysutils/kfilemetadata/Makefile ============================================================================== --- head/sysutils/kfilemetadata/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/sysutils/kfilemetadata/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -2,7 +2,7 @@ PORTNAME= kfilemetadata PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/sysutils/nepomuk-core/Makefile ============================================================================== --- head/sysutils/nepomuk-core/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/sysutils/nepomuk-core/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -2,7 +2,7 @@ PORTNAME= nepomuk-core PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/sysutils/pcbsd-utils-qt5/Makefile ============================================================================== --- head/sysutils/pcbsd-utils-qt5/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/sysutils/pcbsd-utils-qt5/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= pcbsd-utils-qt5 PORTVERSION= 1444236547 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= kmoore@FreeBSD.org Modified: head/sysutils/tracker/Makefile ============================================================================== --- head/sysutils/tracker/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/sysutils/tracker/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= tracker PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= GNOME Modified: head/textproc/pdfgrep/Makefile ============================================================================== --- head/textproc/pdfgrep/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/textproc/pdfgrep/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,6 +3,7 @@ PORTNAME= pdfgrep PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://pdfgrep.org/download/ Modified: head/www/hotcrp/Makefile ============================================================================== --- head/www/hotcrp/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/www/hotcrp/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -2,6 +2,7 @@ PORTNAME= hotcrp PORTVERSION= 2.94 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.read.seas.harvard.edu/~kohler/hotcrp/ Modified: head/x11-fm/gnome-commander2/Makefile ============================================================================== --- head/x11-fm/gnome-commander2/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/x11-fm/gnome-commander2/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= gnome-commander PORTVERSION= 1.4.7 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME/sources/gnome-commander/1.4 Modified: head/x11-toolkits/rubygem-poppler/Makefile ============================================================================== --- head/x11-toolkits/rubygem-poppler/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/x11-toolkits/rubygem-poppler/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -2,6 +2,7 @@ PORTNAME= poppler PORTVERSION= 3.0.7 +PORTREVISION= 1 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG Added: head/x11-toolkits/rubygem-poppler/files/patch-ext_poppler_rbpoppler.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/rubygem-poppler/files/patch-ext_poppler_rbpoppler.c Thu Jan 21 19:40:10 2016 (r406872) @@ -0,0 +1,27 @@ +From 3dda85661515d71101f1028dc7d68d4e53de45b1 Mon Sep 17 00:00:00 2001 +From: Kouhei Sutou +Date: Fri, 25 Dec 2015 23:36:00 +0900 +Subject: [PATCH] poppler: remove needless POPPLER_TYPE_ORIENTATION binding + +Poppler 0.39 removed it. And there are no Poppler releases that use +POPPLER_TYPE_ORIENTATION. + +GitHub: fix #653 + +Reported by Rob Brackett. Thanks!!! +--- + poppler/ext/poppler/rbpoppler.c | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/poppler/ext/poppler/rbpoppler.c b/poppler/ext/poppler/rbpoppler.c +index 2b28f95..fb3bfed 100644 +--- ext/poppler/rbpoppler.c ++++ ext/poppler/rbpoppler.c +@@ -56,7 +56,6 @@ Init_poppler(void) + INT2FIX(POPPLER_MICRO_VERSION))); + + G_DEF_CLASS(POPPLER_TYPE_ERROR, "Error", RG_TARGET_NAMESPACE); +- G_DEF_CLASS(POPPLER_TYPE_ORIENTATION, "Orientation", RG_TARGET_NAMESPACE); + + G_DEF_CLASS(POPPLER_TYPE_PAGE_TRANSITION_TYPE, + "PageTransitionType", RG_TARGET_NAMESPACE); Modified: head/x11/eaglemode/Makefile ============================================================================== --- head/x11/eaglemode/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/x11/eaglemode/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,6 +3,7 @@ PORTNAME= eaglemode PORTVERSION= 0.89.1 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/x11/leechcraft/Makefile ============================================================================== --- head/x11/leechcraft/Makefile Thu Jan 21 19:36:34 2016 (r406871) +++ head/x11/leechcraft/Makefile Thu Jan 21 19:40:10 2016 (r406872) @@ -3,7 +3,7 @@ PORTNAME= leechcraft PORTVERSION= 0.6.70 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11 MASTER_SITES= http://dist.leechcraft.org/LeechCraft/0.6.70/ From owner-svn-ports-head@freebsd.org Thu Jan 21 20:05:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 437BAA8CE8A; Thu, 21 Jan 2016 20:05:51 +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 0FD0915CD; Thu, 21 Jan 2016 20:05:50 +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 u0LK5obe065519; Thu, 21 Jan 2016 20:05:50 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LK5nqW065516; Thu, 21 Jan 2016 20:05:49 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601212005.u0LK5nqW065516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 21 Jan 2016 20:05:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406873 - head/print/font2svg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 20:05:51 -0000 Author: pi Date: Thu Jan 21 20:05:49 2016 New Revision: 406873 URL: https://svnweb.freebsd.org/changeset/ports/406873 Log: print/font2svg: unbreak - new distsite, new WWW - submitter becomes maintainer - LICENSE added PR: 206181 Submitted by: Chris Hutchinson Modified: head/print/font2svg/Makefile head/print/font2svg/pkg-descr Modified: head/print/font2svg/Makefile ============================================================================== --- head/print/font2svg/Makefile Thu Jan 21 19:40:10 2016 (r406872) +++ head/print/font2svg/Makefile Thu Jan 21 20:05:49 2016 (r406873) @@ -5,12 +5,12 @@ PORTNAME= font2svg PORTVERSION= 1.0 PORTREVISION= 5 CATEGORIES= print -MASTER_SITES= http://www.gdv.uni-hannover.de/~peinecke/font2svg/ +MASTER_SITES= http://BSDforge.com/projects/source/print/font2svg/ -MAINTAINER= ports@FreeBSD.org -COMMENT= All font to svg-font converter +MAINTAINER= portmaster@BSDforge.com +COMMENT= All fonts to svg-font converter -BROKEN= unfetchable +LICENSE= GPLv2 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash Modified: head/print/font2svg/pkg-descr ============================================================================== --- head/print/font2svg/pkg-descr Thu Jan 21 19:40:10 2016 (r406872) +++ head/print/font2svg/pkg-descr Thu Jan 21 20:05:49 2016 (r406873) @@ -1,6 +1,6 @@ font2svg can convert any font GhostScript is capable of rendering into an -SVG-font. This includes all PostScript fonts, GhostScript's own format and +SVG-font. This includes all PostScript fonts, GhostScript's own format, and almost all TrueType fonts. You may want to hand-edit the generated font to add font-style information. -WWW: http://www.gdv.uni-hannover.de/~peinecke/font2svg/ +WWW: http://BSDforge.com/projects/print/font2svg From owner-svn-ports-head@freebsd.org Thu Jan 21 20:16:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D0BEA8B3A9; Thu, 21 Jan 2016 20:16:16 +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 2D5EF1CAA; Thu, 21 Jan 2016 20:16:16 +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 u0LKGFEn068527; Thu, 21 Jan 2016 20:16:15 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LKGFhU068525; Thu, 21 Jan 2016 20:16:15 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601212016.u0LKGFhU068525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 21 Jan 2016 20:16:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406874 - head/net/3proxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 20:16:16 -0000 Author: pi Date: Thu Jan 21 20:16:14 2016 New Revision: 406874 URL: https://svnweb.freebsd.org/changeset/ports/406874 Log: net/3proxy: 0.8.0 -> 0.8.1, fixes bug with destination networks on ACLs PR: 206466 Submitted by: timp87@gmail.com (maintainer) Modified: head/net/3proxy/Makefile head/net/3proxy/distinfo Modified: head/net/3proxy/Makefile ============================================================================== --- head/net/3proxy/Makefile Thu Jan 21 20:05:49 2016 (r406873) +++ head/net/3proxy/Makefile Thu Jan 21 20:16:14 2016 (r406874) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= 3proxy -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= net Modified: head/net/3proxy/distinfo ============================================================================== --- head/net/3proxy/distinfo Thu Jan 21 20:05:49 2016 (r406873) +++ head/net/3proxy/distinfo Thu Jan 21 20:16:14 2016 (r406874) @@ -1,2 +1,2 @@ -SHA256 (z3APA3A-3proxy-3proxy-0.8.0_GH0.tar.gz) = 16a8dabe117142e5707367885d40ec3fe6edcf608e3602bee594158182aae522 -SIZE (z3APA3A-3proxy-3proxy-0.8.0_GH0.tar.gz) = 483764 +SHA256 (z3APA3A-3proxy-3proxy-0.8.1_GH0.tar.gz) = 4d024f210ae474d25f156138fed7e59c201dd05ebd985b4dcc7a902584972dfb +SIZE (z3APA3A-3proxy-3proxy-0.8.1_GH0.tar.gz) = 483742 From owner-svn-ports-head@freebsd.org Thu Jan 21 20:27:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3B07A8B9A9; Thu, 21 Jan 2016 20:27:11 +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 9126E126A; Thu, 21 Jan 2016 20:27:11 +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 u0LKRAQe071667; Thu, 21 Jan 2016 20:27:10 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LKRAOC071664; Thu, 21 Jan 2016 20:27:10 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601212027.u0LKRAOC071664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 21 Jan 2016 20:27:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406875 - head/www/axis2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 20:27:12 -0000 Author: pi Date: Thu Jan 21 20:27:10 2016 New Revision: 406875 URL: https://svnweb.freebsd.org/changeset/ports/406875 Log: www/axis2: 1.6.2 -> 1.6.4 Changes: http://axis.apache.org/axis2/java/core/release-notes/1.6.3.html http://axis.apache.org/axis2/java/core/release-notes/1.6.4.html fixes approx. 55 issues PR: 206024 Submitted by: w.schwarzenfeld@aon.at Modified: head/www/axis2/Makefile head/www/axis2/distinfo head/www/axis2/pkg-plist Modified: head/www/axis2/Makefile ============================================================================== --- head/www/axis2/Makefile Thu Jan 21 20:16:14 2016 (r406874) +++ head/www/axis2/Makefile Thu Jan 21 20:27:10 2016 (r406875) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= axis2 -PORTVERSION= 1.6.2 -PORTREVISION= 1 +PORTVERSION= 1.6.4 CATEGORIES= www java MASTER_SITES= APACHE/axis/${PORTNAME}/java/core/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-bin @@ -60,7 +59,6 @@ do-install: .if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/samples && ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/{} \; - ${FIND} -d ${STAGEDIR}${EXAMPLESDIR} -type d -empty -exec ${RMDIR} {} \; cd ${WRKSRC}/samples && ${FIND} . -type f -not -name '*.class' -exec ${INSTALL_DATA} {} ${STAGEDIR}${EXAMPLESDIR}/{} \; .endif Modified: head/www/axis2/distinfo ============================================================================== --- head/www/axis2/distinfo Thu Jan 21 20:16:14 2016 (r406874) +++ head/www/axis2/distinfo Thu Jan 21 20:27:10 2016 (r406875) @@ -1,2 +1,2 @@ -SHA256 (axis2-1.6.2-bin.zip) = d79d0432402c922acbcfbcff81a17f65c510165b01941810c5a5e919c276260a -SIZE (axis2-1.6.2-bin.zip) = 20592286 +SHA256 (axis2-1.6.4-bin.zip) = d9bf3ae99bec5489bde43815289230d76e2460e6ad4f6ae431a524db0c38398a +SIZE (axis2-1.6.4-bin.zip) = 21592298 Modified: head/www/axis2/pkg-plist ============================================================================== --- head/www/axis2/pkg-plist Thu Jan 21 20:16:14 2016 (r406874) +++ head/www/axis2/pkg-plist Thu Jan 21 20:27:10 2016 (r406875) @@ -1,3 +1,14 @@ +%%APPHOME%%/webapps/axis2/WEB-INF/classes/META-INF/LICENSE +%%APPHOME%%/webapps/axis2/WEB-INF/classes/META-INF/NOTICE +%%APPHOME%%/webapps/axis2/WEB-INF/classes/commons-logging.properties +%%APPHOME%%/webapps/axis2/WEB-INF/classes/log4j.properties +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport/http/AxisAdminServlet.class +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/AdminAgent.class +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/AxisAdminServlet.class +%%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.policy.%%CONF_EXT%% +%%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.xml.%%CONF_EXT%% +%%APPHOME%%/webapps/axis2/WEB-INF/conf/commons-logging.properties.%%CONF_EXT%% +%%APPHOME%%/webapps/axis2/WEB-INF/conf/log4j.properties.%%CONF_EXT%% %%APPHOME%%/webapps/axis2/WEB-INF/lib/XmlSchema-1.4.7.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/XmlSchema-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/activation-1.1.jar @@ -6,45 +17,50 @@ %%APPHOME%%/webapps/axis2/WEB-INF/lib/antlr-2.7.7.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/apache-mime4j-core-0.7.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/apache-mime4j-core-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-api-1.2.13.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-api-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-dom-1.2.13.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-dom-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-impl-1.2.13.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-impl-LICENSE.txt +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-LICENSE.txt +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-api-1.2.15.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-compat-1.2.15.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-dom-1.2.15.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-impl-1.2.15.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-adb-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-adb-codegen-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-ant-plugin-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-clustering-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-codegen-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-corba-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-fastinfoset-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-java2wsdl-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-jaxbri-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-jaxws-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-jibx-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-json-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-kernel-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-metadata-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-mtompolicy-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-saaj-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-soapmonitor-servlet-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-spring-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-http-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-local-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-xmlbeans-1.6.2.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-adb-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-adb-codegen-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-ant-plugin-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-clustering-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-codegen-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-corba-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-fastinfoset-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-java2wsdl-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-jaxbri-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-jaxws-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-jibx-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-json-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-kernel-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-metadata-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-mtompolicy-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-saaj-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-soapmonitor-servlet-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-spring-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-base-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-http-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-jms-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-local-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-mail-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-tcp-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-udp-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-xmpp-1.6.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-xmlbeans-1.6.4.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/bcel-5.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/bcel-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-cli-1.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-cli-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-codec-1.3.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-codec-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-fileupload-1.2.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-fileupload-1.3.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-fileupload-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-httpclient-3.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-httpclient-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-io-1.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-io-2.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-io-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-logging-1.1.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-logging-LICENSE.txt @@ -73,17 +89,17 @@ %%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-impl-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-xjc-2.1.7.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-xjc-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxen-1.1.1.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxen-1.1.6.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxen-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxws-tools-2.1.3.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxws-tools-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jettison-1.0-RC2.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jettison-1.3.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jettison-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/jibx-bind-1.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jibx-bind-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/jibx-run-1.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jibx-run-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jsr311-api-1.0.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jsr311-api-1.1.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jsr311-api-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/juli-6.0.16.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/juli-LICENSE.txt @@ -91,11 +107,13 @@ %%APPHOME%%/webapps/axis2/WEB-INF/lib/log4j-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/mail-1.4.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/mail-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/mex-1.6.2-impl.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/mex-1.6.4-impl.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/neethi-3.0.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/neethi-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/regexp-1.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/regexp-LICENSE.txt +%%APPHOME%%/webapps/axis2/WEB-INF/lib/stax2-api-3.1.1.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/stax2-api.LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/tribes-6.0.16.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/tribes-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-api-1.0M9.jar @@ -104,28 +122,26 @@ %%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-impl-commons-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-impl-dom-1.0M9.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-impl-dom-LICENSE.txt +%%APPHOME%%/webapps/axis2/WEB-INF/lib/woodstox-core-asl-4.2.0.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/woodstox-core-asl-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/wsdl4j-1.6.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/wsdl4j-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/wstx-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/wstx-asl-3.2.9.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/xalan-2.7.0.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/xalan-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/xml-resolver-1.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/xml-resolver-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlbeans-2.3.0.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlbeans-LICENSE.txt -@sample %%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.policy.sample -@sample %%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.xml.sample -@sample %%APPHOME%%/webapps/axis2/WEB-INF/conf/commons-logging.properties.sample -@sample %%APPHOME%%/webapps/axis2/WEB-INF/conf/log4j.properties.sample -%%APPHOME%%/webapps/axis2/WEB-INF/classes/META-INF/LICENSE -%%APPHOME%%/webapps/axis2/WEB-INF/classes/META-INF/NOTICE -%%APPHOME%%/webapps/axis2/WEB-INF/classes/commons-logging.properties -%%APPHOME%%/webapps/axis2/WEB-INF/classes/log4j.properties -%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport/http/AxisAdminServlet.class -%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/AdminAgent.class -%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/AxisAdminServlet.class -@sample %%APPHOME%%/webapps/axis2/WEB-INF/web.xml.sample +%%APPHOME%%/webapps/axis2/WEB-INF/modules/addressing-1.6.4.mar +%%APPHOME%%/webapps/axis2/WEB-INF/modules/mex-1.6.4.mar +%%APPHOME%%/webapps/axis2/WEB-INF/modules/modules.list +%%APPHOME%%/webapps/axis2/WEB-INF/modules/mtompolicy-1.6.4.mar +%%APPHOME%%/webapps/axis2/WEB-INF/modules/ping-1.6.4.mar +%%APPHOME%%/webapps/axis2/WEB-INF/modules/scripting-1.6.4.mar +%%APPHOME%%/webapps/axis2/WEB-INF/modules/soapmonitor-1.6.4.mar +%%APPHOME%%/webapps/axis2/WEB-INF/services/services.list +%%APPHOME%%/webapps/axis2/WEB-INF/services/version.aar +%%APPHOME%%/webapps/axis2/WEB-INF/web.xml.%%CONF_EXT%% %%APPHOME%%/webapps/axis2/axis2-web/ActivateService.jsp %%APPHOME%%/webapps/axis2/axis2-web/EngageToServiceGroup.jsp %%APPHOME%%/webapps/axis2/axis2-web/Error/AuthError.html @@ -177,12 +193,29 @@ %%APPHOME%%/webapps/axis2/axis2-web/viewServiceContext.jsp %%APPHOME%%/webapps/axis2/axis2-web/viewServiceGroupContext.jsp %%APPHOME%%/webapps/axis2/axis2-web/viewphases.jsp -%%APPHOME%%/webapps/axis2/WEB-INF/modules/addressing-1.6.2.mar -%%APPHOME%%/webapps/axis2/WEB-INF/modules/mex-1.6.2.mar -%%APPHOME%%/webapps/axis2/WEB-INF/modules/modules.list -%%APPHOME%%/webapps/axis2/WEB-INF/modules/mtompolicy-1.6.2.mar -%%APPHOME%%/webapps/axis2/WEB-INF/modules/ping-1.6.2.mar -%%APPHOME%%/webapps/axis2/WEB-INF/modules/scripting-1.6.2.mar -%%APPHOME%%/webapps/axis2/WEB-INF/modules/soapmonitor-1.6.2.mar -%%APPHOME%%/webapps/axis2/WEB-INF/services/services.list -%%APPHOME%%/webapps/axis2/WEB-INF/services/version.aar +%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/databinding/docs +%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/lib +%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/version/target/aar/%%CONF_EXT%%/axisversion +%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/version/target/classes/%%CONF_EXT%%/axisversion +@dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/META-INF +@dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport/http +@dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport +@dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp +@dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2 +@dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache +@dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org +@dir %%APPHOME%%/webapps/axis2/WEB-INF/classes +@dir %%APPHOME%%/webapps/axis2/WEB-INF/conf +@dir %%APPHOME%%/webapps/axis2/WEB-INF/lib/endorsed +@dir %%APPHOME%%/webapps/axis2/WEB-INF/lib +@dir %%APPHOME%%/webapps/axis2/WEB-INF/modules +@dir %%APPHOME%%/webapps/axis2/WEB-INF/services +@dir %%APPHOME%%/webapps/axis2/WEB-INF +@dir %%APPHOME%%/webapps/axis2/axis2-web/Error +@dir %%APPHOME%%/webapps/axis2/axis2-web/css +@dir %%APPHOME%%/webapps/axis2/axis2-web/images +@dir %%APPHOME%%/webapps/axis2/axis2-web/include +@dir %%APPHOME%%/webapps/axis2/axis2-web +@dir %%APPHOME%%/webapps/axis2 +@dir %%APPHOME%%/webapps +@dir %%APPHOME%% From owner-svn-ports-head@freebsd.org Thu Jan 21 20:40:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEE8CA8C003; Thu, 21 Jan 2016 20:40:09 +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 6EE341A87; Thu, 21 Jan 2016 20:40:09 +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 u0LKe84Z074797; Thu, 21 Jan 2016 20:40:08 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LKe8aD074794; Thu, 21 Jan 2016 20:40:08 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601212040.u0LKe8aD074794@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 21 Jan 2016 20:40:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406876 - head/databases/sqlite3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 20:40:09 -0000 Author: pi Date: Thu Jan 21 20:40:07 2016 New Revision: 406876 URL: https://svnweb.freebsd.org/changeset/ports/406876 Log: databases/sqlite3: 3.10.0 -> 3.10.2 Changes: https://www.sqlite.org/releaselog/3_10_2.html PR: 206463 Submitted by: Pavel Volkov (maintainer) Added: head/databases/sqlite3/pkg-install (contents, props changed) Modified: head/databases/sqlite3/Makefile head/databases/sqlite3/distinfo Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Thu Jan 21 20:27:10 2016 (r406875) +++ head/databases/sqlite3/Makefile Thu Jan 21 20:40:07 2016 (r406876) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.10.0 +PORTVERSION= 3.10.2 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 Modified: head/databases/sqlite3/distinfo ============================================================================== --- head/databases/sqlite3/distinfo Thu Jan 21 20:27:10 2016 (r406875) +++ head/databases/sqlite3/distinfo Thu Jan 21 20:40:07 2016 (r406876) @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3100000.tar.gz) = 43cc292d70711fa7580250c8a1cd7c64813a4a0a479dbd502cce5f10b5d91042 -SIZE (sqlite-autoconf-3100000.tar.gz) = 2331542 +SHA256 (sqlite-autoconf-3100200.tar.gz) = a2b3b4bd1291ea7d6c8252f7edff36a4362f2f0e5d5370444ba6cbe313ae2971 +SIZE (sqlite-autoconf-3100200.tar.gz) = 2332013 Added: head/databases/sqlite3/pkg-install ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/sqlite3/pkg-install Thu Jan 21 20:40:07 2016 (r406876) @@ -0,0 +1,7 @@ +#!/bin/sh +PKGNAME=$1 +LIBTOOL=`whereis -b -q libtool` +case "$2" in + PRE-INSTALL) ;; + POST-INSTALL) [ -n "${LIBTOOL}" -a -n "${PKG_PREFIX}" ] && "${LIBTOOL}" --finish "${PKG_PREFIX}/lib" ;; +esac From owner-svn-ports-head@freebsd.org Thu Jan 21 20:42:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BC7BA8C1EE; Thu, 21 Jan 2016 20:42:54 +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 BFAA31E66; Thu, 21 Jan 2016 20:42:53 +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 u0LKgqXf077582; Thu, 21 Jan 2016 20:42:52 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LKgq5j077579; Thu, 21 Jan 2016 20:42:52 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201601212042.u0LKgq5j077579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Thu, 21 Jan 2016 20:42:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406877 - in head/devel/py-virtualenv: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 20:42:54 -0000 Author: nivit Date: Thu Jan 21 20:42:52 2016 New Revision: 406877 URL: https://svnweb.freebsd.org/changeset/ports/406877 Log: - Update to 14.0.0 Release Notes: https://virtualenv.pypa.io/en/latest/changes.html Modified: head/devel/py-virtualenv/Makefile head/devel/py-virtualenv/distinfo head/devel/py-virtualenv/files/patch-setup.py Modified: head/devel/py-virtualenv/Makefile ============================================================================== --- head/devel/py-virtualenv/Makefile Thu Jan 21 20:40:07 2016 (r406876) +++ head/devel/py-virtualenv/Makefile Thu Jan 21 20:42:52 2016 (r406877) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= virtualenv -PORTVERSION= 13.1.0 +PORTVERSION= 14.0.0 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-virtualenv/distinfo ============================================================================== --- head/devel/py-virtualenv/distinfo Thu Jan 21 20:40:07 2016 (r406876) +++ head/devel/py-virtualenv/distinfo Thu Jan 21 20:42:52 2016 (r406877) @@ -1,2 +1,2 @@ -SHA256 (pypa-virtualenv-13.1.0_GH0.tar.gz) = 504e705d73251a7f248e0e88d9054a1b4baf5f276a237f8de0830fd0e1661d63 -SIZE (pypa-virtualenv-13.1.0_GH0.tar.gz) = 1705046 +SHA256 (pypa-virtualenv-14.0.0_GH0.tar.gz) = b65ed686c9248426c5ad9b7e0f821c16e5493e363f944895da19a744c5be03fb +SIZE (pypa-virtualenv-14.0.0_GH0.tar.gz) = 1793952 Modified: head/devel/py-virtualenv/files/patch-setup.py ============================================================================== --- head/devel/py-virtualenv/files/patch-setup.py Thu Jan 21 20:40:07 2016 (r406876) +++ head/devel/py-virtualenv/files/patch-setup.py Thu Jan 21 20:42:52 2016 (r406877) @@ -3,18 +3,9 @@ Date: Sun, 21 Jun 2015 14:52:38 +1000 Subject: [PATCH] Fix test command invocation causing ERROR https://patch-diff.githubusercontent.com/raw/pypa/virtualenv/pull/773.patch ---- setup.py.orig 2015-06-02 01:37:48 UTC +--- setup.py.orig 2016-01-21 12:49:27 UTC +++ setup.py -@@ -15,7 +15,7 @@ try: - - def initialize_options(self): - TestCommand.initialize_options(self) -- self.pytest_args = None -+ self.pytest_args = [] - - def finalize_options(self): - TestCommand.finalize_options(self) -@@ -32,7 +32,6 @@ try: +@@ -31,7 +31,6 @@ try: 'entry_points': { 'console_scripts': [ 'virtualenv=virtualenv:main', From owner-svn-ports-head@freebsd.org Thu Jan 21 21:03:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58D0AA8C821; Thu, 21 Jan 2016 21:03:23 +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 299C31CF1; Thu, 21 Jan 2016 21:03:23 +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 u0LL3MkB083329; Thu, 21 Jan 2016 21:03:22 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LL3Mbo083328; Thu, 21 Jan 2016 21:03:22 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601212103.u0LL3Mbo083328@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 21 Jan 2016 21:03:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406878 - head/databases/sqlite3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 21:03:23 -0000 Author: antoine Date: Thu Jan 21 21:03:21 2016 New Revision: 406878 URL: https://svnweb.freebsd.org/changeset/ports/406878 Log: libtool --finish is a nop on FreeBSD, remove faulty pkg-install script With hat: portmgr Deleted: head/databases/sqlite3/pkg-install Modified: head/databases/sqlite3/Makefile Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Thu Jan 21 20:42:52 2016 (r406877) +++ head/databases/sqlite3/Makefile Thu Jan 21 21:03:21 2016 (r406878) @@ -3,6 +3,7 @@ PORTNAME= sqlite3 PORTVERSION= 3.10.2 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 From owner-svn-ports-head@freebsd.org Thu Jan 21 21:11:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9743DA8CA02; Thu, 21 Jan 2016 21:11:53 +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 68531108E; Thu, 21 Jan 2016 21:11:53 +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 u0LLBqYN085664; Thu, 21 Jan 2016 21:11:52 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LLBqCu085662; Thu, 21 Jan 2016 21:11:52 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601212111.u0LLBqCu085662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 21 Jan 2016 21:11:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406879 - head/databases/elixir-calecto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 21:11:53 -0000 Author: olgeni Date: Thu Jan 21 21:11:52 2016 New Revision: 406879 URL: https://svnweb.freebsd.org/changeset/ports/406879 Log: Upgrade databases/elixir-calecto to version 0.4.5. Modified: head/databases/elixir-calecto/Makefile head/databases/elixir-calecto/distinfo Modified: head/databases/elixir-calecto/Makefile ============================================================================== --- head/databases/elixir-calecto/Makefile Thu Jan 21 21:03:21 2016 (r406878) +++ head/databases/elixir-calecto/Makefile Thu Jan 21 21:11:52 2016 (r406879) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= calecto -PORTVERSION= 0.4.4 +PORTVERSION= 0.4.5 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-calecto/distinfo ============================================================================== --- head/databases/elixir-calecto/distinfo Thu Jan 21 21:03:21 2016 (r406878) +++ head/databases/elixir-calecto/distinfo Thu Jan 21 21:11:52 2016 (r406879) @@ -1,2 +1,2 @@ -SHA256 (lau-calecto-v0.4.4_GH0.tar.gz) = 712b21b4b0d38a7f2ff2c875b2c05ef6e01349cd249c9bcdf9b4e0c891629dc0 -SIZE (lau-calecto-v0.4.4_GH0.tar.gz) = 11555 +SHA256 (lau-calecto-v0.4.5_GH0.tar.gz) = f5ebaef87bf17408aafba5a189612b880a67ddd826189649afd92e8e11178c11 +SIZE (lau-calecto-v0.4.5_GH0.tar.gz) = 11593 From owner-svn-ports-head@freebsd.org Thu Jan 21 21:33:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9500AA8C116; Thu, 21 Jan 2016 21:33:59 +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 4C7E5100B; Thu, 21 Jan 2016 21:33:59 +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 u0LLXwAK092256; Thu, 21 Jan 2016 21:33:58 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LLXwo6092255; Thu, 21 Jan 2016 21:33:58 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601212133.u0LLXwo6092255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 21 Jan 2016 21:33:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406880 - head/astro/xtide X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 21:33:59 -0000 Author: pawel Date: Thu Jan 21 21:33:58 2016 New Revision: 406880 URL: https://svnweb.freebsd.org/changeset/ports/406880 Log: - Convert to USES=localbase - Add LICENSE_FILE - Use options helper for desktop entry, also don't use full path for the icon, desktop entry spec discourages this if the icon is in searched pixmap directories Modified: head/astro/xtide/Makefile Modified: head/astro/xtide/Makefile ============================================================================== --- head/astro/xtide/Makefile Thu Jan 21 21:11:52 2016 (r406879) +++ head/astro/xtide/Makefile Thu Jan 21 21:33:58 2016 (r406880) @@ -13,10 +13,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Harmonic tide clock and tide predictor LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png -USES= compiler:c++0x gmake libtool tar:bzip2 +USES= compiler:c++0x gmake libtool localbase tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_header_tcd_h=yes \ ac_cv_lib_tcd_get_tide_db_header=yes @@ -24,10 +25,8 @@ INSTALL_TARGET= install-strip USE_LDCONFIG= yes CFLAGS+= -Wno-deprecated-declarations -CPPFLAGS+= -I${TCD_WRKSRC} $$(libpng-config --I_opts) \ - -I${LOCALBASE}/include -LDFLAGS+= -L${TCD_WRKSRC}/.libs $$(libpng-config --L_opts) \ - -L${LOCALBASE}/lib +CPPFLAGS+= -I${TCD_WRKSRC} $$(libpng-config --I_opts) +LDFLAGS+= -L${TCD_WRKSRC}/.libs $$(libpng-config --L_opts) OPTIONS_DEFINE= WVS X11 OPTIONS_DEFAULT= X11 @@ -37,6 +36,7 @@ WVS_DESC= Use world vector shoreline da WVS_DISTFILES= ${WVS_DISTNAME}${EXTRACT_SUFX} X11_USE= xorg=xaw,xpm X11_CONFIGURE_WITH= x +X11_DESKTOP_ENTRIES= "XTide" "" "xtide" "xtide" "" "" TCD_DISTNAME= libtcd-2.2.6-r2 TCD_WRKSRC= ${WRKDIR}/${TCD_DISTNAME:C/-r[0-9]+//} @@ -44,12 +44,6 @@ HARM_DISTNAME= harmonics-dwf-20141224-fr HARM_WRKSRC= ${WRKDIR}/${HARM_DISTNAME:C/-free//} WVS_DISTNAME= wvs -.include - -.if ${PORT_OPTIONS:MX11} -DESKTOP_ENTRIES="XTide" "" "${PREFIX}/share/pixmaps/xtide.png" "xtide" "" "" -.endif - post-patch: @${REINPLACE_CMD} -e \ '/if test/s|==|=|g' ${TCD_WRKSRC}/configure From owner-svn-ports-head@freebsd.org Thu Jan 21 21:49:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15350A8C506; Thu, 21 Jan 2016 21:49:24 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C59C21842; Thu, 21 Jan 2016 21:49:23 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0LLnMxT095484; Thu, 21 Jan 2016 21:49:22 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LLnMtI095482; Thu, 21 Jan 2016 21:49:22 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201601212149.u0LLnMtI095482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 21 Jan 2016 21:49:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406881 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 21:49:24 -0000 Author: rene Date: Thu Jan 21 21:49:22 2016 New Revision: 406881 URL: https://svnweb.freebsd.org/changeset/ports/406881 Log: Document new vulnerabilities in www/chromium < 48.0.2564.82 PR: 206474 Submitted by: Christoph Moench-Tegeder Obtained from: http://googlechromereleases.blogspot.de/2016/01/stable-channel-update_20.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jan 21 21:33:58 2016 (r406880) +++ head/security/vuxml/vuln.xml Thu Jan 21 21:49:22 2016 (r406881) @@ -58,6 +58,59 @@ Notes: --> + + chromium -- multiple vulnerabilities + + + chromium + chromium-npapi + chromium-pulse + 48.0.2564.82 + + + + +

Google Chrome Releases reports:

+
+

This update includes 37 security fixes, including:

+
    +
  • [497632] High CVE-2016-1612: Bad cast in V8.
  • +
  • [572871] High CVE-2016-1613: Use-after-free in PDFium.
  • +
  • [544691] Medium CVE-2016-1614: Information leak in Blink.
  • +
  • [468179] Medium CVE-2016-1615: Origin confusion in Omnibox.
  • +
  • [541415] Medium CVE-2016-1616: URL Spoofing.
  • +
  • [544765] Medium CVE-2016-1617: History sniffing with HSTS and + CSP.
  • +
  • [552749] Medium CVE-2016-1618: Weak random number generator in + Blink.
  • +
  • [557223] Medium CVE-2016-1619: Out-of-bounds read in + PDFium.
  • +
  • [579625] CVE-2016-1620: Various fixes from internal audits, + fuzzing and other initiatives.
  • +
  • Multiple vulnerabilities in V8 fixed at the tip of the 4.8 + branch.
  • +
+
+ +
+ + CVE-2016-1612 + CVE-2016-1613 + CVE-2016-1614 + CVE-2016-1615 + CVE-2016-1616 + CVE-2016-1617 + CVE-2016-1618 + CVE-2016-1619 + CVE-2016-1620 + http://googlechromereleases.blogspot.de/2016/01/stable-channel-update_20.html + + + 2016-01-20 + 2016-01-21 + +
+ ntp -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Thu Jan 21 22:17:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06CF0A8CF70; Thu, 21 Jan 2016 22:17: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 CA76A17FA; Thu, 21 Jan 2016 22:17:05 +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 u0LMH4QL004171; Thu, 21 Jan 2016 22:17:04 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LMH4G5004169; Thu, 21 Jan 2016 22:17:04 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601212217.u0LMH4G5004169@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 21 Jan 2016 22:17:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406882 - head/www/elixir-phoenix_html X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 22:17:06 -0000 Author: olgeni Date: Thu Jan 21 22:17:04 2016 New Revision: 406882 URL: https://svnweb.freebsd.org/changeset/ports/406882 Log: Upgrade www/elixir-phoenix_html to version 2.4.0. Modified: head/www/elixir-phoenix_html/Makefile head/www/elixir-phoenix_html/distinfo Modified: head/www/elixir-phoenix_html/Makefile ============================================================================== --- head/www/elixir-phoenix_html/Makefile Thu Jan 21 21:49:22 2016 (r406881) +++ head/www/elixir-phoenix_html/Makefile Thu Jan 21 22:17:04 2016 (r406882) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phoenix_html -PORTVERSION= 2.3.1 +PORTVERSION= 2.4.0 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-phoenix_html/distinfo ============================================================================== --- head/www/elixir-phoenix_html/distinfo Thu Jan 21 21:49:22 2016 (r406881) +++ head/www/elixir-phoenix_html/distinfo Thu Jan 21 22:17:04 2016 (r406882) @@ -1,2 +1,2 @@ -SHA256 (phoenixframework-phoenix_html-v2.3.1_GH0.tar.gz) = 4fcfa3e955471a2cd72a432d6b1a41ee783f197410d06e1929d573090bad28b8 -SIZE (phoenixframework-phoenix_html-v2.3.1_GH0.tar.gz) = 26871 +SHA256 (phoenixframework-phoenix_html-v2.4.0_GH0.tar.gz) = 560c5edf2b9e087ee8f3ba0c59fb6ec68cce7c9ff112d8cbe84d1b937a28f094 +SIZE (phoenixframework-phoenix_html-v2.4.0_GH0.tar.gz) = 27317 From owner-svn-ports-head@freebsd.org Thu Jan 21 22:24:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D476A8C22F; Thu, 21 Jan 2016 22:24:48 +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 3F73D1D82; Thu, 21 Jan 2016 22:24:48 +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 u0LMOlfB007015; Thu, 21 Jan 2016 22:24:47 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LMOl8p007014; Thu, 21 Jan 2016 22:24:47 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201601212224.u0LMOl8p007014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 21 Jan 2016 22:24:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406883 - head/www/webstone X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 22:24:48 -0000 Author: marino Date: Thu Jan 21 22:24:47 2016 New Revision: 406883 URL: https://svnweb.freebsd.org/changeset/ports/406883 Log: www/webstone is not jobs safe I'm not sure what changed, but recently this port fails quite often in a multijob environment. It appears to be trying to link before all the object files are created. Modified: head/www/webstone/Makefile Modified: head/www/webstone/Makefile ============================================================================== --- head/www/webstone/Makefile Thu Jan 21 22:17:04 2016 (r406882) +++ head/www/webstone/Makefile Thu Jan 21 22:24:47 2016 (r406883) @@ -22,6 +22,8 @@ CONFIGURE_WRKSRC= ${WRKSRC}/src BUILD_WRKSRC= ${WRKSRC}/src ALL_TARGET= install +MAKE_JOBS_UNSAFE= yes + post-patch: @${FIND} ${WRKSRC}/bin -name "*.pl" -o -name "*.wpl" | ${XARGS} \ ${REINPLACE_CMD} -i '' -e '1s|.*perl.*|#!${perl_CMD}|' From owner-svn-ports-head@freebsd.org Thu Jan 21 22:58:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 334AAA8CDFA; Thu, 21 Jan 2016 22:58:09 +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 1215D1175; Thu, 21 Jan 2016 22:58:09 +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 u0LMw8km016816; Thu, 21 Jan 2016 22:58:08 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LMw7M5016810; Thu, 21 Jan 2016 22:58:07 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601212258.u0LMw7M5016810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 21 Jan 2016 22:58:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406884 - in head/x11: . libfakekey libfakekey/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 22:58:09 -0000 Author: rakuco Date: Thu Jan 21 22:58:07 2016 New Revision: 406884 URL: https://svnweb.freebsd.org/changeset/ports/406884 Log: New port: x11/libfakekey. libfakekey is a simple library for converting UTF-8 characters into 'fake' X key-presses. WWW: https://www.yoctoproject.org/tools-resources/projects/matchbox Submitted by: Tobias Berner to the area51 KDE repository Added: head/x11/libfakekey/ head/x11/libfakekey/Makefile (contents, props changed) head/x11/libfakekey/distinfo (contents, props changed) head/x11/libfakekey/files/ head/x11/libfakekey/files/patch-tests_Makefile.in (contents, props changed) head/x11/libfakekey/pkg-descr (contents, props changed) head/x11/libfakekey/pkg-plist (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Thu Jan 21 22:24:47 2016 (r406883) +++ head/x11/Makefile Thu Jan 21 22:58:07 2016 (r406884) @@ -159,6 +159,7 @@ SUBDIR += libdmx SUBDIR += libdnd SUBDIR += libexo + SUBDIR += libfakekey SUBDIR += libfm SUBDIR += libfm-extra SUBDIR += libgnome Added: head/x11/libfakekey/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libfakekey/Makefile Thu Jan 21 22:58:07 2016 (r406884) @@ -0,0 +1,19 @@ +# Created by: Tobias Berner +# $FreeBSD$ + +PORTNAME= libfakekey +PORTVERSION= 0.1 +CATEGORIES= x11 kde +MASTER_SITES= http://downloads.yoctoproject.org/releases/matchbox/${PORTNAME}/${PORTVERSION}/ + +MAINTAINER= kde@FreeBSD.org +COMMENT= X virtual keyboard library + +LICENSE= LGPL20+ + +USES= libtool pathfix pkgconfig +USE_XORG= x11 xtst +GNU_CONFIGURE= YES +INSTALL_TARGET= install-strip + +.include Added: head/x11/libfakekey/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libfakekey/distinfo Thu Jan 21 22:58:07 2016 (r406884) @@ -0,0 +1,2 @@ +SHA256 (libfakekey-0.1.tar.gz) = 33f55905d6680aa4fba7c5c5809ae16a4220d827ddb655d7afb08c623dbdba82 +SIZE (libfakekey-0.1.tar.gz) = 311139 Added: head/x11/libfakekey/files/patch-tests_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libfakekey/files/patch-tests_Makefile.in Thu Jan 21 22:58:07 2016 (r406884) @@ -0,0 +1,13 @@ +--- tests/Makefile.in.orig 2005-12-08 13:45:02 UTC ++++ tests/Makefile.in +@@ -61,8 +61,8 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=c + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CFLAGS) $(CFLAGS) + CCLD = $(CC) +-LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ +- $(AM_LDFLAGS) $(LDFLAGS) -o $@ ++LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(X11_CFLAGS) \ ++ $(AM_LDFLAGS) $(LDFLAGS) $(X11_LIBS) -o $@ + SOURCES = fakekey-test.c + DIST_SOURCES = fakekey-test.c + ETAGS = etags Added: head/x11/libfakekey/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libfakekey/pkg-descr Thu Jan 21 22:58:07 2016 (r406884) @@ -0,0 +1,4 @@ +libfakekey is a simple library for converting UTF-8 characters into 'fake' X +key-presses. + +WWW: https://www.yoctoproject.org/tools-resources/projects/matchbox Added: head/x11/libfakekey/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libfakekey/pkg-plist Thu Jan 21 22:58:07 2016 (r406884) @@ -0,0 +1,6 @@ +include/fakekey/fakekey.h +lib/libfakekey.a +lib/libfakekey.so +lib/libfakekey.so.0 +lib/libfakekey.so.0.0.1 +libdata/pkgconfig/libfakekey.pc From owner-svn-ports-head@freebsd.org Thu Jan 21 23:17:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70FC9A8B4EC; Thu, 21 Jan 2016 23:17:22 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-wm0-x234.google.com (mail-wm0-x234.google.com [IPv6:2a00:1450:400c:c09::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B1371A3F; Thu, 21 Jan 2016 23:17:22 +0000 (UTC) (envelope-from kubito@gmail.com) Received: by mail-wm0-x234.google.com with SMTP id n5so105174224wmn.0; Thu, 21 Jan 2016 15:17:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=5K8HlJZfDYlJ8L/l7URgDgWVlALdHUeVBAIB6OK9OX4=; b=IhlKhRIUAlSRyw0r+Ccbwx2mSQsFFwJmA/6kILCYEn77V6io/lL0T3q6Dqjr7wwY3/ sK2cwXxdkXmcIo0aFdnG8uk5BD2msHZx4WIMUX3qPT0cruo6ocb0Vim45ND4O5CS7Wld RHfDB+/o2lFJLRX4gBOaYxAoyqj8xjaDlHNJjHATOKn4mbRfPNcyaCw4Foc/4uLj2JD/ xFxnVcLU/eDu7J3FP+6WZL0iZc0u2tJ791wt28yHKnbK4E4HGBqryAkHHiWe8y6WxcNl abKR4Z7PLyfu4HkJI4/652VnBxmrd6jMlztS+CE6Qg2JsBleB41NAmG4nU1EwDRWgVdx 9Qqw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=5K8HlJZfDYlJ8L/l7URgDgWVlALdHUeVBAIB6OK9OX4=; b=H0MTpkICzw6IRtT71VWTVAlau8Q6232y3f2sIGNz5I4K6clW2//mKGqPuD05bbgC1w AMUavkTT1KVzJHPkFFKVZCJC92yuDSFVLbm1GL3RtTRmvWjvQUbgo9KNk0WAnp/AqMtV b1yzlAtgl8KCwzOJYeE96jBn4bHCQU23xKCeKQuOjNli9BUsrHpIJzZ7+J/PQZDRg11L qVIjfGr9xLN/kDzJ+XSQzFb5zzUb8bkXgEuUmFXF/NJFeKraIiDaWR0yxTWhip/YZ/+P sm6hrJOyqcFuJxxjVodvzbWVneqC2cdtaui30rktfoZMuhayqRyEKBJsrFp0ZHhxh8Pe H7Mg== X-Gm-Message-State: ALoCoQkV70hTBW0IHZXDeZhSoWeJox3cozKtpqkCkR7iin1m6EtHitCros8NdKDIexiJQuVHh+a0QXnhH6Moib6cfT1p3n6PNg== X-Received: by 10.194.103.131 with SMTP id fw3mr51987822wjb.55.1453418239251; Thu, 21 Jan 2016 15:17:19 -0800 (PST) Received: from orwell.gmail.com (dhcp-077-248-147-050.chello.nl. [77.248.147.50]) by smtp.gmail.com with ESMTPSA id e9sm3373627wja.25.2016.01.21.15.17.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Jan 2016 15:17:18 -0800 (PST) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r406842 - head/Mk/Scripts References: <201601211025.u0LAPufi069384@repo.freebsd.org> <20160121153124.GA15322@FreeBSD.org> Date: Fri, 22 Jan 2016 00:17:12 +0100 In-Reply-To: <20160121153124.GA15322@FreeBSD.org> (Alexey Dokuchaev's message of "Thu, 21 Jan 2016 15:31:25 +0000") Message-ID: <86a8nyttdz.fsf@FreeBSD.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 23:17:22 -0000 Alexey Dokuchaev writes: > I've sent John a slighly more complete patch which quotes all five > invocations of "cd". You might consider quoting remaining tree as well > (file $filesdir is less likely to contain spaces than $patch_wrksrc, it > still might). He did mention it in Phabricator. I think you just need to send a diff for portmgr to rubber-stamp, I certainly have no objections :-) From owner-svn-ports-head@freebsd.org Fri Jan 22 00:18:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AD6BA8C580; Fri, 22 Jan 2016 00:18:10 +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 4D6CE1E5B; Fri, 22 Jan 2016 00:18:10 +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 u0M0I9XS040299; Fri, 22 Jan 2016 00:18:09 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0M0I9JE040298; Fri, 22 Jan 2016 00:18:09 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201601220018.u0M0I9JE040298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Fri, 22 Jan 2016 00:18:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406885 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 00:18:10 -0000 Author: girgen Date: Fri Jan 22 00:18:09 2016 New Revision: 406885 URL: https://svnweb.freebsd.org/changeset/ports/406885 Log: pgbench has moved from contrib to base in 9.5 so we need something else to depend on for -contrib Modified: head/Mk/Uses/pgsql.mk Modified: head/Mk/Uses/pgsql.mk ============================================================================== --- head/Mk/Uses/pgsql.mk Thu Jan 21 22:58:07 2016 (r406884) +++ head/Mk/Uses/pgsql.mk Fri Jan 22 00:18:09 2016 (r406885) @@ -127,7 +127,7 @@ LIB_DEPENDS+= libpq.so.${PGSQL${PGSQL_VE _USE_PGSQL_DEP= client contrib docs pgtcl pltcl plperl server _USE_PGSQL_DEP_client= psql -_USE_PGSQL_DEP_contrib= pgbench +_USE_PGSQL_DEP_contrib= vacuumlo _USE_PGSQL_DEP_docs= postgresql${PGSQL_VER_NODOT}-docs>0 _USE_PGSQL_DEP_pgtcl= ${LOCALBASE}/lib/pgtcl/pkgIndex.tcl _USE_PGSQL_DEP_plperl= postgresql${PGSQL_VER_NODOT}-plperl>0 From owner-svn-ports-head@freebsd.org Fri Jan 22 03:28:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59D99A8C125; Fri, 22 Jan 2016 03:28:32 +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 337D61D05; Fri, 22 Jan 2016 03:28:32 +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 u0M3SV2Y095792; Fri, 22 Jan 2016 03:28:31 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0M3SV62095789; Fri, 22 Jan 2016 03:28:31 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601220328.u0M3SV62095789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 22 Jan 2016 03:28:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406886 - head/security/erlang-jose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 03:28:32 -0000 Author: vanilla Date: Fri Jan 22 03:28:30 2016 New Revision: 406886 URL: https://svnweb.freebsd.org/changeset/ports/406886 Log: Upgrade to 1.6.0. Modified: head/security/erlang-jose/Makefile head/security/erlang-jose/distinfo head/security/erlang-jose/pkg-plist Modified: head/security/erlang-jose/Makefile ============================================================================== --- head/security/erlang-jose/Makefile Fri Jan 22 00:18:09 2016 (r406885) +++ head/security/erlang-jose/Makefile Fri Jan 22 03:28:30 2016 (r406886) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jose -PORTVERSION= 1.5.2 +PORTVERSION= 1.6.0 CATEGORIES= security PKGNAMEPREFIX= erlang- Modified: head/security/erlang-jose/distinfo ============================================================================== --- head/security/erlang-jose/distinfo Fri Jan 22 00:18:09 2016 (r406885) +++ head/security/erlang-jose/distinfo Fri Jan 22 03:28:30 2016 (r406886) @@ -1,2 +1,2 @@ -SHA256 (potatosalad-erlang-jose-1.5.2_GH0.tar.gz) = 17335fd4fe27deb13327859bd28b0475f3828d3b849b4c2e8ef22e8ce601c38b -SIZE (potatosalad-erlang-jose-1.5.2_GH0.tar.gz) = 185060 +SHA256 (potatosalad-erlang-jose-1.6.0_GH0.tar.gz) = a411c5aeb60a7a594b0076b8009ce32283b1ea1530a1169b89323284f5333c07 +SIZE (potatosalad-erlang-jose-1.6.0_GH0.tar.gz) = 196180 Modified: head/security/erlang-jose/pkg-plist ============================================================================== --- head/security/erlang-jose/pkg-plist Fri Jan 22 00:18:09 2016 (r406885) +++ head/security/erlang-jose/pkg-plist Fri Jan 22 03:28:30 2016 (r406886) @@ -23,6 +23,7 @@ lib/erlang/lib/erlang-jose-%%VERSION%%/e lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_curve25519.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_curve448.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_ed25519.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_ed448.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_math.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_pkcs1.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_pkcs5.beam @@ -67,6 +68,7 @@ lib/erlang/lib/erlang-jose-%%VERSION%%/e lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwt.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_server.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_sha3.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_sha3_keccakf1600.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_sha3_unsupported.beam lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_sup.beam lib/erlang/lib/erlang-jose-%%VERSION%%/include/jose.hrl @@ -99,6 +101,7 @@ lib/erlang/lib/erlang-jose-%%VERSION%%/s lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_curve25519.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_curve448.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_ed25519.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_ed448.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_math.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_pkcs1.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_pkcs5.erl @@ -143,6 +146,7 @@ lib/erlang/lib/erlang-jose-%%VERSION%%/s lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwt.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_server.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_sha3.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_sha3_keccakf1600.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_sha3_unsupported.erl lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_sup.erl %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-head@freebsd.org Fri Jan 22 03:28:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83A60A8C158; Fri, 22 Jan 2016 03:28:47 +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 35F961DE1; Fri, 22 Jan 2016 03:28:47 +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 u0M3SkIj095927; Fri, 22 Jan 2016 03:28:46 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0M3Sjfa095924; Fri, 22 Jan 2016 03:28:45 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601220328.u0M3Sjfa095924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 22 Jan 2016 03:28:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406887 - head/security/elixir-jose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 03:28:47 -0000 Author: vanilla Date: Fri Jan 22 03:28:45 2016 New Revision: 406887 URL: https://svnweb.freebsd.org/changeset/ports/406887 Log: Upgrade to 1.6.0. Modified: head/security/elixir-jose/Makefile head/security/elixir-jose/distinfo head/security/elixir-jose/pkg-plist Modified: head/security/elixir-jose/Makefile ============================================================================== --- head/security/elixir-jose/Makefile Fri Jan 22 03:28:30 2016 (r406886) +++ head/security/elixir-jose/Makefile Fri Jan 22 03:28:45 2016 (r406887) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jose -PORTVERSION= 1.5.2 +PORTVERSION= 1.6.0 CATEGORIES= security PKGNAMEPREFIX= elixir- Modified: head/security/elixir-jose/distinfo ============================================================================== --- head/security/elixir-jose/distinfo Fri Jan 22 03:28:30 2016 (r406886) +++ head/security/elixir-jose/distinfo Fri Jan 22 03:28:45 2016 (r406887) @@ -1,2 +1,2 @@ -SHA256 (potatosalad-erlang-jose-1.5.2_GH0.tar.gz) = 17335fd4fe27deb13327859bd28b0475f3828d3b849b4c2e8ef22e8ce601c38b -SIZE (potatosalad-erlang-jose-1.5.2_GH0.tar.gz) = 185060 +SHA256 (potatosalad-erlang-jose-1.6.0_GH0.tar.gz) = a411c5aeb60a7a594b0076b8009ce32283b1ea1530a1169b89323284f5333c07 +SIZE (potatosalad-erlang-jose-1.6.0_GH0.tar.gz) = 196180 Modified: head/security/elixir-jose/pkg-plist ============================================================================== --- head/security/elixir-jose/pkg-plist Fri Jan 22 03:28:30 2016 (r406886) +++ head/security/elixir-jose/pkg-plist Fri Jan 22 03:28:45 2016 (r406887) @@ -43,6 +43,7 @@ lib/elixir/lib/jose/ebin/jose_jwa_concat lib/elixir/lib/jose/ebin/jose_jwa_curve25519.beam lib/elixir/lib/jose/ebin/jose_jwa_curve448.beam lib/elixir/lib/jose/ebin/jose_jwa_ed25519.beam +lib/elixir/lib/jose/ebin/jose_jwa_ed448.beam lib/elixir/lib/jose/ebin/jose_jwa_math.beam lib/elixir/lib/jose/ebin/jose_jwa_pkcs1.beam lib/elixir/lib/jose/ebin/jose_jwa_pkcs5.beam @@ -87,6 +88,7 @@ lib/elixir/lib/jose/ebin/jose_jws_alg_rs lib/elixir/lib/jose/ebin/jose_jwt.beam lib/elixir/lib/jose/ebin/jose_server.beam lib/elixir/lib/jose/ebin/jose_sha3.beam +lib/elixir/lib/jose/ebin/jose_sha3_keccakf1600.beam lib/elixir/lib/jose/ebin/jose_sha3_unsupported.beam lib/elixir/lib/jose/ebin/jose_sup.beam lib/elixir/lib/jose/lib/jose.ex From owner-svn-ports-head@freebsd.org Fri Jan 22 03:50:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D115EA8C9B4; Fri, 22 Jan 2016 03:50:14 +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 A024D1999; Fri, 22 Jan 2016 03:50:14 +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 u0M3oDqE001991; Fri, 22 Jan 2016 03:50:13 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0M3oDur001989; Fri, 22 Jan 2016 03:50:13 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601220350.u0M3oDur001989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 22 Jan 2016 03:50:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406888 - head/devel/py-flexmock X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 03:50:14 -0000 Author: vanilla Date: Fri Jan 22 03:50:13 2016 New Revision: 406888 URL: https://svnweb.freebsd.org/changeset/ports/406888 Log: Upgrade to 0.10.2. Modified: head/devel/py-flexmock/Makefile head/devel/py-flexmock/distinfo Modified: head/devel/py-flexmock/Makefile ============================================================================== --- head/devel/py-flexmock/Makefile Fri Jan 22 03:28:45 2016 (r406887) +++ head/devel/py-flexmock/Makefile Fri Jan 22 03:50:13 2016 (r406888) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexmock -PORTVERSION= 0.10.1 +PORTVERSION= 0.10.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-flexmock/distinfo ============================================================================== --- head/devel/py-flexmock/distinfo Fri Jan 22 03:28:45 2016 (r406887) +++ head/devel/py-flexmock/distinfo Fri Jan 22 03:50:13 2016 (r406888) @@ -1,2 +1,2 @@ -SHA256 (flexmock-0.10.1.tar.gz) = eb35efd9d5e0b032f74f97b42d65e7f777de6f6ea9d340f498f87127079a52df -SIZE (flexmock-0.10.1.tar.gz) = 43531 +SHA256 (flexmock-0.10.2.tar.gz) = fe95c8727f4db73dc8f2f7b4548bffe7992440a965fefd60da291abda5352c2b +SIZE (flexmock-0.10.2.tar.gz) = 44425 From owner-svn-ports-head@freebsd.org Fri Jan 22 05:40:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C422A8CFAF; Fri, 22 Jan 2016 05:40:41 +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 ED3FF13BA; Fri, 22 Jan 2016 05:40:40 +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 u0M5ed1Z035203; Fri, 22 Jan 2016 05:40:39 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0M5edbO035201; Fri, 22 Jan 2016 05:40:39 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601220540.u0M5edbO035201@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 22 Jan 2016 05:40:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406889 - head/devel/py-ipdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 05:40:41 -0000 Author: vanilla Date: Fri Jan 22 05:40:39 2016 New Revision: 406889 URL: https://svnweb.freebsd.org/changeset/ports/406889 Log: Upgrade to 0.8.1. Modified: head/devel/py-ipdb/Makefile head/devel/py-ipdb/distinfo Modified: head/devel/py-ipdb/Makefile ============================================================================== --- head/devel/py-ipdb/Makefile Fri Jan 22 03:50:13 2016 (r406888) +++ head/devel/py-ipdb/Makefile Fri Jan 22 05:40:39 2016 (r406889) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ipdb -PORTVERSION= 0.8 -PORTREVISION= 2 +PORTVERSION= 0.8.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-ipdb/distinfo ============================================================================== --- head/devel/py-ipdb/distinfo Fri Jan 22 03:50:13 2016 (r406888) +++ head/devel/py-ipdb/distinfo Fri Jan 22 05:40:39 2016 (r406889) @@ -1,2 +1,2 @@ -SHA256 (ipdb-0.8.zip) = 0d4a33f38e667a0c80ec1a5a0e468fe58e5cdc61cb8f4077b1024b85fe7b7117 -SIZE (ipdb-0.8.zip) = 20204 +SHA256 (ipdb-0.8.1.zip) = 1763d1564113f5eb89df77879a8d3213273c4d7ff93dcb37a3070cdf0c34fd7c +SIZE (ipdb-0.8.1.zip) = 20522 From owner-svn-ports-head@freebsd.org Fri Jan 22 06:13:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE87EA8CA46; Fri, 22 Jan 2016 06:13:26 +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 AE91114C7; Fri, 22 Jan 2016 06:13:26 +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 u0M6DPiH044651; Fri, 22 Jan 2016 06:13:25 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0M6DPSL044647; Fri, 22 Jan 2016 06:13:25 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201601220613.u0M6DPSL044647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Fri, 22 Jan 2016 06:13:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406890 - head/lang/rust X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 06:13:27 -0000 Author: riggs Date: Fri Jan 22 06:13:25 2016 New Revision: 406890 URL: https://svnweb.freebsd.org/changeset/ports/406890 Log: Update to upstream version 1.6.0 Modified: head/lang/rust/Makefile head/lang/rust/distinfo.amd64 head/lang/rust/distinfo.i386 head/lang/rust/pkg-plist Modified: head/lang/rust/Makefile ============================================================================== --- head/lang/rust/Makefile Fri Jan 22 05:40:39 2016 (r406889) +++ head/lang/rust/Makefile Fri Jan 22 06:13:25 2016 (r406890) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rust -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 CATEGORIES= lang MASTER_SITES= http://static.rust-lang.org/dist/:src \ http://static.rust-lang.org/stage0-snapshots/:bootstrap @@ -111,7 +111,7 @@ pre-fetch: post-extract: @${MKDIR} ${WRKSRC}/dl ${LN} -sf ${DISTDIR}/${RUST_BOOT} ${WRKSRC}/dl - (cd ${WRKSRC} && find . -type d -exec chmod 0755 {} \;) + (cd ${WRKSRC} && ${FIND} . -type d -exec chmod 0755 {} \;) post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ Modified: head/lang/rust/distinfo.amd64 ============================================================================== --- head/lang/rust/distinfo.amd64 Fri Jan 22 05:40:39 2016 (r406889) +++ head/lang/rust/distinfo.amd64 Fri Jan 22 06:13:25 2016 (r406890) @@ -1,4 +1,4 @@ -SHA256 (rustc-1.5.0-src.tar.gz) = 641037af7b7b6cad0b231cc20671f8a314fbf2f40fc0901d0b877c39fc8da5a0 -SIZE (rustc-1.5.0-src.tar.gz) = 24586539 +SHA256 (rustc-1.6.0-src.tar.gz) = 3002a4a00004b0727709abeefe1ab1b2731845e4dab74566f363861801bb3326 +SIZE (rustc-1.6.0-src.tar.gz) = 24978399 SHA256 (rust-stage0-2015-08-11-1af31d4-freebsd-x86_64-de1f36592bac0eeb90c049a8421246652c511b9e.tar.bz2) = e609347d8bf2d69b613068b8d7f158199e509fc14e859d343ba6d65c9ad76e24 SIZE (rust-stage0-2015-08-11-1af31d4-freebsd-x86_64-de1f36592bac0eeb90c049a8421246652c511b9e.tar.bz2) = 13973360 Modified: head/lang/rust/distinfo.i386 ============================================================================== --- head/lang/rust/distinfo.i386 Fri Jan 22 05:40:39 2016 (r406889) +++ head/lang/rust/distinfo.i386 Fri Jan 22 06:13:25 2016 (r406890) @@ -1,4 +1,4 @@ -SHA256 (rustc-1.5.0-src.tar.gz) = 641037af7b7b6cad0b231cc20671f8a314fbf2f40fc0901d0b877c39fc8da5a0 -SIZE (rustc-1.5.0-src.tar.gz) = 24586539 +SHA256 (rustc-1.6.0-src.tar.gz) = 3002a4a00004b0727709abeefe1ab1b2731845e4dab74566f363861801bb3326 +SIZE (rustc-1.6.0-src.tar.gz) = 24978399 SHA256 (rust-stage0-2015-08-11-1af31d4-freebsd-i386-3cd4a44fb97b3135be3d1b760bea604a381e85dc.tar.bz2) = 7ec34452c645ee6a7287ac58ac3bec94c1eb713777d98c5339fa57fc4f0ee49e SIZE (rust-stage0-2015-08-11-1af31d4-freebsd-i386-3cd4a44fb97b3135be3d1b760bea604a381e85dc.tar.bz2) = 14488008 Modified: head/lang/rust/pkg-plist ============================================================================== --- head/lang/rust/pkg-plist Fri Jan 22 05:40:39 2016 (r406889) +++ head/lang/rust/pkg-plist Fri Jan 22 06:13:25 2016 (r406890) @@ -16,8 +16,10 @@ lib/librustc_driver-%%RUST_VSN_HASH%%.so lib/librustc_front-%%RUST_VSN_HASH%%.so lib/librustc_lint-%%RUST_VSN_HASH%%.so lib/librustc_llvm-%%RUST_VSN_HASH%%.so +lib/librustc_metadata-%%RUST_VSN_HASH%%.so lib/librustc_mir-%%RUST_VSN_HASH%%.so lib/librustc_platform_intrinsics-%%RUST_VSN_HASH%%.so +lib/librustc_plugin-%%RUST_VSN_HASH%%.so lib/librustc_privacy-%%RUST_VSN_HASH%%.so lib/librustc_resolve-%%RUST_VSN_HASH%%.so lib/librustc_trans-%%RUST_VSN_HASH%%.so @@ -66,8 +68,10 @@ lib/rustlib/%%RUST_TARGET%%/lib/librustc lib/rustlib/%%RUST_TARGET%%/lib/librustc_front-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_lint-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_llvm-%%RUST_VSN_HASH%%.so +lib/rustlib/%%RUST_TARGET%%/lib/librustc_metadata-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_mir-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_platform_intrinsics-%%RUST_VSN_HASH%%.so +lib/rustlib/%%RUST_TARGET%%/lib/librustc_plugin-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_privacy-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_resolve-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_trans-%%RUST_VSN_HASH%%.so From owner-svn-ports-head@freebsd.org Fri Jan 22 06:58:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15631A8D9C8; Fri, 22 Jan 2016 06:58:05 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mail.ptrcrt.ch (gahr.cloud.tilaa.com [84.22.109.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E117A1891; Fri, 22 Jan 2016 06:58:02 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from ptrcrt.ch (mail.ptrcrt.ch [192.168.1.1]) by mail.ptrcrt.ch (OpenSMTPD) with ESMTPSA id f09312f2 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Fri, 22 Jan 2016 06:57:48 +0000 (UTC) Date: Fri, 22 Jan 2016 07:57:47 +0100 From: Pietro Cerutti To: Cy Schubert Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r404315 - head/lang/dmd2 Message-ID: <20160122065747.GD14138@ptrcrt.ch> Reply-To: gahr@FreeBSD.org References: <201512231925.tBNJPm5b045984@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="+QahgC5+KEYLbs62" Content-Disposition: inline In-Reply-To: <201512231925.tBNJPm5b045984@repo.freebsd.org> X-PGP-Key: fp="DA6D E106 A5B8 54B8 5DD8 6D49 ADD0 D38E A192 089E"; id="0xA192089E"; get=; get=; User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 06:58:05 -0000 --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2015-Dec-23, 19:25, Cy Schubert wrote: > Author: cy > Date: Wed Dec 23 19:25:48 2015 > New Revision: 404315 > URL: https://svnweb.freebsd.org/changeset/ports/404315 >=20 > Log: > Correctly locate the config file and use the correct complier when > linking. > =20 > Submitted by: gahr > Obtained from: https://people.freebsd.org/~gahr/lang-dmd2.diff >=20 > Modified: > head/lang/dmd2/Makefile >=20 > Modified: head/lang/dmd2/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/lang/dmd2/Makefile Wed Dec 23 19:11:44 2015 (r404314) > +++ head/lang/dmd2/Makefile Wed Dec 23 19:25:48 2015 (r404315) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > =20 > PORTNAME=3D dmd > -PKGNAMESUFFIX=3D 2 > +PKGNAMESUFFIX=3D 3 Cy, I just noticed... why bumping PKGNAMESUFFIX? Most likely you wanted to set PORTREVISION=3D1? Thanks, --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --+QahgC5+KEYLbs62 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJWodLqXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQTZERTEwNkE1Qjg1NEI4NUREODZENDlB REQwRDM4RUExOTIwODlFAAoJEK3Q046hkgieGlgP/jRRDCjX0zFbs01ExEN193I2 0ZkP+SyOft8caJHB1NpNngzIH5tDLmcb2PvafbSRc2oAN9+MRbFX4GhIHM50xB0/ yfPDr63DIUI206yIDkk1/N1OhuwDWgMLPb7S/U4IWaZ9DLev4q/UlvxZ1OZDWw0z gKOxXb5yjQVKOzbnQez4GBciSVwKm7M76PlycpJ+2qc5hAyEMnVF3Z6iRy6INTqw i8sv47itWoyZLWz5BOwtYH/yiE/fsaMfRomML4ECr0TLrxKvvQLJqyP/cqzyACh+ kwbFLMXajvsWaiID2CSseNmb6Mfm/7hx3sfP2Uyjvxzv65F8FCTqLGmGoMqKGUZU tPinh1CtmWHK9w7KUJFHJJU5BBYFfMMqdh+//6N/R6NW6toaHRNP7wtbxtzUJ+px 6fSpHDQe3pmKh0vHD1q+6XpWfT0Fmr+HN1OjcbiSVv+1RMbBoShYlQXlIG8DBQs0 QMWSqcgT4dcQ5KVnSekF0FDCXIqr+6KLwZQO0koAYEOnGKUwOqXGuKKuaYuosgfB evNRnHJ7JiNgO7DfP4K+NoPQHLF2rpzICohdDT7bw8yaDQqRvrWLYqENUEmZDP/G HahfWy5OotHqz53qw8GWVaYBMlDnoq6glGouQJhQIvB3UHuis68UfoqA4XvrkFct H1ZH4FrKIkUAJOPyReU6 =RV8b -----END PGP SIGNATURE----- --+QahgC5+KEYLbs62-- From owner-svn-ports-head@freebsd.org Fri Jan 22 07:03:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CB54A8DB8B; Fri, 22 Jan 2016 07:03:32 +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 47BE91BBD; Fri, 22 Jan 2016 07:03:32 +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 u0M73VT9059199; Fri, 22 Jan 2016 07:03:31 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0M73Vdo059198; Fri, 22 Jan 2016 07:03:31 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201601220703.u0M73Vdo059198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 22 Jan 2016 07:03:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406891 - head/lang/dmd2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 07:03:32 -0000 Author: cy Date: Fri Jan 22 07:03:31 2016 New Revision: 406891 URL: https://svnweb.freebsd.org/changeset/ports/406891 Log: Adjust PKGNAMESUFFIX and PORTREVISION Noticed by: gahr Pointy hat toy: yours truly Modified: head/lang/dmd2/Makefile Modified: head/lang/dmd2/Makefile ============================================================================== --- head/lang/dmd2/Makefile Fri Jan 22 06:13:25 2016 (r406890) +++ head/lang/dmd2/Makefile Fri Jan 22 07:03:31 2016 (r406891) @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= dmd -PKGNAMESUFFIX= 3 +PKGNAMESUFFIX= 2 PORTVERSION= 2.069.2 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://ftp.digitalmars.com/ DISTNAME= dmd.${PORTVERSION} From owner-svn-ports-head@freebsd.org Fri Jan 22 07:04:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38EF9A8DBD3; Fri, 22 Jan 2016 07:04:35 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.9]) by mx1.freebsd.org (Postfix) with ESMTP id DA7551CC2; Fri, 22 Jan 2016 07:04:34 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id MVllauB3RkK49MVlmafNaL; Fri, 22 Jan 2016 00:04:33 -0700 X-Authority-Analysis: v=2.1 cv=AMkI9oPf c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=BWvPGDcYAAAA:8 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=VxmjJ2MpAAAA:8 a=kj9zAlcOel0A:10 a=7aQ_Q-yQQ-AA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=HINducFkLMg-oU5NVG8A:9 a=CjuIK1q_8ugA:10 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id DFBF013CA0; Thu, 21 Jan 2016 23:04:28 -0800 (PST) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id u0M74Sfe065166; Thu, 21 Jan 2016 23:04:28 -0800 (PST) (envelope-from Cy.Schubert@komquats.com) Message-Id: <201601220704.u0M74Sfe065166@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: gahr@FreeBSD.org cc: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r404315 - head/lang/dmd2 In-Reply-To: Message from Pietro Cerutti of "Fri, 22 Jan 2016 07:57:47 +0100." <20160122065747.GD14138@ptrcrt.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 21 Jan 2016 23:04:28 -0800 X-CMAE-Envelope: MS4wfH8sODl/9Ip4ibRvk8zKD2P5jxeIGDnGQ6klqWgy3UEG6JrTupvIJj3TsEzHDUY8bKkZzR0bJBsEK4KrIGYcAqsfMVm8AM3xnq7cPDIk5ZMGYUCihNqA 15hd9Mlko/DlLi7qnZfZ/E9Go49mphrfpjSPkML7nMq1WN2Jw0AUwIBzXLrPbstKiMZPhHQAjINPU5r5ZzaVnnDB9ttgEVLEsgoGkPsA/fflJrkVu1GQiHLa HnKvHuEyfOP5bYXoewSU36jwqlrZC3aEImR+96Z36DKC5+nxZmmCYezZboGvgVD2DIfNj6++jI49/wKOB0r8VA== X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 07:04:35 -0000 In message <20160122065747.GD14138@ptrcrt.ch>, Pietro Cerutti writes: > > > --+QahgC5+KEYLbs62 > Content-Type: text/plain; charset=utf-8 > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On 2015-Dec-23, 19:25, Cy Schubert wrote: > > Author: cy > > Date: Wed Dec 23 19:25:48 2015 > > New Revision: 404315 > > URL: https://svnweb.freebsd.org/changeset/ports/404315 > >=20 > > Log: > > Correctly locate the config file and use the correct complier when > > linking. > > =20 > > Submitted by: gahr > > Obtained from: https://people.freebsd.org/~gahr/lang-dmd2.diff > >=20 > > Modified: > > head/lang/dmd2/Makefile > >=20 > > Modified: head/lang/dmd2/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/lang/dmd2/Makefile Wed Dec 23 19:11:44 2015 (r404314) > > +++ head/lang/dmd2/Makefile Wed Dec 23 19:25:48 2015 (r404315) > > @@ -2,7 +2,7 @@ > > # $FreeBSD$ > > =20 > > PORTNAME=3D dmd > > -PKGNAMESUFFIX=3D 2 > > +PKGNAMESUFFIX=3D 3 > > Cy, I just noticed... why bumping PKGNAMESUFFIX? Most likely you wanted > to set PORTREVISION=3D1? You're right. Thanks. Fixed. -- Cheers, Cy Schubert or FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-head@freebsd.org Fri Jan 22 08:39:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92EB0A8D268; Fri, 22 Jan 2016 08:39:12 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4769413E4; Fri, 22 Jan 2016 08:39:12 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0M8dBI5085678; Fri, 22 Jan 2016 08:39:11 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0M8dBPV085675; Fri, 22 Jan 2016 08:39:11 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201601220839.u0M8dBPV085675@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Fri, 22 Jan 2016 08:39:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406892 - head/games/stendhal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 08:39:12 -0000 Author: robak Date: Fri Jan 22 08:39:10 2016 New Revision: 406892 URL: https://svnweb.freebsd.org/changeset/ports/406892 Log: games/stendhal: update 1.18 -> 1.19 PR: 206395 Submitted by: Jordan Irwin (maintainer) Modified: head/games/stendhal/Makefile head/games/stendhal/distinfo head/games/stendhal/pkg-plist Modified: head/games/stendhal/Makefile ============================================================================== --- head/games/stendhal/Makefile Fri Jan 22 07:03:31 2016 (r406891) +++ head/games/stendhal/Makefile Fri Jan 22 08:39:10 2016 (r406892) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stendhal -PORTVERSION= 1.18 +PORTVERSION= 1.19 DISTVERSIONSUFFIX= -src CATEGORIES= games java MASTER_SITES= SF/arianne/${PORTNAME}/${PORTVERSION}/ Modified: head/games/stendhal/distinfo ============================================================================== --- head/games/stendhal/distinfo Fri Jan 22 07:03:31 2016 (r406891) +++ head/games/stendhal/distinfo Fri Jan 22 08:39:10 2016 (r406892) @@ -1,2 +1,2 @@ -SHA256 (stendhal-1.18-src.tar.gz) = 06c3f8c72305138b952950a8a08b309f45d40488fe5c2e2f64ffbe31e0ae2683 -SIZE (stendhal-1.18-src.tar.gz) = 105336297 +SHA256 (stendhal-1.19-src.tar.gz) = c50328ceb3eaa5c1f934614e01428fd844df70f0df77deffe398866ad1e9b4e7 +SIZE (stendhal-1.19-src.tar.gz) = 107346502 Modified: head/games/stendhal/pkg-plist ============================================================================== --- head/games/stendhal/pkg-plist Fri Jan 22 07:03:31 2016 (r406891) +++ head/games/stendhal/pkg-plist Fri Jan 22 08:39:10 2016 (r406892) @@ -21,6 +21,17 @@ share/stendhal/lib/log4j.jar share/stendhal/lib/marauroa.jar share/stendhal/lib/LICENSES.txt share/stendhal/lib/NOTICE.txt +share/stendhal/lib/h2-license.html +share/stendhal/lib/jetty-license.html +share/stendhal/lib/jetty-notice.html +share/stendhal/lib/jnlp-license.txt +share/stendhal/lib/json-simple-license.txt +share/stendhal/lib/junit-license.html +share/stendhal/lib/jython-license.txt +share/stendhal/lib/log4j-license.txt +share/stendhal/lib/servlet-api-license.txt +share/stendhal/lib/sha512crypt-license.txt +share/stendhal/lib/websocket-license.txt @dir share/stendhal/log %%CLIENT%%bin/stendhal %%CLIENT%%man/man1/stendhal.1.gz From owner-svn-ports-head@freebsd.org Fri Jan 22 08:53:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1422DA8DA82; Fri, 22 Jan 2016 08:53: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 DA97810A5; Fri, 22 Jan 2016 08:53:11 +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 u0M8rA8p091351; Fri, 22 Jan 2016 08:53:10 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0M8rA8C091349; Fri, 22 Jan 2016 08:53:10 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601220853.u0M8rA8C091349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 22 Jan 2016 08:53:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406893 - head/databases/elixir-ecto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 08:53:12 -0000 Author: olgeni Date: Fri Jan 22 08:53:10 2016 New Revision: 406893 URL: https://svnweb.freebsd.org/changeset/ports/406893 Log: Upgrade databases/elixir-ecto to version 1.1.2. Modified: head/databases/elixir-ecto/Makefile head/databases/elixir-ecto/distinfo Modified: head/databases/elixir-ecto/Makefile ============================================================================== --- head/databases/elixir-ecto/Makefile Fri Jan 22 08:39:10 2016 (r406892) +++ head/databases/elixir-ecto/Makefile Fri Jan 22 08:53:10 2016 (r406893) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ecto -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-ecto/distinfo ============================================================================== --- head/databases/elixir-ecto/distinfo Fri Jan 22 08:39:10 2016 (r406892) +++ head/databases/elixir-ecto/distinfo Fri Jan 22 08:53:10 2016 (r406893) @@ -1,2 +1,2 @@ -SHA256 (elixir-lang-ecto-v1.1.1_GH0.tar.gz) = cdd173b94d3b166bb93f39be07dd33608b7654d46d1ab4da68914a9516ebaff2 -SIZE (elixir-lang-ecto-v1.1.1_GH0.tar.gz) = 220992 +SHA256 (elixir-lang-ecto-v1.1.2_GH0.tar.gz) = 691b61604349d6ec569886ff0ae3c81c1af68bf42be3c3f1c573a2433e00ce27 +SIZE (elixir-lang-ecto-v1.1.2_GH0.tar.gz) = 221017 From owner-svn-ports-head@freebsd.org Fri Jan 22 09:12:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 375D1A8A1E3; Fri, 22 Jan 2016 09:12:16 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E14A01A29; Fri, 22 Jan 2016 09:12:15 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0M9CEd0097988; Fri, 22 Jan 2016 09:12:14 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0M9CEBe097985; Fri, 22 Jan 2016 09:12:14 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201601220912.u0M9CEBe097985@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Fri, 22 Jan 2016 09:12:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406894 - in head/deskutils/py-khal: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 09:12:16 -0000 Author: robak Date: Fri Jan 22 09:12:14 2016 New Revision: 406894 URL: https://svnweb.freebsd.org/changeset/ports/406894 Log: deskutils/py-khal: update 0.6 -> 0.7 PR: 205863 Submitted by: Zane C. Bowers-Hadley Approved by: Maxim Filimonov (maintainer) Modified: head/deskutils/py-khal/Makefile head/deskutils/py-khal/distinfo head/deskutils/py-khal/files/patch-setup.py Modified: head/deskutils/py-khal/Makefile ============================================================================== --- head/deskutils/py-khal/Makefile Fri Jan 22 08:53:10 2016 (r406893) +++ head/deskutils/py-khal/Makefile Fri Jan 22 09:12:14 2016 (r406894) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= khal -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 CATEGORIES= deskutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/deskutils/py-khal/distinfo ============================================================================== --- head/deskutils/py-khal/distinfo Fri Jan 22 08:53:10 2016 (r406893) +++ head/deskutils/py-khal/distinfo Fri Jan 22 09:12:14 2016 (r406894) @@ -1,2 +1,2 @@ -SHA256 (khal-0.6.0.tar.gz) = 1a2e8d56d20b12ed2c3ef2468ff0ce0c658a8a566b249821b0f4b30cce8ada9a -SIZE (khal-0.6.0.tar.gz) = 95019 +SHA256 (khal-0.7.0.tar.gz) = c6b0c81df56133e4592f02d8e9b60702079da2affd1b09ba96358ccd8eec9402 +SIZE (khal-0.7.0.tar.gz) = 109801 Modified: head/deskutils/py-khal/files/patch-setup.py ============================================================================== --- head/deskutils/py-khal/files/patch-setup.py Fri Jan 22 08:53:10 2016 (r406893) +++ head/deskutils/py-khal/files/patch-setup.py Fri Jan 22 09:12:14 2016 (r406894) @@ -1,10 +1,10 @@ ---- setup.py.orig 2015-08-22 23:17:24 UTC +--- setup.py.orig 2016-01-05 12:53:52 UTC +++ setup.py -@@ -41,8 +41,6 @@ setup( +@@ -40,8 +40,6 @@ setup( }, install_requires=requirements, extras_require=extra_requirements, -- setup_requires=['setuptools_scm'], +- setup_requires=['setuptools_scm'], # not needed when using packages from PyPI - use_scm_version={'write_to': 'khal/version.py'}, classifiers=[ "Development Status :: 4 - Beta", From owner-svn-ports-head@freebsd.org Fri Jan 22 09:15:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29AC2A8A448; Fri, 22 Jan 2016 09:15:35 +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 E2FA91D37; Fri, 22 Jan 2016 09:15:34 +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 u0M9FXuN098417; Fri, 22 Jan 2016 09:15:33 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0M9FXYY098412; Fri, 22 Jan 2016 09:15:33 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601220915.u0M9FXYY098412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 22 Jan 2016 09:15:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406895 - in head/devel: . erlang-backoff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 09:15:35 -0000 Author: olgeni Date: Fri Jan 22 09:15:33 2016 New Revision: 406895 URL: https://svnweb.freebsd.org/changeset/ports/406895 Log: Add devel/erlang-backoff, a library for handling exponential backoffs in Erlang. Added: head/devel/erlang-backoff/ head/devel/erlang-backoff/Makefile (contents, props changed) head/devel/erlang-backoff/distinfo (contents, props changed) head/devel/erlang-backoff/pkg-descr (contents, props changed) head/devel/erlang-backoff/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jan 22 09:12:14 2016 (r406894) +++ head/devel/Makefile Fri Jan 22 09:15:33 2016 (r406895) @@ -467,6 +467,7 @@ SUBDIR += eric4 SUBDIR += eric6 SUBDIR += eris + SUBDIR += erlang-backoff SUBDIR += erlang-bbmustache SUBDIR += erlang-bear SUBDIR += erlang-certifi Added: head/devel/erlang-backoff/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-backoff/Makefile Fri Jan 22 09:15:33 2016 (r406895) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= backoff +PORTVERSION= 1.1.3 +CATEGORIES= devel +PKGNAMEPREFIX= erlang- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Simple exponential backoffs in Erlang + +LICENSE= MIT + +USES= erlang:rebar3 +USE_GITHUB= yes +GH_ACCOUNT= ferd + +.include Added: head/devel/erlang-backoff/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-backoff/distinfo Fri Jan 22 09:15:33 2016 (r406895) @@ -0,0 +1,2 @@ +SHA256 (ferd-backoff-1.1.3_GH0.tar.gz) = 73f58608eddc9e4259da8fae32575b10a5582a222dbf6b1b501f9c14d2f4cd23 +SIZE (ferd-backoff-1.1.3_GH0.tar.gz) = 6650 Added: head/devel/erlang-backoff/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-backoff/pkg-descr Fri Jan 22 09:15:33 2016 (r406895) @@ -0,0 +1,5 @@ +Backoff is an Erlang library to deal with exponential backoffs and +timers to be used within OTP processes when dealing with cyclical +events, such as reconnections, or generally retrying things. + +WWW: https://github.com/ferd/backoff Added: head/devel/erlang-backoff/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-backoff/pkg-plist Fri Jan 22 09:15:33 2016 (r406895) @@ -0,0 +1,5 @@ +lib/erlang/lib/backoff-%%VERSION%%/ebin/backoff.app +lib/erlang/lib/backoff-%%VERSION%%/ebin/backoff.beam +lib/erlang/lib/backoff-%%VERSION%%/src/backoff.app.src +lib/erlang/lib/backoff-%%VERSION%%/src/backoff.erl +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-head@freebsd.org Fri Jan 22 09:53:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 680F8A8C547; Fri, 22 Jan 2016 09:53:03 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3214B1141; Fri, 22 Jan 2016 09:53:03 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0M9r26v010055; Fri, 22 Jan 2016 09:53:02 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0M9r2Gk010054; Fri, 22 Jan 2016 09:53:02 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201601220953.u0M9r2Gk010054@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Fri, 22 Jan 2016 09:53:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406896 - head/graphics/lightzone X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 09:53:03 -0000 Author: lme Date: Fri Jan 22 09:53:01 2016 New Revision: 406896 URL: https://svnweb.freebsd.org/changeset/ports/406896 Log: - Add a runtime dependecy on java/javahelp - Bump PORTREVISION Approved by: portmgr blanket (implicit) MFH: 2016Q1 Modified: head/graphics/lightzone/Makefile Modified: head/graphics/lightzone/Makefile ============================================================================== --- head/graphics/lightzone/Makefile Fri Jan 22 09:15:33 2016 (r406895) +++ head/graphics/lightzone/Makefile Fri Jan 22 09:53:01 2016 (r406896) @@ -3,6 +3,7 @@ PORTNAME= lightzone DISTVERSION= 4.1.5 +PORTREVISION= 1 CATEGORIES= graphics java DIST_SUBDIR= ${PORTNAME} @@ -18,6 +19,7 @@ BUILD_DEPENDS= jhindexer:${PORTSDIR}/jav autoconf:${PORTSDIR}/devel/autoconf LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2 \ libtiff.so:${PORTSDIR}/graphics/tiff +RUN_DEPENDS= jhindexer:${PORTSDIR}/java/javahelp USE_GITHUB= yes GH_ACCOUNT= ktgw0316 From owner-svn-ports-head@freebsd.org Fri Jan 22 10:05:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1ACFA8CC6C; Fri, 22 Jan 2016 10:05:59 +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 9000D1A11; Fri, 22 Jan 2016 10:05: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 u0MA5wXm013219; Fri, 22 Jan 2016 10:05:58 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MA5w0F013215; Fri, 22 Jan 2016 10:05:58 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201601221005.u0MA5w0F013215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 22 Jan 2016 10:05:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406897 - head/x11/keybinder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 10:05:59 -0000 Author: olivierd Date: Fri Jan 22 10:05:58 2016 New Revision: 406897 URL: https://svnweb.freebsd.org/changeset/ports/406897 Log: Update to 0.3.1 PR: 206260 Submitted by: Modified: head/x11/keybinder/Makefile head/x11/keybinder/distinfo head/x11/keybinder/pkg-descr head/x11/keybinder/pkg-plist Modified: head/x11/keybinder/Makefile ============================================================================== --- head/x11/keybinder/Makefile Fri Jan 22 09:53:01 2016 (r406896) +++ head/x11/keybinder/Makefile Fri Jan 22 10:05:58 2016 (r406897) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= keybinder -PORTVERSION= 0.3.0 -PORTREVISION= 5 +PORTVERSION= 0.3.1 +DISTVERSIONPREFIX= v CATEGORIES= x11 -MASTER_SITES= GENTOO MAINTAINER= ports@FreeBSD.org COMMENT= Library for registering keyboard shortcuts @@ -12,42 +11,43 @@ COMMENT= Library for registering keyboar LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc -USES= gmake libtool pathfix pkgconfig +BUILD_DEPENDS= gtkdocize:${PORTSDIR}/textproc/gtk-doc + +USE_GITHUB= yes +GH_ACCOUNT= engla + +USES= autoreconf gmake libtool pathfix pkgconfig +PATHFIX_MAKEFILEIN= Makefile.am USE_GNOME= gtk20 introspection:build USE_XORG= x11 xext xrender +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-silent-rules --disable-gtk-doc INSTALL_TARGET= install-strip USE_LDCONFIG= yes -OPTIONS_DEFINE= DOCS EXAMPLES PYTHON LUA -OPTIONS_DEFAULT=PYTHON -OPTIONS_SUB= yes +OPTIONS_DEFINE= EXAMPLES LUA PYTHON +OPTIONS_DEFAULT= PYTHON +OPTIONS_SUB= yes # Override LUA description -LUA_DESC= Lua bindings - -.include +LUA_DESC= Lua bindings +LUA_USES= lua:51 +LUA_CONFIGURE_ON= --with-lua-includes=${LUA_INCDIR} +LUA_CONFIGURE_OFF= --disable-lua +PYTHON_USES= python:2 +PYTHON_USE= gnome=pygtk2 +PYTHON_CONFIGURE_OFF= --disable-python + +pre-configure: + @(cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/gtkdocize) + +post-build-EXAMPLES-on: + @${REINPLACE_CMD} -i '' -e \ + 's|lua5.1|lua-${LUA_VER}|g' ${WRKSRC}/examples/Makefile -.if ${PORT_OPTIONS:MPYTHON} -USES+= python:2 -USE_GNOME+= pygtk2 -.else -CONFIGURE_ARGS+= --disable-python -.endif - -.if ${PORT_OPTIONS:MLUA} -USES+= lua:51 -CONFIGURE_ARGS+= --with-lua-includes=${LUA_INCDIR} -.else -CONFIGURE_ARGS+= --disable-lua -.endif - -post-install: -.if ${PORT_OPTIONS:MEXAMPLES} - @${REINPLACE_CMD} -i '' -e 's|lua5.1|lua-${LUA_VER}|g' ${WRKSRC}/examples/Makefile +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} -.endif + (cd ${WRKSRC}/examples && ${INSTALL_DATA} * \ + ${STAGEDIR}${EXAMPLESDIR}) .include Modified: head/x11/keybinder/distinfo ============================================================================== --- head/x11/keybinder/distinfo Fri Jan 22 09:53:01 2016 (r406896) +++ head/x11/keybinder/distinfo Fri Jan 22 10:05:58 2016 (r406897) @@ -1,2 +1,2 @@ -SHA256 (keybinder-0.3.0.tar.gz) = 42863ca0174d568a8c02c6fb243fee1681823825e8bcb1718c51611d8e9793bb -SIZE (keybinder-0.3.0.tar.gz) = 377765 +SHA256 (engla-keybinder-v0.3.1_GH0.tar.gz) = 6073bb5f626f75c4a6f25291b32673af02d47e735b56f9d471150d678ac0b5fa +SIZE (engla-keybinder-v0.3.1_GH0.tar.gz) = 31727 Modified: head/x11/keybinder/pkg-descr ============================================================================== --- head/x11/keybinder/pkg-descr Fri Jan 22 09:53:01 2016 (r406896) +++ head/x11/keybinder/pkg-descr Fri Jan 22 10:05:58 2016 (r406897) @@ -1,5 +1,5 @@ -Keybinder is a library for registering global keyboard shortcuts. Keybinder -works with GTK-based applications using the X Window System. +Keybinder is a library for registering global keyboard shortcuts. +Keybinder works with GTK-based applications using the X Window System. The port provides the following: @@ -8,4 +8,4 @@ The port provides the following: - Python bindings, python-keybinder - An examples directory with programs in C, Lua, Python, and Vala -WWW: http://kaizer.se/wiki/keybinder/ +WWW: https://github.com/engla/keybinder Modified: head/x11/keybinder/pkg-plist ============================================================================== --- head/x11/keybinder/pkg-plist Fri Jan 22 09:53:01 2016 (r406896) +++ head/x11/keybinder/pkg-plist Fri Jan 22 10:05:58 2016 (r406897) @@ -4,25 +4,11 @@ lib/libkeybinder.so lib/libkeybinder.so.0 lib/libkeybinder.so.0.1.0 %%LUA%%%%LUA_MODLIBDIR%%/keybinder.so +libdata/pkgconfig/keybinder.pc %%PYTHON%%%%PYTHON_SITELIBDIR%%/keybinder/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/keybinder/__init__.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/keybinder/__init__.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/keybinder/_keybinder.so -libdata/pkgconfig/keybinder.pc -%%PORTDOCS%%%%DOCSDIR%%/annotation-glossary.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-full.html -%%PORTDOCS%%%%DOCSDIR%%/ch01.html -%%PORTDOCS%%%%DOCSDIR%%/deprecated-api-index.html -%%PORTDOCS%%%%DOCSDIR%%/home.png -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/index.sgml -%%PORTDOCS%%%%DOCSDIR%%/keybinder-keybinder.html -%%PORTDOCS%%%%DOCSDIR%%/keybinder.devhelp2 -%%PORTDOCS%%%%DOCSDIR%%/left.png -%%PORTDOCS%%%%DOCSDIR%%/object-tree.html -%%PORTDOCS%%%%DOCSDIR%%/right.png -%%PORTDOCS%%%%DOCSDIR%%/style.css -%%PORTDOCS%%%%DOCSDIR%%/up.png %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.lua From owner-svn-ports-head@freebsd.org Fri Jan 22 10:07:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6D54A8CCE2; Fri, 22 Jan 2016 10:07:40 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9924A1B34; Fri, 22 Jan 2016 10:07:40 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MA7dWJ013409; Fri, 22 Jan 2016 10:07:39 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MA7d2t013407; Fri, 22 Jan 2016 10:07:39 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201601221007.u0MA7d2t013407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Fri, 22 Jan 2016 10:07:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406898 - head/devel/artifactory X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 10:07:40 -0000 Author: robak Date: Fri Jan 22 10:07:39 2016 New Revision: 406898 URL: https://svnweb.freebsd.org/changeset/ports/406898 Log: devel/artifactory: update 4.3.3 -> 4.4.2 PR: 206433 Submitted by: David Harrigan (maintainer) Modified: head/devel/artifactory/Makefile head/devel/artifactory/distinfo Modified: head/devel/artifactory/Makefile ============================================================================== --- head/devel/artifactory/Makefile Fri Jan 22 10:05:58 2016 (r406897) +++ head/devel/artifactory/Makefile Fri Jan 22 10:07:39 2016 (r406898) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= artifactory -PORTVERSION= 4.3.3 +PORTVERSION= 4.4.2 CATEGORIES= devel java MASTER_SITES= https://bintray.com/artifact/download/jfrog/artifactory/ DISTNAME= jfrog-${PORTNAME}-oss-${PORTVERSION} Modified: head/devel/artifactory/distinfo ============================================================================== --- head/devel/artifactory/distinfo Fri Jan 22 10:05:58 2016 (r406897) +++ head/devel/artifactory/distinfo Fri Jan 22 10:07:39 2016 (r406898) @@ -1,2 +1,2 @@ -SHA256 (jfrog-artifactory-oss-4.3.3.zip) = 7ae637e4769bfa37124477097997250127ddc6c8ed66b63d8dbd6488a37ffe61 -SIZE (jfrog-artifactory-oss-4.3.3.zip) = 35871461 +SHA256 (jfrog-artifactory-oss-4.4.2.zip) = ef771597ae3d2ab6dc44b4937faa5995aa36ae7701033c7c7d4ca2149592d18c +SIZE (jfrog-artifactory-oss-4.4.2.zip) = 40022153 From owner-svn-ports-head@freebsd.org Fri Jan 22 10:09:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98B12A8CD70; Fri, 22 Jan 2016 10:09: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 5AD481C4F; Fri, 22 Jan 2016 10:09: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 u0MA989j013592; Fri, 22 Jan 2016 10:09:08 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MA98qE013589; Fri, 22 Jan 2016 10:09:08 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201601221009.u0MA98qE013589@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 22 Jan 2016 10:09:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406899 - head/x11/keybinder-gtk3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 10:09:09 -0000 Author: olivierd Date: Fri Jan 22 10:09:07 2016 New Revision: 406899 URL: https://svnweb.freebsd.org/changeset/ports/406899 Log: Update to 0.3.1 PR: 206261 Submitted by: Modified: head/x11/keybinder-gtk3/Makefile head/x11/keybinder-gtk3/distinfo head/x11/keybinder-gtk3/pkg-descr Modified: head/x11/keybinder-gtk3/Makefile ============================================================================== --- head/x11/keybinder-gtk3/Makefile Fri Jan 22 10:07:39 2016 (r406898) +++ head/x11/keybinder-gtk3/Makefile Fri Jan 22 10:09:07 2016 (r406899) @@ -1,12 +1,10 @@ # $FreeBSD$ PORTNAME= keybinder -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.3.1 +DISTVERSIONPREFIX= keybinder-3.0-v CATEGORIES= x11 -MASTER_SITES= GENTOO PKGNAMESUFFIX= -gtk3 -DISTNAME= ${PORTNAME}-3.0-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library for registering keyboard shortcuts @@ -14,14 +12,23 @@ COMMENT= Library for registering keyboar LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-gtk-doc-html --without-html-dir -USES= gmake libtool pathfix pkgconfig +BUILD_DEPENDS= gtkdocize:${PORTSDIR}/textproc/gtk-doc + +USE_GITHUB= yes +GH_ACCOUNT= engla + +USES= autoreconf gmake libtool pathfix pkgconfig +PATHFIX_MAKEFILEIN= Makefile.am USE_GNOME= gtk30 introspection:build USE_XORG= x11 xext xrender -USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-silent-rules --disable-gtk-doc INSTALL_TARGET= install-strip +USE_LDCONFIG= yes + +PLIST_SUB= VERSION="3.0" -PLIST_SUB+= VERSION="3.0" +pre-configure: + @(cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/gtkdocize) .include Modified: head/x11/keybinder-gtk3/distinfo ============================================================================== --- head/x11/keybinder-gtk3/distinfo Fri Jan 22 10:07:39 2016 (r406898) +++ head/x11/keybinder-gtk3/distinfo Fri Jan 22 10:09:07 2016 (r406899) @@ -1,2 +1,2 @@ -SHA256 (keybinder-3.0-0.3.0.tar.gz) = 982a6a5bc0fe1487862814b368e98211b9ec93fb5df3c9c0a88be526e0d2268e -SIZE (keybinder-3.0-0.3.0.tar.gz) = 346383 +SHA256 (engla-keybinder-keybinder-3.0-v0.3.1_GH0.tar.gz) = 0ebd17f026ce4ff6f0fb4248a95c2962d76b60b8cbccf07de28b07d7c5e42204 +SIZE (engla-keybinder-keybinder-3.0-v0.3.1_GH0.tar.gz) = 20345 Modified: head/x11/keybinder-gtk3/pkg-descr ============================================================================== --- head/x11/keybinder-gtk3/pkg-descr Fri Jan 22 10:07:39 2016 (r406898) +++ head/x11/keybinder-gtk3/pkg-descr Fri Jan 22 10:09:07 2016 (r406899) @@ -1,4 +1,4 @@ -Keybinder is a library for registering global keyboard shortcuts. Keybinder -works with GTK-based applications using the X Window System. +Keybinder is a library for registering global keyboard shortcuts. +Keybinder works with GTK-based applications using the X Window System. WWW: https://github.com/engla/keybinder From owner-svn-ports-head@freebsd.org Fri Jan 22 10:14:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C3C7A8CF97; Fri, 22 Jan 2016 10:14:04 +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 5E6A51067; Fri, 22 Jan 2016 10:14: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 u0MAE385016344; Fri, 22 Jan 2016 10:14:03 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MAE3Y4016342; Fri, 22 Jan 2016 10:14:03 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201601221014.u0MAE3Y4016342@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 22 Jan 2016 10:14:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406900 - head/devel/tortoisehg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 10:14:04 -0000 Author: olivierd Date: Fri Jan 22 10:14:03 2016 New Revision: 406900 URL: https://svnweb.freebsd.org/changeset/ports/406900 Log: Update to 3.6.3 PR: 206418 Submitted by: myself Approved by: <6yearold@gmail.com> (maintainer) Modified: head/devel/tortoisehg/Makefile head/devel/tortoisehg/distinfo Modified: head/devel/tortoisehg/Makefile ============================================================================== --- head/devel/tortoisehg/Makefile Fri Jan 22 10:09:07 2016 (r406899) +++ head/devel/tortoisehg/Makefile Fri Jan 22 10:14:03 2016 (r406900) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tortoisehg -PORTVERSION= 3.6.2 +PORTVERSION= 3.6.3 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/tortoisehg/targz/downloads/ #MASTER_SITES= http://cdn.bitbucket.org/tortoisehg/targz/downloads/ Modified: head/devel/tortoisehg/distinfo ============================================================================== --- head/devel/tortoisehg/distinfo Fri Jan 22 10:09:07 2016 (r406899) +++ head/devel/tortoisehg/distinfo Fri Jan 22 10:14:03 2016 (r406900) @@ -1,2 +1,2 @@ -SHA256 (tortoisehg-3.6.2.tar.gz) = 3ed668010e7f850ed3932aab83f87f0d0cc8726969283b190e002e9a1d2a3cac -SIZE (tortoisehg-3.6.2.tar.gz) = 7748075 +SHA256 (tortoisehg-3.6.3.tar.gz) = 99f4ed22082e8c9d7e52f6b0c94d0835cf40aa5a1624f07bb7839d7891ca843b +SIZE (tortoisehg-3.6.3.tar.gz) = 7748149 From owner-svn-ports-head@freebsd.org Fri Jan 22 10:26:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AC5AA8D375; Fri, 22 Jan 2016 10:26:02 +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 26B881806; Fri, 22 Jan 2016 10:26:02 +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 u0MAQ1A5019315; Fri, 22 Jan 2016 10:26:01 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MAQ1f6019313; Fri, 22 Jan 2016 10:26:01 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201601221026.u0MAQ1f6019313@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 22 Jan 2016 10:26:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406901 - head/devel/py-babel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 10:26:02 -0000 Author: olivierd Date: Fri Jan 22 10:26:00 2016 New Revision: 406901 URL: https://svnweb.freebsd.org/changeset/ports/406901 Log: Update to 2.2.0 PR: 205811 Submitted by: myself Approved by: Hung-Yi Chen (maintainer timeout 3 weeks) Modified: head/devel/py-babel/Makefile head/devel/py-babel/distinfo Modified: head/devel/py-babel/Makefile ============================================================================== --- head/devel/py-babel/Makefile Fri Jan 22 10:14:03 2016 (r406900) +++ head/devel/py-babel/Makefile Fri Jan 22 10:26:00 2016 (r406901) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Babel -PORTVERSION= 2.1.1 +PORTVERSION= 2.2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,12 +16,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz USES= python USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes PORTDOCS= docs/* OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for docfile in ${PORTDOCS} ${CP} -r ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR} Modified: head/devel/py-babel/distinfo ============================================================================== --- head/devel/py-babel/distinfo Fri Jan 22 10:14:03 2016 (r406900) +++ head/devel/py-babel/distinfo Fri Jan 22 10:26:00 2016 (r406901) @@ -1,2 +1,2 @@ -SHA256 (Babel-2.1.1.tar.gz) = 7fb6d50effe88a087feb2036cb972fd7a893bf338361516f1a55a820bf7b5248 -SIZE (Babel-2.1.1.tar.gz) = 3437647 +SHA256 (Babel-2.2.0.tar.gz) = d8cb4c0e78148aee89560f9fe21587aa57739c975bb89ff66b1e842cc697428f +SIZE (Babel-2.2.0.tar.gz) = 6334150 From owner-svn-ports-head@freebsd.org Fri Jan 22 10:31:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9256A8D51D; Fri, 22 Jan 2016 10:31:34 +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 8A5D51A2B; Fri, 22 Jan 2016 10:31:34 +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 u0MAVXQE022176; Fri, 22 Jan 2016 10:31:33 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MAVXvV022174; Fri, 22 Jan 2016 10:31:33 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201601221031.u0MAVXvV022174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 22 Jan 2016 10:31:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406902 - head/audio/asunder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 10:31:34 -0000 Author: olivierd Date: Fri Jan 22 10:31:33 2016 New Revision: 406902 URL: https://svnweb.freebsd.org/changeset/ports/406902 Log: Update to 2.8 PR: 205880 Submitted by: myself Approved by: (maintainer, timeout > 2 weeks) Modified: head/audio/asunder/Makefile head/audio/asunder/distinfo Modified: head/audio/asunder/Makefile ============================================================================== --- head/audio/asunder/Makefile Fri Jan 22 10:26:00 2016 (r406901) +++ head/audio/asunder/Makefile Fri Jan 22 10:31:33 2016 (r406902) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= asunder -PORTVERSION= 2.7 +PORTVERSION= 2.8 CATEGORIES= audio MASTER_SITES= http://littlesvr.ca/asunder/releases/ @@ -36,7 +36,6 @@ APE_RUN_DEPENDS= mac:${PORTSDIR}/audio/m NLS_CONFIGURE_ENABLE= yes post-patch: - @${REINPLACE_CMD} -e 's/^itlocaledir = .*/itlocaledir = @datarootdir@\/locale/' ${WRKSRC}/po/Makefile.in.in post-patch-WINDOWS_CHARS-on: @${REINPLACE_CMD} -e 's^#define[[:blank:]]*BADCHARS.*^#define BADCHARS "/"^' ${WRKSRC}/src/util.h Modified: head/audio/asunder/distinfo ============================================================================== --- head/audio/asunder/distinfo Fri Jan 22 10:26:00 2016 (r406901) +++ head/audio/asunder/distinfo Fri Jan 22 10:31:33 2016 (r406902) @@ -1,2 +1,2 @@ -SHA256 (asunder-2.7.tar.bz2) = e69698f9524e443ac564b5d4b2df135ed7e5b2f94d6b3cabeae5bb2a3c828914 -SIZE (asunder-2.7.tar.bz2) = 268834 +SHA256 (asunder-2.8.tar.bz2) = d8c7014b87ab3c5467876def4d8650fd09fe415ded9de2569c629296499b09db +SIZE (asunder-2.8.tar.bz2) = 269472 From owner-svn-ports-head@freebsd.org Fri Jan 22 10:32:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B120EA8D56A; Fri, 22 Jan 2016 10:32:46 +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 A7B111CA0; Fri, 22 Jan 2016 10:32:46 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id A68841B96; Fri, 22 Jan 2016 10:32:46 +0000 (UTC) Date: Fri, 22 Jan 2016 10:32:46 +0000 From: Alexey Dokuchaev To: Olivier Duchateau Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r406897 - head/x11/keybinder Message-ID: <20160122103246.GB15265@FreeBSD.org> References: <201601221005.u0MA5w0F013215@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201601221005.u0MA5w0F013215@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 10:32:46 -0000 On Fri, Jan 22, 2016 at 10:05:58AM +0000, Olivier Duchateau wrote: > New Revision: 406897 > URL: https://svnweb.freebsd.org/changeset/ports/406897 > > Log: > Update to 0.3.1 > > PR: 206260 > Submitted by: > > [...] > +post-install-EXAMPLES-on: > @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} > - ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} > -.endif > + (cd ${WRKSRC}/examples && ${INSTALL_DATA} * \ > + ${STAGEDIR}${EXAMPLESDIR}) Olivier, Please bear in mind (as it was already mentioned on the list several times in the past on similar occasions) that Kato's PRs often contain gratuitous, unwarranted changes that do not improve anything and should not have been committed (the quoted part is one of that kind). Please strip Kato's from the noise before checking them in, do not use as is (verbatim), thank you. ./danfe From owner-svn-ports-head@freebsd.org Fri Jan 22 10:41:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0C06A8D7EB; Fri, 22 Jan 2016 10:41:50 +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 8146910F9; Fri, 22 Jan 2016 10:41:50 +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 u0MAfnKv025195; Fri, 22 Jan 2016 10:41:49 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MAfnmR025193; Fri, 22 Jan 2016 10:41:49 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201601221041.u0MAfnmR025193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 22 Jan 2016 10:41:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406903 - head/net/py-pysocks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 10:41:50 -0000 Author: olivierd Date: Fri Jan 22 10:41:49 2016 New Revision: 406903 URL: https://svnweb.freebsd.org/changeset/ports/406903 Log: - Update to 1.5.6 - Re-assign to the Python team PR: 205717 Submitted by: myself Approved by: (former maintainer) Modified: head/net/py-pysocks/Makefile head/net/py-pysocks/distinfo Modified: head/net/py-pysocks/Makefile ============================================================================== --- head/net/py-pysocks/Makefile Fri Jan 22 10:31:33 2016 (r406902) +++ head/net/py-pysocks/Makefile Fri Jan 22 10:41:49 2016 (r406903) @@ -2,18 +2,19 @@ # $FreeBSD$ PORTNAME= pysocks -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.6 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PySocks-${PORTVERSION} -MAINTAINER= kyuupichan@gmail.com +MAINTAINER= python@FreeBSD.org COMMENT= Python SOCKS module LICENSE= BSD3CLAUSE USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes .include Modified: head/net/py-pysocks/distinfo ============================================================================== --- head/net/py-pysocks/distinfo Fri Jan 22 10:31:33 2016 (r406902) +++ head/net/py-pysocks/distinfo Fri Jan 22 10:41:49 2016 (r406903) @@ -1,2 +1,2 @@ -SHA256 (PySocks-1.5.0.tar.gz) = b349bf81dbdaa5b16ad0a70dfef7bba1c013fbe7cf40fd7746d3661cc2289883 -SIZE (PySocks-1.5.0.tar.gz) = 6539 +SHA256 (PySocks-1.5.6.tar.gz) = a62b35b13968ba3642a973d115ae6a11be886b5f5ae0841a3ecad4b4f1d7deb1 +SIZE (PySocks-1.5.6.tar.gz) = 9189 From owner-svn-ports-head@freebsd.org Fri Jan 22 11:33:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8E90A8CBA2; Fri, 22 Jan 2016 11:33:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81B351634; Fri, 22 Jan 2016 11:33:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MBXnsB039790; Fri, 22 Jan 2016 11:33:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MBXnjU039789; Fri, 22 Jan 2016 11:33:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601221133.u0MBXnjU039789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jan 2016 11:33:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406904 - head/net/tcptraceroute X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 11:33:50 -0000 Author: sunpoet Date: Fri Jan 22 11:33:49 2016 New Revision: 406904 URL: https://svnweb.freebsd.org/changeset/ports/406904 Log: - Add PORTSCOUT Modified: head/net/tcptraceroute/Makefile Modified: head/net/tcptraceroute/Makefile ============================================================================== --- head/net/tcptraceroute/Makefile Fri Jan 22 10:41:49 2016 (r406903) +++ head/net/tcptraceroute/Makefile Fri Jan 22 11:33:49 2016 (r406904) @@ -16,6 +16,8 @@ LIB_DEPENDS= libnet.so:${PORTSDIR}/net/l OPTIONS_DEFINE= DOCS +PORTSCOUT= limit:^[0-9] + GNU_CONFIGURE= yes USES= gmake From owner-svn-ports-head@freebsd.org Fri Jan 22 11:33:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82A85A8CBC2; Fri, 22 Jan 2016 11:33:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 385281648; Fri, 22 Jan 2016 11:33:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MBXsOW039905; Fri, 22 Jan 2016 11:33:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MBXsj6039903; Fri, 22 Jan 2016 11:33:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601221133.u0MBXsj6039903@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jan 2016 11:33:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406905 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 11:33:55 -0000 Author: sunpoet Date: Fri Jan 22 11:33:53 2016 New Revision: 406905 URL: https://svnweb.freebsd.org/changeset/ports/406905 Log: - Update to 0.501 - While I'm here, add NO_ARCH Changes: http://search.cpan.org/dist/Dancer2-Plugin-Auth-Extensible/Changes PR: 206434 Submitted by: Henk van Oers (maintainer) Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile Fri Jan 22 11:33:49 2016 (r406904) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile Fri Jan 22 11:33:53 2016 (r406905) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Auth-Extensible -PORTVERSION= 0.500 +PORTVERSION= 0.501 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-Crypt-SaltedHash>=0:${ p5-Dancer2>=0.166000:${PORTSDIR}/www/p5-Dancer2 RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Fri Jan 22 11:33:49 2016 (r406904) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Fri Jan 22 11:33:53 2016 (r406905) @@ -1,2 +1,2 @@ -SHA256 (Dancer2-Plugin-Auth-Extensible-0.500.tar.gz) = e3c767f2f70292a7b0fa40f567082b3a0d66c36557cd4667e8e4f51aa6018eb9 -SIZE (Dancer2-Plugin-Auth-Extensible-0.500.tar.gz) = 39682 +SHA256 (Dancer2-Plugin-Auth-Extensible-0.501.tar.gz) = 88090c6c0287b4acfa9af3b3549501a3d5a7b4399a4c37946eb3ac7aca0acf16 +SIZE (Dancer2-Plugin-Auth-Extensible-0.501.tar.gz) = 39614 From owner-svn-ports-head@freebsd.org Fri Jan 22 11:34:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B383A8CBF0; Fri, 22 Jan 2016 11:34:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB8FB1732; Fri, 22 Jan 2016 11:33:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MBXw01040015; Fri, 22 Jan 2016 11:33:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MBXwcA040014; Fri, 22 Jan 2016 11:33:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601221133.u0MBXwcA040014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jan 2016 11:33:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406906 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 11:34:00 -0000 Author: sunpoet Date: Fri Jan 22 11:33:58 2016 New Revision: 406906 URL: https://svnweb.freebsd.org/changeset/ports/406906 Log: - Remove _PYTHON_CMD PR: 206380 Submitted by: John Hein Modified: head/Mk/Uses/python.mk Modified: head/Mk/Uses/python.mk ============================================================================== --- head/Mk/Uses/python.mk Fri Jan 22 11:33:53 2016 (r406905) +++ head/Mk/Uses/python.mk Fri Jan 22 11:33:58 2016 (r406906) @@ -327,10 +327,8 @@ _WANTS_META_PORT= 3 # hint. Just warn maintainers, if the versions do not match # (_PYTHON_VERSION_NONSUPPORTED). _PYTHON_VERSION:= ${PYTHON_VERSION:S/^python//} -_PYTHON_CMD= ${LOCALBASE}/bin/${PYTHON_VERSION} .else _PYTHON_VERSION:= ${PYTHON_DEFAULT_VERSION:S/^python//} -_PYTHON_CMD= ${LOCALBASE}/bin/${PYTHON_DEFAULT_VERSION} .endif # defined(PYTHON_VERSION) # Validate Python version whether it meets the version restriction. @@ -362,7 +360,6 @@ __VER= ${ver} !(!empty(_PYTHON_VERSION_MAXIMUM) && ( \ ${__VER} > ${_PYTHON_VERSION_MAXIMUM})) _PYTHON_VERSION= ${ver} -_PYTHON_CMD= ${LOCALBASE}/bin/python${ver} .endif .endfor .if !defined(_PYTHON_VERSION) From owner-svn-ports-head@freebsd.org Fri Jan 22 11:34:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13BB9A8CC37; Fri, 22 Jan 2016 11:34:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0F901949; Fri, 22 Jan 2016 11:34:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MBY3pn040132; Fri, 22 Jan 2016 11:34:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MBY396040131; Fri, 22 Jan 2016 11:34:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601221134.u0MBY396040131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jan 2016 11:34:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406907 - head/devel/rubygem-app_config X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 11:34:05 -0000 Author: sunpoet Date: Fri Jan 22 11:34:03 2016 New Revision: 406907 URL: https://svnweb.freebsd.org/changeset/ports/406907 Log: - Adjust options: - Rename MONGO to MONGODB - Use canonical name of MongoDB and SQLite - Pass maintainership to ruby@ Modified: head/devel/rubygem-app_config/Makefile Modified: head/devel/rubygem-app_config/Makefile ============================================================================== --- head/devel/rubygem-app_config/Makefile Fri Jan 22 11:33:58 2016 (r406906) +++ head/devel/rubygem-app_config/Makefile Fri Jan 22 11:34:03 2016 (r406907) @@ -5,18 +5,17 @@ PORTVERSION= 2.1.3 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby gem for storing application configuration LICENSE= MIT -OPTIONS_DEFINE= MONGO SQLITE3 -OPTIONS_DEFAULT= SQLITE3 +OPTIONS_DEFINE= MONGODB SQLITE3 +OPTIONS_DEFAULT=SQLITE3 +MONGODB_DESC= MongoDB backend support +SQLITE3_DESC= SQLite 3 backend support -MONGO_DESC= mongo backend support -SQLITE3_DESC= sqlite3 backend support - -MONGO_RUN_DEPENDS= rubygem-mongo>=0:${PORTSDIR}/devel/rubygem-mongo +MONGODB_RUN_DEPENDS= rubygem-mongo>=0:${PORTSDIR}/devel/rubygem-mongo SQLITE3_RUN_DEPENDS= rubygem-sqlite3>=0:${PORTSDIR}/databases/rubygem-sqlite3 NO_ARCH= yes From owner-svn-ports-head@freebsd.org Fri Jan 22 11:34:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3574DA8CC76; Fri, 22 Jan 2016 11:34:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4D221B41; Fri, 22 Jan 2016 11:34:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MBYDgh040351; Fri, 22 Jan 2016 11:34:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MBYDPM040349; Fri, 22 Jan 2016 11:34:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601221134.u0MBYDPM040349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jan 2016 11:34:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406909 - head/astro/p5-Astro-SpaceTrack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 11:34:15 -0000 Author: sunpoet Date: Fri Jan 22 11:34:13 2016 New Revision: 406909 URL: https://svnweb.freebsd.org/changeset/ports/406909 Log: - Update to 0.093 Changes: http://search.cpan.org/dist/Astro-SpaceTrack/Changes Modified: head/astro/p5-Astro-SpaceTrack/Makefile head/astro/p5-Astro-SpaceTrack/distinfo Modified: head/astro/p5-Astro-SpaceTrack/Makefile ============================================================================== --- head/astro/p5-Astro-SpaceTrack/Makefile Fri Jan 22 11:34:08 2016 (r406908) +++ head/astro/p5-Astro-SpaceTrack/Makefile Fri Jan 22 11:34:13 2016 (r406909) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Astro-SpaceTrack -PORTVERSION= 0.092 +PORTVERSION= 0.093 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/astro/p5-Astro-SpaceTrack/distinfo ============================================================================== --- head/astro/p5-Astro-SpaceTrack/distinfo Fri Jan 22 11:34:08 2016 (r406908) +++ head/astro/p5-Astro-SpaceTrack/distinfo Fri Jan 22 11:34:13 2016 (r406909) @@ -1,2 +1,2 @@ -SHA256 (Astro-SpaceTrack-0.092.tar.gz) = d7823ac4809d35fad7493b74ab0fcf34238aa3ac9bd56ac4dab6cdd6ed2fe1a7 -SIZE (Astro-SpaceTrack-0.092.tar.gz) = 155017 +SHA256 (Astro-SpaceTrack-0.093.tar.gz) = 9f83045b978c08e05858c29d4e33c2523d01a9289b34a8eac49a439fb9f93e14 +SIZE (Astro-SpaceTrack-0.093.tar.gz) = 156333 From owner-svn-ports-head@freebsd.org Fri Jan 22 11:34:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27341A8CC4F; Fri, 22 Jan 2016 11:34:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E75BB19F6; Fri, 22 Jan 2016 11:34:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MBY8EP040235; Fri, 22 Jan 2016 11:34:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MBY8D8040234; Fri, 22 Jan 2016 11:34:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601221134.u0MBY8D8040234@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jan 2016 11:34:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406908 - head/devel/rubygem-edavis10-object_daddy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 11:34:10 -0000 Author: sunpoet Date: Fri Jan 22 11:34:08 2016 New Revision: 406908 URL: https://svnweb.freebsd.org/changeset/ports/406908 Log: - Pass maintainership to ruby@ Modified: head/devel/rubygem-edavis10-object_daddy/Makefile Modified: head/devel/rubygem-edavis10-object_daddy/Makefile ============================================================================== --- head/devel/rubygem-edavis10-object_daddy/Makefile Fri Jan 22 11:34:03 2016 (r406907) +++ head/devel/rubygem-edavis10-object_daddy/Makefile Fri Jan 22 11:34:08 2016 (r406908) @@ -6,13 +6,12 @@ PORTVERSION= 0.4.3 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Object Daddy assists in automating testing LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Fri Jan 22 11:34:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93BDFA8CCAB; Fri, 22 Jan 2016 11:34:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 659A81BD1; Fri, 22 Jan 2016 11:34:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MBYII1040466; Fri, 22 Jan 2016 11:34:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MBYIEP040464; Fri, 22 Jan 2016 11:34:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601221134.u0MBYIEP040464@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jan 2016 11:34:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406910 - head/databases/p5-Dancer2-Plugin-Database X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 11:34:19 -0000 Author: sunpoet Date: Fri Jan 22 11:34:18 2016 New Revision: 406910 URL: https://svnweb.freebsd.org/changeset/ports/406910 Log: - Update to 2.14 Changes: http://search.cpan.org/dist/Dancer2-Plugin-Database/Changes Modified: head/databases/p5-Dancer2-Plugin-Database/Makefile head/databases/p5-Dancer2-Plugin-Database/distinfo Modified: head/databases/p5-Dancer2-Plugin-Database/Makefile ============================================================================== --- head/databases/p5-Dancer2-Plugin-Database/Makefile Fri Jan 22 11:34:13 2016 (r406909) +++ head/databases/p5-Dancer2-Plugin-Database/Makefile Fri Jan 22 11:34:18 2016 (r406910) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Database -PORTVERSION= 2.13 +PORTVERSION= 2.14 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-Dancer2-Plugin-Database/distinfo ============================================================================== --- head/databases/p5-Dancer2-Plugin-Database/distinfo Fri Jan 22 11:34:13 2016 (r406909) +++ head/databases/p5-Dancer2-Plugin-Database/distinfo Fri Jan 22 11:34:18 2016 (r406910) @@ -1,2 +1,2 @@ -SHA256 (Dancer2-Plugin-Database-2.13.tar.gz) = cbc167fdaf7b9eee45bb9ee945374bc3ef7aef539173903f3f4dcb832f09a951 -SIZE (Dancer2-Plugin-Database-2.13.tar.gz) = 16738 +SHA256 (Dancer2-Plugin-Database-2.14.tar.gz) = aa37f7e608c278ee4bdfb4bbc15715514a24ffd0f1675e9e42f5158b77f2dad1 +SIZE (Dancer2-Plugin-Database-2.14.tar.gz) = 16913 From owner-svn-ports-head@freebsd.org Fri Jan 22 11:34:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 652DBA8CCE7; Fri, 22 Jan 2016 11:34:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24F731D11; Fri, 22 Jan 2016 11:34:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MBYOs9040583; Fri, 22 Jan 2016 11:34:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MBYNtH040581; Fri, 22 Jan 2016 11:34:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601221134.u0MBYNtH040581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jan 2016 11:34:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406911 - head/devel/p5-CPAN-Perl-Releases X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 11:34:25 -0000 Author: sunpoet Date: Fri Jan 22 11:34:23 2016 New Revision: 406911 URL: https://svnweb.freebsd.org/changeset/ports/406911 Log: - Update to 2.56 Changes: http://search.cpan.org/dist/CPAN-Perl-Releases/Changes Modified: head/devel/p5-CPAN-Perl-Releases/Makefile head/devel/p5-CPAN-Perl-Releases/distinfo Modified: head/devel/p5-CPAN-Perl-Releases/Makefile ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/Makefile Fri Jan 22 11:34:18 2016 (r406910) +++ head/devel/p5-CPAN-Perl-Releases/Makefile Fri Jan 22 11:34:23 2016 (r406911) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CPAN-Perl-Releases -PORTVERSION= 2.54 +PORTVERSION= 2.56 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-CPAN-Perl-Releases/distinfo ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/distinfo Fri Jan 22 11:34:18 2016 (r406910) +++ head/devel/p5-CPAN-Perl-Releases/distinfo Fri Jan 22 11:34:23 2016 (r406911) @@ -1,2 +1,2 @@ -SHA256 (CPAN-Perl-Releases-2.54.tar.gz) = f3e0060af2f280ac445523e79297db14078ad7aab071dba49128b01b37154234 -SIZE (CPAN-Perl-Releases-2.54.tar.gz) = 24697 +SHA256 (CPAN-Perl-Releases-2.56.tar.gz) = 3eb49b7c3e4cf94a7a60cfd6809475a8a7abd4fb0543ddab3920ca30e1f03be0 +SIZE (CPAN-Perl-Releases-2.56.tar.gz) = 24741 From owner-svn-ports-head@freebsd.org Fri Jan 22 11:34:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F7D0A8CD26; Fri, 22 Jan 2016 11:34:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39A601DE6; Fri, 22 Jan 2016 11:34:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MBYT5Z040697; Fri, 22 Jan 2016 11:34:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MBYT1E040695; Fri, 22 Jan 2016 11:34:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601221134.u0MBYT1E040695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jan 2016 11:34:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406912 - head/devel/p5-Config-Model X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 11:34:30 -0000 Author: sunpoet Date: Fri Jan 22 11:34:28 2016 New Revision: 406912 URL: https://svnweb.freebsd.org/changeset/ports/406912 Log: - Update to 2.077 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Config-Model/Changes Modified: head/devel/p5-Config-Model/Makefile head/devel/p5-Config-Model/distinfo Modified: head/devel/p5-Config-Model/Makefile ============================================================================== --- head/devel/p5-Config-Model/Makefile Fri Jan 22 11:34:23 2016 (r406911) +++ head/devel/p5-Config-Model/Makefile Fri Jan 22 11:34:28 2016 (r406912) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Model -PORTVERSION= 2.076 +PORTVERSION= 2.077 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DDUMONT @@ -12,6 +12,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Model to create configuration validation tool LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Carp-Assert-More>=0:${PORTSDIR}/devel/p5-Carp-Assert-More \ p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \ Modified: head/devel/p5-Config-Model/distinfo ============================================================================== --- head/devel/p5-Config-Model/distinfo Fri Jan 22 11:34:23 2016 (r406911) +++ head/devel/p5-Config-Model/distinfo Fri Jan 22 11:34:28 2016 (r406912) @@ -1,2 +1,2 @@ -SHA256 (Config-Model-2.076.tar.gz) = ffe9aa30cd5a4584aeb64af20c5aaab6b731a3da370734db9210220f38bbb261 -SIZE (Config-Model-2.076.tar.gz) = 326187 +SHA256 (Config-Model-2.077.tar.gz) = e6b0f18ac2237007f3337f3617a7d1eca14399a00e9021449f78fb9f4eb736ac +SIZE (Config-Model-2.077.tar.gz) = 327228 From owner-svn-ports-head@freebsd.org Fri Jan 22 11:34:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B3C1A8CD4E; Fri, 22 Jan 2016 11:34:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52A2E1E51; Fri, 22 Jan 2016 11:34:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MBYYbf040814; Fri, 22 Jan 2016 11:34:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MBYYJZ040812; Fri, 22 Jan 2016 11:34:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601221134.u0MBYYJZ040812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jan 2016 11:34:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406913 - head/devel/p5-Log-Any-App X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 11:34:35 -0000 Author: sunpoet Date: Fri Jan 22 11:34:34 2016 New Revision: 406913 URL: https://svnweb.freebsd.org/changeset/ports/406913 Log: - Update to 0.52 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Log-Any-App/Changes Modified: head/devel/p5-Log-Any-App/Makefile head/devel/p5-Log-Any-App/distinfo Modified: head/devel/p5-Log-Any-App/Makefile ============================================================================== --- head/devel/p5-Log-Any-App/Makefile Fri Jan 22 11:34:28 2016 (r406912) +++ head/devel/p5-Log-Any-App/Makefile Fri Jan 22 11:34:34 2016 (r406913) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Log-Any-App -PORTVERSION= 0.51 +PORTVERSION= 0.52 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,17 +12,18 @@ COMMENT= Easy way to use Log::Any in app LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \ - p5-File-Write-Rotate>=0.10:${PORTSDIR}/devel/p5-File-Write-Rotate \ + p5-File-Write-Rotate>=0.29:${PORTSDIR}/devel/p5-File-Write-Rotate \ p5-IO-Socket-UNIX-Util>=0:${PORTSDIR}/net/p5-IO-Socket-UNIX-Util \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-Log-Any-Adapter-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Any-Adapter-Log4perl \ - p5-Log-Any-IfLOG>=0:${PORTSDIR}/devel/p5-Log-Any-IfLOG \ + p5-Log-Any-IfLOG>=0.07:${PORTSDIR}/devel/p5-Log-Any-IfLOG \ p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \ p5-Log-Dispatch-ArrayWithLimits>=0:${PORTSDIR}/devel/p5-Log-Dispatch-ArrayWithLimits \ p5-Log-Dispatch-Dir>=0.08:${PORTSDIR}/devel/p5-Log-Dispatch-Dir \ - p5-Log-Dispatch-FileWriteRotate>=0.01:${PORTSDIR}/devel/p5-Log-Dispatch-FileWriteRotate + p5-Log-Dispatch-FileWriteRotate>=0.04:${PORTSDIR}/devel/p5-Log-Dispatch-FileWriteRotate RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-File-Slurp-Tiny>=0:${PORTSDIR}/devel/p5-File-Slurp-Tiny Modified: head/devel/p5-Log-Any-App/distinfo ============================================================================== --- head/devel/p5-Log-Any-App/distinfo Fri Jan 22 11:34:28 2016 (r406912) +++ head/devel/p5-Log-Any-App/distinfo Fri Jan 22 11:34:34 2016 (r406913) @@ -1,2 +1,2 @@ -SHA256 (Log-Any-App-0.51.tar.gz) = 983f9cb791a0f22c7a6ae9520b780933d529c22f3ec9b71d624ddfbe514169f7 -SIZE (Log-Any-App-0.51.tar.gz) = 50677 +SHA256 (Log-Any-App-0.52.tar.gz) = c8e21eb408b11da984d132d01b906bee4a61e27538182f91c880aeabed550eee +SIZE (Log-Any-App-0.52.tar.gz) = 51091 From owner-svn-ports-head@freebsd.org Fri Jan 22 11:34:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A5A7A8CD6F; Fri, 22 Jan 2016 11:34:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49F591F1E; Fri, 22 Jan 2016 11:34:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MBYd5f040930; Fri, 22 Jan 2016 11:34:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MBYdNL040928; Fri, 22 Jan 2016 11:34:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601221134.u0MBYdNL040928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jan 2016 11:34:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406914 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 11:34:40 -0000 Author: sunpoet Date: Fri Jan 22 11:34:38 2016 New Revision: 406914 URL: https://svnweb.freebsd.org/changeset/ports/406914 Log: - Update to 0.4216 Changes: http://search.cpan.org/dist/Module-Build/Changes 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 Fri Jan 22 11:34:34 2016 (r406913) +++ head/devel/p5-Module-Build/Makefile Fri Jan 22 11:34:38 2016 (r406914) @@ -6,7 +6,7 @@ # Mk/Uses/perl5.mk. PORTNAME= Module-Build -PORTVERSION= 0.4214 +PORTVERSION= 0.4216 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -28,6 +28,11 @@ USE_PERL5= modbuild .include +.if ${PERL_LEVEL} < 502000 +BUILD_DEPENDS+= p5-Test-Harness>=3.29:${PORTSDIR}/devel/p5-Test-Harness +RUN_DEPENDS+= p5-Test-Harness>=3.29:${PORTSDIR}/devel/p5-Test-Harness +.endif + .if ${PERL_LEVEL} < 502105 BUILD_DEPENDS+= p5-CPAN-Meta>=2.142060:${PORTSDIR}/devel/p5-CPAN-Meta RUN_DEPENDS+= p5-CPAN-Meta>=2.142060:${PORTSDIR}/devel/p5-CPAN-Meta Modified: head/devel/p5-Module-Build/distinfo ============================================================================== --- head/devel/p5-Module-Build/distinfo Fri Jan 22 11:34:34 2016 (r406913) +++ head/devel/p5-Module-Build/distinfo Fri Jan 22 11:34:38 2016 (r406914) @@ -1,2 +1,2 @@ -SHA256 (Module-Build-0.4214.tar.gz) = c579488918cf4db84954a550c475272b3c25f5100c739339e91a65d7c055dc3f -SIZE (Module-Build-0.4214.tar.gz) = 305051 +SHA256 (Module-Build-0.4216.tar.gz) = 661e030ee9f83027e8a5067788175d53050b5d1292be1bfd85d44ad141fb7671 +SIZE (Module-Build-0.4216.tar.gz) = 305240 From owner-svn-ports-head@freebsd.org Fri Jan 22 11:34:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5719DA8CD90; Fri, 22 Jan 2016 11:34:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 272121FF3; Fri, 22 Jan 2016 11:34:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MBYibs041045; Fri, 22 Jan 2016 11:34:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MBYi42041043; Fri, 22 Jan 2016 11:34:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601221134.u0MBYi42041043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jan 2016 11:34:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406915 - head/devel/p5-Module-CoreList X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 11:34:45 -0000 Author: sunpoet Date: Fri Jan 22 11:34:43 2016 New Revision: 406915 URL: https://svnweb.freebsd.org/changeset/ports/406915 Log: - Update to 5.20160120 Changes: http://search.cpan.org/dist/Module-CoreList/Changes Modified: head/devel/p5-Module-CoreList/Makefile head/devel/p5-Module-CoreList/distinfo Modified: head/devel/p5-Module-CoreList/Makefile ============================================================================== --- head/devel/p5-Module-CoreList/Makefile Fri Jan 22 11:34:38 2016 (r406914) +++ head/devel/p5-Module-CoreList/Makefile Fri Jan 22 11:34:43 2016 (r406915) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-CoreList -PORTVERSION= 5.20151220 +PORTVERSION= 5.20160120 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Module-CoreList/distinfo ============================================================================== --- head/devel/p5-Module-CoreList/distinfo Fri Jan 22 11:34:38 2016 (r406914) +++ head/devel/p5-Module-CoreList/distinfo Fri Jan 22 11:34:43 2016 (r406915) @@ -1,2 +1,2 @@ -SHA256 (Module-CoreList-5.20151220.tar.gz) = 833f9bed569a7b5988d70cf6e9a02fe533c8a35b9616d3ee657a50e948863ced -SIZE (Module-CoreList-5.20151220.tar.gz) = 86877 +SHA256 (Module-CoreList-5.20160120.tar.gz) = 40fe9ee3a076511791085f6db7f8fb3abd0c2d5feca24fdcd45f91917f36e020 +SIZE (Module-CoreList-5.20160120.tar.gz) = 87563 From owner-svn-ports-head@freebsd.org Fri Jan 22 11:34:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2FE0A8CDCA; Fri, 22 Jan 2016 11:34:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92DFB1194; Fri, 22 Jan 2016 11:34:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MBYnvB041178; Fri, 22 Jan 2016 11:34:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MBYnpd041175; Fri, 22 Jan 2016 11:34:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601221134.u0MBYnpd041175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jan 2016 11:34:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406916 - head/devel/p5-MooseX-Types-JSON X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 11:34:51 -0000 Author: sunpoet Date: Fri Jan 22 11:34:49 2016 New Revision: 406916 URL: https://svnweb.freebsd.org/changeset/ports/406916 Log: - Update to 1.00 - Add LICENSE_FILE - Add BUILD_DEPENDS - Sort *_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/MooseX-Types-JSON/Changes Modified: head/devel/p5-MooseX-Types-JSON/Makefile head/devel/p5-MooseX-Types-JSON/distinfo head/devel/p5-MooseX-Types-JSON/pkg-plist Modified: head/devel/p5-MooseX-Types-JSON/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-JSON/Makefile Fri Jan 22 11:34:43 2016 (r406915) +++ head/devel/p5-MooseX-Types-JSON/Makefile Fri Jan 22 11:34:49 2016 (r406916) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= MooseX-Types-JSON -PORTVERSION= 0.03 -PORTREVISION= 1 +PORTVERSION= 1.00 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MILA @@ -14,12 +13,15 @@ COMMENT= JSON and relaxedJSON datatype f LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= p5-JSON>=2.00:${PORTSDIR}/converters/p5-JSON \ + p5-Moose>=0.82:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-Types>=0.15:${PORTSDIR}/devel/p5-MooseX-Types +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1.00:${PORTSDIR}/devel/p5-Test-Pod -RUN_DEPENDS= p5-Moose>=0.82:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-Types>=0.15:${PORTSDIR}/devel/p5-MooseX-Types \ - p5-JSON-XS>=2.00:${PORTSDIR}/converters/p5-JSON-XS +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-MooseX-Types-JSON/distinfo ============================================================================== --- head/devel/p5-MooseX-Types-JSON/distinfo Fri Jan 22 11:34:43 2016 (r406915) +++ head/devel/p5-MooseX-Types-JSON/distinfo Fri Jan 22 11:34:49 2016 (r406916) @@ -1,2 +1,2 @@ -SHA256 (MooseX-Types-JSON-0.03.tar.gz) = a900ae2e62c441e9762cf77d00674742f370d8d4656ce4a73534cf9838eb35e6 -SIZE (MooseX-Types-JSON-0.03.tar.gz) = 9809 +SHA256 (MooseX-Types-JSON-1.00.tar.gz) = 030bdecd7a2f9046ae25824001a27743997efad3ae2378d507551135eb29a30b +SIZE (MooseX-Types-JSON-1.00.tar.gz) = 9742 Modified: head/devel/p5-MooseX-Types-JSON/pkg-plist ============================================================================== --- head/devel/p5-MooseX-Types-JSON/pkg-plist Fri Jan 22 11:34:43 2016 (r406915) +++ head/devel/p5-MooseX-Types-JSON/pkg-plist Fri Jan 22 11:34:49 2016 (r406916) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/MooseX::Types::JSON.3.gz %%SITE_PERL%%/MooseX/Types/JSON.pm +%%PERL5_MAN3%%/MooseX::Types::JSON.3.gz From owner-svn-ports-head@freebsd.org Fri Jan 22 11:34:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22FDDA8CE10; Fri, 22 Jan 2016 11:34:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B158B128B; Fri, 22 Jan 2016 11:34:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MBYsFR041308; Fri, 22 Jan 2016 11:34:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MBYswr041305; Fri, 22 Jan 2016 11:34:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601221134.u0MBYswr041305@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jan 2016 11:34:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406917 - head/www/p5-Pod-Site X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 11:34:56 -0000 Author: sunpoet Date: Fri Jan 22 11:34:54 2016 New Revision: 406917 URL: https://svnweb.freebsd.org/changeset/ports/406917 Log: - Update to 0.56 - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Pod-Site/Changes Modified: head/www/p5-Pod-Site/Makefile head/www/p5-Pod-Site/distinfo head/www/p5-Pod-Site/pkg-plist Modified: head/www/p5-Pod-Site/Makefile ============================================================================== --- head/www/p5-Pod-Site/Makefile Fri Jan 22 11:34:49 2016 (r406916) +++ head/www/p5-Pod-Site/Makefile Fri Jan 22 11:34:54 2016 (r406917) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Pod-Site -PORTVERSION= 0.53 -PORTREVISION= 1 +PORTVERSION= 0.56 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DWHEELER @@ -25,6 +24,7 @@ OPTIONS_DEFINE= PODT PODT_DESC= Include Pod package tests +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild Modified: head/www/p5-Pod-Site/distinfo ============================================================================== --- head/www/p5-Pod-Site/distinfo Fri Jan 22 11:34:49 2016 (r406916) +++ head/www/p5-Pod-Site/distinfo Fri Jan 22 11:34:54 2016 (r406917) @@ -1,2 +1,2 @@ -SHA256 (Pod-Site-0.53.tar.gz) = bb17742eb1135ed2e5109ccd8a989aa0c6f150d49477b88930c33958fe5ab48c -SIZE (Pod-Site-0.53.tar.gz) = 66878 +SHA256 (Pod-Site-0.56.tar.gz) = adbeb8d42b88eec5db8f81439f437cbf389108a7aa3c21d1056c5a99a516b146 +SIZE (Pod-Site-0.56.tar.gz) = 67672 Modified: head/www/p5-Pod-Site/pkg-plist ============================================================================== --- head/www/p5-Pod-Site/pkg-plist Fri Jan 22 11:34:49 2016 (r406916) +++ head/www/p5-Pod-Site/pkg-plist Fri Jan 22 11:34:54 2016 (r406917) @@ -1,6 +1,6 @@ bin/podsite -%%PERL5_MAN3%%/Pod::Site.3.gz -%%PERL5_MAN1%%/podsite.1.gz %%SITE_PERL%%/Pod/Site.pm %%SITE_PERL%%/Pod/Site/podsite.css %%SITE_PERL%%/Pod/Site/podsite.js +%%PERL5_MAN1%%/podsite.1.gz +%%PERL5_MAN3%%/Pod::Site.3.gz From owner-svn-ports-head@freebsd.org Fri Jan 22 11:35:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E031CA8CE58; Fri, 22 Jan 2016 11:35:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC6521360; Fri, 22 Jan 2016 11:35:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MBYxNd041425; Fri, 22 Jan 2016 11:34:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MBYxf1041423; Fri, 22 Jan 2016 11:34:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601221134.u0MBYxf1041423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jan 2016 11:34:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406918 - head/devel/rubygem-cucumber X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 11:35:01 -0000 Author: sunpoet Date: Fri Jan 22 11:34:59 2016 New Revision: 406918 URL: https://svnweb.freebsd.org/changeset/ports/406918 Log: - Update to 2.3.1 Changes: https://github.com/cucumber/cucumber-ruby/blob/master/History.md Modified: head/devel/rubygem-cucumber/Makefile head/devel/rubygem-cucumber/distinfo Modified: head/devel/rubygem-cucumber/Makefile ============================================================================== --- head/devel/rubygem-cucumber/Makefile Fri Jan 22 11:34:54 2016 (r406917) +++ head/devel/rubygem-cucumber/Makefile Fri Jan 22 11:34:59 2016 (r406918) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cucumber -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-cucumber/distinfo ============================================================================== --- head/devel/rubygem-cucumber/distinfo Fri Jan 22 11:34:54 2016 (r406917) +++ head/devel/rubygem-cucumber/distinfo Fri Jan 22 11:34:59 2016 (r406918) @@ -1,2 +1,2 @@ -SHA256 (rubygem/cucumber-2.3.0.gem) = 3489150e231c680497ba1ea439821058cdf5ffc17b17c90aa19394bb51716ca2 -SIZE (rubygem/cucumber-2.3.0.gem) = 244736 +SHA256 (rubygem/cucumber-2.3.1.gem) = 701cc3e1206741c2b05c19cbdf91abe6bd349ed60b00cd1ea5b7b0c8da983067 +SIZE (rubygem/cucumber-2.3.1.gem) = 245248 From owner-svn-ports-head@freebsd.org Fri Jan 22 11:35:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4110A8CE74; Fri, 22 Jan 2016 11:35:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1AE51498; Fri, 22 Jan 2016 11:35:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MBZ4IL041550; Fri, 22 Jan 2016 11:35:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MBZ49U041548; Fri, 22 Jan 2016 11:35:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601221135.u0MBZ49U041548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jan 2016 11:35:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406919 - head/devel/rubygem-gitlab_git X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 11:35:05 -0000 Author: sunpoet Date: Fri Jan 22 11:35:04 2016 New Revision: 406919 URL: https://svnweb.freebsd.org/changeset/ports/406919 Log: - Update to 7.2.23 Changes: https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG Modified: head/devel/rubygem-gitlab_git/Makefile head/devel/rubygem-gitlab_git/distinfo Modified: head/devel/rubygem-gitlab_git/Makefile ============================================================================== --- head/devel/rubygem-gitlab_git/Makefile Fri Jan 22 11:34:59 2016 (r406918) +++ head/devel/rubygem-gitlab_git/Makefile Fri Jan 22 11:35:04 2016 (r406919) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitlab_git -PORTVERSION= 7.2.22 +PORTVERSION= 7.2.23 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-gitlab_git/distinfo ============================================================================== --- head/devel/rubygem-gitlab_git/distinfo Fri Jan 22 11:34:59 2016 (r406918) +++ head/devel/rubygem-gitlab_git/distinfo Fri Jan 22 11:35:04 2016 (r406919) @@ -1,2 +1,2 @@ -SHA256 (rubygem/gitlab_git-7.2.22.gem) = ff88a0ba7a649d0591f2e8fa57fdbe8bd5ee15874c04cba093c022be43d39908 -SIZE (rubygem/gitlab_git-7.2.22.gem) = 23552 +SHA256 (rubygem/gitlab_git-7.2.23.gem) = f755e0a8f971161d1bf4bdcec5c525de9db176a70a53c330f9a4cb6a2c809940 +SIZE (rubygem/gitlab_git-7.2.23.gem) = 24064 From owner-svn-ports-head@freebsd.org Fri Jan 22 11:35:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBEF3A8CEDD; Fri, 22 Jan 2016 11:35:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B3C9173A; Fri, 22 Jan 2016 11:35:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MBZEOl041783; Fri, 22 Jan 2016 11:35:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MBZEPC041781; Fri, 22 Jan 2016 11:35:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601221135.u0MBZEPC041781@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jan 2016 11:35:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406921 - head/textproc/rubygem-html-pipeline X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 11:35:15 -0000 Author: sunpoet Date: Fri Jan 22 11:35:14 2016 New Revision: 406921 URL: https://svnweb.freebsd.org/changeset/ports/406921 Log: - Update to 2.3.0 Changes: https://github.com/jch/html-pipeline/blob/master/CHANGELOG.md Modified: head/textproc/rubygem-html-pipeline/Makefile head/textproc/rubygem-html-pipeline/distinfo Modified: head/textproc/rubygem-html-pipeline/Makefile ============================================================================== --- head/textproc/rubygem-html-pipeline/Makefile Fri Jan 22 11:35:09 2016 (r406920) +++ head/textproc/rubygem-html-pipeline/Makefile Fri Jan 22 11:35:14 2016 (r406921) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= html-pipeline -PORTVERSION= 2.2.4 +PORTVERSION= 2.3.0 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-html-pipeline/distinfo ============================================================================== --- head/textproc/rubygem-html-pipeline/distinfo Fri Jan 22 11:35:09 2016 (r406920) +++ head/textproc/rubygem-html-pipeline/distinfo Fri Jan 22 11:35:14 2016 (r406921) @@ -1,2 +1,2 @@ -SHA256 (rubygem/html-pipeline-2.2.4.gem) = 262a6747fa6fca9ad8a6c0ed72e7d08932bf620cd1f283c768cb385d9983210d -SIZE (rubygem/html-pipeline-2.2.4.gem) = 37376 +SHA256 (rubygem/html-pipeline-2.3.0.gem) = 03f288663d55c5096ac1398f694297fa5afb826e7373c60df828ad1d2f13d855 +SIZE (rubygem/html-pipeline-2.3.0.gem) = 37376 From owner-svn-ports-head@freebsd.org Fri Jan 22 11:35:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB417A8CEB2; Fri, 22 Jan 2016 11:35:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B436415B8; Fri, 22 Jan 2016 11:35:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MBZ9NW041666; Fri, 22 Jan 2016 11:35:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MBZ9gl041664; Fri, 22 Jan 2016 11:35:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601221135.u0MBZ9gl041664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jan 2016 11:35:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406920 - head/devel/rubygem-jruby-jars X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 11:35:11 -0000 Author: sunpoet Date: Fri Jan 22 11:35:09 2016 New Revision: 406920 URL: https://svnweb.freebsd.org/changeset/ports/406920 Log: - Update to 1.7.24 Modified: head/devel/rubygem-jruby-jars/Makefile head/devel/rubygem-jruby-jars/distinfo Modified: head/devel/rubygem-jruby-jars/Makefile ============================================================================== --- head/devel/rubygem-jruby-jars/Makefile Fri Jan 22 11:35:04 2016 (r406919) +++ head/devel/rubygem-jruby-jars/Makefile Fri Jan 22 11:35:09 2016 (r406920) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jruby-jars -PORTVERSION= 1.7.23 +PORTVERSION= 1.7.24 CATEGORIES= devel rubygems java MASTER_SITES= RG Modified: head/devel/rubygem-jruby-jars/distinfo ============================================================================== --- head/devel/rubygem-jruby-jars/distinfo Fri Jan 22 11:35:04 2016 (r406919) +++ head/devel/rubygem-jruby-jars/distinfo Fri Jan 22 11:35:09 2016 (r406920) @@ -1,2 +1,2 @@ -SHA256 (rubygem/jruby-jars-1.7.23.gem) = 1fc9a55b12204b8f037291a953c7fec052b2e62fd59c86c6ee5a6bc91ed2cfea -SIZE (rubygem/jruby-jars-1.7.23.gem) = 21596672 +SHA256 (rubygem/jruby-jars-1.7.24.gem) = 102148125854e0743a5353919282315025a7c71c4cb8b248de2b2c6222ccdf6c +SIZE (rubygem/jruby-jars-1.7.24.gem) = 21572608 From owner-svn-ports-head@freebsd.org Fri Jan 22 11:35:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B51BA8CF11; Fri, 22 Jan 2016 11:35:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D7261814; Fri, 22 Jan 2016 11:35:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MBZJEI041900; Fri, 22 Jan 2016 11:35:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MBZJEY041897; Fri, 22 Jan 2016 11:35:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601221135.u0MBZJEY041897@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jan 2016 11:35:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406922 - head/textproc/rubygem-nokogiri X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 11:35:20 -0000 Author: sunpoet Date: Fri Jan 22 11:35:18 2016 New Revision: 406922 URL: https://svnweb.freebsd.org/changeset/ports/406922 Log: - Update to 1.6.7.2 Changes: https://github.com/sparklemotion/nokogiri/blob/v1.6.7.x/CHANGELOG.rdoc Modified: head/textproc/rubygem-nokogiri/Makefile head/textproc/rubygem-nokogiri/distinfo Modified: head/textproc/rubygem-nokogiri/Makefile ============================================================================== --- head/textproc/rubygem-nokogiri/Makefile Fri Jan 22 11:35:14 2016 (r406921) +++ head/textproc/rubygem-nokogiri/Makefile Fri Jan 22 11:35:18 2016 (r406922) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nokogiri -PORTVERSION= 1.6.7.1 +PORTVERSION= 1.6.7.2 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -21,5 +21,6 @@ PLIST_FILES= bin/nokogiri post-install: ${FIND} ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR} -name '*.o' -o -name '*.so' | ${XARGS} ${STRIP_CMD} + ${RMDIR} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/ports/ .include Modified: head/textproc/rubygem-nokogiri/distinfo ============================================================================== --- head/textproc/rubygem-nokogiri/distinfo Fri Jan 22 11:35:14 2016 (r406921) +++ head/textproc/rubygem-nokogiri/distinfo Fri Jan 22 11:35:18 2016 (r406922) @@ -1,2 +1,2 @@ -SHA256 (rubygem/nokogiri-1.6.7.1.gem) = 62d2b76cd4e85c0f8ece46cf1e0709ec9cd289efa105a5c6996296a6e8d8dc8a -SIZE (rubygem/nokogiri-1.6.7.1.gem) = 9274368 +SHA256 (rubygem/nokogiri-1.6.7.2.gem) = fb6afc0faec72b82eeccc84b5d11211aa6c4a81898a433b499ca7a60fcad4b87 +SIZE (rubygem/nokogiri-1.6.7.2.gem) = 9276928 From owner-svn-ports-head@freebsd.org Fri Jan 22 11:35:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C9D4A8CF48; Fri, 22 Jan 2016 11:35:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18BF11952; Fri, 22 Jan 2016 11:35:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MBZOHP042017; Fri, 22 Jan 2016 11:35:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MBZN7x042015; Fri, 22 Jan 2016 11:35:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601221135.u0MBZN7x042015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jan 2016 11:35:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406923 - head/www/rubygem-jekyll X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 11:35:25 -0000 Author: sunpoet Date: Fri Jan 22 11:35:23 2016 New Revision: 406923 URL: https://svnweb.freebsd.org/changeset/ports/406923 Log: - Update to 3.0.2 Changes: https://github.com/jekyll/jekyll/blob/master/History.markdown Modified: head/www/rubygem-jekyll/Makefile head/www/rubygem-jekyll/distinfo Modified: head/www/rubygem-jekyll/Makefile ============================================================================== --- head/www/rubygem-jekyll/Makefile Fri Jan 22 11:35:18 2016 (r406922) +++ head/www/rubygem-jekyll/Makefile Fri Jan 22 11:35:23 2016 (r406923) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jekyll -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.2 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-jekyll/distinfo ============================================================================== --- head/www/rubygem-jekyll/distinfo Fri Jan 22 11:35:18 2016 (r406922) +++ head/www/rubygem-jekyll/distinfo Fri Jan 22 11:35:23 2016 (r406923) @@ -1,2 +1,2 @@ -SHA256 (rubygem/jekyll-3.0.1.gem) = aa182d26f25aaaf00f4cc0fde4a4f6f7e22c1a219944c7797a73df938dddfa80 -SIZE (rubygem/jekyll-3.0.1.gem) = 74752 +SHA256 (rubygem/jekyll-3.0.2.gem) = c6fa843fb782379f154bfc1b6a3863cba62f86546c38881b50cd3508c7062d17 +SIZE (rubygem/jekyll-3.0.2.gem) = 74752 From owner-svn-ports-head@freebsd.org Fri Jan 22 12:01:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1375BA8DE84; Fri, 22 Jan 2016 12:01:35 +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 C7C7A1D4C; Fri, 22 Jan 2016 12:01:34 +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 u0MC1XZv050964; Fri, 22 Jan 2016 12:01:33 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MC1Xct050957; Fri, 22 Jan 2016 12:01:33 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201601221201.u0MC1Xct050957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 22 Jan 2016 12:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406925 - in head: . textproc textproc/xxdiff textproc/xxdiff-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 12:01:35 -0000 Author: danfe Date: Fri Jan 22 12:01:32 2016 New Revision: 406925 URL: https://svnweb.freebsd.org/changeset/ports/406925 Log: Resurrect `textproc/xxdiff' and `textproc/xxdiff-scripts' which were removed from the tree when Qt 3.x had reached EoL. Version 4.0 adds support for Qt4 now and thus allows to revive the port(s). While here, modernize Makefiles, define LICENSE (GPLv2), clean up dependencies, and augment port description. PR: 198025 Added: head/textproc/xxdiff/ - copied from r323747, head/textproc/xxdiff/ head/textproc/xxdiff-scripts/ - copied from r323747, head/textproc/xxdiff-scripts/ Deleted: head/textproc/xxdiff-scripts/pkg-plist Modified: head/MOVED head/textproc/Makefile head/textproc/xxdiff-scripts/Makefile head/textproc/xxdiff-scripts/distinfo head/textproc/xxdiff/Makefile head/textproc/xxdiff/distinfo head/textproc/xxdiff/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Fri Jan 22 11:54:09 2016 (r406924) +++ head/MOVED Fri Jan 22 12:01:32 2016 (r406925) @@ -4756,8 +4756,6 @@ textproc/kbedic||2013-07-26|Has expired: textproc/skim||2013-07-26|Has expired: Depends on Qt 3.x textproc/uim-kde||2013-07-26|Has expired: Depends on Qt 3.x textproc/uim-qt||2013-07-26|Has expired: Depends on Qt 3.x -textproc/xxdiff||2013-07-26|Has expired: Depends on Qt 3.x -textproc/xxdiff-scripts||2013-07-26|Has expired: Depends on Qt 3.x ukrainian/kde3-i18n||2013-07-26|Has expired: Depends on Qt 3.x vietnamese/kde3-i18n||2013-07-26|Has expired: Depends on Qt 3.x www/kdewebdev||2013-07-26|Has expired: Depends on Qt 3.x Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Jan 22 11:54:09 2016 (r406924) +++ head/textproc/Makefile Fri Jan 22 12:01:32 2016 (r406925) @@ -1688,6 +1688,8 @@ SUBDIR += xsv SUBDIR += xt SUBDIR += xwindiff + SUBDIR += xxdiff + SUBDIR += xxdiff-scripts SUBDIR += y2l SUBDIR += yali SUBDIR += yamcha Modified: head/textproc/xxdiff-scripts/Makefile ============================================================================== --- head/textproc/xxdiff-scripts/Makefile Fri Jul 26 19:14:50 2013 (r323747) +++ head/textproc/xxdiff-scripts/Makefile Fri Jan 22 12:01:32 2016 (r406925) @@ -1,13 +1,8 @@ -# New ports collection makefile for: xxdiff-scripts -# Date created: 13 August 2006 -# Whom: Andrew Pantyukgin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= xxdiff -PORTVERSION= 3.2 -PORTREVISION= 5 +PORTVERSION= 4.0 CATEGORIES= textproc MASTER_SITES= SF PKGNAMESUFFIX= -scripts @@ -15,11 +10,13 @@ PKGNAMESUFFIX= -scripts MAINTAINER= ports@FreeBSD.org COMMENT= Helper scripts for xxdiff -BUILD_DEPENDS= xxdiff:${PORTSDIR}/textproc/xxdiff +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -USE_BZIP2= yes -USE_PYTHON= yes -USE_PYDISTUTILS=yes +RUN_DEPENDS= xxdiff:${PORTSDIR}/textproc/xxdiff + +USES= python:2 tar:bzip2 +USE_PYTHON= autoplist distutils PYDISTUTILS_PKGNAME= xxdiff-scripts .include Modified: head/textproc/xxdiff-scripts/distinfo ============================================================================== --- head/textproc/xxdiff-scripts/distinfo Fri Jul 26 19:14:50 2013 (r323747) +++ head/textproc/xxdiff-scripts/distinfo Fri Jan 22 12:01:32 2016 (r406925) @@ -1,2 +1,2 @@ -SHA256 (xxdiff-3.2.tar.bz2) = 965534bab462aea8aacb6c35c0683c1079f06d055ff13820584ac862134db2b8 -SIZE (xxdiff-3.2.tar.bz2) = 1341967 +SHA256 (xxdiff-4.0.tar.bz2) = 91501544e82bc89983d07eeb086419645fbfa78fc906b50ff7ab6cdf39431330 +SIZE (xxdiff-4.0.tar.bz2) = 1768460 Modified: head/textproc/xxdiff/Makefile ============================================================================== --- head/textproc/xxdiff/Makefile Fri Jul 26 19:14:50 2013 (r323747) +++ head/textproc/xxdiff/Makefile Fri Jan 22 12:01:32 2016 (r406925) @@ -2,54 +2,46 @@ # $FreeBSD$ PORTNAME= xxdiff -PORTVERSION= 3.2 -PORTREVISION= 7 +PORTVERSION= 4.0 CATEGORIES= textproc MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= QT interface to view/merge differences between 2 or 3 files +COMMENT= Graphical file and directories comparator and merge tool -BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake \ - ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 +USES= bison gmake tar:bz2 +USE_QT4= gui moc_build qmake_build uic_build -QMAKE= ${LOCALBASE}/bin/qmake -SPEC= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ -USE_BZIP2= yes -USES= bison -USE_GMAKE= yes -USE_QT_VER= 3 -MAKE_ENV+= QTDIR=${QT_PREFIX} BUILD_WRKSRC= ${WRKSRC}/src -DOCFILES= xxdiff-doc.html xxdiff-integration.html xxdiff-scripts.html xxdiff-secrets.html \ - equals.png horiz.png perhunk.png rma.png screenshot-sql-schema-compare.png select.png -SSDIR= ${DOCSDIR}/screenshots -SSFILES= allindex.cidx allindex.html dirindex.html sortindex.html \ - ${SSNAPS_EXT:S/^/xxdiff-snap-/} -SSNAPS= about dirs2 doc files2 files3 merged opt1 opt2 opt3 opt4 opt5 -SSNAPS_EXT= ${SSNAPS:S/$/--thumb.jpg/} ${SSNAPS:S/$/.desc/} \ - ${SSNAPS:S/$/.html/} ${SSNAPS:S/$/.jpg/} - PLIST_FILES= bin/xxdiff PORTDOCS= * +OPTIONS_DEFINE= DOCS + +.include + +# base flex(1) v2.5.4 is not sufficient +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000033 +BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex + post-patch: - @${REINPLACE_CMD} -e 's!flex!${LOCALBASE}/bin/flex!' ${BUILD_WRKSRC}/xxdiff.pro - @${REINPLACE_CMD} -e 's!?= /usr/qt/3!= ${LOCALBASE}!' ${BUILD_WRKSRC}/Makefile.bootstrap + @${REINPLACE_CMD} -e 's!flex!${LOCALBASE}/bin/&!' \ + ${BUILD_WRKSRC}/xxdiff.pro +.endif pre-build: - @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} QMAKESPEC=${SPEC} ${MAKE} -f Makefile.bootstrap ${MAKE_ARGS} Makefile) + @(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} QMAKE=${QMAKE} \ + ${MAKE_CMD} -f Makefile.bootstrap ${MAKE_ARGS} Makefile) do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/xxdiff ${PREFIX}/bin/ -.if !defined(NOPORTDOCS) - @${INSTALL} -d ${DOCSDIR} ${SSDIR} - ${INSTALL_DATA} ${DOCFILES:S,^,${WRKSRC}/doc/,} ${DOCSDIR}/ - ${INSTALL_DATA} ${SSFILES:S,^,${WRKSRC}/doc/screenshots/,} ${SSDIR}/ -.endif + ${INSTALL_PROGRAM} ${WRKSRC}/bin/xxdiff ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: + cd ${WRKSRC}/doc && ${COPYTREE_SHARE} "${PORTDOCS} ! -name Makefile" \ + ${STAGEDIR}/${DOCSDIR} -.include +.include Modified: head/textproc/xxdiff/distinfo ============================================================================== --- head/textproc/xxdiff/distinfo Fri Jul 26 19:14:50 2013 (r323747) +++ head/textproc/xxdiff/distinfo Fri Jan 22 12:01:32 2016 (r406925) @@ -1,2 +1,2 @@ -SHA256 (xxdiff-3.2.tar.bz2) = 965534bab462aea8aacb6c35c0683c1079f06d055ff13820584ac862134db2b8 -SIZE (xxdiff-3.2.tar.bz2) = 1341967 +SHA256 (xxdiff-4.0.tar.bz2) = 91501544e82bc89983d07eeb086419645fbfa78fc906b50ff7ab6cdf39431330 +SIZE (xxdiff-4.0.tar.bz2) = 1768460 Modified: head/textproc/xxdiff/pkg-descr ============================================================================== --- head/textproc/xxdiff/pkg-descr Fri Jul 26 19:14:50 2013 (r323747) +++ head/textproc/xxdiff/pkg-descr Fri Jan 22 12:01:32 2016 (r406925) @@ -1,5 +1,22 @@ -xxdiff is a graphical browser for viewing the differences between -two or three files, or between two directories, and can be used to -produce a merged version. +xxdiff is a graphical tool for viewing the differences between two or three +files, or between two directories, and can produce a merged version thereof. + +Some of its features: + + - Comparing two files, three files, or two directories (shallow and + recursive) + - Horizontal diffs highlighting + - Files can be merged interactively and resulting output visualized + and saved + - Has features to assist in performing merge reviews/policing + - Can unmerge CVS conflicts in automatically merged file and display + them as two files, to help resolve conflicts + - Uses external diff program to compute differences: works with GNU + diff, SGI diff and ClearCase's cleardiff, and any other diff whose + output is similar to those + - Fully customizable with a resource file + - Look-and-feel similar to Rudy Wortel's/SGI xdiff; it is desktop + agnostic (i.e. will work equally well with KDE or GNOME) + - Features and output that ease integration with scripts WWW: http://furius.ca/xxdiff/ From owner-svn-ports-head@freebsd.org Fri Jan 22 12:46:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 852A9A8C2D5; Fri, 22 Jan 2016 12:46:57 +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 3A5871374; Fri, 22 Jan 2016 12:46:57 +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 u0MCkuAj062651; Fri, 22 Jan 2016 12:46:56 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MCkunE062650; Fri, 22 Jan 2016 12:46:56 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201601221246.u0MCkunE062650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Fri, 22 Jan 2016 12:46:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406926 - head/emulators/virtualbox-ose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 12:46:57 -0000 Author: lwhsu Date: Fri Jan 22 12:46:56 2016 New Revision: 406926 URL: https://svnweb.freebsd.org/changeset/ports/406926 Log: Add "Enable R0 logging" option and set BUILD_TYPE=debug while DEBUG option set PR: 206470 Submitted by: lwhsu Approved by: decke Modified: head/emulators/virtualbox-ose/Makefile Modified: head/emulators/virtualbox-ose/Makefile ============================================================================== --- head/emulators/virtualbox-ose/Makefile Fri Jan 22 12:01:32 2016 (r406925) +++ head/emulators/virtualbox-ose/Makefile Fri Jan 22 12:46:56 2016 (r406926) @@ -62,7 +62,7 @@ VBOX_UTILS= VBoxExtPackHelperApp VBoxNet VBOX_GUEST_VER= ${PORTVERSION} OPTIONS_DEFINE= DBUS DEBUG GUESTADDITIONS MANUAL NLS PULSEAUDIO PYTHON \ - QT4 UDPTUNNEL VDE VNC VPX WEBSERVICE X11 + QT4 R0LOGGING UDPTUNNEL VDE VNC VPX WEBSERVICE X11 OPTIONS_DEFAULT= DBUS PYTHON QT4 UDPTUNNEL VNC WEBSERVICE X11 OPTIONS_SUB= yes @@ -70,6 +70,7 @@ DEBUG_DESC= Debug symbols, additional lo GUESTADDITIONS_DESC= Build with Guest Additions MANUAL_DESC= Build with user manual QT4_DESC= Build with QT4 Frontend +R0LOGGING_DESC= Enable R0 logging UDPTUNNEL_DESC= Build with UDP tunnel support VDE_DESC= Build with VDE support VNC_DESC= Build with VNC support @@ -125,10 +126,15 @@ BROKEN= QT4 frontend requires X11 suppo .if ${PORT_OPTIONS:MDEBUG} KMK_BUILDTYPE= debug +KMK_FLAGS+= BUILD_TYPE=debug .else KMK_BUILDTYPE= release .endif +.if ${PORT_OPTIONS:MR0LOGGING} && empty(PORT_OPTIONS:MDEBUG) +BROKEN= R0 logging requires debug build +.endif + .if ${PORT_OPTIONS:MGUESTADDITIONS} GUESTADDITIONS= VBoxGuestAdditions_${VBOX_GUEST_VER}.iso GADISTFILES= ${GUESTADDITIONS}:guestadditions @@ -192,7 +198,7 @@ PLIST_SUB+= ARCH="${KMK_ARCH}" KMK_BUILDDIR= ${WRKSRC}/out/${KMK_ARCH}/${KMK_BUILDTYPE} KMK_CONFIG= VBOX_LIBPATH_X11=${LOCALBASE} VBOX_FREEBSD_SRC=${SRC_BASE}/sys -KMK_FLAGS= -j${MAKE_JOBS_NUMBER} +KMK_FLAGS+= -j${MAKE_JOBS_NUMBER} .include @@ -241,6 +247,9 @@ post-patch: @${ECHO} 'VBOX_PATH_GSOAP_IMPORT = ${PREFIX}/share/gsoap/import' >> ${WRKSRC}/LocalConfig.kmk @${ECHO} 'VBOX_GCC_PEDANTIC_CXX = -Wshadow $(VBOX_GCC_WARN) -Wno-long-long' >> ${WRKSRC}/LocalConfig.kmk .endif +.if ${PORT_OPTIONS:MR0LOGGING} + @${ECHO} 'VBOX_WITH_R0_LOGGING = 1' >> ${WRKSRC}/LocalConfig.kmk +.endif .if ${COMPILER_TYPE} == clang @${REINPLACE_CMD} -e 's| -finline-limit=8000||' \ -e 's| -mpreferred-stack-boundary=2||' ${WRKSRC}/Config.kmk From owner-svn-ports-head@freebsd.org Fri Jan 22 12:49:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45536A8C363; Fri, 22 Jan 2016 12:49: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 1063914BD; Fri, 22 Jan 2016 12:49:17 +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 u0MCnHXU062863; Fri, 22 Jan 2016 12:49:17 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MCnG27062861; Fri, 22 Jan 2016 12:49:16 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601221249.u0MCnG27062861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 22 Jan 2016 12:49:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406927 - in head/devel: pure-ffi pure-stldict X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 12:49:18 -0000 Author: vanilla Date: Fri Jan 22 12:49:16 2016 New Revision: 406927 URL: https://svnweb.freebsd.org/changeset/ports/406927 Log: Fix broken MASTER_SITES. Modified: head/devel/pure-ffi/Makefile head/devel/pure-stldict/Makefile Modified: head/devel/pure-ffi/Makefile ============================================================================== --- head/devel/pure-ffi/Makefile Fri Jan 22 12:46:56 2016 (r406926) +++ head/devel/pure-ffi/Makefile Fri Jan 22 12:49:16 2016 (r406927) @@ -4,7 +4,7 @@ PORTNAME= pure-ffi PORTVERSION= 0.14 CATEGORIES= devel -MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://bitbucket.org/purelang/pure-lang/downloads/ DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com Modified: head/devel/pure-stldict/Makefile ============================================================================== --- head/devel/pure-stldict/Makefile Fri Jan 22 12:46:56 2016 (r406926) +++ head/devel/pure-stldict/Makefile Fri Jan 22 12:49:16 2016 (r406927) @@ -4,7 +4,7 @@ PORTNAME= pure-stldict PORTVERSION= 0.8 CATEGORIES= devel -MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://bitbucket.org/purelang/pure-lang/downloads/ DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com From owner-svn-ports-head@freebsd.org Fri Jan 22 12:50:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1B49A8C3E0; Fri, 22 Jan 2016 12:50:01 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99DF615D0; Fri, 22 Jan 2016 12:50:01 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MCo02Y063029; Fri, 22 Jan 2016 12:50:00 GMT (envelope-from nemysis@FreeBSD.org) Received: (from nemysis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MCo0x4063025; Fri, 22 Jan 2016 12:50:00 GMT (envelope-from nemysis@FreeBSD.org) Message-Id: <201601221250.u0MCo0x4063025@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nemysis set sender to nemysis@FreeBSD.org using -f From: Rusmir Dusko Date: Fri, 22 Jan 2016 12:50:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406928 - head/games/3omns X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 12:50:02 -0000 Author: nemysis Date: Fri Jan 22 12:50:00 2016 New Revision: 406928 URL: https://svnweb.freebsd.org/changeset/ports/406928 Log: - Recreate tarball, new GitHub commit Please look 'git log' Modified: head/games/3omns/Makefile head/games/3omns/distinfo head/games/3omns/pkg-plist (contents, props changed) Modified: head/games/3omns/Makefile ============================================================================== --- head/games/3omns/Makefile Fri Jan 22 12:49:16 2016 (r406927) +++ head/games/3omns/Makefile Fri Jan 22 12:50:00 2016 (r406928) @@ -24,7 +24,7 @@ LIB_DEPENDS= libxml2.so:${PORTSDIR}/text USE_GITHUB= yes GH_ACCOUNT= chazomaticus -GH_TAGNAME= 21292f0 +GH_TAGNAME= ded6410 USES= autoreconf compiler:c++11-lang gmake pkgconfig lua:52 USE_SDL= image2 sdl2 ttf2 Modified: head/games/3omns/distinfo ============================================================================== --- head/games/3omns/distinfo Fri Jan 22 12:49:16 2016 (r406927) +++ head/games/3omns/distinfo Fri Jan 22 12:50:00 2016 (r406928) @@ -1,4 +1,4 @@ -SHA256 (chazomaticus-3omns-0.1-21292f0_GH0.tar.gz) = 3e0dc359eed31000bb35c83ab029d7f6670f8ea7699a460c58ce4268f55e804a -SIZE (chazomaticus-3omns-0.1-21292f0_GH0.tar.gz) = 115175 +SHA256 (chazomaticus-3omns-0.1-ded6410_GH0.tar.gz) = a17fe72de0125f4ba182495698b07df6e77c5acff038afeccd30d675d946837d +SIZE (chazomaticus-3omns-0.1-ded6410_GH0.tar.gz) = 115622 SHA256 (3omns.png) = 9ef759e1f3b631d856a0cf1aab627c224f26528524ff024407094c2580cc68d1 SIZE (3omns.png) = 452 Modified: head/games/3omns/pkg-plist ============================================================================== --- head/games/3omns/pkg-plist Fri Jan 22 12:49:16 2016 (r406927) +++ head/games/3omns/pkg-plist Fri Jan 22 12:50:00 2016 (r406928) @@ -1,5 +1,6 @@ bin/3omns man/man6/3omns.6.gz +%%DATADIR%%/base/bot.lua %%DATADIR%%/base/core.lua %%DATADIR%%/base/entities/bomn.lua %%DATADIR%%/base/entities/crate.lua From owner-svn-ports-head@freebsd.org Fri Jan 22 13:19:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39ECDA8D183; Fri, 22 Jan 2016 13:19:25 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0982D1989; Fri, 22 Jan 2016 13:19:24 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MDJO4M075048; Fri, 22 Jan 2016 13:19:24 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MDJNdd075045; Fri, 22 Jan 2016 13:19:23 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201601221319.u0MDJNdd075045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Fri, 22 Jan 2016 13:19:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406929 - head/sysutils/iocage-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 13:19:25 -0000 Author: kmoore Date: Fri Jan 22 13:19:23 2016 New Revision: 406929 URL: https://svnweb.freebsd.org/changeset/ports/406929 Log: - Update to 20160122 Modified: head/sysutils/iocage-devel/Makefile head/sysutils/iocage-devel/distinfo Modified: head/sysutils/iocage-devel/Makefile ============================================================================== --- head/sysutils/iocage-devel/Makefile Fri Jan 22 12:50:00 2016 (r406928) +++ head/sysutils/iocage-devel/Makefile Fri Jan 22 13:19:23 2016 (r406929) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iocage -PORTVERSION= 20151207 +PORTVERSION= 20160122 CATEGORIES= sysutils PKGNAMESUFFIX= -devel @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= iocage -GH_TAGNAME= e4f390f34963886a6eda2c4c54b889d29dc02e6c +GH_TAGNAME= fbef24abf24ef7d7499bd928709ea0c8e4b4048f NO_BUILD= yes NO_ARCH= yes Modified: head/sysutils/iocage-devel/distinfo ============================================================================== --- head/sysutils/iocage-devel/distinfo Fri Jan 22 12:50:00 2016 (r406928) +++ head/sysutils/iocage-devel/distinfo Fri Jan 22 13:19:23 2016 (r406929) @@ -1,2 +1,2 @@ -SHA256 (iocage-iocage-20151207-e4f390f34963886a6eda2c4c54b889d29dc02e6c_GH0.tar.gz) = 1b0a2d001b313b3f57730616f8b747af755eea21c96a692b2f6337fbe6efb922 -SIZE (iocage-iocage-20151207-e4f390f34963886a6eda2c4c54b889d29dc02e6c_GH0.tar.gz) = 313571 +SHA256 (iocage-iocage-20160122-fbef24abf24ef7d7499bd928709ea0c8e4b4048f_GH0.tar.gz) = 1e48d0b079f9f6d35b1e69b53e3e753073557f109545bf5a5fca5b5c696e338e +SIZE (iocage-iocage-20160122-fbef24abf24ef7d7499bd928709ea0c8e4b4048f_GH0.tar.gz) = 315212 From owner-svn-ports-head@freebsd.org Fri Jan 22 13:19:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CF75A8D1B8; Fri, 22 Jan 2016 13:19:39 +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 D13851A64; Fri, 22 Jan 2016 13:19: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 u0MDJbjZ075198; Fri, 22 Jan 2016 13:19:37 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MDJbbm075196; Fri, 22 Jan 2016 13:19:37 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201601221319.u0MDJbbm075196@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 22 Jan 2016 13:19:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406930 - head/archivers/file-roller X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 13:19:39 -0000 Author: marino Date: Fri Jan 22 13:19:37 2016 New Revision: 406930 URL: https://svnweb.freebsd.org/changeset/ports/406930 Log: archivers/file_roller: Fix ambiguous RUN_DEPENDS file_roller requires the ports version of unzip (I'm assuming based on makefile's specifications). However, since the full path to unzip was not specified, the base unzip satifies the requirement which results in the archivers/unzip package not being registered as a run dependency. Enforce the requirement by specifying "zipinfo" instead. It is a unique name which ensures archivers/unzip is always registered as a dependency, thus guaranteeing the ports unzip will be available for file roller. This requires a bump because all existing packages have a bad registry. Reported by: fernandel on forums Approved by: just fix it Modified: head/archivers/file-roller/Makefile Modified: head/archivers/file-roller/Makefile ============================================================================== --- head/archivers/file-roller/Makefile Fri Jan 22 13:19:23 2016 (r406929) +++ head/archivers/file-roller/Makefile Fri Jan 22 13:19:37 2016 (r406930) @@ -3,6 +3,7 @@ PORTNAME= file-roller PORTVERSION= 3.16.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= archivers gnome MASTER_SITES= GNOME @@ -13,7 +14,10 @@ COMMENT= Archive manager for zip files, BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar \ - unzip:${PORTSDIR}/archivers/unzip + zipinfo:${PORTSDIR}/archivers/unzip + +# Port unzip is desired, but specify the uniquely named zipinfo to ensure +# archivers/unzip is pulled in. Using "unzip" is satisfied by base unzip PORTSCOUT= limitw:1,even From owner-svn-ports-head@freebsd.org Fri Jan 22 13:42:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 577C1A8DC61; Fri, 22 Jan 2016 13:42:41 +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 24445188C; Fri, 22 Jan 2016 13:42:41 +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 u0MDget7088061; Fri, 22 Jan 2016 13:42:40 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MDgeIP088058; Fri, 22 Jan 2016 13:42:40 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601221342.u0MDgeIP088058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 22 Jan 2016 13:42:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406931 - head/devel/py-babel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 13:42:41 -0000 Author: rakuco Date: Fri Jan 22 13:42:39 2016 New Revision: 406931 URL: https://svnweb.freebsd.org/changeset/ports/406931 Log: Fix plist after r406901. Modified: head/devel/py-babel/Makefile head/devel/py-babel/pkg-plist Modified: head/devel/py-babel/Makefile ============================================================================== --- head/devel/py-babel/Makefile Fri Jan 22 13:19:37 2016 (r406930) +++ head/devel/py-babel/Makefile Fri Jan 22 13:42:39 2016 (r406931) @@ -3,6 +3,7 @@ PORTNAME= Babel PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-babel/pkg-plist ============================================================================== --- head/devel/py-babel/pkg-plist Fri Jan 22 13:19:37 2016 (r406930) +++ head/devel/py-babel/pkg-plist Fri Jan 22 13:42:39 2016 (r406931) @@ -27,6 +27,7 @@ %%PORTDOCS%%%%DOCSDIR%%/cmdline.rst %%PORTDOCS%%%%DOCSDIR%%/conf.py %%PORTDOCS%%%%DOCSDIR%%/dates.rst +%%PORTDOCS%%%%DOCSDIR%%/dev.rst %%PORTDOCS%%%%DOCSDIR%%/index.rst %%PORTDOCS%%%%DOCSDIR%%/installation.rst %%PORTDOCS%%%%DOCSDIR%%/intro.rst From owner-svn-ports-head@freebsd.org Fri Jan 22 14:04:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21255A8C4C6; Fri, 22 Jan 2016 14:04:34 +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 E5D8F11AE; Fri, 22 Jan 2016 14:04:33 +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 u0ME4W5k097697; Fri, 22 Jan 2016 14:04:32 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0ME4WOF097694; Fri, 22 Jan 2016 14:04:32 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601221404.u0ME4WOF097694@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 22 Jan 2016 14:04:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406932 - head/www/p5-Dancer2-Plugin-Path-Class X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 14:04:34 -0000 Author: vanilla Date: Fri Jan 22 14:04:32 2016 New Revision: 406932 URL: https://svnweb.freebsd.org/changeset/ports/406932 Log: Upgrade to 0.04. PR: 206486 Submitted by: maintainer Modified: head/www/p5-Dancer2-Plugin-Path-Class/Makefile head/www/p5-Dancer2-Plugin-Path-Class/distinfo Modified: head/www/p5-Dancer2-Plugin-Path-Class/Makefile ============================================================================== --- head/www/p5-Dancer2-Plugin-Path-Class/Makefile Fri Jan 22 13:42:39 2016 (r406931) +++ head/www/p5-Dancer2-Plugin-Path-Class/Makefile Fri Jan 22 14:04:32 2016 (r406932) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Path-Class -PORTVERSION= 0.02 +PORTVERSION= 0.04 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,7 @@ COMMENT= List a directory using Path::Cl LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Dancer2>=0.159002:${PORTSDIR}/www/p5-Dancer2 \ +BUILD_DEPENDS= p5-Dancer2>=0.166000:${PORTSDIR}/www/p5-Dancer2 \ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ p5-Format-Human-Bytes>=0:${PORTSDIR}/converters/p5-Format-Human-Bytes RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/www/p5-Dancer2-Plugin-Path-Class/distinfo ============================================================================== --- head/www/p5-Dancer2-Plugin-Path-Class/distinfo Fri Jan 22 13:42:39 2016 (r406931) +++ head/www/p5-Dancer2-Plugin-Path-Class/distinfo Fri Jan 22 14:04:32 2016 (r406932) @@ -1,2 +1,2 @@ -SHA256 (Dancer2-Plugin-Path-Class-0.02.tar.gz) = d4579233c529ec419e7acf4e85bed747ca7d0f8c9afc8016ca0d33a9c9c2f2ff -SIZE (Dancer2-Plugin-Path-Class-0.02.tar.gz) = 7001 +SHA256 (Dancer2-Plugin-Path-Class-0.04.tar.gz) = 9964ef46cd769fb9d06a30d2a572a0aa940e447e731bf5a85e7c35e1bd60a832 +SIZE (Dancer2-Plugin-Path-Class-0.04.tar.gz) = 7786 From owner-svn-ports-head@freebsd.org Fri Jan 22 14:32:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8010A8D081; Fri, 22 Jan 2016 14:32:38 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1C511269; Fri, 22 Jan 2016 14:32:38 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MEWbNq007696; Fri, 22 Jan 2016 14:32:37 GMT (envelope-from decke@FreeBSD.org) Received: (from decke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MEWbr0007689; Fri, 22 Jan 2016 14:32:37 GMT (envelope-from decke@FreeBSD.org) Message-Id: <201601221432.u0MEWbr0007689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: decke set sender to decke@FreeBSD.org using -f From: Bernhard Froehlich Date: Fri, 22 Jan 2016 14:32:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406933 - in head/ports-mgmt: . redports-node redports-node/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 14:32:39 -0000 Author: decke Date: Fri Jan 22 14:32:36 2016 New Revision: 406933 URL: https://svnweb.freebsd.org/changeset/ports/406933 Log: Redports is a fully hosted continuous integration platform for testing FreeBSD Ports. redports-node is running on each building machine which asks for new building jobs from the master and builds them using poudriere. WWW: https://freebsd.github.io/redports/ Added: head/ports-mgmt/redports-node/ head/ports-mgmt/redports-node/Makefile (contents, props changed) head/ports-mgmt/redports-node/distinfo (contents, props changed) head/ports-mgmt/redports-node/files/ head/ports-mgmt/redports-node/files/redports-node.json.sample.in (contents, props changed) head/ports-mgmt/redports-node/files/redportsnode.in (contents, props changed) head/ports-mgmt/redports-node/pkg-descr (contents, props changed) head/ports-mgmt/redports-node/pkg-plist (contents, props changed) Modified: head/ports-mgmt/Makefile Modified: head/ports-mgmt/Makefile ============================================================================== --- head/ports-mgmt/Makefile Fri Jan 22 14:04:32 2016 (r406932) +++ head/ports-mgmt/Makefile Fri Jan 22 14:32:36 2016 (r406933) @@ -63,6 +63,7 @@ SUBDIR += psearch SUBDIR += py-pytoport SUBDIR += py-skog + SUBDIR += redports-node SUBDIR += symports SUBDIR += synth SUBDIR += tinderbox Added: head/ports-mgmt/redports-node/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/redports-node/Makefile Fri Jan 22 14:32:36 2016 (r406933) @@ -0,0 +1,36 @@ +# Created by: Bernhard Froehlich +# $FreeBSD$ + +PORTNAME= redports-node +PORTVERSION= 0.1.2 +CATEGORIES= ports-mgmt +MASTER_SITES= https://api.redports.org/downloads/ +DISTFILES= ${PORTNAME}-${DISTVERSION}.phar ${PORTNAME}-${DISTVERSION}.phar.pubkey + +MAINTAINER= decke@FreeBSD.org +COMMENT= Redports building node + +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ + poudriere:${PORTSDIR}/ports-mgmt/poudriere \ + ${LOCALBASE}/bin/ccache:${PORTSDIR}/devel/ccache + +NO_BUILD= yes +USE_PHP= curl hash json openssl pcntl phar +USE_RC_SUBR= redportsnode + +SUB_FILES= redports-node.json.sample + +do-extract: + ${MKDIR} ${WRKSRC}/ + ${CP} ${_DISTDIR}/redports-node-${DISTVERSION}.phar ${WRKSRC}/redports-node.phar + ${CP} ${_DISTDIR}/redports-node-${DISTVERSION}.phar.pubkey ${WRKSRC}/redports-node.phar.pubkey + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/redports-node.phar ${STAGEDIR}${PREFIX}/bin/ + ${LN} -s redports-node.phar ${STAGEDIR}${PREFIX}/bin/redports-node + ${INSTALL_DATA} ${WRKSRC}/redports-node.phar.pubkey ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.json.sample ${STAGEDIR}${PREFIX}/etc/ + +.include Added: head/ports-mgmt/redports-node/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/redports-node/distinfo Fri Jan 22 14:32:36 2016 (r406933) @@ -0,0 +1,4 @@ +SHA256 (redports-node-0.1.2.phar) = d36e912c47725fdbbd1efcc2d4ecaff7d75b428a3bfaa35d0b124fd663d9ef95 +SIZE (redports-node-0.1.2.phar) = 269860 +SHA256 (redports-node-0.1.2.phar.pubkey) = 73f4bc7fd6b3318f0adbd35fb125984ffa832c93416ff62ed7ae59bb03097b25 +SIZE (redports-node-0.1.2.phar.pubkey) = 451 Added: head/ports-mgmt/redports-node/files/redports-node.json.sample.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/redports-node/files/redports-node.json.sample.in Fri Jan 22 14:32:36 2016 (r406933) @@ -0,0 +1,8 @@ +{ + "manifest": "https://api.redports.org/downloads/manifest.json", + "pubkeyhash": "d36e912c47725fdbbd1efcc2d4ecaff7d75b428a3bfaa35d0b124fd663d9ef95", + "server": "https://api.redports.org/", + "machineid": "", + "secret": "" +} + Added: head/ports-mgmt/redports-node/files/redportsnode.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/redports-node/files/redportsnode.in Fri Jan 22 14:32:36 2016 (r406933) @@ -0,0 +1,46 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: redportsnode +# REQUIRE: DAEMON +# BEFORE: LOGIN +# KEYWORD: shutdown +# +# Add the following line to /etc/rc.conf[.local] to enable redportsnode +# +# redportsnode_enable (bool): Set to "NO" by default. +# Set it to "YES" to enable redportsnode. + +. /etc/rc.subr + +name=redportsnode +rcvar=redportsnode_enable + +command="%%LOCALBASE%%/bin/redports-node" +command_interpreter="php" +pidfile="/var/run/${name}.pid" + +start_cmd="${name}_start" + +redportsnode_start() +{ + local pid + + pid=$(check_pidfile $pidfile $command) + + if [ -n "${pid}" ]; then + echo "${name} already running? (pid=${pid})." + return 1 + fi + + echo -n "Starting ${name}" + /usr/sbin/daemon -f -p ${pidfile} ${command} + echo '.' +} + +load_rc_config $name + +: ${redportsnode_enable="NO"} + +run_rc_command "$1" Added: head/ports-mgmt/redports-node/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/redports-node/pkg-descr Fri Jan 22 14:32:36 2016 (r406933) @@ -0,0 +1,6 @@ +Redports is a fully hosted continuous integration platform for +testing FreeBSD Ports. redports-node is running on each building +machine which asks for new building jobs from the master and +builds them using poudriere. + +WWW: https://freebsd.github.io/redports/ Added: head/ports-mgmt/redports-node/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/redports-node/pkg-plist Fri Jan 22 14:32:36 2016 (r406933) @@ -0,0 +1,4 @@ +bin/redports-node +bin/redports-node.phar +bin/redports-node.phar.pubkey +@sample etc/redports-node.json.sample From owner-svn-ports-head@freebsd.org Fri Jan 22 17:20:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E62AA8D5E6; Fri, 22 Jan 2016 17:20:09 +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 628771D29; Fri, 22 Jan 2016 17:20:09 +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 u0MHK8P1055742; Fri, 22 Jan 2016 17:20:08 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MHK8Kv055740; Fri, 22 Jan 2016 17:20:08 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601221720.u0MHK8Kv055740@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 22 Jan 2016 17:20:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406937 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 17:20:09 -0000 Author: feld Date: Fri Jan 22 17:20:08 2016 New Revision: 406937 URL: https://svnweb.freebsd.org/changeset/ports/406937 Log: Recent BIND vulnerabilities are supposed to be in separate entries Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Jan 22 15:59:35 2016 (r406936) +++ head/security/vuxml/vuln.xml Fri Jan 22 17:20:08 2016 (r406937) @@ -58,6 +58,36 @@ Notes: --> + + bind -- denial of service vulnerability + + + bind99 + 9.9.8P3 + + + bind910 + 9.10.3P3 + + + + +

ISC reports:

+
+

Specific APL data could trigger an INSIST in apl_42.c

+
+ +
+ + https://kb.isc.org/article/AA-01335 + CVE-2015-8704 + + + 2016-01-19 + 2016-01-22 + +
+ chromium -- multiple vulnerabilities @@ -220,13 +250,9 @@ Notes: - bind -- denial of service vulnerabilities + bind -- denial of service vulnerability - bind99 - 9.9.8P3 - - bind910 9.10.3P3 @@ -234,23 +260,20 @@ Notes:

ISC reports:

-
-

CVE-2015-8704 Specific APL data could trigger an INSIST in apl_42.c

-

CVE-2015-8705 Problems converting OPT resource records and ECS options to +

+

Problems converting OPT resource records and ECS options to text format can cause BIND to terminate

- https://kb.isc.org/article/AA-00913 - https://kb.isc.org/article/AA-01335/0 - https://kb.isc.org/article/AA-01336/0 - CVE-2015-8704 + https://kb.isc.org/article/AA-01336 CVE-2015-8705 2016-01-19 2016-01-20 + 2016-01-22 From owner-svn-ports-head@freebsd.org Fri Jan 22 17:20:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12DB0A8D61C; Fri, 22 Jan 2016 17:20:30 +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 DC1E61E1A; Fri, 22 Jan 2016 17:20:29 +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 u0MHKSWF055903; Fri, 22 Jan 2016 17:20:28 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MHKSGc055900; Fri, 22 Jan 2016 17:20:28 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201601221720.u0MHKSGc055900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 22 Jan 2016 17:20:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406938 - in head: editors/libreoffice graphics/atril-lite graphics/evince-lite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 17:20:30 -0000 Author: kwm Date: Fri Jan 22 17:20:28 2016 New Revision: 406938 URL: https://svnweb.freebsd.org/changeset/ports/406938 Log: Bump Libreoffice, evince-lite and atril-lite for the poppler update. Modified: head/editors/libreoffice/Makefile.common head/graphics/atril-lite/Makefile head/graphics/evince-lite/Makefile Modified: head/editors/libreoffice/Makefile.common ============================================================================== --- head/editors/libreoffice/Makefile.common Fri Jan 22 17:20:08 2016 (r406937) +++ head/editors/libreoffice/Makefile.common Fri Jan 22 17:20:28 2016 (r406938) @@ -2,6 +2,7 @@ PORTNAME= libreoffice PORTVERSION= 5.0.4 +PORTREVISION= 1 CATEGORIES+= editors MAINTAINER= office@FreeBSD.org Modified: head/graphics/atril-lite/Makefile ============================================================================== --- head/graphics/atril-lite/Makefile Fri Jan 22 17:20:08 2016 (r406937) +++ head/graphics/atril-lite/Makefile Fri Jan 22 17:20:28 2016 (r406938) @@ -1,7 +1,7 @@ # Created by: Adam Weinberger # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -lite COMMENT= MATE multi-format document viewer Modified: head/graphics/evince-lite/Makefile ============================================================================== --- head/graphics/evince-lite/Makefile Fri Jan 22 17:20:08 2016 (r406937) +++ head/graphics/evince-lite/Makefile Fri Jan 22 17:20:28 2016 (r406938) @@ -1,7 +1,7 @@ # Created by: Adam Weinberger # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= -lite COMMENT= GNOME 3 multi-format document viewer without the GNOME dependancies From owner-svn-ports-head@freebsd.org Fri Jan 22 17:31:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3282A8DB2B; Fri, 22 Jan 2016 17:30:59 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5EB91558; Fri, 22 Jan 2016 17:30:59 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MHUwCr058843; Fri, 22 Jan 2016 17:30:58 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MHUwPP058840; Fri, 22 Jan 2016 17:30:58 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201601221730.u0MHUwPP058840@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 22 Jan 2016 17:30:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406939 - in head/sysutils: ansible ansible/files ansible1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 17:31:00 -0000 Author: matthew Date: Fri Jan 22 17:30:58 2016 New Revision: 406939 URL: https://svnweb.freebsd.org/changeset/ports/406939 Log: Fix default low-level command submission -- on FreeBSD root's default shell (/bin/csh) would fail to understand the /bin/sh syntax ansible issues. Import the fix from upstream. PR: 206498 Submitted by: matthew Approved by: lifanov@mail.lifanov.com (maintainer) Obtained from: https://github.com/ansible/ansible/commit/8647fdc7f25ba1c707c5333ca1581a1fa0ffe566 Added: head/sysutils/ansible/files/extra-patch-8647fdc (contents, props changed) Modified: head/sysutils/ansible/Makefile head/sysutils/ansible1/Makefile Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Fri Jan 22 17:20:28 2016 (r406938) +++ head/sysutils/ansible/Makefile Fri Jan 22 17:30:58 2016 (r406939) @@ -3,6 +3,7 @@ PORTNAME= ansible PORTVERSION?= 2.0.0.2 +PORTREVISION?= 1 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ @@ -19,6 +20,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml OPTIONS_DEFINE= DOCS EXAMPLES +EXTRA_PATCHES?= ${FILESDIR}/extra-patch-8647fdc + NO_ARCH= yes USES= cpe python:2 shebangfix USE_PYTHON= autoplist distutils Added: head/sysutils/ansible/files/extra-patch-8647fdc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ansible/files/extra-patch-8647fdc Fri Jan 22 17:30:58 2016 (r406939) @@ -0,0 +1,21 @@ +--- lib/ansible/plugins/action/__init__.py.orig 2016-01-14 22:33:27 UTC ++++ lib/ansible/plugins/action/__init__.py +@@ -475,8 +475,7 @@ class ActionBase(with_metaclass(ABCMeta, + display.debug("done with _execute_module (%s, %s)" % (module_name, module_args)) + return data + +- def _low_level_execute_command(self, cmd, sudoable=True, in_data=None, +- executable=None, encoding_errors='replace'): ++ def _low_level_execute_command(self, cmd, sudoable=True, in_data=None, executable=C.DEFAULT_EXECUTABLE, encoding_errors='replace'): + ''' + This is the function which executes the low level shell command, which + may be commands to create/remove directories for temporary files, or to +@@ -492,7 +491,7 @@ class ActionBase(with_metaclass(ABCMeta, + ''' + + if executable is not None: +- cmd = executable + ' -c ' + cmd ++ cmd = executable + ' -c ' + pipes.quote(cmd) + + display.debug("_low_level_execute_command(): starting") + if not cmd: Modified: head/sysutils/ansible1/Makefile ============================================================================== --- head/sysutils/ansible1/Makefile Fri Jan 22 17:20:28 2016 (r406938) +++ head/sysutils/ansible1/Makefile Fri Jan 22 17:30:58 2016 (r406939) @@ -3,6 +3,7 @@ PKGNAMESUFFIX= 1 PORTVERSION= 1.9.4 +PORTREVISION= CONFLICTS= ansible-* @@ -11,4 +12,6 @@ DISTINFO_FILE= ${.CURDIR}/distinfo SHEBANG_FILES= lib/ansible/runner/action_plugins/synchronize.py +EXTRA_PATCHES= + .include "${MASTERDIR}/Makefile" From owner-svn-ports-head@freebsd.org Fri Jan 22 19:21:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0DA7A8E3B3; Fri, 22 Jan 2016 19:21:18 +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 91FDA1CE8; Fri, 22 Jan 2016 19:21:18 +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 u0MJLHFc093278; Fri, 22 Jan 2016 19:21:17 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MJLH1Z093276; Fri, 22 Jan 2016 19:21:17 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601221921.u0MJLH1Z093276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 22 Jan 2016 19:21:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406940 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 19:21:18 -0000 Author: feld Date: Fri Jan 22 19:21:17 2016 New Revision: 406940 URL: https://svnweb.freebsd.org/changeset/ports/406940 Log: Document graphics/imlib2 vulnerabilities PR: 206372 Security: CVE-2014-9762 Security: CVE-2014-9763 Security: CVE-2014-9764 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Jan 22 17:30:58 2016 (r406939) +++ head/security/vuxml/vuln.xml Fri Jan 22 19:21:17 2016 (r406940) @@ -58,6 +58,37 @@ Notes: --> + + imlib2 -- denial of service vulnerabilities + + + imlib2 + 1.4.7 + + + + +

Enlightenment reports:

+
+

GIF loader: Fix segv on images without colormap

+

Prevent division-by-zero crashes.

+

Fix segfault when opening input/queue/id:000007,src:000000,op:flip1,pos:51 with feh

+
+ +
+ + https://git.enlightenment.org/legacy/imlib2.git/tree/ChangeLog + http://seclists.org/oss-sec/2016/q1/162 + CVE-2014-9762 + CVE-2014-9763 + CVE-2014-9764 + + + 2013-12-21 + 2016-01-22 + +
+ bind -- denial of service vulnerability From owner-svn-ports-head@freebsd.org Fri Jan 22 20:34:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8D3CA8DC78; Fri, 22 Jan 2016 20:34:52 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C90313D1; Fri, 22 Jan 2016 20:34:52 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MKYpR6014310; Fri, 22 Jan 2016 20:34:51 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MKYp7Y014308; Fri, 22 Jan 2016 20:34:51 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201601222034.u0MKYp7Y014308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Fri, 22 Jan 2016 20:34:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406941 - in head/sysutils/bacula-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 20:34:52 -0000 Author: dvl Date: Fri Jan 22 20:34:51 2016 New Revision: 406941 URL: https://svnweb.freebsd.org/changeset/ports/406941 Log: * use shebang instead of patching make_catalog_backup.pl * install the query.sql as query.sql.sample so we don't overwrite location edits Deleted: head/sysutils/bacula-server/files/patch-src_cats_make__catalog__backup.pl.in Modified: head/sysutils/bacula-server/Makefile head/sysutils/bacula-server/pkg-plist Modified: head/sysutils/bacula-server/Makefile ============================================================================== --- head/sysutils/bacula-server/Makefile Fri Jan 22 19:21:17 2016 (r406940) +++ head/sysutils/bacula-server/Makefile Fri Jan 22 20:34:51 2016 (r406941) @@ -3,6 +3,7 @@ PORTNAME= bacula DISTVERSION= 7.4.0 +PORTREVISION= 1 CATEGORIES?= sysutils MASTER_SITES= SF/bacula/bacula/${PORTVERSION} PKGNAMEPREFIX?= # @@ -12,7 +13,7 @@ MAINTAINER= dvl@FreeBSD.org COMMENT?= Network backup solution (server) USES+= libtool readline shebangfix -SHEBANG_FILES= scripts/dvd-handler.in +SHEBANG_FILES= scripts/dvd-handler.in src/cats/make_catalog_backup.pl.in python_OLD_CMD= @PYTHON@ USE_OPENSSL= yes @@ -190,6 +191,7 @@ post-install: .else ${INSTALL_SCRIPT} ${FILESDIR}/chio-bacula ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${FILESDIR}/bacula-barcodes ${STAGEDIR}${ETCDIR}/bacula-barcodes.sample + ${MV} ${STAGEDIR}${LOCALBASE}/share/bacula/query.sql ${STAGEDIR}${LOCALBASE}/share/bacula/query.sql.sample #the following are installed by the -CLIENT port, and I (ler@lerctr.org) #don't know how to remove them from being built for the -SERVER port. ${RM} ${STAGEDIR}${LOCALBASE}/lib/bpipe-fd.so Modified: head/sysutils/bacula-server/pkg-plist ============================================================================== --- head/sysutils/bacula-server/pkg-plist Fri Jan 22 19:21:17 2016 (r406940) +++ head/sysutils/bacula-server/pkg-plist Fri Jan 22 20:34:51 2016 (r406941) @@ -49,7 +49,7 @@ sbin/dbcheck %%DATADIR%%/make_%%DBTYPE%%_tables %%DATADIR%%/mtx-changer %%DATADIR%%/mtx-changer.conf -%%DATADIR%%/query.sql +%%DATADIR%%/query.sql.sample %%DATADIR%%/update_bacula_tables %%DATADIR%%/update_%%DBTYPE%%_tables @owner From owner-svn-ports-head@freebsd.org Fri Jan 22 20:41:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7485EA8DF03; Fri, 22 Jan 2016 20:41:18 +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 4B95A1C0D; Fri, 22 Jan 2016 20:41:18 +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 u0MKfHQV015414; Fri, 22 Jan 2016 20:41:17 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MKfHHS015411; Fri, 22 Jan 2016 20:41:17 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601222041.u0MKfHHS015411@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 22 Jan 2016 20:41:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406942 - head/sysutils/bsdhwmon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 20:41:18 -0000 Author: pi Date: Fri Jan 22 20:41:16 2016 New Revision: 406942 URL: https://svnweb.freebsd.org/changeset/ports/406942 Log: sysutils/bsdhwmon: 20150429 -> 20151206 - move distsite to github - Add support for X7DVL-3 X7DVL-3 X7DCL PR: 206390 Submitted by: Jeremy Chadwick (maintainer) Modified: head/sysutils/bsdhwmon/Makefile head/sysutils/bsdhwmon/distinfo head/sysutils/bsdhwmon/pkg-descr Modified: head/sysutils/bsdhwmon/Makefile ============================================================================== --- head/sysutils/bsdhwmon/Makefile Fri Jan 22 20:34:51 2016 (r406941) +++ head/sysutils/bsdhwmon/Makefile Fri Jan 22 20:41:16 2016 (r406942) @@ -2,13 +2,18 @@ # $FreeBSD$ PORTNAME= bsdhwmon -PORTVERSION= 20150429 +PORTVERSION= 20151206 CATEGORIES= sysutils -MASTER_SITES= http://bsdhwmon.koitsu.org/dist/ MAINTAINER= jdc@koitsu.org COMMENT= Hardware sensor monitoring utility for FreeBSD +LICENSE= BSD2CLAUSE + +USE_GITHUB= yes +GH_ACCOUNT= koitsu +GH_TAGNAME= 9aec193 + PLIST_FILES= sbin/bsdhwmon man/man8/bsdhwmon.8.gz OPTIONS_DEFINE= DEBUG Modified: head/sysutils/bsdhwmon/distinfo ============================================================================== --- head/sysutils/bsdhwmon/distinfo Fri Jan 22 20:34:51 2016 (r406941) +++ head/sysutils/bsdhwmon/distinfo Fri Jan 22 20:41:16 2016 (r406942) @@ -1,2 +1,2 @@ -SHA256 (bsdhwmon-20150429.tar.gz) = fe57dbea2b67531cb4802b5c99afc301b9305de8af7ec1f79d7b2f898a116c18 -SIZE (bsdhwmon-20150429.tar.gz) = 21352 +SHA256 (koitsu-bsdhwmon-20151206-9aec193_GH0.tar.gz) = 7f4f2ee617cc0ee6e94bd6689778d9b3304ef4997a3253f7de42bb770f3b8a72 +SIZE (koitsu-bsdhwmon-20151206-9aec193_GH0.tar.gz) = 21149 Modified: head/sysutils/bsdhwmon/pkg-descr ============================================================================== --- head/sysutils/bsdhwmon/pkg-descr Fri Jan 22 20:34:51 2016 (r406941) +++ head/sysutils/bsdhwmon/pkg-descr Fri Jan 22 20:41:16 2016 (r406942) @@ -2,27 +2,4 @@ bsdhwmon is a program for FreeBSD for mo temperatures, voltages, chassis intrusion, and more) on commerical-grade server hardware. -bsdhwmon is developed with a very different mentality compared to other -hardware monitoring software: - -* Written with stability and production environments in mind -* Intended for use with server products (currently Supermicro, but can be - extended to others that have proper SMBIOS identification data) -* Uses SMBus (smb(4) driver) exclusively, significantly decreasing risks - and CPU usage compared to classic LPC I/O -* Based primarily on documentation provided by motherboard/server vendors, - combined with documentation from chipset manufacturers -* Identifies hardware via strict SMBIOS data matching; device "probing" is - avoided to minimise false positives and thus risks -* Full tested on both i386 and amd64 systems across multiple versions of - FreeBSD (legacy and present-day) -* Written entirely in C -* No reliance on third-party libraries or tools (e.g. autotools, libtool, - etc.) -* Very simple and clean code -- heavily commented, well-documented, built - with -Werror -Wall and similar flags -* Occasionally tested under valgrind -* Open-source, released under the 2-clause BSD license - -WWW: http://bsdhwmon.koitsu.org/ WWW: http://github.com/koitsu/bsdhwmon From owner-svn-ports-head@freebsd.org Fri Jan 22 20:48:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D0B2A8E18C; Fri, 22 Jan 2016 20:48: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 69B5410BF; Fri, 22 Jan 2016 20:48: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 u0MKmaXT017769; Fri, 22 Jan 2016 20:48:36 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MKma3q017767; Fri, 22 Jan 2016 20:48:36 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601222048.u0MKma3q017767@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 22 Jan 2016 20:48:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406943 - head/databases/tcl-sqlite3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 20:48:37 -0000 Author: pi Date: Fri Jan 22 20:48:36 2016 New Revision: 406943 URL: https://svnweb.freebsd.org/changeset/ports/406943 Log: databases/tcl-sqlite3: 3.10.0 -> 3.10.2 - Chase upstream sqlite3 PR: 206464 Submitted by: Pavel Volkov (maintainer) Modified: head/databases/tcl-sqlite3/Makefile head/databases/tcl-sqlite3/distinfo Modified: head/databases/tcl-sqlite3/Makefile ============================================================================== --- head/databases/tcl-sqlite3/Makefile Fri Jan 22 20:41:16 2016 (r406942) +++ head/databases/tcl-sqlite3/Makefile Fri Jan 22 20:48:36 2016 (r406943) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.10.0 +PORTVERSION= 3.10.2 CATEGORIES= databases tcl MASTER_SITES= https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/ PKGNAMEPREFIX= tcl- Modified: head/databases/tcl-sqlite3/distinfo ============================================================================== --- head/databases/tcl-sqlite3/distinfo Fri Jan 22 20:41:16 2016 (r406942) +++ head/databases/tcl-sqlite3/distinfo Fri Jan 22 20:48:36 2016 (r406943) @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3100000.tar.gz) = 43cc292d70711fa7580250c8a1cd7c64813a4a0a479dbd502cce5f10b5d91042 -SIZE (sqlite-autoconf-3100000.tar.gz) = 2331542 +SHA256 (sqlite-autoconf-3100200.tar.gz) = a2b3b4bd1291ea7d6c8252f7edff36a4362f2f0e5d5370444ba6cbe313ae2971 +SIZE (sqlite-autoconf-3100200.tar.gz) = 2332013 From owner-svn-ports-head@freebsd.org Fri Jan 22 21:03:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E8EAA8E664; Fri, 22 Jan 2016 21:03:13 +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 D87A71AE3; Fri, 22 Jan 2016 21:03:12 +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 u0ML3B2r023495; Fri, 22 Jan 2016 21:03:11 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0ML3B6v023493; Fri, 22 Jan 2016 21:03:11 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601222103.u0ML3B6v023493@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 22 Jan 2016 21:03:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406944 - head/www/privoxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 21:03:13 -0000 Author: pi Date: Fri Jan 22 21:03:11 2016 New Revision: 406944 URL: https://svnweb.freebsd.org/changeset/ports/406944 Log: www/privoxy: 3.0.23 -> 3.0.24 Changes: http://www.privoxy.org/3.0.24/user-manual/whatsnew.html - Use Uses=autoreconf. - Unbreak installation with DOCS=off. - Add PRIVOXY_TOOLS to the default options. - Remove BROKEN_STRPTIME from the default options. FreeBSD bug #173421 is fixed in all supported releases. PR: 206504 Submitted by: Fabian Keil (maintainer) Modified: head/www/privoxy/Makefile head/www/privoxy/distinfo Modified: head/www/privoxy/Makefile ============================================================================== --- head/www/privoxy/Makefile Fri Jan 22 20:48:36 2016 (r406943) +++ head/www/privoxy/Makefile Fri Jan 22 21:03:11 2016 (r406944) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= privoxy -PORTVERSION= 3.0.23 +PORTVERSION= 3.0.24 CATEGORIES= www ipv6 MASTER_SITES= SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29 DISTNAME= privoxy-${PORTVERSION}-stable-src @@ -14,8 +14,8 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/deve WRKSRC= ${WRKDIR}/privoxy-${PORTVERSION}-stable -USES= cpe gmake shebangfix -USE_AUTOTOOLS= autoconf +USES= autoreconf cpe gmake shebangfix +GNU_CONFIGURE= yes SHEBANG_FILES= tools/privoxy-log-parser.pl tools/privoxy-regression-test.pl tools/uagen.pl USE_RC_SUBR= privoxy @@ -45,7 +45,7 @@ FORCE_DESC= Support bypassing of blocks PRIVOXY_TOOLS_DESC= Install Privoxy-Log-Parser, uagen, etc. TOGGLE_DESC= Support for remote toggling -OPTIONS_DEFAULT= BROKEN_STRPTIME EDITOR DOCS FORCE TOGGLE +OPTIONS_DEFAULT= EDITOR DOCS FORCE TOGGLE PRIVOXY_TOOLS OPTIONS_SUB= yes @@ -75,10 +75,12 @@ post-patch: -e 's,^\(filterfile user\),#\1,' \ ${WRKSRC}/config ${REINPLACE_CMD} \ + -e 's,\(/etc/privoxy\),${PREFIX}\1,' ${WRKSRC}/tools/uagen.pl + +post-patch-DOCS-on: + ${REINPLACE_CMD} \ -e 's,^#\(user-manual\) http://www.privoxy.org/user-manual/,\1 ${DOCSDIR}/user-manual,' \ ${WRKSRC}/config - ${REINPLACE_CMD} \ - -e 's,\(/etc/privoxy\),${PREFIX}\1,' ${WRKSRC}/tools/uagen.pl pre-configure: @(cd ${WRKSRC}; ${AUTOHEADER}) Modified: head/www/privoxy/distinfo ============================================================================== --- head/www/privoxy/distinfo Fri Jan 22 20:48:36 2016 (r406943) +++ head/www/privoxy/distinfo Fri Jan 22 21:03:11 2016 (r406944) @@ -1,2 +1,2 @@ -SHA256 (privoxy-3.0.23-stable-src.tar.gz) = 80b1a172d0518a9f95cde83d18dc62b9c7f117b9ada77bdcd3d310107f28f964 -SIZE (privoxy-3.0.23-stable-src.tar.gz) = 1715099 +SHA256 (privoxy-3.0.24-stable-src.tar.gz) = a381f6dc78f08de0d4a2342d47a5949a6608073ada34b933137184f3ca9fb012 +SIZE (privoxy-3.0.24-stable-src.tar.gz) = 1728265 From owner-svn-ports-head@freebsd.org Fri Jan 22 22:01:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7368A8D9F2; Fri, 22 Jan 2016 22:01:06 +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 5E10810A0; Fri, 22 Jan 2016 22:01:06 +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 u0MM151o040869; Fri, 22 Jan 2016 22:01:05 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MM15V2040868; Fri, 22 Jan 2016 22:01:05 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601222201.u0MM15V2040868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 22 Jan 2016 22:01:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406945 - head/irc/minbif X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 22:01:06 -0000 Author: antoine Date: Fri Jan 22 22:01:05 2016 New Revision: 406945 URL: https://svnweb.freebsd.org/changeset/ports/406945 Log: Mark BROKEN: fails to build cd /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src && /usr/bin/c++ -I/usr/local/include/libpurple -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src -O2 -pipe -DX_DISPLAY_MISSING -fstack-protector -fno-strict-aliasing -DHAVE_IMLIB -DHAVE_CACA -DHAVE_PAM -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-unused-parameter -O2 -pipe -DX_DISPLAY_MISSING -fstack-protector -fno-strict-aliasing -o CMakeFiles/minbif.dir/im/account.cpp.o -c /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp: In member function 'void im::Account::setBuddyIcon(std::string)': /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:276: error: 'ImlibLoadError' was not declared in this scope /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:276: error: expected `;' before 'err' /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:281: error: 'err' was not declared in this scope /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:287: error: 'err' was not declared in this scope Reported by: pkg-fallout MFH: 2016Q1 Modified: head/irc/minbif/Makefile Modified: head/irc/minbif/Makefile ============================================================================== --- head/irc/minbif/Makefile Fri Jan 22 21:03:11 2016 (r406944) +++ head/irc/minbif/Makefile Fri Jan 22 22:01:05 2016 (r406945) @@ -12,6 +12,8 @@ COMMENT= IRC to instant messaging gatewa LICENSE= GPLv2 +BROKEN= fails to build + LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple # right now PLUGINS installs prpl-coincoin and prpl-gayattitude From owner-svn-ports-head@freebsd.org Fri Jan 22 22:01:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6281AA8DA5D; Fri, 22 Jan 2016 22:01: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 1D5DA12E3; Fri, 22 Jan 2016 22:01:37 +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 u0MM1a1B041722; Fri, 22 Jan 2016 22:01:36 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MM1ZEj041716; Fri, 22 Jan 2016 22:01:35 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601222201.u0MM1ZEj041716@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 22 Jan 2016 22:01:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406946 - in head/multimedia: . plexpy plexpy/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 22:01:37 -0000 Author: feld Date: Fri Jan 22 22:01:35 2016 New Revision: 406946 URL: https://svnweb.freebsd.org/changeset/ports/406946 Log: A python based web application for monitoring, analytics and notifications for Plex Media Server (www.plex.tv). WWW: https://github.com/drzoidberg33/plexpy Added: head/multimedia/plexpy/ head/multimedia/plexpy/Makefile (contents, props changed) head/multimedia/plexpy/distinfo (contents, props changed) head/multimedia/plexpy/files/ head/multimedia/plexpy/files/plexpy.in (contents, props changed) head/multimedia/plexpy/pkg-descr (contents, props changed) head/multimedia/plexpy/pkg-plist (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Fri Jan 22 22:01:05 2016 (r406945) +++ head/multimedia/Makefile Fri Jan 22 22:01:35 2016 (r406946) @@ -300,6 +300,7 @@ SUBDIR += plexhometheater SUBDIR += plexmediaserver SUBDIR += plexmediaserver-plexpass + SUBDIR += plexpy SUBDIR += podcastdl SUBDIR += poe SUBDIR += ppm2fli Added: head/multimedia/plexpy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/plexpy/Makefile Fri Jan 22 22:01:35 2016 (r406946) @@ -0,0 +1,39 @@ +# Created by: Mark Felder +# $FreeBSD$ + +PORTNAME= plexpy +PORTVERSION= 1.2.16 +CATEGORIES= multimedia python +DISTVERSIONPREFIX=v + +MAINTAINER= feld@FreeBSD.org +COMMENT= Monitoring, analytics, and notifications for Plex Media Server + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}openssl>0:${PORTSDIR}/security/py-openssl \ + ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss + +USE_RC_SUBR= ${PORTNAME} +SUB_LIST= PYTHON_CMD=${PYTHON_CMD} + +USES= python:2 shebangfix +SHEBANG_FILES= PlexPy.py + +USE_GITHUB= yes +GH_ACCOUNT= drzoidberg33 +NO_BUILD= yes + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/plexpy + ${MKDIR} ${STAGEDIR}${PREFIX}/plexpy/data + ${MKDIR} ${STAGEDIR}${PREFIX}/plexpy/lib + ${MKDIR} ${STAGEDIR}${PREFIX}/plexpy/plexpy + cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${PREFIX}/plexpy + cd ${WRKSRC} && ${COPYTREE_SHARE} lib ${STAGEDIR}${PREFIX}/plexpy + cd ${WRKSRC} && ${COPYTREE_SHARE} plexpy ${STAGEDIR}${PREFIX}/plexpy + ${INSTALL_SCRIPT} ${WRKSRC}/PlexPy.py ${STAGEDIR}${PREFIX}/plexpy + +.include Added: head/multimedia/plexpy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/plexpy/distinfo Fri Jan 22 22:01:35 2016 (r406946) @@ -0,0 +1,2 @@ +SHA256 (drzoidberg33-plexpy-v1.2.16_GH0.tar.gz) = 8a866c5c9dd0d4550422f0b0ebd4dfcedff369be09d1c24400e146780189f6c0 +SIZE (drzoidberg33-plexpy-v1.2.16_GH0.tar.gz) = 4882638 Added: head/multimedia/plexpy/files/plexpy.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/plexpy/files/plexpy.in Fri Jan 22 22:01:35 2016 (r406946) @@ -0,0 +1,29 @@ +#!/bin/sh +# Created by: Mark Felder +# +# $FreeBSD$ +# +# PROVIDE: plexpy +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf to enable PlexPy: +# +# plexpy_enable="YES" +# + +. /etc/rc.subr + +name=plexpy +rcvar=plexpy_enable +load_rc_config $name + +: ${plexpy_enable:=NO} +: ${plexpy_user=nobody} + +pidfile=%%PREFIX%%/plexpy/plexpy.pid +command_interpreter=%%PYTHON_CMD%% +command=%%PREFIX%%/plexpy/PlexPy.py +command_args="-d --nolaunch --pid ${pidfile}" + +run_rc_command "$1" Added: head/multimedia/plexpy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/plexpy/pkg-descr Fri Jan 22 22:01:35 2016 (r406946) @@ -0,0 +1,4 @@ +A python based web application for monitoring, analytics and +notifications for Plex Media Server (www.plex.tv). + +WWW: https://github.com/drzoidberg33/plexpy Added: head/multimedia/plexpy/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/plexpy/pkg-plist Fri Jan 22 22:01:35 2016 (r406946) @@ -0,0 +1,1403 @@ +plexpy/PlexPy.py +plexpy/data/interfaces/default/base.html +plexpy/data/interfaces/default/css/bootstrap-wizard.css +plexpy/data/interfaces/default/css/bootstrap3/bootstrap.css +plexpy/data/interfaces/default/css/bootstrap3/bootstrap.css.map +plexpy/data/interfaces/default/css/bootstrap3/bootstrap.min.css +plexpy/data/interfaces/default/css/dataTables.bootstrap.css +plexpy/data/interfaces/default/css/dataTables.colVis.css +plexpy/data/interfaces/default/css/font-awesome.min.css +plexpy/data/interfaces/default/css/jquery-ui.min.css +plexpy/data/interfaces/default/css/jquery.dataTables.css +plexpy/data/interfaces/default/css/plexpy-dataTables.css +plexpy/data/interfaces/default/css/plexpy.css +plexpy/data/interfaces/default/css/selectize.bootstrap3.css +plexpy/data/interfaces/default/current_activity.html +plexpy/data/interfaces/default/current_activity_header.html +plexpy/data/interfaces/default/edit_user.html +plexpy/data/interfaces/default/fonts/FontAwesome.otf +plexpy/data/interfaces/default/fonts/bootstrap3/glyphicons-halflings-regular.eot +plexpy/data/interfaces/default/fonts/bootstrap3/glyphicons-halflings-regular.svg +plexpy/data/interfaces/default/fonts/bootstrap3/glyphicons-halflings-regular.ttf +plexpy/data/interfaces/default/fonts/bootstrap3/glyphicons-halflings-regular.woff +plexpy/data/interfaces/default/fonts/bootstrap3/glyphicons-halflings-regular.woff2 +plexpy/data/interfaces/default/fonts/fontawesome-webfont.eot +plexpy/data/interfaces/default/fonts/fontawesome-webfont.svg +plexpy/data/interfaces/default/fonts/fontawesome-webfont.ttf +plexpy/data/interfaces/default/fonts/fontawesome-webfont.woff +plexpy/data/interfaces/default/fonts/fontawesome-webfont.woff2 +plexpy/data/interfaces/default/graphs.html +plexpy/data/interfaces/default/history.html +plexpy/data/interfaces/default/history_table_modal.html +plexpy/data/interfaces/default/home_stats.html +plexpy/data/interfaces/default/images/background.png +plexpy/data/interfaces/default/images/chevron.png +plexpy/data/interfaces/default/images/cover.png +plexpy/data/interfaces/default/images/favicon.ico +plexpy/data/interfaces/default/images/favicon.png +plexpy/data/interfaces/default/images/glyphicons-halflings-white.png +plexpy/data/interfaces/default/images/glyphicons-halflings.png +plexpy/data/interfaces/default/images/glyphicons.png +plexpy/data/interfaces/default/images/gravatar-default-80x80.png +plexpy/data/interfaces/default/images/gravatar-default.png +plexpy/data/interfaces/default/images/home-stat_most-concurrent.png +plexpy/data/interfaces/default/images/icon_ipad.png +plexpy/data/interfaces/default/images/icon_ipad@2x.png +plexpy/data/interfaces/default/images/icon_iphone.png +plexpy/data/interfaces/default/images/icon_iphone@2x.png +plexpy/data/interfaces/default/images/logo-plexpy.png +plexpy/data/interfaces/default/images/logo-plexpy@2x.png +plexpy/data/interfaces/default/images/platforms/android.png +plexpy/data/interfaces/default/images/platforms/atv.png +plexpy/data/interfaces/default/images/platforms/chrome.png +plexpy/data/interfaces/default/images/platforms/chromecast.png +plexpy/data/interfaces/default/images/platforms/default.png +plexpy/data/interfaces/default/images/platforms/firefox.png +plexpy/data/interfaces/default/images/platforms/gtv.png +plexpy/data/interfaces/default/images/platforms/ie.png +plexpy/data/interfaces/default/images/platforms/ios.png +plexpy/data/interfaces/default/images/platforms/kodi.png +plexpy/data/interfaces/default/images/platforms/msedge.png +plexpy/data/interfaces/default/images/platforms/opera.png +plexpy/data/interfaces/default/images/platforms/pht.png +plexpy/data/interfaces/default/images/platforms/playstation.png +plexpy/data/interfaces/default/images/platforms/pmh.png +plexpy/data/interfaces/default/images/platforms/pmp.png +plexpy/data/interfaces/default/images/platforms/pms.png +plexpy/data/interfaces/default/images/platforms/roku.png +plexpy/data/interfaces/default/images/platforms/safari.png +plexpy/data/interfaces/default/images/platforms/samsung.png +plexpy/data/interfaces/default/images/platforms/wiiu.png +plexpy/data/interfaces/default/images/platforms/win8.png +plexpy/data/interfaces/default/images/platforms/wp.png +plexpy/data/interfaces/default/images/platforms/xbmc.png +plexpy/data/interfaces/default/images/platforms/xbox.png +plexpy/data/interfaces/default/images/plex-logo-light-small.png +plexpy/data/interfaces/default/images/plex-logo-light.svg +plexpy/data/interfaces/default/images/poster.png +plexpy/data/interfaces/default/images/star-16.png +plexpy/data/interfaces/default/images/star-32.png +plexpy/data/interfaces/default/images/star-gray-16.png +plexpy/data/interfaces/default/images/star-gray-32.png +plexpy/data/interfaces/default/index.html +plexpy/data/interfaces/default/info.html +plexpy/data/interfaces/default/info_children_list.html +plexpy/data/interfaces/default/info_search_results_list.html +plexpy/data/interfaces/default/ip_address_modal.html +plexpy/data/interfaces/default/js/bootstrap-wizard.min.js +plexpy/data/interfaces/default/js/bootstrap3/bootstrap.min.js +plexpy/data/interfaces/default/js/dataTables.bootstrap.min.js +plexpy/data/interfaces/default/js/dataTables.bootstrap.pagination.js +plexpy/data/interfaces/default/js/dataTables.colVis.js +plexpy/data/interfaces/default/js/graphs/plays_by_day.js +plexpy/data/interfaces/default/js/graphs/plays_by_dayofweek.js +plexpy/data/interfaces/default/js/graphs/plays_by_hourofday.js +plexpy/data/interfaces/default/js/graphs/plays_by_month.js +plexpy/data/interfaces/default/js/graphs/plays_by_platform.js +plexpy/data/interfaces/default/js/graphs/plays_by_platform_by_stream_type.js +plexpy/data/interfaces/default/js/graphs/plays_by_source_resolution.js +plexpy/data/interfaces/default/js/graphs/plays_by_stream_resolution.js +plexpy/data/interfaces/default/js/graphs/plays_by_stream_type.js +plexpy/data/interfaces/default/js/graphs/plays_by_user.js +plexpy/data/interfaces/default/js/graphs/plays_by_user_by_stream_type.js +plexpy/data/interfaces/default/js/highcharts/api/css/font-awesome.css +plexpy/data/interfaces/default/js/highcharts/api/css/images/ui-bg_flat_75_ffffff_40x100.png +plexpy/data/interfaces/default/js/highcharts/api/css/images/ui-bg_glass_75_dadada_1x400.png +plexpy/data/interfaces/default/js/highcharts/api/css/jquery-ui.css +plexpy/data/interfaces/default/js/highcharts/api/css/ref.css +plexpy/data/interfaces/default/js/highcharts/api/fonts/fontawesome-webfont.woff +plexpy/data/interfaces/default/js/highcharts/api/highcharts.html +plexpy/data/interfaces/default/js/highcharts/api/images/Highcharts.svg +plexpy/data/interfaces/default/js/highcharts/api/images/apple-touch-icon-114x114.png +plexpy/data/interfaces/default/js/highcharts/api/images/apple-touch-icon-120x120.png +plexpy/data/interfaces/default/js/highcharts/api/images/apple-touch-icon-144x144.png +plexpy/data/interfaces/default/js/highcharts/api/images/apple-touch-icon-152x152.png +plexpy/data/interfaces/default/js/highcharts/api/images/apple-touch-icon-180x180.png +plexpy/data/interfaces/default/js/highcharts/api/images/apple-touch-icon-57x57.png +plexpy/data/interfaces/default/js/highcharts/api/images/apple-touch-icon-60x60.png +plexpy/data/interfaces/default/js/highcharts/api/images/apple-touch-icon-72x72.png +plexpy/data/interfaces/default/js/highcharts/api/images/apple-touch-icon-76x76.png +plexpy/data/interfaces/default/js/highcharts/api/images/favicon-160x160.png +plexpy/data/interfaces/default/js/highcharts/api/images/favicon-16x16.png +plexpy/data/interfaces/default/js/highcharts/api/images/favicon-192x192.png +plexpy/data/interfaces/default/js/highcharts/api/images/favicon-32x32.png +plexpy/data/interfaces/default/js/highcharts/api/images/favicon-96x96.png +plexpy/data/interfaces/default/js/highcharts/api/images/splash.svg +plexpy/data/interfaces/default/js/highcharts/api/images/sprite.png +plexpy/data/interfaces/default/js/highcharts/api/js/highcharts.json +plexpy/data/interfaces/default/js/highcharts/api/js/jquery-ui.min.js +plexpy/data/interfaces/default/js/highcharts/api/js/jquery.min.js +plexpy/data/interfaces/default/js/highcharts/api/js/ref.js +plexpy/data/interfaces/default/js/highcharts/gfx/vml-radial-gradient.png +plexpy/data/interfaces/default/js/highcharts/graphics/meteogram-symbols-30px.png +plexpy/data/interfaces/default/js/highcharts/graphics/skies.jpg +plexpy/data/interfaces/default/js/highcharts/graphics/snow.png +plexpy/data/interfaces/default/js/highcharts/graphics/sun.png +plexpy/data/interfaces/default/js/highcharts/js/adapters/standalone-framework.js +plexpy/data/interfaces/default/js/highcharts/js/adapters/standalone-framework.src.js +plexpy/data/interfaces/default/js/highcharts/js/highcharts.js +plexpy/data/interfaces/default/js/highcharts/js/modules/broken-axis.js +plexpy/data/interfaces/default/js/highcharts/js/modules/broken-axis.src.js +plexpy/data/interfaces/default/js/highcharts/js/modules/canvas-tools.js +plexpy/data/interfaces/default/js/highcharts/js/modules/canvas-tools.src.js +plexpy/data/interfaces/default/js/highcharts/js/modules/data.js +plexpy/data/interfaces/default/js/highcharts/js/modules/data.src.js +plexpy/data/interfaces/default/js/highcharts/js/modules/drilldown.js +plexpy/data/interfaces/default/js/highcharts/js/modules/drilldown.src.js +plexpy/data/interfaces/default/js/highcharts/js/modules/exporting.js +plexpy/data/interfaces/default/js/highcharts/js/modules/exporting.src.js +plexpy/data/interfaces/default/js/highcharts/js/modules/funnel.js +plexpy/data/interfaces/default/js/highcharts/js/modules/funnel.src.js +plexpy/data/interfaces/default/js/highcharts/js/modules/heatmap.js +plexpy/data/interfaces/default/js/highcharts/js/modules/heatmap.src.js +plexpy/data/interfaces/default/js/highcharts/js/modules/no-data-to-display.js +plexpy/data/interfaces/default/js/highcharts/js/modules/no-data-to-display.src.js +plexpy/data/interfaces/default/js/highcharts/js/modules/solid-gauge.js +plexpy/data/interfaces/default/js/highcharts/js/modules/solid-gauge.src.js +plexpy/data/interfaces/default/js/highcharts/js/modules/treemap.js +plexpy/data/interfaces/default/js/highcharts/js/modules/treemap.src.js +plexpy/data/interfaces/default/js/highcharts/js/themes/dark-blue.js +plexpy/data/interfaces/default/js/highcharts/js/themes/dark-green.js +plexpy/data/interfaces/default/js/highcharts/js/themes/dark-unica.js +plexpy/data/interfaces/default/js/highcharts/js/themes/gray.js +plexpy/data/interfaces/default/js/highcharts/js/themes/grid-light.js +plexpy/data/interfaces/default/js/highcharts/js/themes/grid.js +plexpy/data/interfaces/default/js/highcharts/js/themes/sand-signika.js +plexpy/data/interfaces/default/js/highcharts/js/themes/skies.js +plexpy/data/interfaces/default/js/jquery-2.1.4.min.js +plexpy/data/interfaces/default/js/jquery-ui.min.js +plexpy/data/interfaces/default/js/jquery.dataTables.min.js +plexpy/data/interfaces/default/js/jquery.rateit.min.js +plexpy/data/interfaces/default/js/moment-duration-format.js +plexpy/data/interfaces/default/js/moment-with-locale.js +plexpy/data/interfaces/default/js/parsley.min.js +plexpy/data/interfaces/default/js/script.js +plexpy/data/interfaces/default/js/selectize.min.js +plexpy/data/interfaces/default/js/tables/history_table.js +plexpy/data/interfaces/default/js/tables/history_table_modal.js +plexpy/data/interfaces/default/js/tables/logs.js +plexpy/data/interfaces/default/js/tables/plex_logs.js +plexpy/data/interfaces/default/js/tables/sync_table.js +plexpy/data/interfaces/default/js/tables/user_ips.js +plexpy/data/interfaces/default/js/tables/users.js +plexpy/data/interfaces/default/library_stats.html +plexpy/data/interfaces/default/logs.html +plexpy/data/interfaces/default/notification_config.html +plexpy/data/interfaces/default/notification_triggers_modal.html +plexpy/data/interfaces/default/plexwatch_import.html +plexpy/data/interfaces/default/recently_added.html +plexpy/data/interfaces/default/search.html +plexpy/data/interfaces/default/settings.html +plexpy/data/interfaces/default/shutdown.html +plexpy/data/interfaces/default/stream_data.html +plexpy/data/interfaces/default/sync.html +plexpy/data/interfaces/default/user.html +plexpy/data/interfaces/default/user_player_stats.html +plexpy/data/interfaces/default/user_recently_watched.html +plexpy/data/interfaces/default/user_watch_time_stats.html +plexpy/data/interfaces/default/users.html +plexpy/data/interfaces/default/welcome.html +plexpy/lib/MultipartPostHandler.py +plexpy/lib/apscheduler/__init__.py +plexpy/lib/apscheduler/events.py +plexpy/lib/apscheduler/executors/__init__.py +plexpy/lib/apscheduler/executors/asyncio.py +plexpy/lib/apscheduler/executors/base.py +plexpy/lib/apscheduler/executors/debug.py +plexpy/lib/apscheduler/executors/gevent.py +plexpy/lib/apscheduler/executors/pool.py +plexpy/lib/apscheduler/executors/twisted.py +plexpy/lib/apscheduler/job.py +plexpy/lib/apscheduler/jobstores/__init__.py +plexpy/lib/apscheduler/jobstores/base.py +plexpy/lib/apscheduler/jobstores/memory.py +plexpy/lib/apscheduler/jobstores/mongodb.py +plexpy/lib/apscheduler/jobstores/redis.py +plexpy/lib/apscheduler/jobstores/sqlalchemy.py +plexpy/lib/apscheduler/schedulers/__init__.py +plexpy/lib/apscheduler/schedulers/asyncio.py +plexpy/lib/apscheduler/schedulers/background.py +plexpy/lib/apscheduler/schedulers/base.py +plexpy/lib/apscheduler/schedulers/blocking.py +plexpy/lib/apscheduler/schedulers/gevent.py +plexpy/lib/apscheduler/schedulers/qt.py +plexpy/lib/apscheduler/schedulers/tornado.py +plexpy/lib/apscheduler/schedulers/twisted.py +plexpy/lib/apscheduler/triggers/__init__.py +plexpy/lib/apscheduler/triggers/base.py +plexpy/lib/apscheduler/triggers/cron/__init__.py +plexpy/lib/apscheduler/triggers/cron/expressions.py +plexpy/lib/apscheduler/triggers/cron/fields.py +plexpy/lib/apscheduler/triggers/date.py +plexpy/lib/apscheduler/triggers/interval.py +plexpy/lib/apscheduler/util.py +plexpy/lib/argparse.py +plexpy/lib/backport_abcoll.py +plexpy/lib/backport_collections.py +plexpy/lib/bencode.py +plexpy/lib/biplist/__init__.py +plexpy/lib/bs4/__init__.py +plexpy/lib/bs4/builder/__init__.py +plexpy/lib/bs4/builder/_html5lib.py +plexpy/lib/bs4/builder/_htmlparser.py +plexpy/lib/bs4/builder/_lxml.py +plexpy/lib/bs4/dammit.py +plexpy/lib/bs4/diagnose.py +plexpy/lib/bs4/element.py +plexpy/lib/bs4/testing.py +plexpy/lib/certgen.py +plexpy/lib/cherrypy/__init__.py +plexpy/lib/cherrypy/__main__.py +plexpy/lib/cherrypy/_cpchecker.py +plexpy/lib/cherrypy/_cpcompat.py +plexpy/lib/cherrypy/_cpcompat_subprocess.py +plexpy/lib/cherrypy/_cpconfig.py +plexpy/lib/cherrypy/_cpdispatch.py +plexpy/lib/cherrypy/_cperror.py +plexpy/lib/cherrypy/_cplogging.py +plexpy/lib/cherrypy/_cpmodpy.py +plexpy/lib/cherrypy/_cpnative_server.py +plexpy/lib/cherrypy/_cpreqbody.py +plexpy/lib/cherrypy/_cprequest.py +plexpy/lib/cherrypy/_cpserver.py +plexpy/lib/cherrypy/_cpthreadinglocal.py +plexpy/lib/cherrypy/_cptools.py +plexpy/lib/cherrypy/_cptree.py +plexpy/lib/cherrypy/_cpwsgi.py +plexpy/lib/cherrypy/_cpwsgi_server.py +plexpy/lib/cherrypy/daemon.py +plexpy/lib/cherrypy/lib/__init__.py +plexpy/lib/cherrypy/lib/auth.py +plexpy/lib/cherrypy/lib/auth_basic.py +plexpy/lib/cherrypy/lib/auth_digest.py +plexpy/lib/cherrypy/lib/caching.py +plexpy/lib/cherrypy/lib/covercp.py +plexpy/lib/cherrypy/lib/cpstats.py +plexpy/lib/cherrypy/lib/cptools.py +plexpy/lib/cherrypy/lib/encoding.py +plexpy/lib/cherrypy/lib/gctools.py +plexpy/lib/cherrypy/lib/http.py +plexpy/lib/cherrypy/lib/httpauth.py +plexpy/lib/cherrypy/lib/httputil.py +plexpy/lib/cherrypy/lib/jsontools.py +plexpy/lib/cherrypy/lib/lockfile.py +plexpy/lib/cherrypy/lib/locking.py +plexpy/lib/cherrypy/lib/profiler.py +plexpy/lib/cherrypy/lib/reprconf.py +plexpy/lib/cherrypy/lib/sessions.py +plexpy/lib/cherrypy/lib/static.py +plexpy/lib/cherrypy/lib/xmlrpcutil.py +plexpy/lib/cherrypy/process/__init__.py +plexpy/lib/cherrypy/process/plugins.py +plexpy/lib/cherrypy/process/servers.py +plexpy/lib/cherrypy/process/win32.py +plexpy/lib/cherrypy/process/wspbus.py +plexpy/lib/cherrypy/scaffold/__init__.py +plexpy/lib/cherrypy/wsgiserver/__init__.py +plexpy/lib/cherrypy/wsgiserver/ssl_builtin.py +plexpy/lib/cherrypy/wsgiserver/ssl_pyopenssl.py +plexpy/lib/cherrypy/wsgiserver/wsgiserver2.py +plexpy/lib/concurrent/LICENSE +plexpy/lib/concurrent/__init__.py +plexpy/lib/concurrent/futures/__init__.py +plexpy/lib/concurrent/futures/_base.py +plexpy/lib/concurrent/futures/_compat.py +plexpy/lib/concurrent/futures/process.py +plexpy/lib/concurrent/futures/thread.py +plexpy/lib/configobj.py +plexpy/lib/enum/LICENSE +plexpy/lib/enum/README +plexpy/lib/enum/__init__.py +plexpy/lib/enum/doc/enum.rst +plexpy/lib/enum/enum.py +plexpy/lib/enum/test_enum.py +plexpy/lib/feedparser.py +plexpy/lib/gntp/LICENSE +plexpy/lib/gntp/__init__.py +plexpy/lib/gntp/cli.py +plexpy/lib/gntp/config.py +plexpy/lib/gntp/core.py +plexpy/lib/gntp/errors.py +plexpy/lib/gntp/notifier.py +plexpy/lib/gntp/shim.py +plexpy/lib/gntp/version.py +plexpy/lib/html5lib/__init__.py +plexpy/lib/html5lib/constants.py +plexpy/lib/html5lib/filters/__init__.py +plexpy/lib/html5lib/filters/_base.py +plexpy/lib/html5lib/filters/alphabeticalattributes.py +plexpy/lib/html5lib/filters/inject_meta_charset.py +plexpy/lib/html5lib/filters/lint.py +plexpy/lib/html5lib/filters/optionaltags.py +plexpy/lib/html5lib/filters/sanitizer.py +plexpy/lib/html5lib/filters/whitespace.py +plexpy/lib/html5lib/html5parser.py +plexpy/lib/html5lib/ihatexml.py +plexpy/lib/html5lib/inputstream.py +plexpy/lib/html5lib/sanitizer.py +plexpy/lib/html5lib/serializer/__init__.py +plexpy/lib/html5lib/serializer/htmlserializer.py +plexpy/lib/html5lib/tokenizer.py +plexpy/lib/html5lib/treeadapters/__init__.py +plexpy/lib/html5lib/treeadapters/sax.py +plexpy/lib/html5lib/treebuilders/__init__.py +plexpy/lib/html5lib/treebuilders/_base.py +plexpy/lib/html5lib/treebuilders/dom.py +plexpy/lib/html5lib/treebuilders/etree.py +plexpy/lib/html5lib/treebuilders/etree_lxml.py +plexpy/lib/html5lib/treewalkers/__init__.py +plexpy/lib/html5lib/treewalkers/_base.py +plexpy/lib/html5lib/treewalkers/dom.py +plexpy/lib/html5lib/treewalkers/etree.py +plexpy/lib/html5lib/treewalkers/genshistream.py +plexpy/lib/html5lib/treewalkers/lxmletree.py +plexpy/lib/html5lib/treewalkers/pulldom.py +plexpy/lib/html5lib/trie/__init__.py +plexpy/lib/html5lib/trie/_base.py +plexpy/lib/html5lib/trie/datrie.py +plexpy/lib/html5lib/trie/py.py +plexpy/lib/html5lib/utils.py +plexpy/lib/httplib2/__init__.py +plexpy/lib/httplib2/iri2uri.py +plexpy/lib/logutils/__init__.py +plexpy/lib/logutils/adapter.py +plexpy/lib/logutils/colorize.py +plexpy/lib/logutils/dictconfig.py +plexpy/lib/logutils/http.py +plexpy/lib/logutils/queue.py +plexpy/lib/logutils/redis.py +plexpy/lib/logutils/testing.py +plexpy/lib/mako/LICENSE +plexpy/lib/mako/README.rst +plexpy/lib/mako/__init__.py +plexpy/lib/mako/_ast_util.py +plexpy/lib/mako/ast.py +plexpy/lib/mako/cache.py +plexpy/lib/mako/cmd.py +plexpy/lib/mako/codegen.py +plexpy/lib/mako/compat.py +plexpy/lib/mako/exceptions.py +plexpy/lib/mako/ext/__init__.py +plexpy/lib/mako/ext/autohandler.py +plexpy/lib/mako/ext/babelplugin.py +plexpy/lib/mako/ext/beaker_cache.py +plexpy/lib/mako/ext/extract.py +plexpy/lib/mako/ext/linguaplugin.py +plexpy/lib/mako/ext/preprocessors.py +plexpy/lib/mako/ext/pygmentplugin.py +plexpy/lib/mako/ext/turbogears.py +plexpy/lib/mako/filters.py +plexpy/lib/mako/lexer.py +plexpy/lib/mako/lookup.py +plexpy/lib/mako/parsetree.py +plexpy/lib/mako/pygen.py +plexpy/lib/mako/pyparser.py +plexpy/lib/mako/runtime.py +plexpy/lib/mako/template.py +plexpy/lib/mako/util.py +plexpy/lib/munkres.py +plexpy/lib/mutagen/README.rst +plexpy/lib/mutagen/__init__.py +plexpy/lib/mutagen/_compat.py +plexpy/lib/mutagen/_constants.py +plexpy/lib/mutagen/_file.py +plexpy/lib/mutagen/_tags.py +plexpy/lib/mutagen/_util.py +plexpy/lib/mutagen/_vorbis.py +plexpy/lib/mutagen/aac.py +plexpy/lib/mutagen/aiff.py +plexpy/lib/mutagen/apev2.py +plexpy/lib/mutagen/asf.py +plexpy/lib/mutagen/easyid3.py +plexpy/lib/mutagen/easymp4.py +plexpy/lib/mutagen/flac.py +plexpy/lib/mutagen/id3/__init__.py +plexpy/lib/mutagen/id3/_frames.py +plexpy/lib/mutagen/id3/_specs.py +plexpy/lib/mutagen/id3/_util.py +plexpy/lib/mutagen/m4a.py +plexpy/lib/mutagen/monkeysaudio.py +plexpy/lib/mutagen/mp3.py +plexpy/lib/mutagen/mp4/__init__.py +plexpy/lib/mutagen/mp4/_as_entry.py +plexpy/lib/mutagen/mp4/_atom.py +plexpy/lib/mutagen/mp4/_util.py +plexpy/lib/mutagen/musepack.py +plexpy/lib/mutagen/ogg.py +plexpy/lib/mutagen/oggflac.py +plexpy/lib/mutagen/oggopus.py +plexpy/lib/mutagen/oggspeex.py +plexpy/lib/mutagen/oggtheora.py +plexpy/lib/mutagen/oggvorbis.py +plexpy/lib/mutagen/optimfrog.py +plexpy/lib/mutagen/trueaudio.py +plexpy/lib/mutagen/wavpack.py +plexpy/lib/oauth2/__init__.py +plexpy/lib/ordereddict.py +plexpy/lib/osxnotify/__init__.py +plexpy/lib/osxnotify/appIcon.icns +plexpy/lib/osxnotify/registerapp.py +plexpy/lib/pkg_resources.py +plexpy/lib/pygazelle/__init__.py +plexpy/lib/pygazelle/api.py +plexpy/lib/pygazelle/artist.py +plexpy/lib/pygazelle/category.py +plexpy/lib/pygazelle/encoding.py +plexpy/lib/pygazelle/format.py +plexpy/lib/pygazelle/inbox.py +plexpy/lib/pygazelle/media.py +plexpy/lib/pygazelle/release_type.py +plexpy/lib/pygazelle/request.py +plexpy/lib/pygazelle/tag.py +plexpy/lib/pygazelle/torrent.py +plexpy/lib/pygazelle/torrent_group.py +plexpy/lib/pygazelle/user.py +plexpy/lib/pynma/__init__.py +plexpy/lib/pynma/pynma.py +plexpy/lib/pythontwitter/__init__.py +plexpy/lib/pytz/LICENSE.txt +plexpy/lib/pytz/README.txt +plexpy/lib/pytz/__init__.py +plexpy/lib/pytz/exceptions.py +plexpy/lib/pytz/lazy.py +plexpy/lib/pytz/reference.py +plexpy/lib/pytz/tzfile.py +plexpy/lib/pytz/tzinfo.py +plexpy/lib/pytz/zoneinfo/Africa/Abidjan +plexpy/lib/pytz/zoneinfo/Africa/Accra +plexpy/lib/pytz/zoneinfo/Africa/Addis_Ababa +plexpy/lib/pytz/zoneinfo/Africa/Algiers +plexpy/lib/pytz/zoneinfo/Africa/Asmara +plexpy/lib/pytz/zoneinfo/Africa/Asmera +plexpy/lib/pytz/zoneinfo/Africa/Bamako +plexpy/lib/pytz/zoneinfo/Africa/Bangui +plexpy/lib/pytz/zoneinfo/Africa/Banjul +plexpy/lib/pytz/zoneinfo/Africa/Bissau +plexpy/lib/pytz/zoneinfo/Africa/Blantyre +plexpy/lib/pytz/zoneinfo/Africa/Brazzaville +plexpy/lib/pytz/zoneinfo/Africa/Bujumbura +plexpy/lib/pytz/zoneinfo/Africa/Cairo +plexpy/lib/pytz/zoneinfo/Africa/Casablanca +plexpy/lib/pytz/zoneinfo/Africa/Ceuta +plexpy/lib/pytz/zoneinfo/Africa/Conakry +plexpy/lib/pytz/zoneinfo/Africa/Dakar +plexpy/lib/pytz/zoneinfo/Africa/Dar_es_Salaam +plexpy/lib/pytz/zoneinfo/Africa/Djibouti +plexpy/lib/pytz/zoneinfo/Africa/Douala +plexpy/lib/pytz/zoneinfo/Africa/El_Aaiun +plexpy/lib/pytz/zoneinfo/Africa/Freetown +plexpy/lib/pytz/zoneinfo/Africa/Gaborone +plexpy/lib/pytz/zoneinfo/Africa/Harare +plexpy/lib/pytz/zoneinfo/Africa/Johannesburg +plexpy/lib/pytz/zoneinfo/Africa/Juba +plexpy/lib/pytz/zoneinfo/Africa/Kampala +plexpy/lib/pytz/zoneinfo/Africa/Khartoum +plexpy/lib/pytz/zoneinfo/Africa/Kigali +plexpy/lib/pytz/zoneinfo/Africa/Kinshasa +plexpy/lib/pytz/zoneinfo/Africa/Lagos +plexpy/lib/pytz/zoneinfo/Africa/Libreville +plexpy/lib/pytz/zoneinfo/Africa/Lome +plexpy/lib/pytz/zoneinfo/Africa/Luanda +plexpy/lib/pytz/zoneinfo/Africa/Lubumbashi +plexpy/lib/pytz/zoneinfo/Africa/Lusaka +plexpy/lib/pytz/zoneinfo/Africa/Malabo +plexpy/lib/pytz/zoneinfo/Africa/Maputo +plexpy/lib/pytz/zoneinfo/Africa/Maseru +plexpy/lib/pytz/zoneinfo/Africa/Mbabane +plexpy/lib/pytz/zoneinfo/Africa/Mogadishu +plexpy/lib/pytz/zoneinfo/Africa/Monrovia +plexpy/lib/pytz/zoneinfo/Africa/Nairobi +plexpy/lib/pytz/zoneinfo/Africa/Ndjamena +plexpy/lib/pytz/zoneinfo/Africa/Niamey +plexpy/lib/pytz/zoneinfo/Africa/Nouakchott +plexpy/lib/pytz/zoneinfo/Africa/Ouagadougou +plexpy/lib/pytz/zoneinfo/Africa/Porto-Novo +plexpy/lib/pytz/zoneinfo/Africa/Sao_Tome +plexpy/lib/pytz/zoneinfo/Africa/Timbuktu +plexpy/lib/pytz/zoneinfo/Africa/Tripoli +plexpy/lib/pytz/zoneinfo/Africa/Tunis +plexpy/lib/pytz/zoneinfo/Africa/Windhoek +plexpy/lib/pytz/zoneinfo/America/Adak +plexpy/lib/pytz/zoneinfo/America/Anchorage +plexpy/lib/pytz/zoneinfo/America/Anguilla +plexpy/lib/pytz/zoneinfo/America/Antigua +plexpy/lib/pytz/zoneinfo/America/Araguaina +plexpy/lib/pytz/zoneinfo/America/Argentina/Buenos_Aires +plexpy/lib/pytz/zoneinfo/America/Argentina/Catamarca +plexpy/lib/pytz/zoneinfo/America/Argentina/ComodRivadavia +plexpy/lib/pytz/zoneinfo/America/Argentina/Cordoba +plexpy/lib/pytz/zoneinfo/America/Argentina/Jujuy +plexpy/lib/pytz/zoneinfo/America/Argentina/La_Rioja +plexpy/lib/pytz/zoneinfo/America/Argentina/Mendoza +plexpy/lib/pytz/zoneinfo/America/Argentina/Rio_Gallegos +plexpy/lib/pytz/zoneinfo/America/Argentina/Salta +plexpy/lib/pytz/zoneinfo/America/Argentina/San_Juan +plexpy/lib/pytz/zoneinfo/America/Argentina/San_Luis +plexpy/lib/pytz/zoneinfo/America/Argentina/Tucuman +plexpy/lib/pytz/zoneinfo/America/Argentina/Ushuaia +plexpy/lib/pytz/zoneinfo/America/Aruba +plexpy/lib/pytz/zoneinfo/America/Asuncion +plexpy/lib/pytz/zoneinfo/America/Atikokan +plexpy/lib/pytz/zoneinfo/America/Atka +plexpy/lib/pytz/zoneinfo/America/Bahia +plexpy/lib/pytz/zoneinfo/America/Bahia_Banderas +plexpy/lib/pytz/zoneinfo/America/Barbados +plexpy/lib/pytz/zoneinfo/America/Belem +plexpy/lib/pytz/zoneinfo/America/Belize +plexpy/lib/pytz/zoneinfo/America/Blanc-Sablon +plexpy/lib/pytz/zoneinfo/America/Boa_Vista +plexpy/lib/pytz/zoneinfo/America/Bogota +plexpy/lib/pytz/zoneinfo/America/Boise +plexpy/lib/pytz/zoneinfo/America/Buenos_Aires +plexpy/lib/pytz/zoneinfo/America/Cambridge_Bay +plexpy/lib/pytz/zoneinfo/America/Campo_Grande +plexpy/lib/pytz/zoneinfo/America/Cancun +plexpy/lib/pytz/zoneinfo/America/Caracas +plexpy/lib/pytz/zoneinfo/America/Catamarca +plexpy/lib/pytz/zoneinfo/America/Cayenne +plexpy/lib/pytz/zoneinfo/America/Cayman +plexpy/lib/pytz/zoneinfo/America/Chicago +plexpy/lib/pytz/zoneinfo/America/Chihuahua +plexpy/lib/pytz/zoneinfo/America/Coral_Harbour +plexpy/lib/pytz/zoneinfo/America/Cordoba +plexpy/lib/pytz/zoneinfo/America/Costa_Rica +plexpy/lib/pytz/zoneinfo/America/Creston +plexpy/lib/pytz/zoneinfo/America/Cuiaba +plexpy/lib/pytz/zoneinfo/America/Curacao +plexpy/lib/pytz/zoneinfo/America/Danmarkshavn +plexpy/lib/pytz/zoneinfo/America/Dawson +plexpy/lib/pytz/zoneinfo/America/Dawson_Creek +plexpy/lib/pytz/zoneinfo/America/Denver +plexpy/lib/pytz/zoneinfo/America/Detroit +plexpy/lib/pytz/zoneinfo/America/Dominica +plexpy/lib/pytz/zoneinfo/America/Edmonton +plexpy/lib/pytz/zoneinfo/America/Eirunepe +plexpy/lib/pytz/zoneinfo/America/El_Salvador +plexpy/lib/pytz/zoneinfo/America/Ensenada +plexpy/lib/pytz/zoneinfo/America/Fort_Wayne +plexpy/lib/pytz/zoneinfo/America/Fortaleza +plexpy/lib/pytz/zoneinfo/America/Glace_Bay +plexpy/lib/pytz/zoneinfo/America/Godthab +plexpy/lib/pytz/zoneinfo/America/Goose_Bay +plexpy/lib/pytz/zoneinfo/America/Grand_Turk +plexpy/lib/pytz/zoneinfo/America/Grenada +plexpy/lib/pytz/zoneinfo/America/Guadeloupe +plexpy/lib/pytz/zoneinfo/America/Guatemala +plexpy/lib/pytz/zoneinfo/America/Guayaquil +plexpy/lib/pytz/zoneinfo/America/Guyana +plexpy/lib/pytz/zoneinfo/America/Halifax +plexpy/lib/pytz/zoneinfo/America/Havana +plexpy/lib/pytz/zoneinfo/America/Hermosillo +plexpy/lib/pytz/zoneinfo/America/Indiana/Indianapolis +plexpy/lib/pytz/zoneinfo/America/Indiana/Knox +plexpy/lib/pytz/zoneinfo/America/Indiana/Marengo +plexpy/lib/pytz/zoneinfo/America/Indiana/Petersburg +plexpy/lib/pytz/zoneinfo/America/Indiana/Tell_City +plexpy/lib/pytz/zoneinfo/America/Indiana/Vevay +plexpy/lib/pytz/zoneinfo/America/Indiana/Vincennes +plexpy/lib/pytz/zoneinfo/America/Indiana/Winamac +plexpy/lib/pytz/zoneinfo/America/Indianapolis +plexpy/lib/pytz/zoneinfo/America/Inuvik +plexpy/lib/pytz/zoneinfo/America/Iqaluit +plexpy/lib/pytz/zoneinfo/America/Jamaica +plexpy/lib/pytz/zoneinfo/America/Jujuy +plexpy/lib/pytz/zoneinfo/America/Juneau +plexpy/lib/pytz/zoneinfo/America/Kentucky/Louisville +plexpy/lib/pytz/zoneinfo/America/Kentucky/Monticello +plexpy/lib/pytz/zoneinfo/America/Knox_IN +plexpy/lib/pytz/zoneinfo/America/Kralendijk +plexpy/lib/pytz/zoneinfo/America/La_Paz +plexpy/lib/pytz/zoneinfo/America/Lima +plexpy/lib/pytz/zoneinfo/America/Los_Angeles +plexpy/lib/pytz/zoneinfo/America/Louisville +plexpy/lib/pytz/zoneinfo/America/Lower_Princes +plexpy/lib/pytz/zoneinfo/America/Maceio +plexpy/lib/pytz/zoneinfo/America/Managua +plexpy/lib/pytz/zoneinfo/America/Manaus +plexpy/lib/pytz/zoneinfo/America/Marigot +plexpy/lib/pytz/zoneinfo/America/Martinique +plexpy/lib/pytz/zoneinfo/America/Matamoros +plexpy/lib/pytz/zoneinfo/America/Mazatlan +plexpy/lib/pytz/zoneinfo/America/Mendoza +plexpy/lib/pytz/zoneinfo/America/Menominee +plexpy/lib/pytz/zoneinfo/America/Merida +plexpy/lib/pytz/zoneinfo/America/Metlakatla +plexpy/lib/pytz/zoneinfo/America/Mexico_City +plexpy/lib/pytz/zoneinfo/America/Miquelon +plexpy/lib/pytz/zoneinfo/America/Moncton +plexpy/lib/pytz/zoneinfo/America/Monterrey +plexpy/lib/pytz/zoneinfo/America/Montevideo +plexpy/lib/pytz/zoneinfo/America/Montreal +plexpy/lib/pytz/zoneinfo/America/Montserrat +plexpy/lib/pytz/zoneinfo/America/Nassau +plexpy/lib/pytz/zoneinfo/America/New_York +plexpy/lib/pytz/zoneinfo/America/Nipigon +plexpy/lib/pytz/zoneinfo/America/Nome +plexpy/lib/pytz/zoneinfo/America/Noronha +plexpy/lib/pytz/zoneinfo/America/North_Dakota/Beulah +plexpy/lib/pytz/zoneinfo/America/North_Dakota/Center +plexpy/lib/pytz/zoneinfo/America/North_Dakota/New_Salem +plexpy/lib/pytz/zoneinfo/America/Ojinaga +plexpy/lib/pytz/zoneinfo/America/Panama +plexpy/lib/pytz/zoneinfo/America/Pangnirtung +plexpy/lib/pytz/zoneinfo/America/Paramaribo +plexpy/lib/pytz/zoneinfo/America/Phoenix +plexpy/lib/pytz/zoneinfo/America/Port-au-Prince +plexpy/lib/pytz/zoneinfo/America/Port_of_Spain +plexpy/lib/pytz/zoneinfo/America/Porto_Acre +plexpy/lib/pytz/zoneinfo/America/Porto_Velho +plexpy/lib/pytz/zoneinfo/America/Puerto_Rico +plexpy/lib/pytz/zoneinfo/America/Rainy_River +plexpy/lib/pytz/zoneinfo/America/Rankin_Inlet +plexpy/lib/pytz/zoneinfo/America/Recife +plexpy/lib/pytz/zoneinfo/America/Regina +plexpy/lib/pytz/zoneinfo/America/Resolute +plexpy/lib/pytz/zoneinfo/America/Rio_Branco +plexpy/lib/pytz/zoneinfo/America/Rosario +plexpy/lib/pytz/zoneinfo/America/Santa_Isabel +plexpy/lib/pytz/zoneinfo/America/Santarem +plexpy/lib/pytz/zoneinfo/America/Santiago +plexpy/lib/pytz/zoneinfo/America/Santo_Domingo +plexpy/lib/pytz/zoneinfo/America/Sao_Paulo +plexpy/lib/pytz/zoneinfo/America/Scoresbysund +plexpy/lib/pytz/zoneinfo/America/Shiprock +plexpy/lib/pytz/zoneinfo/America/Sitka +plexpy/lib/pytz/zoneinfo/America/St_Barthelemy +plexpy/lib/pytz/zoneinfo/America/St_Johns +plexpy/lib/pytz/zoneinfo/America/St_Kitts +plexpy/lib/pytz/zoneinfo/America/St_Lucia +plexpy/lib/pytz/zoneinfo/America/St_Thomas +plexpy/lib/pytz/zoneinfo/America/St_Vincent +plexpy/lib/pytz/zoneinfo/America/Swift_Current +plexpy/lib/pytz/zoneinfo/America/Tegucigalpa +plexpy/lib/pytz/zoneinfo/America/Thule +plexpy/lib/pytz/zoneinfo/America/Thunder_Bay +plexpy/lib/pytz/zoneinfo/America/Tijuana +plexpy/lib/pytz/zoneinfo/America/Toronto +plexpy/lib/pytz/zoneinfo/America/Tortola +plexpy/lib/pytz/zoneinfo/America/Vancouver +plexpy/lib/pytz/zoneinfo/America/Virgin +plexpy/lib/pytz/zoneinfo/America/Whitehorse +plexpy/lib/pytz/zoneinfo/America/Winnipeg +plexpy/lib/pytz/zoneinfo/America/Yakutat +plexpy/lib/pytz/zoneinfo/America/Yellowknife +plexpy/lib/pytz/zoneinfo/Antarctica/Casey +plexpy/lib/pytz/zoneinfo/Antarctica/Davis +plexpy/lib/pytz/zoneinfo/Antarctica/DumontDUrville +plexpy/lib/pytz/zoneinfo/Antarctica/Macquarie +plexpy/lib/pytz/zoneinfo/Antarctica/Mawson +plexpy/lib/pytz/zoneinfo/Antarctica/McMurdo +plexpy/lib/pytz/zoneinfo/Antarctica/Palmer +plexpy/lib/pytz/zoneinfo/Antarctica/Rothera +plexpy/lib/pytz/zoneinfo/Antarctica/South_Pole +plexpy/lib/pytz/zoneinfo/Antarctica/Syowa +plexpy/lib/pytz/zoneinfo/Antarctica/Troll +plexpy/lib/pytz/zoneinfo/Antarctica/Vostok +plexpy/lib/pytz/zoneinfo/Arctic/Longyearbyen +plexpy/lib/pytz/zoneinfo/Asia/Aden +plexpy/lib/pytz/zoneinfo/Asia/Almaty +plexpy/lib/pytz/zoneinfo/Asia/Amman +plexpy/lib/pytz/zoneinfo/Asia/Anadyr +plexpy/lib/pytz/zoneinfo/Asia/Aqtau +plexpy/lib/pytz/zoneinfo/Asia/Aqtobe +plexpy/lib/pytz/zoneinfo/Asia/Ashgabat +plexpy/lib/pytz/zoneinfo/Asia/Ashkhabad +plexpy/lib/pytz/zoneinfo/Asia/Baghdad +plexpy/lib/pytz/zoneinfo/Asia/Bahrain +plexpy/lib/pytz/zoneinfo/Asia/Baku +plexpy/lib/pytz/zoneinfo/Asia/Bangkok +plexpy/lib/pytz/zoneinfo/Asia/Beirut +plexpy/lib/pytz/zoneinfo/Asia/Bishkek +plexpy/lib/pytz/zoneinfo/Asia/Brunei +plexpy/lib/pytz/zoneinfo/Asia/Calcutta +plexpy/lib/pytz/zoneinfo/Asia/Chita +plexpy/lib/pytz/zoneinfo/Asia/Choibalsan +plexpy/lib/pytz/zoneinfo/Asia/Chongqing +plexpy/lib/pytz/zoneinfo/Asia/Chungking +plexpy/lib/pytz/zoneinfo/Asia/Colombo +plexpy/lib/pytz/zoneinfo/Asia/Dacca +plexpy/lib/pytz/zoneinfo/Asia/Damascus +plexpy/lib/pytz/zoneinfo/Asia/Dhaka +plexpy/lib/pytz/zoneinfo/Asia/Dili +plexpy/lib/pytz/zoneinfo/Asia/Dubai +plexpy/lib/pytz/zoneinfo/Asia/Dushanbe +plexpy/lib/pytz/zoneinfo/Asia/Gaza +plexpy/lib/pytz/zoneinfo/Asia/Harbin +plexpy/lib/pytz/zoneinfo/Asia/Hebron +plexpy/lib/pytz/zoneinfo/Asia/Ho_Chi_Minh +plexpy/lib/pytz/zoneinfo/Asia/Hong_Kong +plexpy/lib/pytz/zoneinfo/Asia/Hovd +plexpy/lib/pytz/zoneinfo/Asia/Irkutsk +plexpy/lib/pytz/zoneinfo/Asia/Istanbul +plexpy/lib/pytz/zoneinfo/Asia/Jakarta +plexpy/lib/pytz/zoneinfo/Asia/Jayapura +plexpy/lib/pytz/zoneinfo/Asia/Jerusalem +plexpy/lib/pytz/zoneinfo/Asia/Kabul +plexpy/lib/pytz/zoneinfo/Asia/Kamchatka +plexpy/lib/pytz/zoneinfo/Asia/Karachi +plexpy/lib/pytz/zoneinfo/Asia/Kashgar +plexpy/lib/pytz/zoneinfo/Asia/Kathmandu +plexpy/lib/pytz/zoneinfo/Asia/Katmandu +plexpy/lib/pytz/zoneinfo/Asia/Khandyga +plexpy/lib/pytz/zoneinfo/Asia/Kolkata +plexpy/lib/pytz/zoneinfo/Asia/Krasnoyarsk +plexpy/lib/pytz/zoneinfo/Asia/Kuala_Lumpur +plexpy/lib/pytz/zoneinfo/Asia/Kuching +plexpy/lib/pytz/zoneinfo/Asia/Kuwait +plexpy/lib/pytz/zoneinfo/Asia/Macao +plexpy/lib/pytz/zoneinfo/Asia/Macau +plexpy/lib/pytz/zoneinfo/Asia/Magadan +plexpy/lib/pytz/zoneinfo/Asia/Makassar +plexpy/lib/pytz/zoneinfo/Asia/Manila +plexpy/lib/pytz/zoneinfo/Asia/Muscat +plexpy/lib/pytz/zoneinfo/Asia/Nicosia +plexpy/lib/pytz/zoneinfo/Asia/Novokuznetsk +plexpy/lib/pytz/zoneinfo/Asia/Novosibirsk +plexpy/lib/pytz/zoneinfo/Asia/Omsk +plexpy/lib/pytz/zoneinfo/Asia/Oral +plexpy/lib/pytz/zoneinfo/Asia/Phnom_Penh +plexpy/lib/pytz/zoneinfo/Asia/Pontianak +plexpy/lib/pytz/zoneinfo/Asia/Pyongyang +plexpy/lib/pytz/zoneinfo/Asia/Qatar +plexpy/lib/pytz/zoneinfo/Asia/Qyzylorda +plexpy/lib/pytz/zoneinfo/Asia/Rangoon +plexpy/lib/pytz/zoneinfo/Asia/Riyadh +plexpy/lib/pytz/zoneinfo/Asia/Saigon +plexpy/lib/pytz/zoneinfo/Asia/Sakhalin +plexpy/lib/pytz/zoneinfo/Asia/Samarkand +plexpy/lib/pytz/zoneinfo/Asia/Seoul +plexpy/lib/pytz/zoneinfo/Asia/Shanghai +plexpy/lib/pytz/zoneinfo/Asia/Singapore +plexpy/lib/pytz/zoneinfo/Asia/Srednekolymsk +plexpy/lib/pytz/zoneinfo/Asia/Taipei +plexpy/lib/pytz/zoneinfo/Asia/Tashkent +plexpy/lib/pytz/zoneinfo/Asia/Tbilisi +plexpy/lib/pytz/zoneinfo/Asia/Tehran +plexpy/lib/pytz/zoneinfo/Asia/Tel_Aviv +plexpy/lib/pytz/zoneinfo/Asia/Thimbu +plexpy/lib/pytz/zoneinfo/Asia/Thimphu +plexpy/lib/pytz/zoneinfo/Asia/Tokyo +plexpy/lib/pytz/zoneinfo/Asia/Ujung_Pandang +plexpy/lib/pytz/zoneinfo/Asia/Ulaanbaatar +plexpy/lib/pytz/zoneinfo/Asia/Ulan_Bator +plexpy/lib/pytz/zoneinfo/Asia/Urumqi +plexpy/lib/pytz/zoneinfo/Asia/Ust-Nera +plexpy/lib/pytz/zoneinfo/Asia/Vientiane +plexpy/lib/pytz/zoneinfo/Asia/Vladivostok +plexpy/lib/pytz/zoneinfo/Asia/Yakutsk +plexpy/lib/pytz/zoneinfo/Asia/Yekaterinburg +plexpy/lib/pytz/zoneinfo/Asia/Yerevan +plexpy/lib/pytz/zoneinfo/Atlantic/Azores +plexpy/lib/pytz/zoneinfo/Atlantic/Bermuda +plexpy/lib/pytz/zoneinfo/Atlantic/Canary +plexpy/lib/pytz/zoneinfo/Atlantic/Cape_Verde +plexpy/lib/pytz/zoneinfo/Atlantic/Faeroe +plexpy/lib/pytz/zoneinfo/Atlantic/Faroe +plexpy/lib/pytz/zoneinfo/Atlantic/Jan_Mayen +plexpy/lib/pytz/zoneinfo/Atlantic/Madeira +plexpy/lib/pytz/zoneinfo/Atlantic/Reykjavik +plexpy/lib/pytz/zoneinfo/Atlantic/South_Georgia +plexpy/lib/pytz/zoneinfo/Atlantic/St_Helena +plexpy/lib/pytz/zoneinfo/Atlantic/Stanley +plexpy/lib/pytz/zoneinfo/Australia/ACT +plexpy/lib/pytz/zoneinfo/Australia/Adelaide +plexpy/lib/pytz/zoneinfo/Australia/Brisbane +plexpy/lib/pytz/zoneinfo/Australia/Broken_Hill +plexpy/lib/pytz/zoneinfo/Australia/Canberra +plexpy/lib/pytz/zoneinfo/Australia/Currie +plexpy/lib/pytz/zoneinfo/Australia/Darwin +plexpy/lib/pytz/zoneinfo/Australia/Eucla +plexpy/lib/pytz/zoneinfo/Australia/Hobart +plexpy/lib/pytz/zoneinfo/Australia/LHI +plexpy/lib/pytz/zoneinfo/Australia/Lindeman +plexpy/lib/pytz/zoneinfo/Australia/Lord_Howe +plexpy/lib/pytz/zoneinfo/Australia/Melbourne +plexpy/lib/pytz/zoneinfo/Australia/NSW +plexpy/lib/pytz/zoneinfo/Australia/North +plexpy/lib/pytz/zoneinfo/Australia/Perth +plexpy/lib/pytz/zoneinfo/Australia/Queensland +plexpy/lib/pytz/zoneinfo/Australia/South +plexpy/lib/pytz/zoneinfo/Australia/Sydney +plexpy/lib/pytz/zoneinfo/Australia/Tasmania +plexpy/lib/pytz/zoneinfo/Australia/Victoria +plexpy/lib/pytz/zoneinfo/Australia/West +plexpy/lib/pytz/zoneinfo/Australia/Yancowinna +plexpy/lib/pytz/zoneinfo/Brazil/Acre +plexpy/lib/pytz/zoneinfo/Brazil/DeNoronha +plexpy/lib/pytz/zoneinfo/Brazil/East +plexpy/lib/pytz/zoneinfo/Brazil/West +plexpy/lib/pytz/zoneinfo/CET +plexpy/lib/pytz/zoneinfo/CST6CDT +plexpy/lib/pytz/zoneinfo/Canada/Atlantic +plexpy/lib/pytz/zoneinfo/Canada/Central +plexpy/lib/pytz/zoneinfo/Canada/East-Saskatchewan +plexpy/lib/pytz/zoneinfo/Canada/Eastern +plexpy/lib/pytz/zoneinfo/Canada/Mountain +plexpy/lib/pytz/zoneinfo/Canada/Newfoundland +plexpy/lib/pytz/zoneinfo/Canada/Pacific +plexpy/lib/pytz/zoneinfo/Canada/Saskatchewan +plexpy/lib/pytz/zoneinfo/Canada/Yukon +plexpy/lib/pytz/zoneinfo/Chile/Continental +plexpy/lib/pytz/zoneinfo/Chile/EasterIsland +plexpy/lib/pytz/zoneinfo/Cuba +plexpy/lib/pytz/zoneinfo/EET +plexpy/lib/pytz/zoneinfo/EST +plexpy/lib/pytz/zoneinfo/EST5EDT +plexpy/lib/pytz/zoneinfo/Egypt +plexpy/lib/pytz/zoneinfo/Eire +plexpy/lib/pytz/zoneinfo/Etc/GMT +plexpy/lib/pytz/zoneinfo/Etc/GMT+0 +plexpy/lib/pytz/zoneinfo/Etc/GMT+1 +plexpy/lib/pytz/zoneinfo/Etc/GMT+10 +plexpy/lib/pytz/zoneinfo/Etc/GMT+11 +plexpy/lib/pytz/zoneinfo/Etc/GMT+12 +plexpy/lib/pytz/zoneinfo/Etc/GMT+2 +plexpy/lib/pytz/zoneinfo/Etc/GMT+3 +plexpy/lib/pytz/zoneinfo/Etc/GMT+4 +plexpy/lib/pytz/zoneinfo/Etc/GMT+5 +plexpy/lib/pytz/zoneinfo/Etc/GMT+6 +plexpy/lib/pytz/zoneinfo/Etc/GMT+7 +plexpy/lib/pytz/zoneinfo/Etc/GMT+8 +plexpy/lib/pytz/zoneinfo/Etc/GMT+9 +plexpy/lib/pytz/zoneinfo/Etc/GMT-0 +plexpy/lib/pytz/zoneinfo/Etc/GMT-1 +plexpy/lib/pytz/zoneinfo/Etc/GMT-10 +plexpy/lib/pytz/zoneinfo/Etc/GMT-11 +plexpy/lib/pytz/zoneinfo/Etc/GMT-12 +plexpy/lib/pytz/zoneinfo/Etc/GMT-13 +plexpy/lib/pytz/zoneinfo/Etc/GMT-14 +plexpy/lib/pytz/zoneinfo/Etc/GMT-2 +plexpy/lib/pytz/zoneinfo/Etc/GMT-3 +plexpy/lib/pytz/zoneinfo/Etc/GMT-4 +plexpy/lib/pytz/zoneinfo/Etc/GMT-5 +plexpy/lib/pytz/zoneinfo/Etc/GMT-6 +plexpy/lib/pytz/zoneinfo/Etc/GMT-7 +plexpy/lib/pytz/zoneinfo/Etc/GMT-8 +plexpy/lib/pytz/zoneinfo/Etc/GMT-9 +plexpy/lib/pytz/zoneinfo/Etc/GMT0 +plexpy/lib/pytz/zoneinfo/Etc/Greenwich +plexpy/lib/pytz/zoneinfo/Etc/UCT +plexpy/lib/pytz/zoneinfo/Etc/UTC +plexpy/lib/pytz/zoneinfo/Etc/Universal +plexpy/lib/pytz/zoneinfo/Etc/Zulu +plexpy/lib/pytz/zoneinfo/Europe/Amsterdam +plexpy/lib/pytz/zoneinfo/Europe/Andorra +plexpy/lib/pytz/zoneinfo/Europe/Athens +plexpy/lib/pytz/zoneinfo/Europe/Belfast +plexpy/lib/pytz/zoneinfo/Europe/Belgrade +plexpy/lib/pytz/zoneinfo/Europe/Berlin +plexpy/lib/pytz/zoneinfo/Europe/Bratislava +plexpy/lib/pytz/zoneinfo/Europe/Brussels +plexpy/lib/pytz/zoneinfo/Europe/Bucharest +plexpy/lib/pytz/zoneinfo/Europe/Budapest +plexpy/lib/pytz/zoneinfo/Europe/Busingen +plexpy/lib/pytz/zoneinfo/Europe/Chisinau +plexpy/lib/pytz/zoneinfo/Europe/Copenhagen +plexpy/lib/pytz/zoneinfo/Europe/Dublin +plexpy/lib/pytz/zoneinfo/Europe/Gibraltar +plexpy/lib/pytz/zoneinfo/Europe/Guernsey +plexpy/lib/pytz/zoneinfo/Europe/Helsinki +plexpy/lib/pytz/zoneinfo/Europe/Isle_of_Man +plexpy/lib/pytz/zoneinfo/Europe/Istanbul *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Fri Jan 22 22:28:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A055A8E23D; Fri, 22 Jan 2016 22:28:10 +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 403481D69; Fri, 22 Jan 2016 22:28:10 +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 u0MMS9dW047677; Fri, 22 Jan 2016 22:28:09 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MMS9XA047673; Fri, 22 Jan 2016 22:28:09 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601222228.u0MMS9XA047673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 22 Jan 2016 22:28:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406948 - in head/www/elixir-webassembly: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 22:28:10 -0000 Author: olgeni Date: Fri Jan 22 22:28:08 2016 New Revision: 406948 URL: https://svnweb.freebsd.org/changeset/ports/406948 Log: Upgrade www/elixir-webassembly to version 0.6.1. Modified: head/www/elixir-webassembly/Makefile head/www/elixir-webassembly/distinfo head/www/elixir-webassembly/files/patch-mix.exs Modified: head/www/elixir-webassembly/Makefile ============================================================================== --- head/www/elixir-webassembly/Makefile Fri Jan 22 22:01:58 2016 (r406947) +++ head/www/elixir-webassembly/Makefile Fri Jan 22 22:28:08 2016 (r406948) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= webassembly -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-webassembly/distinfo ============================================================================== --- head/www/elixir-webassembly/distinfo Fri Jan 22 22:01:58 2016 (r406947) +++ head/www/elixir-webassembly/distinfo Fri Jan 22 22:28:08 2016 (r406948) @@ -1,2 +1,2 @@ -SHA256 (herenowcoder-webassembly-v0.6.0_GH0.tar.gz) = 0aa05d8b34901358a7c62e322f25a9b1f99adcca1354bbefd64ef42fa3148f78 -SIZE (herenowcoder-webassembly-v0.6.0_GH0.tar.gz) = 12067 +SHA256 (herenowcoder-webassembly-v0.6.1_GH0.tar.gz) = a585407544e165e5d5d6c97407a84c77e276c524c5d0b4e0e2c44939f1fe3c28 +SIZE (herenowcoder-webassembly-v0.6.1_GH0.tar.gz) = 11704 Modified: head/www/elixir-webassembly/files/patch-mix.exs ============================================================================== --- head/www/elixir-webassembly/files/patch-mix.exs Fri Jan 22 22:01:58 2016 (r406947) +++ head/www/elixir-webassembly/files/patch-mix.exs Fri Jan 22 22:28:08 2016 (r406948) @@ -1,10 +1,9 @@ ---- mix.exs.orig 2015-10-14 03:03:56 UTC +--- mix.exs.orig 2016-01-22 18:42:10 UTC +++ mix.exs -@@ -5,8 +5,6 @@ defmodule WebAssembly.Mixfile do - [app: :webassembly, +@@ -6,7 +6,6 @@ defmodule WebAssembly.Mixfile do docs: [main: WebAssembly], - version: "0.6.0", -- elixir: "~> 1.0", + version: "0.6.1", + elixir: "~> 1.0", - deps: deps, description: description, package: package, From owner-svn-ports-head@freebsd.org Fri Jan 22 22:30:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4404A8E2E8; Fri, 22 Jan 2016 22:30:26 +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 745861E7C; Fri, 22 Jan 2016 22:30:26 +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 u0MMUP5l047878; Fri, 22 Jan 2016 22:30:25 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MMUPgR047876; Fri, 22 Jan 2016 22:30:25 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601222230.u0MMUPgR047876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 22 Jan 2016 22:30:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406949 - head/www/elixir-phoenix_ecto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 22:30:26 -0000 Author: olgeni Date: Fri Jan 22 22:30:25 2016 New Revision: 406949 URL: https://svnweb.freebsd.org/changeset/ports/406949 Log: Upgrade www/elixir-phoenix_ecto to version 2.0.1. Modified: head/www/elixir-phoenix_ecto/Makefile head/www/elixir-phoenix_ecto/distinfo Modified: head/www/elixir-phoenix_ecto/Makefile ============================================================================== --- head/www/elixir-phoenix_ecto/Makefile Fri Jan 22 22:28:08 2016 (r406948) +++ head/www/elixir-phoenix_ecto/Makefile Fri Jan 22 22:30:25 2016 (r406949) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phoenix_ecto -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-phoenix_ecto/distinfo ============================================================================== --- head/www/elixir-phoenix_ecto/distinfo Fri Jan 22 22:28:08 2016 (r406948) +++ head/www/elixir-phoenix_ecto/distinfo Fri Jan 22 22:30:25 2016 (r406949) @@ -1,2 +1,2 @@ -SHA256 (phoenixframework-phoenix_ecto-v2.0.0_GH0.tar.gz) = 61ef51e0b43d0142e4e5c4d6cfd3f60fa38f2acfb7066236ac3f1206ed65ce48 -SIZE (phoenixframework-phoenix_ecto-v2.0.0_GH0.tar.gz) = 8446 +SHA256 (phoenixframework-phoenix_ecto-v2.0.1_GH0.tar.gz) = 0c7a8237918714e5bed206deadc3bafb2645e526d535857626370653d8ff6c8e +SIZE (phoenixframework-phoenix_ecto-v2.0.1_GH0.tar.gz) = 8456 From owner-svn-ports-head@freebsd.org Fri Jan 22 22:37:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD31EA8E5CE; Fri, 22 Jan 2016 22:37:43 +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 8EF441351; Fri, 22 Jan 2016 22:37:43 +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 u0MMbgb1050809; Fri, 22 Jan 2016 22:37:42 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MMbggp050806; Fri, 22 Jan 2016 22:37:42 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601222237.u0MMbggp050806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 22 Jan 2016 22:37:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406950 - head/devel/elixir-hex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 22:37:44 -0000 Author: olgeni Date: Fri Jan 22 22:37:42 2016 New Revision: 406950 URL: https://svnweb.freebsd.org/changeset/ports/406950 Log: Upgrade devel/elixir-hex to version 0.10.2. Modified: head/devel/elixir-hex/Makefile head/devel/elixir-hex/distinfo head/devel/elixir-hex/pkg-plist Modified: head/devel/elixir-hex/Makefile ============================================================================== --- head/devel/elixir-hex/Makefile Fri Jan 22 22:30:25 2016 (r406949) +++ head/devel/elixir-hex/Makefile Fri Jan 22 22:37:42 2016 (r406950) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hex -PORTVERSION= 0.10.1 +PORTVERSION= 0.10.2 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-hex/distinfo ============================================================================== --- head/devel/elixir-hex/distinfo Fri Jan 22 22:30:25 2016 (r406949) +++ head/devel/elixir-hex/distinfo Fri Jan 22 22:37:42 2016 (r406950) @@ -1,2 +1,2 @@ -SHA256 (hexpm-hex-v0.10.1_GH0.tar.gz) = 655e990aeaa07ab91bd58d8c46c7b9b2dcc710b4eb67b9febfebc39205163c26 -SIZE (hexpm-hex-v0.10.1_GH0.tar.gz) = 201795 +SHA256 (hexpm-hex-v0.10.2_GH0.tar.gz) = 17b482a59ef5611ca9cb1b573d75269a293f38ec6b561bd33e2539c05777073d +SIZE (hexpm-hex-v0.10.2_GH0.tar.gz) = 205012 Modified: head/devel/elixir-hex/pkg-plist ============================================================================== --- head/devel/elixir-hex/pkg-plist Fri Jan 22 22:30:25 2016 (r406949) +++ head/devel/elixir-hex/pkg-plist Fri Jan 22 22:37:42 2016 (r406950) @@ -14,12 +14,15 @@ lib/elixir/lib/hex/ebin/Elixir.Hex.Mix.b lib/elixir/lib/hex/ebin/Elixir.Hex.Parallel.beam lib/elixir/lib/hex/ebin/Elixir.Hex.Registry.beam lib/elixir/lib/hex/ebin/Elixir.Hex.RemoteConverger.beam +lib/elixir/lib/hex/ebin/Elixir.Hex.Resolver.Backtracks.beam +lib/elixir/lib/hex/ebin/Elixir.Hex.Resolver.Experimental.beam lib/elixir/lib/hex/ebin/Elixir.Hex.Resolver.beam lib/elixir/lib/hex/ebin/Elixir.Hex.SCM.beam lib/elixir/lib/hex/ebin/Elixir.Hex.Shell.beam lib/elixir/lib/hex/ebin/Elixir.Hex.State.beam lib/elixir/lib/hex/ebin/Elixir.Hex.Tar.beam lib/elixir/lib/hex/ebin/Elixir.Hex.Utils.beam +lib/elixir/lib/hex/ebin/Elixir.Hex.Version.beam lib/elixir/lib/hex/ebin/Elixir.Hex.beam lib/elixir/lib/hex/ebin/Elixir.Mix.Hex.Build.beam lib/elixir/lib/hex/ebin/Elixir.Mix.Hex.Utils.beam @@ -54,11 +57,14 @@ lib/elixir/lib/hex/lib/hex/parallel.ex lib/elixir/lib/hex/lib/hex/registry.ex lib/elixir/lib/hex/lib/hex/remote_converger.ex lib/elixir/lib/hex/lib/hex/resolver.ex +lib/elixir/lib/hex/lib/hex/resolver/backtracks.ex +lib/elixir/lib/hex/lib/hex/resolver/experimental.ex lib/elixir/lib/hex/lib/hex/scm.ex lib/elixir/lib/hex/lib/hex/shell.ex lib/elixir/lib/hex/lib/hex/state.ex lib/elixir/lib/hex/lib/hex/tar.ex lib/elixir/lib/hex/lib/hex/utils.ex +lib/elixir/lib/hex/lib/hex/version.ex lib/elixir/lib/hex/lib/mix/hex/build.ex lib/elixir/lib/hex/lib/mix/hex/utils.ex lib/elixir/lib/hex/lib/mix/tasks/hex.ex From owner-svn-ports-head@freebsd.org Fri Jan 22 22:38:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21BA2A8E61D; Fri, 22 Jan 2016 22:38:22 +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 E6AB71488; Fri, 22 Jan 2016 22:38:21 +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 u0MMcKA3050942; Fri, 22 Jan 2016 22:38:20 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MMcKpX050940; Fri, 22 Jan 2016 22:38:20 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601222238.u0MMcKpX050940@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 22 Jan 2016 22:38:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406951 - head/databases/elixir-ecto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 22:38:22 -0000 Author: olgeni Date: Fri Jan 22 22:38:20 2016 New Revision: 406951 URL: https://svnweb.freebsd.org/changeset/ports/406951 Log: Upgrade databases/elixir-ecto to version 1.1.3. Modified: head/databases/elixir-ecto/Makefile head/databases/elixir-ecto/distinfo Modified: head/databases/elixir-ecto/Makefile ============================================================================== --- head/databases/elixir-ecto/Makefile Fri Jan 22 22:37:42 2016 (r406950) +++ head/databases/elixir-ecto/Makefile Fri Jan 22 22:38:20 2016 (r406951) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ecto -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-ecto/distinfo ============================================================================== --- head/databases/elixir-ecto/distinfo Fri Jan 22 22:37:42 2016 (r406950) +++ head/databases/elixir-ecto/distinfo Fri Jan 22 22:38:20 2016 (r406951) @@ -1,2 +1,2 @@ -SHA256 (elixir-lang-ecto-v1.1.2_GH0.tar.gz) = 691b61604349d6ec569886ff0ae3c81c1af68bf42be3c3f1c573a2433e00ce27 -SIZE (elixir-lang-ecto-v1.1.2_GH0.tar.gz) = 221017 +SHA256 (elixir-lang-ecto-v1.1.3_GH0.tar.gz) = d711ff4117e0fc50356f89524eda8150f16f361f81d5b7c894d509f62566f732 +SIZE (elixir-lang-ecto-v1.1.3_GH0.tar.gz) = 221071 From owner-svn-ports-head@freebsd.org Fri Jan 22 23:01:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C95B7A8ED86; Fri, 22 Jan 2016 23:01:46 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95C7D10E3; Fri, 22 Jan 2016 23:01:46 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MN1jwO057438; Fri, 22 Jan 2016 23:01:45 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MN1jma057436; Fri, 22 Jan 2016 23:01:45 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201601222301.u0MN1jma057436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Fri, 22 Jan 2016 23:01:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406952 - head/sysutils/bacula-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 23:01:46 -0000 Author: dvl Date: Fri Jan 22 23:01:45 2016 New Revision: 406952 URL: https://svnweb.freebsd.org/changeset/ports/406952 Log: Add missing @sample Bump PORTREVISION Pointed out by: Larry & Jason (thank you) Modified: head/sysutils/bacula-server/Makefile head/sysutils/bacula-server/pkg-plist Modified: head/sysutils/bacula-server/Makefile ============================================================================== --- head/sysutils/bacula-server/Makefile Fri Jan 22 22:38:20 2016 (r406951) +++ head/sysutils/bacula-server/Makefile Fri Jan 22 23:01:45 2016 (r406952) @@ -3,7 +3,7 @@ PORTNAME= bacula DISTVERSION= 7.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= sysutils MASTER_SITES= SF/bacula/bacula/${PORTVERSION} PKGNAMEPREFIX?= # Modified: head/sysutils/bacula-server/pkg-plist ============================================================================== --- head/sysutils/bacula-server/pkg-plist Fri Jan 22 22:38:20 2016 (r406951) +++ head/sysutils/bacula-server/pkg-plist Fri Jan 22 23:01:45 2016 (r406952) @@ -49,7 +49,7 @@ sbin/dbcheck %%DATADIR%%/make_%%DBTYPE%%_tables %%DATADIR%%/mtx-changer %%DATADIR%%/mtx-changer.conf -%%DATADIR%%/query.sql.sample +@sample(,bacula,640) %%DATADIR%%/query.sql.sample %%DATADIR%%/update_bacula_tables %%DATADIR%%/update_%%DBTYPE%%_tables @owner From owner-svn-ports-head@freebsd.org Fri Jan 22 23:22:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6101EA8D4C8; Fri, 22 Jan 2016 23:22:45 +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 2F47A1CB3; Fri, 22 Jan 2016 23:22:45 +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 u0MNMilA065232; Fri, 22 Jan 2016 23:22:44 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MNMhgd065227; Fri, 22 Jan 2016 23:22:43 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601222322.u0MNMhgd065227@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 22 Jan 2016 23:22:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406953 - in head/databases: . elixir-db_connection X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 23:22:45 -0000 Author: olgeni Date: Fri Jan 22 23:22:43 2016 New Revision: 406953 URL: https://svnweb.freebsd.org/changeset/ports/406953 Log: Add databases/elixir-db_connection, a database connection behaviour for Elixir. Added: head/databases/elixir-db_connection/ head/databases/elixir-db_connection/Makefile (contents, props changed) head/databases/elixir-db_connection/distinfo (contents, props changed) head/databases/elixir-db_connection/pkg-descr (contents, props changed) head/databases/elixir-db_connection/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Fri Jan 22 23:01:45 2016 (r406952) +++ head/databases/Makefile Fri Jan 22 23:22:43 2016 (r406953) @@ -53,6 +53,7 @@ SUBDIR += dbtool SUBDIR += dbview SUBDIR += elixir-calecto + SUBDIR += elixir-db_connection SUBDIR += elixir-ecto SUBDIR += elixir-ecto_migrate SUBDIR += elixir-exredis Added: head/databases/elixir-db_connection/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-db_connection/Makefile Fri Jan 22 23:22:43 2016 (r406953) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= db_connection +PORTVERSION= 0.2.0 +DISTVERSIONPREFIX= v +CATEGORIES= databases +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Database connection behaviour for Elixir + +LICENSE= APACHE20 + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= fishcakez + +MIX_BUILD_NAME= shared +MIX_BUILD_DEPS= devel/elixir-connection \ + devel/erlang-backoff +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} +MIX_REWRITE= yes + +.include Added: head/databases/elixir-db_connection/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-db_connection/distinfo Fri Jan 22 23:22:43 2016 (r406953) @@ -0,0 +1,2 @@ +SHA256 (fishcakez-db_connection-v0.2.0_GH0.tar.gz) = fc65cce15df0c81b1c54ce598e212aaccdd0dd4dfbce6984d4f23c775a60ebaa +SIZE (fishcakez-db_connection-v0.2.0_GH0.tar.gz) = 37714 Added: head/databases/elixir-db_connection/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-db_connection/pkg-descr Fri Jan 22 23:22:43 2016 (r406953) @@ -0,0 +1,5 @@ +Database connection behaviour and database connection pool designed +for handling transaction, prepare/execute and client process +prepare/encode/decode. + +WWW: https://github.com/fishcakez/db_connection Added: head/databases/elixir-db_connection/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-db_connection/pkg-plist Fri Jan 22 23:22:43 2016 (r406953) @@ -0,0 +1,48 @@ +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.App.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Connection.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Error.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.LogEntry.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Ownership.Manager.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Ownership.Owner.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Ownership.OwnerSupervisor.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Ownership.Pool.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Ownership.PoolSupervisor.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Ownership.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Pool.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Poolboy.Worker.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Poolboy.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Query.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Sojourn.Broker.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Sojourn.Pool.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Sojourn.Starter.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Sojourn.Supervisor.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Sojourn.Timeout.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Sojourn.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Task.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Watcher.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.beam +lib/elixir/lib/db_connection/ebin/db_connection.app +lib/elixir/lib/db_connection/lib/db_connection.ex +lib/elixir/lib/db_connection/lib/db_connection/app.ex +lib/elixir/lib/db_connection/lib/db_connection/connection.ex +lib/elixir/lib/db_connection/lib/db_connection/error.ex +lib/elixir/lib/db_connection/lib/db_connection/log_entry.ex +lib/elixir/lib/db_connection/lib/db_connection/ownership.ex +lib/elixir/lib/db_connection/lib/db_connection/ownership/manager.ex +lib/elixir/lib/db_connection/lib/db_connection/ownership/owner.ex +lib/elixir/lib/db_connection/lib/db_connection/ownership/owner_supervisor.ex +lib/elixir/lib/db_connection/lib/db_connection/ownership/pool.ex +lib/elixir/lib/db_connection/lib/db_connection/ownership/pool_supervisor.ex +lib/elixir/lib/db_connection/lib/db_connection/pool.ex +lib/elixir/lib/db_connection/lib/db_connection/poolboy.ex +lib/elixir/lib/db_connection/lib/db_connection/poolboy/worker.ex +lib/elixir/lib/db_connection/lib/db_connection/query.ex +lib/elixir/lib/db_connection/lib/db_connection/sojourn.ex +lib/elixir/lib/db_connection/lib/db_connection/sojourn/broker.ex +lib/elixir/lib/db_connection/lib/db_connection/sojourn/pool.ex +lib/elixir/lib/db_connection/lib/db_connection/sojourn/starter.ex +lib/elixir/lib/db_connection/lib/db_connection/sojourn/supervisor.ex +lib/elixir/lib/db_connection/lib/db_connection/sojourn/timeout.ex +lib/elixir/lib/db_connection/lib/db_connection/task.ex +lib/elixir/lib/db_connection/lib/db_connection/watcher.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-head@freebsd.org Fri Jan 22 23:26:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3E37A8D62D; Fri, 22 Jan 2016 23:26: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 A0C9F1E66; Fri, 22 Jan 2016 23:26: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 u0MNQSoT065486; Fri, 22 Jan 2016 23:26:28 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MNQSnB065483; Fri, 22 Jan 2016 23:26:28 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601222326.u0MNQSnB065483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 22 Jan 2016 23:26:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406954 - head/databases/elixir-postgrex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 23:26:30 -0000 Author: olgeni Date: Fri Jan 22 23:26:28 2016 New Revision: 406954 URL: https://svnweb.freebsd.org/changeset/ports/406954 Log: Upgrade databases/elixir-postgrex to version 0.11.0. Modified: head/databases/elixir-postgrex/Makefile head/databases/elixir-postgrex/distinfo head/databases/elixir-postgrex/pkg-plist Modified: head/databases/elixir-postgrex/Makefile ============================================================================== --- head/databases/elixir-postgrex/Makefile Fri Jan 22 23:22:43 2016 (r406953) +++ head/databases/elixir-postgrex/Makefile Fri Jan 22 23:26:28 2016 (r406954) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= postgrex -PORTVERSION= 0.10.0 +PORTVERSION= 0.11.0 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- @@ -15,7 +15,8 @@ USES= elixir USE_GITHUB= yes GH_ACCOUNT= ericmj -MIX_BUILD_DEPS= devel/elixir-connection \ +MIX_BUILD_DEPS= databases/elixir-db_connection \ + devel/elixir-connection \ devel/elixir-decimal MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} MIX_REWRITE= yes Modified: head/databases/elixir-postgrex/distinfo ============================================================================== --- head/databases/elixir-postgrex/distinfo Fri Jan 22 23:22:43 2016 (r406953) +++ head/databases/elixir-postgrex/distinfo Fri Jan 22 23:26:28 2016 (r406954) @@ -1,2 +1,2 @@ -SHA256 (ericmj-postgrex-v0.10.0_GH0.tar.gz) = 807c0ee2bdcf5b8726eb5adc592ee8d9c3839181b2c824bdd1510418c39d5265 -SIZE (ericmj-postgrex-v0.10.0_GH0.tar.gz) = 45000 +SHA256 (ericmj-postgrex-v0.11.0_GH0.tar.gz) = 441030552334348ad68a484053024240fe6c70ddfc11939187f084a83ca1b21d +SIZE (ericmj-postgrex-v0.11.0_GH0.tar.gz) = 52764 Modified: head/databases/elixir-postgrex/pkg-plist ============================================================================== --- head/databases/elixir-postgrex/pkg-plist Fri Jan 22 23:22:43 2016 (r406953) +++ head/databases/elixir-postgrex/pkg-plist Fri Jan 22 23:26:28 2016 (r406954) @@ -1,18 +1,44 @@ +lib/elixir/lib/postgrex/ebin/Elixir.DBConnection.Query.Postgrex.Parameters.beam +lib/elixir/lib/postgrex/ebin/Elixir.DBConnection.Query.Postgrex.Query.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.App.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.BinaryExtension.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.BinaryUtils.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.CIDR.beam -lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Connection.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Date.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Error.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.ErrorCode.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extension.beam -lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Binary.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Array.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Bool.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Date.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Float4.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Float8.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.HStore.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Int2.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Int4.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Int8.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Interval.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.JSON.beam -lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Text.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.MACADDR.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Network.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Numeric.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.OID.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Range.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Raw.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Record.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.TID.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Time.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Timestamp.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.UUID.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Void.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.INET.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Interval.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.MACADDR.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Messages.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Notifications.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Parameters.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Protocol.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Query.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Range.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Result.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Time.beam @@ -22,20 +48,45 @@ lib/elixir/lib/postgrex/ebin/Elixir.Post lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Types.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Utils.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.beam +lib/elixir/lib/postgrex/ebin/Elixir.String.Chars.Postgrex.Query.beam lib/elixir/lib/postgrex/ebin/postgrex.app lib/elixir/lib/postgrex/lib/postgrex.ex +lib/elixir/lib/postgrex/lib/postgrex/app.ex +lib/elixir/lib/postgrex/lib/postgrex/binary_extension.ex lib/elixir/lib/postgrex/lib/postgrex/binary_utils.ex lib/elixir/lib/postgrex/lib/postgrex/builtins.ex -lib/elixir/lib/postgrex/lib/postgrex/connection.ex lib/elixir/lib/postgrex/lib/postgrex/errcodes.txt lib/elixir/lib/postgrex/lib/postgrex/error.ex lib/elixir/lib/postgrex/lib/postgrex/error_code.ex lib/elixir/lib/postgrex/lib/postgrex/extension.ex -lib/elixir/lib/postgrex/lib/postgrex/extensions/binary.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/array.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/bool.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/date.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/float4.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/float8.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/hstore.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/int2.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/int4.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/int8.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/interval.ex lib/elixir/lib/postgrex/lib/postgrex/extensions/json.ex -lib/elixir/lib/postgrex/lib/postgrex/extensions/text.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/macaddr.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/network.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/numeric.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/oid.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/range.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/raw.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/record.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/tid.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/time.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/timestamp.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/uuid.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/void.ex lib/elixir/lib/postgrex/lib/postgrex/messages.ex +lib/elixir/lib/postgrex/lib/postgrex/notifications.ex +lib/elixir/lib/postgrex/lib/postgrex/parameters.ex lib/elixir/lib/postgrex/lib/postgrex/protocol.ex +lib/elixir/lib/postgrex/lib/postgrex/query.ex lib/elixir/lib/postgrex/lib/postgrex/result.ex lib/elixir/lib/postgrex/lib/postgrex/type_info.ex lib/elixir/lib/postgrex/lib/postgrex/type_server.ex From owner-svn-ports-head@freebsd.org Fri Jan 22 23:27:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1D83A8D6D9; Fri, 22 Jan 2016 23:27:41 +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 A453D1F72; Fri, 22 Jan 2016 23:27:41 +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 u0MNRemb065612; Fri, 22 Jan 2016 23:27:40 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MNRe0H065611; Fri, 22 Jan 2016 23:27:40 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601222327.u0MNRe0H065611@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 22 Jan 2016 23:27:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406955 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 23:27:41 -0000 Author: olgeni Date: Fri Jan 22 23:27:40 2016 New Revision: 406955 URL: https://svnweb.freebsd.org/changeset/ports/406955 Log: Do not try to depend on Erlang libraries (if any) in ELIXIR_LIB_ROOT, because they do not exist there. Modified: head/Mk/Uses/elixir.mk Modified: head/Mk/Uses/elixir.mk ============================================================================== --- head/Mk/Uses/elixir.mk Fri Jan 22 23:26:28 2016 (r406954) +++ head/Mk/Uses/elixir.mk Fri Jan 22 23:27:40 2016 (r406955) @@ -72,7 +72,14 @@ RUN_DEPENDS+= ${depend:T}>=0:${PORTSDIR} .if !target(do-build) do-build: .if ${MIX_REWRITE} != "" - @${REINPLACE_CMD} -i '' -E -e "s@{.*(only|optional): .*},?@@; s@{ *:([a-zA-Z0-9_]+), *(github:|\").*}@{ :\1, path: \"${ELIXIR_LIB_ROOT}/\\1\", compile: false }@" ${WRKSRC}/mix.exs + @${REINPLACE_CMD} -i '' -E -e "s@{.*(only|optional): .*},?@@" ${WRKSRC}/mix.exs +.for depend in ${MIX_BUILD_DEPS} +.if ${depend:T} != ${depend:T:S/erlang-//} + @${REINPLACE_CMD} -i '' -E -e "s@{ *:(${depend:T:S/erlang-//}), *(github:|\").*} *,?@@" ${WRKSRC}/mix.exs +.else + @${REINPLACE_CMD} -i '' -E -e "s@{ *:(${depend:T:S/elixir-//}), *(github:|\").*}@{ :\1, path: \"${ELIXIR_LIB_ROOT}/\\1\", compile: false }@" ${WRKSRC}/mix.exs +.endif +.endfor .endif @${RM} -f ${WRKSRC}/mix.lock @cd ${WRKSRC} && ${MIX_COMPILE} From owner-svn-ports-head@freebsd.org Sat Jan 23 00:44:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8C79A8EF98; Sat, 23 Jan 2016 00:44:52 +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 9A21D1D9C; Sat, 23 Jan 2016 00:44:52 +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 u0N0ipJC088601; Sat, 23 Jan 2016 00:44:51 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0N0ipmL088599; Sat, 23 Jan 2016 00:44:51 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201601230044.u0N0ipmL088599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 23 Jan 2016 00:44:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406956 - head/benchmarks/fio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 00:44:52 -0000 Author: bapt Date: Sat Jan 23 00:44:51 2016 New Revision: 406956 URL: https://svnweb.freebsd.org/changeset/ports/406956 Log: Update to 2.5 Modified: head/benchmarks/fio/Makefile head/benchmarks/fio/distinfo Modified: head/benchmarks/fio/Makefile ============================================================================== --- head/benchmarks/fio/Makefile Fri Jan 22 23:27:40 2016 (r406955) +++ head/benchmarks/fio/Makefile Sat Jan 23 00:44:51 2016 (r406956) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fio -PORTVERSION= 2.3 +PORTVERSION= 2.5 CATEGORIES= benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ Modified: head/benchmarks/fio/distinfo ============================================================================== --- head/benchmarks/fio/distinfo Fri Jan 22 23:27:40 2016 (r406955) +++ head/benchmarks/fio/distinfo Sat Jan 23 00:44:51 2016 (r406956) @@ -1,2 +1,2 @@ -SHA256 (fio-2.3.tar.bz2) = fc72d417f8fe7554996390247d0c5ac95ca60ffb12718eb275cea41b1b4a5029 -SIZE (fio-2.3.tar.bz2) = 509008 +SHA256 (fio-2.5.tar.bz2) = 30f85cd6596125bd2f76b379f15a4edee1149bb0347a9c10a2dda15d7591a543 +SIZE (fio-2.5.tar.bz2) = 509978 From owner-svn-ports-head@freebsd.org Sat Jan 23 01:41:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 314F3A8D2FC; Sat, 23 Jan 2016 01:41:42 +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 00CA913CE; Sat, 23 Jan 2016 01:41:41 +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 u0N1ffgI005223; Sat, 23 Jan 2016 01:41:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0N1ffY0005222; Sat, 23 Jan 2016 01:41:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201601230141.u0N1ffY0005222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 23 Jan 2016 01:41:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406957 - head/devel/leaktracer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 01:41:42 -0000 Author: amdmi3 Date: Sat Jan 23 01:41:40 2016 New Revision: 406957 URL: https://svnweb.freebsd.org/changeset/ports/406957 Log: - Switch to options helpers - Add LICENSE Modified: head/devel/leaktracer/Makefile Modified: head/devel/leaktracer/Makefile ============================================================================== --- head/devel/leaktracer/Makefile Sat Jan 23 00:44:51 2016 (r406956) +++ head/devel/leaktracer/Makefile Sat Jan 23 01:41:40 2016 (r406957) @@ -11,19 +11,24 @@ DISTNAME= LeakTracer MAINTAINER= ports@FreeBSD.org COMMENT= Trace and analyze memory leaks in C++ programs -OPTIONS_DEFINE= DOCS +LICENSE= PD USES= gmake perl5 shebangfix +USE_PERL5= run SHEBANG_FILES= leak-analyze USE_LDCONFIG= yes -USE_PERL5= run + PLIST_FILES= bin/LeakCheck bin/leak-analyze lib/LeakTracer.so PORTDOCS= README README.html +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/LeakCheck ${WRKSRC}/leak-analyze \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_LIB} ${WRKSRC}/LeakTracer.so ${STAGEDIR}${PREFIX}/lib + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/README.html ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Sat Jan 23 01:41:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8671DA8D326; Sat, 23 Jan 2016 01:41: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 58B7D151C; Sat, 23 Jan 2016 01:41: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 u0N1fpV2005327; Sat, 23 Jan 2016 01:41:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0N1fpdV005326; Sat, 23 Jan 2016 01:41:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201601230141.u0N1fpdV005326@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 23 Jan 2016 01:41:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406958 - head/devel/libds X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 01:41:52 -0000 Author: amdmi3 Date: Sat Jan 23 01:41:51 2016 New Revision: 406958 URL: https://svnweb.freebsd.org/changeset/ports/406958 Log: - Switch to options helpers Modified: head/devel/libds/Makefile Modified: head/devel/libds/Makefile ============================================================================== --- head/devel/libds/Makefile Sat Jan 23 01:41:40 2016 (r406957) +++ head/devel/libds/Makefile Sat Jan 23 01:41:51 2016 (r406958) @@ -16,8 +16,8 @@ LICENSE= BSD4CLAUSE USE_LDCONFIG= yes ALL_TARGET= gcc -HTML= avltree.html heap.html parray.html set.html hashtbl.html \ - index.html queue.html stack.html +HTML= avltree.html heap.html parray.html set.html \ + hashtbl.html index.html queue.html stack.html OPTIONS_DEFINE= DOCS @@ -26,8 +26,10 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/libds.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_LIB} ${WRKSRC}/libds.so ${STAGEDIR}${PREFIX}/lib/libds.so.1 ${LN} -sf libds.so.1 ${STAGEDIR}${PREFIX}/lib/libds.so - ${INSTALL_MAN} ${WRKSRC}/libds.3 ${STAGEDIR}${PREFIX}/man/man3 - ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/libds.3 ${STAGEDIR}${MANPREFIX}/man/man3 + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${HTML} ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR} .endfor From owner-svn-ports-head@freebsd.org Sat Jan 23 02:58:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9120A8EC31; Sat, 23 Jan 2016 02:58:21 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A86551388; Sat, 23 Jan 2016 02:58:21 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0N2wKWj026240; Sat, 23 Jan 2016 02:58:20 GMT (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0N2wKlQ026236; Sat, 23 Jan 2016 02:58:20 GMT (envelope-from sobomax@FreeBSD.org) Message-Id: <201601230258.u0N2wKlQ026236@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sobomax set sender to sobomax@FreeBSD.org using -f From: Maxim Sobolev Date: Sat, 23 Jan 2016 02:58:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406959 - in head/math: . py-cdecimal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 02:58:22 -0000 Author: sobomax Date: Sat Jan 23 02:58:20 2016 New Revision: 406959 URL: https://svnweb.freebsd.org/changeset/ports/406959 Log: Add py-cdecimal, a fast drop-in replacement for the Decimal module in python < 3.3. Added: head/math/py-cdecimal/ head/math/py-cdecimal/Makefile (contents, props changed) head/math/py-cdecimal/distinfo (contents, props changed) head/math/py-cdecimal/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat Jan 23 01:41:51 2016 (r406958) +++ head/math/Makefile Sat Jan 23 02:58:20 2016 (r406959) @@ -581,6 +581,7 @@ SUBDIR += py-bitmath SUBDIR += py-bitvector SUBDIR += py-bottleneck + SUBDIR += py-cdecimal SUBDIR += py-colormath SUBDIR += py-cryptominisat SUBDIR += py-fastcluster Added: head/math/py-cdecimal/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-cdecimal/Makefile Sat Jan 23 02:58:20 2016 (r406959) @@ -0,0 +1,18 @@ +# Created by: Maksym Sobolyev +# $FreeBSD$ + +PORTNAME= cdecimal +PORTVERSION= 2.3 +CATEGORIES= math +MASTER_SITES= http://www.bytereef.org/software/mpdecimal/releases/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ports@FreeBSD.org +COMMENT= Fast drop-in replacement for the Decimal module + +LICENSE= BSD2CLAUSE + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/math/py-cdecimal/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-cdecimal/distinfo Sat Jan 23 02:58:20 2016 (r406959) @@ -0,0 +1,2 @@ +SHA256 (cdecimal-2.3.tar.gz) = d737cbe43ed1f6ad9874fb86c3db1e9bbe20c0c750868fde5be3f379ade83d8b +SIZE (cdecimal-2.3.tar.gz) = 361809 Added: head/math/py-cdecimal/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-cdecimal/pkg-descr Sat Jan 23 02:58:20 2016 (r406959) @@ -0,0 +1,18 @@ +The cdecimal is a fast drop-in replacement for the decimal module in Python's +standard library. Both modules provide complete implementations of the General +Decimal Arithmetic Specification. + +Typical performance gains are between 30x for I/O heavy benchmarks and 80x for +numerical programs. In a database benchmark, cdecimal exhibits a speedup of +12x over decimal.py. + + decimal cdecimal speedup +pi 42.75s 0.58s 74x +telco 172.19s 5.68s 30x +psycopg 3.57s 0.29s 12x + +All Python versions from 2.5 up to 3.2 are supported. For the few remaining +differences, read the cdecimal documentation. cdecimal has been included in +Python-3.3. + +WWW: http://www.bytereef.org/mpdecimal/index.html From owner-svn-ports-head@freebsd.org Sat Jan 23 06:38:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5A07A8EE02; Sat, 23 Jan 2016 06:38:24 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-io0-x22f.google.com (mail-io0-x22f.google.com [IPv6:2607:f8b0:4001:c06::22f]) (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 809641C69; Sat, 23 Jan 2016 06:38:24 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-io0-x22f.google.com with SMTP id 1so108841254ion.1; Fri, 22 Jan 2016 22:38:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=qaojao4mj8rUoZbFP3Fl/TzyYQgrhqu+unszi5gTN4k=; b=j7BaRuQbZNoKYbsrIFHtaoxqyJgTLBXClVYuTnX5TV8PD/3mqUF8+YqpDq0PWI5W3q 4xu+NoMcy20HVUoIgcKwu/laampECttyBUjOchmpBOcxPX/g2WHN6fQqWY2B0Jcy3OeJ iun9Xg5zJyvMjhbMHPUGk6mwL4arowPNPoimDMbNhT3NAHPiiz0VJPiT/adBfbPYefYU zjuaoqC8xWBs5ZL6zVNOjQS+TXa8PTLSQE+Q9BIgCIANDQPOLWjsFudm372sWQ1LC1AX XZ/QfdNstIpedUphYisN8jv3fcZpDpjNpqy0pGkMJYmrSSwDmC8tEAnLYoTXu/y6Y5tQ HVfg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=qaojao4mj8rUoZbFP3Fl/TzyYQgrhqu+unszi5gTN4k=; b=eV+IEM+A/p4N7CW4CFVFZZOhcBsqkmomplJYanCAlw+TBz7yIPr8ANuhfmrFrED1ZZ dfv/jcaf0mQbUFf3/tpQqIttEpmJmvE7OF38YRIgDTczghSpz3NfrLrbuFWI74o1Dy0N Xy2UPO23KQ5sd7ErHG43qV225BATsesTuXdUqoOXSVME6ZrkaCC8pr4x42Sq5aHrdxSd LFPNdAEvTXZUnolL10VTNPbNx1jVA5L//L5WEs0CTyhw+m0IIjAZ0XSuMlZh/X678hb1 IodVlbFIK2UKY5sO7UzZzJR/8kwva6vBxr/rfcpemyxOWU7ULidHTJtqpvm2lwbwg3PB E/EQ== X-Gm-Message-State: AG10YOQ+5qhL5GtDvfcrfbaH3NDMi7TCstCiLsqhvLaTr13vryPtbUu2YbbcndPFmGa73k+o97QosDNJ0+iFbQ== MIME-Version: 1.0 X-Received: by 10.107.132.159 with SMTP id o31mr7537213ioi.32.1453531103841; Fri, 22 Jan 2016 22:38:23 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.159.195 with HTTP; Fri, 22 Jan 2016 22:38:23 -0800 (PST) In-Reply-To: <201601222327.u0MNRe0H065611@repo.freebsd.org> References: <201601222327.u0MNRe0H065611@repo.freebsd.org> Date: Sat, 23 Jan 2016 07:38:23 +0100 X-Google-Sender-Auth: iIPxmoVbqAjA9xuVnpqRrovi1vo Message-ID: Subject: Re: svn commit: r406955 - head/Mk/Uses From: Antoine Brodin To: Jimmy Olgeni Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 06:38:24 -0000 On Sat, Jan 23, 2016 at 12:27 AM, Jimmy Olgeni wrote: > Author: olgeni > Date: Fri Jan 22 23:27:40 2016 > New Revision: 406955 > URL: https://svnweb.freebsd.org/changeset/ports/406955 > > Log: > Do not try to depend on Erlang libraries (if any) in > ELIXIR_LIB_ROOT, because they do not exist there. > > Modified: > head/Mk/Uses/elixir.mk This breaks INDEX with fmake (so it breaks INDEX on FreeBSD 9), I'm going to revert this change. % fmake -C databases/elixir-db_connection -VPKGNAME "/usr/ports/Mk/Uses/elixir.mk", line 77: Malformed conditional (elixir-connection != elixir-connection) "/usr/ports/Mk/Uses/elixir.mk", line 77: Malformed conditional (erlang-backoff != backoff) "/usr/ports/Mk/bsd.port.mk", line 1474: if-less endif "/usr/ports/Mk/bsd.port.mk", line 5846: if-less endif fmake: fatal errors encountered -- cannot continue Cheers, Antoine From owner-svn-ports-head@freebsd.org Sat Jan 23 06:42:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29FB4A8EFF7; Sat, 23 Jan 2016 06:42:47 +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 EEBCE10AF; Sat, 23 Jan 2016 06:42:46 +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 u0N6gkOU097291; Sat, 23 Jan 2016 06:42:46 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0N6gjf4097290; Sat, 23 Jan 2016 06:42:45 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601230642.u0N6gjf4097290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 23 Jan 2016 06:42:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406960 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 06:42:47 -0000 Author: antoine Date: Sat Jan 23 06:42:45 2016 New Revision: 406960 URL: https://svnweb.freebsd.org/changeset/ports/406960 Log: Revert r406955, it break INDEX with fmake With hat: portmgr Reported by: beefy1, beefy2 Modified: head/Mk/Uses/elixir.mk Modified: head/Mk/Uses/elixir.mk ============================================================================== --- head/Mk/Uses/elixir.mk Sat Jan 23 02:58:20 2016 (r406959) +++ head/Mk/Uses/elixir.mk Sat Jan 23 06:42:45 2016 (r406960) @@ -72,14 +72,7 @@ RUN_DEPENDS+= ${depend:T}>=0:${PORTSDIR} .if !target(do-build) do-build: .if ${MIX_REWRITE} != "" - @${REINPLACE_CMD} -i '' -E -e "s@{.*(only|optional): .*},?@@" ${WRKSRC}/mix.exs -.for depend in ${MIX_BUILD_DEPS} -.if ${depend:T} != ${depend:T:S/erlang-//} - @${REINPLACE_CMD} -i '' -E -e "s@{ *:(${depend:T:S/erlang-//}), *(github:|\").*} *,?@@" ${WRKSRC}/mix.exs -.else - @${REINPLACE_CMD} -i '' -E -e "s@{ *:(${depend:T:S/elixir-//}), *(github:|\").*}@{ :\1, path: \"${ELIXIR_LIB_ROOT}/\\1\", compile: false }@" ${WRKSRC}/mix.exs -.endif -.endfor + @${REINPLACE_CMD} -i '' -E -e "s@{.*(only|optional): .*},?@@; s@{ *:([a-zA-Z0-9_]+), *(github:|\").*}@{ :\1, path: \"${ELIXIR_LIB_ROOT}/\\1\", compile: false }@" ${WRKSRC}/mix.exs .endif @${RM} -f ${WRKSRC}/mix.lock @cd ${WRKSRC} && ${MIX_COMPILE} From owner-svn-ports-head@freebsd.org Sat Jan 23 07:13:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96B31A8DA8F; Sat, 23 Jan 2016 07:13:27 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x22f.google.com (mail-pf0-x22f.google.com [IPv6:2607:f8b0:400e:c00::22f]) (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 6FF3B1CE0; Sat, 23 Jan 2016 07:13:27 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x22f.google.com with SMTP id q63so55535204pfb.1; Fri, 22 Jan 2016 23:13:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=ehB3rDyvDlJLopROIbHs/Aja1O+oD+Wvbs5iF2CNvGA=; b=PjvWJMI+YUE8YfY/ZTDRaA2V/nFZZLwJoJit+s4kBTvLdzQYRCKaOML7yt19tgdjyK qhHC+PJ5VnaWJ1vvzrQ9x24jamCqPf68kIgwSaSrLmJHa/MR7I+04l357FxU+Jygok7V T99CZLwt9Wexrrjkz5kNPIvo5Mt8oPpQnC0xn9YILHprF24ufpQcz2PnDqmUu+TTQDF5 RG7V/61pI9nRx69LVEwNrnddKqsQxmXROVhKNPrUr2l1hrwogMi49HbJhTKJKTWeg7Sr dbXN8gGsw7DIY7Yhc2LDL/mMQP/roTxMcM3pVApBrzpaLpwxZYARO/kAidRvm1FXBpqx 1cww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:reply-to:subject:references:to:from :message-id:date:user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=ehB3rDyvDlJLopROIbHs/Aja1O+oD+Wvbs5iF2CNvGA=; b=ZJzoZxbo6KJ6OsZOdEb3BwqcCJLD7W6uD603HV0IjHwutWvdL5yeDtjGhxVH7R0ug6 l0atCOvlNS3dxBoDEyjisywHcyZALj/OQGwgf6Hw953zGY2ziMMQ6B04Ar+Ldsmsug6/ jwkD0a9nPF+fBarUya4FNFsIvPeQT8cbOIcFuytVJ+bs9WIkCTcns2dW68n7UTCOYXxR YqX5YGYJUFlFH7R8SUaSXgD6hF8fN/mJiklpd40KmRzi8aXupHI45wBHFN9Wjl8CNGjj thNJvxE5VzcNJdKVgHCnl4PLojWqn2tiR5wDZkCAKmGpsi6dVvodCPAmPQ0yL8Ntb4f1 EakA== X-Gm-Message-State: AG10YOSoK0SP7B6kwtlSVIecJK4Llgu5Wv97ILmSpiwxDwXVvA3tW3FEk7WbBU29v/OdAA== X-Received: by 10.98.10.198 with SMTP id 67mr10148729pfk.75.1453533206878; Fri, 22 Jan 2016 23:13:26 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:e955:70fa:3edd:219e? (2001-44b8-31ae-7b01-e955-70fa-3edd-219e.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:e955:70fa:3edd:219e]) by smtp.gmail.com with ESMTPSA id k74sm14115721pfb.30.2016.01.22.23.13.24 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 22 Jan 2016 23:13:26 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r406959 - in head/math: . py-cdecimal References: <201601230258.u0N2wKlQ026236@repo.freebsd.org> To: Maxim Sobolev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <56A3280F.5030005@FreeBSD.org> Date: Sat, 23 Jan 2016 18:13:19 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Thunderbird/44.0 MIME-Version: 1.0 In-Reply-To: <201601230258.u0N2wKlQ026236@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 07:13:27 -0000 On 23/01/2016 1:58 PM, Maxim Sobolev wrote: > +MAINTAINER= ports@FreeBSD.org > +COMMENT= Fast drop-in replacement for the Decimal module Set yourself as maintainer instead of creating a new (technically) unmaintained port? :) From owner-svn-ports-head@freebsd.org Sat Jan 23 07:51:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADA39A8E66A; Sat, 23 Jan 2016 07:51:22 +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 7EE4A1C29; Sat, 23 Jan 2016 07:51:22 +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 u0N7pLFA015229; Sat, 23 Jan 2016 07:51:21 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0N7pLBk015228; Sat, 23 Jan 2016 07:51:21 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201601230751.u0N7pLBk015228@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 23 Jan 2016 07:51:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406961 - head/mail/mailagent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 07:51:22 -0000 Author: marino Date: Sat Jan 23 07:51:21 2016 New Revision: 406961 URL: https://svnweb.freebsd.org/changeset/ports/406961 Log: mail/mailagent: move regression tests to regression-test target The post-build target is not required for the packages, and the README indicates that the regression suite is only meant for mailagent developers. Modified: head/mail/mailagent/Makefile Modified: head/mail/mailagent/Makefile ============================================================================== --- head/mail/mailagent/Makefile Sat Jan 23 06:42:45 2016 (r406960) +++ head/mail/mailagent/Makefile Sat Jan 23 07:51:21 2016 (r406961) @@ -48,7 +48,7 @@ post-patch: misc/news/newsgate) TEST_CMD= '(cd ${WRKSRC}/agent/test; ${SETENV} ${MAKE_ENV} ${MAKE})' -post-build: +regression-test: build @if [ `${ID} -u` = 0 ]; then \ ${CHOWN} -R nobody ${WRKSRC}/agent/test; \ su -m nobody -c ${TEST_CMD}; \ From owner-svn-ports-head@freebsd.org Sat Jan 23 08:18:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 180FFA8EFFE; Sat, 23 Jan 2016 08:18:26 +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 DD54519AF; Sat, 23 Jan 2016 08:18:25 +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 u0N8IOFm023899; Sat, 23 Jan 2016 08:18:24 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0N8IObp023898; Sat, 23 Jan 2016 08:18:24 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201601230818.u0N8IObp023898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 23 Jan 2016 08:18:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406962 - head/math/why3-spark X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 08:18:26 -0000 Author: marino Date: Sat Jan 23 08:18:24 2016 New Revision: 406962 URL: https://svnweb.freebsd.org/changeset/ports/406962 Log: math/why3-spark: Mark BROKEN (broken by ocaml changes) Modified: head/math/why3-spark/Makefile Modified: head/math/why3-spark/Makefile ============================================================================== --- head/math/why3-spark/Makefile Sat Jan 23 07:51:21 2016 (r406961) +++ head/math/why3-spark/Makefile Sat Jan 23 08:18:24 2016 (r406962) @@ -15,6 +15,8 @@ COMMENT= Component of SPARK 2015 LICENSE= LGPL21 GPLv3 LICENSE_COMB= multi +BROKEN= broken by recent updated to an ocaml dependency + BUILD_DEPENDS= menhir:${PORTSDIR}/devel/menhir \ ocaml-zip>1:${PORTSDIR}/archivers/ocaml-zip \ ocaml-zarith>1.2:${PORTSDIR}/math/ocaml-zarith \ From owner-svn-ports-head@freebsd.org Sat Jan 23 08:19:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A869A8D036 for ; Sat, 23 Jan 2016 08:19:14 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: from mail-wm0-x229.google.com (mail-wm0-x229.google.com [IPv6:2a00:1450:400c:c09::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8E47D1A8A for ; Sat, 23 Jan 2016 08:19:13 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: by mail-wm0-x229.google.com with SMTP id n5so12592218wmn.0 for ; Sat, 23 Jan 2016 00:19:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sippysoft-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=AW7lBZGZU+WIn7FizET0Qn5aCairxY59cqp7juAPwx4=; b=05gZ1g8q1kwFIoZeA5NmIP3KwrfU6gP1DGCf9FuiOSgUnXeDUkz6OeT3RJhjOnYB10 mPFEccFjoUgRy0CpTF/E8XYgT4vS9bge4fs7Anaaf/OShM8JfyibdEY48YYBZ8XBU3Kt blNTnVGEVglYE2bYXEC44HP2ZlIsmAcW7BKz1nbvu8k7pPuOA3mL4diQiEkQ79XLBO0L /PQJL0gJBgauqQRcFgwJ4xzplvlFaMdVSc9upG/Eox11QuZbDUm4rmEQBfrs6mnCwGB6 tupDDPNpYPn9L4kcLSrOg1SryljdpcxNIJKm63SbI67caAebtJg7owwVzVTa7CWZEM2e oLzA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=AW7lBZGZU+WIn7FizET0Qn5aCairxY59cqp7juAPwx4=; b=FFZk85qLV+qkfUAY3hG36+7rbEynYexpDvGMW6PYpYT+BNsxqzq1MF2jY3i7Lyn42N XOW7JotThuGhYzpvhrhYjA/2JAJatHoGAu4xtZ4uTfaB+4K5o0KFuKQLPwGQzS8i034Q A0hW+pGvXTMqdO/TGBp/UP271MJpDbDCWHuTSVYbrNjTZYL4h4HL8y2EOJ8bNp0OO1YU TMJMqVyXmf5Tex8PQJZlxhKlo2d1MNxBEkn8eybe2rZSLIsrTbnTe8iNrxTcLAgiYnnc G0W8iAVa52jYDpE+6Ad1vMIFkWUbxEHVueUGHdGAT+2fMdu1Sy0lwgYwTU7i6MnuPC8s vtVA== X-Gm-Message-State: AG10YOQrMkXYDTo2wq7uHoLJ/gtwXNaKo7AYWpWUvDZCRzKaYkqcuElq0zNiqX0m7CaAxMlHZ+Q5yZ+3ZCdC6sHO MIME-Version: 1.0 X-Received: by 10.28.107.152 with SMTP id a24mr8185268wmi.101.1453537152031; Sat, 23 Jan 2016 00:19:12 -0800 (PST) Received: by 10.27.92.193 with HTTP; Sat, 23 Jan 2016 00:19:11 -0800 (PST) In-Reply-To: <56A3280F.5030005@FreeBSD.org> References: <201601230258.u0N2wKlQ026236@repo.freebsd.org> <56A3280F.5030005@FreeBSD.org> Date: Sat, 23 Jan 2016 00:19:11 -0800 Message-ID: Subject: Re: svn commit: r406959 - in head/math: . py-cdecimal From: Maxim Sobolev To: koobs@freebsd.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 08:19:14 -0000 Nah, it's just few lines of makefile-foo. Don't feel like getting married to it for the rest of my life. :) "MAINTAINER= ports@FreeBSD.org" means that anybody can tweak/update it without getting blocked by me. On Fri, Jan 22, 2016 at 11:13 PM, Kubilay Kocak wrote: > On 23/01/2016 1:58 PM, Maxim Sobolev wrote: > > +MAINTAINER= ports@FreeBSD.org > > +COMMENT= Fast drop-in replacement for the Decimal module > > Set yourself as maintainer instead of creating a new (technically) > unmaintained port? :) > > -- Maksym Sobolyev Sippy Software, Inc. Internet Telephony (VoIP) Experts Tel (Canada): +1-778-783-0474 Tel (Toll-Free): +1-855-747-7779 Fax: +1-866-857-6942 Web: http://www.sippysoft.com MSN: sales@sippysoft.com Skype: SippySoft From owner-svn-ports-head@freebsd.org Sat Jan 23 08:22:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF6FCA8D1DE; Sat, 23 Jan 2016 08:22: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 AA7351D5C; Sat, 23 Jan 2016 08:22:19 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.21] (248.Red-83-39-200.dynamicIP.rima-tde.net [83.39.200.248]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id CEED243C04; Sat, 23 Jan 2016 02:22:16 -0600 (CST) Subject: Re: svn commit: r406959 - in head/math: . py-cdecimal To: Maxim Sobolev , koobs@freebsd.org References: <201601230258.u0N2wKlQ026236@repo.freebsd.org> <56A3280F.5030005@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Reply-To: marino@freebsd.org From: John Marino Message-ID: <56A33831.6000008@marino.st> Date: Sat, 23 Jan 2016 09:22:09 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 08:22:20 -0000 On 1/23/2016 9:19 AM, Maxim Sobolev wrote: > Nah, it's just few lines of makefile-foo. Don't feel like getting > married to it for the rest of my life. :) > > "MAINTAINER= ports@FreeBSD.org" means that anybody can tweak/update it > without getting blocked by me. Well, except for that it's a documented rule that all new ports must have a maintainer. I thought there was even an SVN hook to enforce the rule. and for the 1000th time: MAINTAINER=ports@freebsd.org == unmaintained, easy to purge if the port acts up. Not everyone subscribes to community maintainership. From owner-svn-ports-head@freebsd.org Sat Jan 23 08:47:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C71EA8D9E9 for ; Sat, 23 Jan 2016 08:47:17 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (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 0061215D6 for ; Sat, 23 Jan 2016 08:47:17 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: by mail-wm0-x235.google.com with SMTP id l65so10516712wmf.1 for ; Sat, 23 Jan 2016 00:47:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sippysoft-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=f88LudmYE/SzUFOzZcja/t/L3hKdOI4kjwvAf5iJBgI=; b=x6JvpQhf12ac2TiISDYO3B4hLkZMEVs1IKiApHDFVYvS6JIkdphop7scjwFVO2jTrM VrXw2ZS4vHSb31JhmbYYJu7MiVumsPx4Od+zt35zFUlx0k1Aw2D3rE9m1z7t+TMRvHV2 diF9Cd8eQJtjHkxz9L72sj+9b2q89qAa6x6a+FcsPXWRWOaNuO9Xj1FIXUApHYYnkRIx PfPLKU131QXUmdHcO/sV4oIFGy2cekbJ3raH8y/hFOwqW8YCApOgx1S/xN1w5DpxVc9B Sd5bzDDAmx4kt/4mzOCqttpxMWMTSn80eGpgTNRUa+Xx3l49CKpkau4xkk+BnZuReuR9 TWRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=f88LudmYE/SzUFOzZcja/t/L3hKdOI4kjwvAf5iJBgI=; b=HSirymbUP14HxtXr4WhFkrlZboGE5I7NqDWtTZhczV4ULKr2IOjUCcVdZwv63elXTA c/0FyvVYJH3b7OB+n2hbZQSVDCiGJZMv/IKLfXfxrWa6EYcCY2jyt7513W8Czzu0L6ar m9faWr821XpiKfdFQKuS1WmSOZrEoTJyN2aeQLBFVUBK7OsSGbfTqghCw+zEr7ZSQMV2 rLKLaQwjYR9tWQgBQn+5cW4irnMhV2In0JoYl1jqvERyFE5OztkOiN6dR/4j+x+82pr8 FQK1c4dVJpDKWVEADc0UbEyIx/236q8SzDhsvQfMx9XtoBltKYtUrs12KF/JkVeK80e0 kK6w== X-Gm-Message-State: AG10YORLjrZC5gIMEkltqNBwAKV0qRoPHaHbECDCvgqkE5oAuUlTTBxzH3Y8GzqxI/aGaG7uqj+fWGp0b7cBx6yK MIME-Version: 1.0 X-Received: by 10.194.91.180 with SMTP id cf20mr7300533wjb.121.1453538835390; Sat, 23 Jan 2016 00:47:15 -0800 (PST) Sender: sobomax@sippysoft.com Received: by 10.27.39.195 with HTTP; Sat, 23 Jan 2016 00:47:15 -0800 (PST) In-Reply-To: <56A33831.6000008@marino.st> References: <201601230258.u0N2wKlQ026236@repo.freebsd.org> <56A3280F.5030005@FreeBSD.org> <56A33831.6000008@marino.st> Date: Sat, 23 Jan 2016 00:47:15 -0800 X-Google-Sender-Auth: Qf77cECBE_8rF_EXHMqCiqKdQx4 Message-ID: Subject: Re: svn commit: r406959 - in head/math: . py-cdecimal From: Maxim Sobolev To: marino@freebsd.org Cc: koobs@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 08:47:17 -0000 Would it make you happier if I take maintainership and drop it tomorrow? :) Technically not forbidden. Just to give you some background, I used to maintain few hundred ports back in the days, so I am very discreet now. It just says about some rules being quite out of date / unflexible, IMHO. As an average joe user, between port not being present and port being maintained by community I'd definitely prefer the latter, as it gives me a good chance that it would just work. It would have saved me some time today (which is why I did it, not because I've had nothing else better to do on Friday afternoon). And if it does not work, it gives user incentive to file a PR. So it's win-win all over the place. For myself, it just saves me a trouble to having another chunk of private code in my own port repo. -Max On Sat, Jan 23, 2016 at 12:22 AM, John Marino wrote: > On 1/23/2016 9:19 AM, Maxim Sobolev wrote: > > Nah, it's just few lines of makefile-foo. Don't feel like getting > > married to it for the rest of my life. :) > > > > "MAINTAINER= ports@FreeBSD.org" means that anybody can tweak/update it > > without getting blocked by me. > > Well, except for that it's a documented rule that all new ports must > have a maintainer. I thought there was even an SVN hook to enforce the > rule. > > and for the 1000th time: MAINTAINER=ports@freebsd.org == unmaintained, > easy to purge if the port acts up. > Not everyone subscribes to community maintainership. > From owner-svn-ports-head@freebsd.org Sat Jan 23 09:12:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19891A8C5AB; Sat, 23 Jan 2016 09:12:06 +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 CF4931025; Sat, 23 Jan 2016 09:12:05 +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 u0N9C4xQ040474; Sat, 23 Jan 2016 09:12:04 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0N9C4Lk040468; Sat, 23 Jan 2016 09:12:04 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201601230912.u0N9C4Lk040468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 23 Jan 2016 09:12:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406963 - in head/sysutils: . cdrkit cdrkit/files genisoimage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 09:12:06 -0000 Author: riggs Date: Sat Jan 23 09:12:04 2016 New Revision: 406963 URL: https://svnweb.freebsd.org/changeset/ports/406963 Log: Separate cdrkit into cdrkit and genisoimage Previously, cdrkit conflicted with cdrtools and dvd+rw-tools. The split allows for genisoimage to be installed without removing cdrtools and dvd+rw-tools. PR: 203828 Submitted by: lifanov@mail.lifanov.com Approved by: maintainer timeout Added: head/sysutils/genisoimage/ head/sysutils/genisoimage/Makefile (contents, props changed) Modified: head/sysutils/Makefile head/sysutils/cdrkit/Makefile head/sysutils/cdrkit/files/patch-genisomage head/sysutils/cdrkit/files/patch-wodim__CMakeLists.txt head/sysutils/cdrkit/pkg-plist Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sat Jan 23 08:18:24 2016 (r406962) +++ head/sysutils/Makefile Sat Jan 23 09:12:04 2016 (r406963) @@ -343,6 +343,7 @@ SUBDIR += gconf-editor SUBDIR += gdisk SUBDIR += gdmap + SUBDIR += genisoimage SUBDIR += geomWatch SUBDIR += geomgui SUBDIR += getdelta Modified: head/sysutils/cdrkit/Makefile ============================================================================== --- head/sysutils/cdrkit/Makefile Sat Jan 23 08:18:24 2016 (r406962) +++ head/sysutils/cdrkit/Makefile Sat Jan 23 09:12:04 2016 (r406963) @@ -3,19 +3,25 @@ PORTNAME= cdrkit PORTVERSION= 1.1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://cdrkit.org/releases/ \ http://debburn.alioth.debian.org/ MAINTAINER= jharris@widomaker.com -COMMENT= Command-line CD/DVD writing suite +COMMENT?= Command-line CD/DVD writing suite + +RUN_DEPENDS?= ${PORTNAME}-genisoimage>0:${PORTSDIR}/sysutils/genisoimage USES= cmake iconv perl5 shebangfix USE_PERL5= run SHEBANG_FILES= 3rd-party/dirsplit/dirsplit -CONFLICTS= cdrtools-[0-9]* cjk-cdrtools-[0-9]* cdrtools-devel-[0-9]* +CONFLICTS?= cdrtools-[0-9]* cjk-cdrtools-[0-9]* cdrtools-devel-[0-9]* + +SLAVEDIRS= sysutils/genisoimage + +PLIST_SUB?= CDRKIT="" GENISOIMAGE="@comment " post-patch: @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/include/AddSchilyBits.cmake \ Modified: head/sysutils/cdrkit/files/patch-genisomage ============================================================================== --- head/sysutils/cdrkit/files/patch-genisomage Sat Jan 23 08:18:24 2016 (r406962) +++ head/sysutils/cdrkit/files/patch-genisomage Sat Jan 23 09:12:04 2016 (r406963) @@ -3,8 +3,8 @@ Use instead of the linux- Use __attribute__ ((__nothrow__)) instead of the linux-ish __THROW (from the linux sys/cdefs.h) macro - should work with clang and gcc on FreeBSD. ---- genisoimage/sha256.c.orig 2009-10-11 12:27:59.000000000 -0600 -+++ genisoimage/sha256.c 2011-10-27 14:55:25.000000000 -0600 +--- genisoimage/sha256.c.orig 2009-10-11 18:27:59 UTC ++++ genisoimage/sha256.c @@ -24,9 +24,9 @@ /* Written by Ulrich Drepper , 2007. */ @@ -16,9 +16,9 @@ linux sys/cdefs.h) macro - should work w #include #include "sha256.h" ---- genisoimage/sha256.h.orig 2009-05-10 15:49:54.000000000 -0600 -+++ genisoimage/sha256.h 2011-10-27 14:58:30.000000000 -0600 -@@ -42,14 +42,14 @@ +--- genisoimage/sha256.h.orig 2009-05-10 21:49:54 UTC ++++ genisoimage/sha256.h +@@ -42,14 +42,14 @@ struct sha256_ctx /* Initialize structure containing state of computation. (FIPS 180-2: 5.3.2) */ @@ -35,7 +35,7 @@ linux sys/cdefs.h) macro - should work w /* Process the remaining bytes in the buffer and put result from CTX in first 32 bytes following RESBUF. -@@ -57,6 +57,6 @@ +@@ -57,6 +57,6 @@ extern void sha256_process_bytes (const IMPORTANT: On some systems it is required that RESBUF is correctly aligned for a 32 bits value. */ extern void *sha256_finish_ctx (struct sha256_ctx *ctx, void *resbuf) @@ -43,9 +43,22 @@ linux sys/cdefs.h) macro - should work w + __attribute__ ((__nothrow__)); #endif /* sha256.h */ ---- genisoimage/sha512.h.orig 2009-05-10 15:49:54.000000000 -0600 -+++ genisoimage/sha512.h 2011-10-27 14:58:35.000000000 -0600 -@@ -42,14 +42,14 @@ +--- genisoimage/sha512.c.orig 2009-10-11 18:27:59 UTC ++++ genisoimage/sha512.c +@@ -24,9 +24,9 @@ + + /* Written by Ulrich Drepper , 2007. */ + +-#include + #include + #include ++#include + #include + + #include "sha512.h" +--- genisoimage/sha512.h.orig 2009-05-10 21:49:54 UTC ++++ genisoimage/sha512.h +@@ -42,14 +42,14 @@ struct sha512_ctx /* Initialize structure containing state of computation. (FIPS 180-2: 5.3.3) */ @@ -62,7 +75,7 @@ linux sys/cdefs.h) macro - should work w /* Process the remaining bytes in the buffer and put result from CTX in first 64 bytes following RESBUF. -@@ -57,6 +57,6 @@ +@@ -57,6 +57,6 @@ extern void sha512_process_bytes (const IMPORTANT: On some systems it is required that RESBUF is correctly aligned for a 64 bits value. */ extern void *sha512_finish_ctx (struct sha512_ctx *ctx, void *resbuf) @@ -70,16 +83,3 @@ linux sys/cdefs.h) macro - should work w + __attribute__ ((__nothrow__)); #endif /* sha512.h */ ---- genisoimage/sha512.c.orig 2009-10-11 12:27:59.000000000 -0600 -+++ genisoimage/sha512.c 2011-10-27 14:59:01.000000000 -0600 -@@ -24,9 +24,9 @@ - - /* Written by Ulrich Drepper , 2007. */ - --#include - #include - #include -+#include - #include - - #include "sha512.h" Modified: head/sysutils/cdrkit/files/patch-wodim__CMakeLists.txt ============================================================================== --- head/sysutils/cdrkit/files/patch-wodim__CMakeLists.txt Sat Jan 23 08:18:24 2016 (r406962) +++ head/sysutils/cdrkit/files/patch-wodim__CMakeLists.txt Sat Jan 23 09:12:04 2016 (r406963) @@ -1,6 +1,6 @@ ---- ./wodim/CMakeLists.txt.orig 2007-05-30 21:55:02.000000000 +0400 -+++ ./wodim/CMakeLists.txt 2012-01-14 20:56:17.754839146 +0400 -@@ -9,16 +9,6 @@ +--- wodim/CMakeLists.txt.orig 2009-11-27 22:57:01 UTC ++++ wodim/CMakeLists.txt +@@ -9,16 +9,6 @@ SET(CDRECORD_COMMON_SRCS cd_misc.c defau INCLUDE(CheckIncludeFiles) Modified: head/sysutils/cdrkit/pkg-plist ============================================================================== --- head/sysutils/cdrkit/pkg-plist Sat Jan 23 08:18:24 2016 (r406962) +++ head/sysutils/cdrkit/pkg-plist Sat Jan 23 09:12:04 2016 (r406963) @@ -1,30 +1,30 @@ -bin/genisoimage -bin/devdump -bin/isodebug -bin/isodump -bin/isoinfo -bin/isovfy -bin/wodim -bin/icedax -bin/pitchplay -bin/readmult -bin/cdda2mp3 -bin/cdda2ogg -bin/readom -bin/dirsplit -sbin/netscsid -man/man1/cdda2ogg.1.gz -man/man1/devdump.1.gz -man/man1/dirsplit.1.gz -man/man1/genisoimage.1.gz -man/man1/icedax.1.gz -man/man1/isodebug.1.gz -man/man1/isodump.1.gz -man/man1/isoinfo.1.gz -man/man1/isovfy.1.gz -man/man1/list_audio_tracks.1.gz -man/man1/pitchplay.1.gz -man/man1/readmult.1.gz -man/man1/readom.1.gz -man/man1/wodim.1.gz -man/man5/genisoimagerc.5.gz +%%GENISOIMAGE%%bin/genisoimage +%%CDRKIT%%bin/devdump +%%CDRKIT%%bin/isodebug +%%CDRKIT%%bin/isodump +%%CDRKIT%%bin/isoinfo +%%CDRKIT%%bin/isovfy +%%CDRKIT%%bin/wodim +%%CDRKIT%%bin/icedax +%%CDRKIT%%bin/pitchplay +%%CDRKIT%%bin/readmult +%%CDRKIT%%bin/cdda2mp3 +%%CDRKIT%%bin/cdda2ogg +%%CDRKIT%%bin/readom +%%CDRKIT%%bin/dirsplit +%%CDRKIT%%sbin/netscsid +%%CDRKIT%%man/man1/cdda2ogg.1.gz +%%CDRKIT%%man/man1/devdump.1.gz +%%CDRKIT%%man/man1/dirsplit.1.gz +%%GENISOIMAGE%%man/man1/genisoimage.1.gz +%%CDRKIT%%man/man1/icedax.1.gz +%%CDRKIT%%man/man1/isodebug.1.gz +%%CDRKIT%%man/man1/isodump.1.gz +%%CDRKIT%%man/man1/isoinfo.1.gz +%%CDRKIT%%man/man1/isovfy.1.gz +%%CDRKIT%%man/man1/list_audio_tracks.1.gz +%%CDRKIT%%man/man1/pitchplay.1.gz +%%CDRKIT%%man/man1/readmult.1.gz +%%CDRKIT%%man/man1/readom.1.gz +%%CDRKIT%%man/man1/wodim.1.gz +%%GENISOIMAGE%%man/man5/genisoimagerc.5.gz Added: head/sysutils/genisoimage/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/genisoimage/Makefile Sat Jan 23 09:12:04 2016 (r406963) @@ -0,0 +1,18 @@ +# Created by: Nikolai Lifanov +# $FreeBSD$ + +PKGNAMESUFFIX= -genisoimage + +COMMENT= Standalone genisoimage from cdrkit + +RUN_DEPENDS= # nada + +CONFLICTS= # nada + +PLIST_SUB= CDRKIT="@comment " GENISOIMAGE="" + +SLAVE_PORT= cdrkit + +MASTERDIR= ${.CURDIR}/../cdrkit + +.include "${MASTERDIR}/Makefile" From owner-svn-ports-head@freebsd.org Sat Jan 23 10:23:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99571A8DBC1; Sat, 23 Jan 2016 10:23:41 +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 5F34E18BD; Sat, 23 Jan 2016 10:23:41 +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 u0NANeFU060913; Sat, 23 Jan 2016 10:23:40 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NANeBE060912; Sat, 23 Jan 2016 10:23:40 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201601231023.u0NANeBE060912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 23 Jan 2016 10:23:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406964 - head/mail/mailagent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 10:23:41 -0000 Author: bapt Date: Sat Jan 23 10:23:40 2016 New Revision: 406964 URL: https://svnweb.freebsd.org/changeset/ports/406964 Log: Use the test framework Modified: head/mail/mailagent/Makefile Modified: head/mail/mailagent/Makefile ============================================================================== --- head/mail/mailagent/Makefile Sat Jan 23 09:12:04 2016 (r406963) +++ head/mail/mailagent/Makefile Sat Jan 23 10:23:40 2016 (r406964) @@ -48,7 +48,7 @@ post-patch: misc/news/newsgate) TEST_CMD= '(cd ${WRKSRC}/agent/test; ${SETENV} ${MAKE_ENV} ${MAKE})' -regression-test: build +do-test: @if [ `${ID} -u` = 0 ]; then \ ${CHOWN} -R nobody ${WRKSRC}/agent/test; \ su -m nobody -c ${TEST_CMD}; \ From owner-svn-ports-head@freebsd.org Sat Jan 23 10:23:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09F8DA8DBE5; Sat, 23 Jan 2016 10:23:51 +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 B3BBC19CA; Sat, 23 Jan 2016 10:23:50 +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 u0NANnLF061043; Sat, 23 Jan 2016 10:23:49 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NANncE061040; Sat, 23 Jan 2016 10:23:49 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601231023.u0NANncE061040@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 23 Jan 2016 10:23:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406965 - head/graphics/png X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 10:23:51 -0000 Author: antoine Date: Sat Jan 23 10:23:49 2016 New Revision: 406965 URL: https://svnweb.freebsd.org/changeset/ports/406965 Log: Update to 1.6.21 Modified: head/graphics/png/Makefile head/graphics/png/distinfo head/graphics/png/pkg-plist Modified: head/graphics/png/Makefile ============================================================================== --- head/graphics/png/Makefile Sat Jan 23 10:23:40 2016 (r406964) +++ head/graphics/png/Makefile Sat Jan 23 10:23:49 2016 (r406965) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= png -PORTVERSION= 1.6.20 +PORTVERSION= 1.6.21 CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}16/${PORTVERSION} \ ftp://ftp.simplesystems.org/pub/lib${PORTNAME}/${PORTNAME}/src/lib${PORTNAME}16/ Modified: head/graphics/png/distinfo ============================================================================== --- head/graphics/png/distinfo Sat Jan 23 10:23:40 2016 (r406964) +++ head/graphics/png/distinfo Sat Jan 23 10:23:49 2016 (r406965) @@ -1,4 +1,4 @@ -SHA256 (libpng-1.6.20.tar.xz) = 55c5959e9f3484d96141a3226c53bc9da42a4845e70879d3e1d6e94833d1918b -SIZE (libpng-1.6.20.tar.xz) = 942672 -SHA256 (libpng-1.6.20-apng.patch.gz) = ed7bc9d03bc7390c477623e1abff42977395c75ed3e69e8308ea25bc3871774d -SIZE (libpng-1.6.20-apng.patch.gz) = 10304 +SHA256 (libpng-1.6.21.tar.xz) = 6c8f1849eb9264219bf5d703601e5abe92a58651ecae927a03d1a1aa15ee2083 +SIZE (libpng-1.6.21.tar.xz) = 943980 +SHA256 (libpng-1.6.21-apng.patch.gz) = e3987bb341dc0e936f3a28fc555d5a46577f629c72a42287a1f3cbb204138d1a +SIZE (libpng-1.6.21-apng.patch.gz) = 10318 Modified: head/graphics/png/pkg-plist ============================================================================== --- head/graphics/png/pkg-plist Sat Jan 23 10:23:40 2016 (r406964) +++ head/graphics/png/pkg-plist Sat Jan 23 10:23:49 2016 (r406965) @@ -13,7 +13,7 @@ lib/libpng.so lib/libpng16.a lib/libpng16.so lib/libpng16.so.16 -lib/libpng16.so.16.20.0 +lib/libpng16.so.16.21.0 libdata/pkgconfig/libpng.pc libdata/pkgconfig/libpng16.pc man/man3/libpng.3.gz From owner-svn-ports-head@freebsd.org Sat Jan 23 11:01:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62FFAA8E53D; Sat, 23 Jan 2016 11:01:18 +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 3F9B5143F; Sat, 23 Jan 2016 11:01:17 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.21] (248.Red-83-39-200.dynamicIP.rima-tde.net [83.39.200.248]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 3C13A43BB3; Sat, 23 Jan 2016 05:01:15 -0600 (CST) Subject: Re: svn commit: r406959 - in head/math: . py-cdecimal To: Maxim Sobolev References: <201601230258.u0N2wKlQ026236@repo.freebsd.org> <56A3280F.5030005@FreeBSD.org> <56A33831.6000008@marino.st> Cc: koobs@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: John Marino X-Enigmail-Draft-Status: N1110 Reply-To: marino@freebsd.org Message-ID: <56A35D78.3040000@marino.st> Date: Sat, 23 Jan 2016 12:01:12 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 11:01:18 -0000 On 1/23/2016 9:47 AM, Maxim Sobolev wrote: > Would it make you happier if I take maintainership and drop it tomorrow? > :) Technically not forbidden. Just to give you some background, I used > to maintain few hundred ports back in the days, so I am very discreet now. I assume people use this trick often. It would make me happy to drop it after 1 year. It sounds like it won't require much maintenance so that shouldn't be a big deal. It's still sketchy but nobody can really say anything at that point. > > It just says about some rules being quite out of date / unflexible, > IMHO. As an average joe user, between port not being present and port > being maintained by community I'd definitely prefer the latter, as it > gives me a good chance that it would just work. It would have saved me > some time today (which is why I did it, not because I've had nothing > else better to do on Friday afternoon). And if it does not work, it > gives user incentive to file a PR. So it's win-win all over the place. > For myself, it just saves me a trouble to having another chunk of > private code in my own port repo. I am very happy with the requirement that new ports *must* be maintained. You are setting an example. Normal users (without your history and experience) see that it's possible to introduce unmaintained ports through bugzilla and will try it. We don't want that. I've seen this effect firsthand in pkgsrc. Believe me, you don't want to allow new ports to have no maintainer. It's a disaster. If nobody is willing to maintain it, it probably doesn't merit being in the collection. John From owner-svn-ports-head@freebsd.org Sat Jan 23 11:02:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2144A8E58B; Sat, 23 Jan 2016 11:02:21 +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 3129D1769; Sat, 23 Jan 2016 11:02:21 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.21] (248.Red-83-39-200.dynamicIP.rima-tde.net [83.39.200.248]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 66E2C43BB3; Sat, 23 Jan 2016 05:02:19 -0600 (CST) Subject: Re: svn commit: r406964 - head/mail/mailagent To: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201601231023.u0NANeBE060912@repo.freebsd.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <56A35DB9.2030506@marino.st> Date: Sat, 23 Jan 2016 12:02:17 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <201601231023.u0NANeBE060912@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 11:02:21 -0000 On 1/23/2016 11:23 AM, Baptiste Daroussin wrote: > Author: bapt > Date: Sat Jan 23 10:23:40 2016 > New Revision: 406964 > URL: https://svnweb.freebsd.org/changeset/ports/406964 > > Log: > Use the test framework > Why not sweep and convert all ports to this? There are more "regression-test" targets in ports. John From owner-svn-ports-head@freebsd.org Sat Jan 23 11:04:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5C7BA8E5F4; Sat, 23 Jan 2016 11:04:52 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-lb0-x22d.google.com (mail-lb0-x22d.google.com [IPv6:2a00:1450:4010:c04::22d]) (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 4D502189F; Sat, 23 Jan 2016 11:04:52 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by mail-lb0-x22d.google.com with SMTP id oh2so53331294lbb.3; Sat, 23 Jan 2016 03:04:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=tVKGSZlXx7k9V0yVi26tj/tJO96h/KB/D10QAlX3uFw=; b=k7L07xPB0C5jg0XAdTx7+XEgO2TQw5JqaY/dnTgYSgAKXZBKuqvK+zRSsqpZBRuwPj LHWykgng4Rhuyt4Rsr7MqbSVvWSlIM1uJeXX2IZR/HtlG9nwBZboBpR8Wo/6nQKTRoIz L1bXmmnKjaznSe1Uca75gMle2xuFzhisDsZarTE0MZKHYgHN2npeUA5BelPXne4rWwPn sfFWleTQHXQh5oCJisZCcfAYVwO6RFtf1A6E8Zmnks8spBRS5QwX9EEskBGnVeuTNpn3 kYXYgvQbBtRvkgPFahP96wADbekTAqsAQX/8Ts/Hwq0oNVbd+K4DuTpjXIZOPK8GGwgj rYTQ== 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 :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=tVKGSZlXx7k9V0yVi26tj/tJO96h/KB/D10QAlX3uFw=; b=Qctg7gk0uuMnAPGjTvo2uU56r50x12talzZzlY49yuDTvcjnN6/ACOvmN1RIj6Whq8 mLTG7+DRNZHL13LDDeVTv1bjpo2g/adHPXIJtm2Zc+/02nQigHT2eEWLhWHGs5Mp7dGF WDTtfamDVaEGXpq5//ovVDwg0mEqncCumtGjVONemC6LJH+6NPh0slrHEFzmYqff9WmA 2pL0aCKXMRW5K0Fa3W+Msxg/hoFAXjkgCEfeCUm4PhuI2ljdKmaoyNd3qhuw7N4AAxgA A4+e43QC9cv1d+JmheOaUjKe/D1uh/NB37PhgozBWGb3I7KD3zyIF5cSiitnv9BRZZk0 9ZtQ== X-Gm-Message-State: AG10YOSrAZ3BybxuQFFPNl7WrxwrTfWSii89egInEGxWTEPM9fX+lv1T5bPvEYYMcO1MbA== X-Received: by 10.112.156.6 with SMTP id wa6mr2872599lbb.66.1453547089095; Sat, 23 Jan 2016 03:04:49 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id mp1sm1409214lbb.22.2016.01.23.03.04.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 23 Jan 2016 03:04:48 -0800 (PST) Sender: Baptiste Daroussin Date: Sat, 23 Jan 2016 12:04:45 +0100 From: Baptiste Daroussin To: marino@freebsd.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r406964 - head/mail/mailagent Message-ID: <20160123110445.GC32492@ivaldir.etoilebsd.net> References: <201601231023.u0NANeBE060912@repo.freebsd.org> <56A35DB9.2030506@marino.st> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="eRtJSFbw+EEWtPj3" Content-Disposition: inline In-Reply-To: <56A35DB9.2030506@marino.st> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 11:04:52 -0000 --eRtJSFbw+EEWtPj3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 23, 2016 at 12:02:17PM +0100, John Marino wrote: > On 1/23/2016 11:23 AM, Baptiste Daroussin wrote: > > Author: bapt > > Date: Sat Jan 23 10:23:40 2016 > > New Revision: 406964 > > URL: https://svnweb.freebsd.org/changeset/ports/406964 > >=20 > > Log: > > Use the test framework > >=20 >=20 >=20 > Why not sweep and convert all ports to this? There are more > "regression-test" targets in ports. >=20 because the switch is not always straight forward. Most of the straight for= ward sweepable change has already been done Best regards, Bapt --eRtJSFbw+EEWtPj3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWo15NAAoJEGOJi9zxtz5aMmAP+wVKNOHmiFsDE/sjsfQ9FQTy J4c1QlfCnUqiC8JFOMy+Ub1MEHwPMsXdyuDd3gr6IMSgr/5z+3fLsFiYtXmbrJa0 GaP+vw1Tmy/nW5VIBGnSD0bYi1xStevONyj6QNybLZf9onnH4Oe9/le6P2OYf25f VHxcWRFeRLsjuaUczJlSbhSQQ41NKkHBhfEi+HpDom1by+LUEOhlyLiWip6obXld WghoAMrvfPgtsCV15mQ6l3u9zHYwyG+ZL1TwjtHKUa9DEE73OypqSvlKyOYraIAW uaENEKCy9Mo6Sm+s49ls6I5BIQV7uDAVhfzfnETKMm/Qdt+fjadcH0D7kfwY8gH1 y+5NtD1hS9gfCjUMWtuDL6p94SMO986LBOZcP0DDxCg25+qioG0cATu3v0wC3K/f QORYjqtXPTWF1Q9gw5Oj9DBmoks2CaoAi4vVMeAHwfIMfe8aSguAiyE/Ne6upaJH FnYkVWX20dwZETkGDJdbtFip40EY3JEAhNnvjs+bZT4Rwva+Pzngn2o6i/vI8DR8 KG17Tw7Sm5ykSrl5NM2VCVgVXzSKkuZ4vtQYrJe6gq5jRSZn8/vpOxpjJMu3b1lj INsJI71O367uB/t7aZcrgj8YDX8EfXtt980KkyAmLHRzZDGZcIWxvRvmbaDnW+Jv 6oE3w0nUph3+sr0gdSnZ =NZY3 -----END PGP SIGNATURE----- --eRtJSFbw+EEWtPj3-- From owner-svn-ports-head@freebsd.org Sat Jan 23 11:23:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 155A1A8EBD7; Sat, 23 Jan 2016 11:23:19 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E51541147; Sat, 23 Jan 2016 11:23:18 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NBNHQE078384; Sat, 23 Jan 2016 11:23:17 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NBNHoO078381; Sat, 23 Jan 2016 11:23:17 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201601231123.u0NBNHoO078381@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sat, 23 Jan 2016 11:23:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406966 - head/net/citrix_ica X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 11:23:19 -0000 Author: ehaupt Date: Sat Jan 23 11:23:17 2016 New Revision: 406966 URL: https://svnweb.freebsd.org/changeset/ports/406966 Log: Update to 13.3.0 Modified: head/net/citrix_ica/Makefile head/net/citrix_ica/distinfo head/net/citrix_ica/pkg-plist Modified: head/net/citrix_ica/Makefile ============================================================================== --- head/net/citrix_ica/Makefile Sat Jan 23 10:23:49 2016 (r406965) +++ head/net/citrix_ica/Makefile Sat Jan 23 11:23:17 2016 (r406966) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= citrix_ica -PORTVERSION= 13.2.1 +PORTVERSION= 13.3.0 CATEGORIES= net comms linux MASTER_SITES= # -DISTNAME= linuxx86-13.2.1.328635 +DISTNAME= linuxx86-${PORTVERSION}.344519 MAINTAINER= ehaupt@FreeBSD.org COMMENT= Citrix(R) Presentation Server(TM) client @@ -38,7 +38,7 @@ SUB_LIST= CDIR=${CDIR} .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE=May not be redistributed due to licensing. Please visit https://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-1321.html accept their license and download ${DISTFILES} into ${DISTDIR} +IGNORE=May not be redistributed due to licensing. Please visit https://www.citrix.com/downloads/citrix-receiver/linux/ accept their license and download ${DISTFILES} into ${DISTDIR} .endif .if defined(ICA_CERTS) Modified: head/net/citrix_ica/distinfo ============================================================================== --- head/net/citrix_ica/distinfo Sat Jan 23 10:23:49 2016 (r406965) +++ head/net/citrix_ica/distinfo Sat Jan 23 11:23:17 2016 (r406966) @@ -1,2 +1,2 @@ -SHA256 (linuxx86-13.2.1.328635.tar.gz) = 5c396ec61ae42d0b47f487aa1ea77291ac3d8eb8a4121085b64d115811465c7a -SIZE (linuxx86-13.2.1.328635.tar.gz) = 18525639 +SHA256 (linuxx86-13.3.0.344519.tar.gz) = df8d3c97344ac9d64a4af44879eadc0bfb5e2f9af8504511b042eba1d29a6f69 +SIZE (linuxx86-13.3.0.344519.tar.gz) = 18576528 Modified: head/net/citrix_ica/pkg-plist ============================================================================== --- head/net/citrix_ica/pkg-plist Sat Jan 23 10:23:49 2016 (r406965) +++ head/net/citrix_ica/pkg-plist Sat Jan 23 11:23:17 2016 (r406966) @@ -37,7 +37,6 @@ %%WEBPLUGIN_DIR%%/config/usertemplate/Untrusted_Region.ini %%WEBPLUGIN_DIR%%/config/wfclient.ini %%WEBPLUGIN_DIR%%/desktop/Citrix-mime_types.xml -%%WEBPLUGIN_DIR%%/eula.txt %%WEBPLUGIN_DIR%%/gtk/glade/about.glade %%WEBPLUGIN_DIR%%/gtk/glade/aboutAdditional.glade %%WEBPLUGIN_DIR%%/gtk/glade/authdialogbox.glade @@ -166,7 +165,6 @@ %%WEBPLUGIN_DIR%%/nls/C %%WEBPLUGIN_DIR%%/nls/de.UTF-8/XCapture %%WEBPLUGIN_DIR%%/nls/de.UTF-8/XCapture.ad -%%WEBPLUGIN_DIR%%/nls/de.UTF-8/eula.txt %%WEBPLUGIN_DIR%%/nls/de.UTF-8/pna.nls %%WEBPLUGIN_DIR%%/nls/de.UTF-8/setupwfc.msg %%WEBPLUGIN_DIR%%/nls/de.UTF8 @@ -179,7 +177,6 @@ %%WEBPLUGIN_DIR%%/nls/de/XCapture %%WEBPLUGIN_DIR%%/nls/de/XCapture.ad %%WEBPLUGIN_DIR%%/nls/de/appsrv.ini -%%WEBPLUGIN_DIR%%/nls/de/eula.txt %%WEBPLUGIN_DIR%%/nls/de/hinst.msg %%WEBPLUGIN_DIR%%/nls/de/index.htm %%WEBPLUGIN_DIR%%/nls/de/module.ini @@ -188,7 +185,6 @@ %%WEBPLUGIN_DIR%%/nls/de/wfclient.ini %%WEBPLUGIN_DIR%%/nls/en.UTF-8/XCapture %%WEBPLUGIN_DIR%%/nls/en.UTF-8/XCapture.ad -%%WEBPLUGIN_DIR%%/nls/en.UTF-8/eula.txt %%WEBPLUGIN_DIR%%/nls/en.UTF-8/pna.nls %%WEBPLUGIN_DIR%%/nls/en.UTF-8/setupwfc.msg %%WEBPLUGIN_DIR%%/nls/en.UTF8 @@ -200,7 +196,6 @@ %%WEBPLUGIN_DIR%%/nls/en/XCapture %%WEBPLUGIN_DIR%%/nls/en/XCapture.ad %%WEBPLUGIN_DIR%%/nls/en/appsrv.ini -%%WEBPLUGIN_DIR%%/nls/en/eula.txt %%WEBPLUGIN_DIR%%/nls/en/hinst.msg %%WEBPLUGIN_DIR%%/nls/en/index.htm %%WEBPLUGIN_DIR%%/nls/en/module.ini @@ -209,7 +204,6 @@ %%WEBPLUGIN_DIR%%/nls/en/wfclient.ini %%WEBPLUGIN_DIR%%/nls/es.UTF-8/XCapture %%WEBPLUGIN_DIR%%/nls/es.UTF-8/XCapture.ad -%%WEBPLUGIN_DIR%%/nls/es.UTF-8/eula.txt %%WEBPLUGIN_DIR%%/nls/es.UTF-8/pna.nls %%WEBPLUGIN_DIR%%/nls/es.UTF-8/setupwfc.msg %%WEBPLUGIN_DIR%%/nls/es.UTF8 @@ -221,7 +215,6 @@ %%WEBPLUGIN_DIR%%/nls/es/XCapture %%WEBPLUGIN_DIR%%/nls/es/XCapture.ad %%WEBPLUGIN_DIR%%/nls/es/appsrv.ini -%%WEBPLUGIN_DIR%%/nls/es/eula.txt %%WEBPLUGIN_DIR%%/nls/es/hinst.msg %%WEBPLUGIN_DIR%%/nls/es/index.htm %%WEBPLUGIN_DIR%%/nls/es/module.ini @@ -230,7 +223,6 @@ %%WEBPLUGIN_DIR%%/nls/es/wfclient.ini %%WEBPLUGIN_DIR%%/nls/fr.UTF-8/XCapture %%WEBPLUGIN_DIR%%/nls/fr.UTF-8/XCapture.ad -%%WEBPLUGIN_DIR%%/nls/fr.UTF-8/eula.txt %%WEBPLUGIN_DIR%%/nls/fr.UTF-8/pna.nls %%WEBPLUGIN_DIR%%/nls/fr.UTF-8/setupwfc.msg %%WEBPLUGIN_DIR%%/nls/fr.UTF8 @@ -242,7 +234,6 @@ %%WEBPLUGIN_DIR%%/nls/fr/XCapture %%WEBPLUGIN_DIR%%/nls/fr/XCapture.ad %%WEBPLUGIN_DIR%%/nls/fr/appsrv.ini -%%WEBPLUGIN_DIR%%/nls/fr/eula.txt %%WEBPLUGIN_DIR%%/nls/fr/hinst.msg %%WEBPLUGIN_DIR%%/nls/fr/index.htm %%WEBPLUGIN_DIR%%/nls/fr/module.ini @@ -251,7 +242,6 @@ %%WEBPLUGIN_DIR%%/nls/fr/wfclient.ini %%WEBPLUGIN_DIR%%/nls/ja.UTF-8/XCapture %%WEBPLUGIN_DIR%%/nls/ja.UTF-8/XCapture.ad -%%WEBPLUGIN_DIR%%/nls/ja.UTF-8/eula.txt %%WEBPLUGIN_DIR%%/nls/ja.UTF-8/pna.nls %%WEBPLUGIN_DIR%%/nls/ja.UTF-8/setupwfc.msg %%WEBPLUGIN_DIR%%/nls/ja.UTF8 @@ -264,7 +254,6 @@ %%WEBPLUGIN_DIR%%/nls/ja/XCapture %%WEBPLUGIN_DIR%%/nls/ja/XCapture.ad %%WEBPLUGIN_DIR%%/nls/ja/appsrv.ini -%%WEBPLUGIN_DIR%%/nls/ja/eula.txt %%WEBPLUGIN_DIR%%/nls/ja/hinst.msg %%WEBPLUGIN_DIR%%/nls/ja/index.htm %%WEBPLUGIN_DIR%%/nls/ja/module.ini @@ -273,7 +262,6 @@ %%WEBPLUGIN_DIR%%/nls/ja/wfclient.ini %%WEBPLUGIN_DIR%%/nls/ru.UTF-8/XCapture %%WEBPLUGIN_DIR%%/nls/ru.UTF-8/XCapture.ad -%%WEBPLUGIN_DIR%%/nls/ru.UTF-8/eula.txt %%WEBPLUGIN_DIR%%/nls/ru.UTF-8/pna.nls %%WEBPLUGIN_DIR%%/nls/ru.UTF-8/setupwfc.msg %%WEBPLUGIN_DIR%%/nls/ru/LC_MESSAGES/AuthManager.mo @@ -283,7 +271,6 @@ %%WEBPLUGIN_DIR%%/nls/ru/XCapture %%WEBPLUGIN_DIR%%/nls/ru/XCapture.ad %%WEBPLUGIN_DIR%%/nls/ru/appsrv.ini -%%WEBPLUGIN_DIR%%/nls/ru/eula.txt %%WEBPLUGIN_DIR%%/nls/ru/hinst.msg %%WEBPLUGIN_DIR%%/nls/ru/index.htm %%WEBPLUGIN_DIR%%/nls/ru/module.ini @@ -296,7 +283,6 @@ %%WEBPLUGIN_DIR%%/nls/zh_CN.utf8 %%WEBPLUGIN_DIR%%/nls/zh_HANS.UTF-8/XCapture %%WEBPLUGIN_DIR%%/nls/zh_HANS.UTF-8/XCapture.ad -%%WEBPLUGIN_DIR%%/nls/zh_HANS.UTF-8/eula.txt %%WEBPLUGIN_DIR%%/nls/zh_HANS.UTF-8/pna.nls %%WEBPLUGIN_DIR%%/nls/zh_HANS.UTF-8/setupwfc.msg %%WEBPLUGIN_DIR%%/nls/zh_HANS/LC_MESSAGES/AuthManager.mo @@ -306,7 +292,6 @@ %%WEBPLUGIN_DIR%%/nls/zh_HANS/XCapture %%WEBPLUGIN_DIR%%/nls/zh_HANS/XCapture.ad %%WEBPLUGIN_DIR%%/nls/zh_HANS/appsrv.ini -%%WEBPLUGIN_DIR%%/nls/zh_HANS/eula.txt %%WEBPLUGIN_DIR%%/nls/zh_HANS/hinst.msg %%WEBPLUGIN_DIR%%/nls/zh_HANS/index.htm %%WEBPLUGIN_DIR%%/nls/zh_HANS/module.ini @@ -472,6 +457,14 @@ %%WEBPLUGIN_DIR%%/usb/ctxusbd.rc %%WEBPLUGIN_DIR%%/usb/ica-usb.rules %%WEBPLUGIN_DIR%%/usb/usb.conf +%%WEBPLUGIN_DIR%%/eula.txt +%%WEBPLUGIN_DIR%%/nls/de.UTF-8/eula.txt +%%WEBPLUGIN_DIR%%/nls/en.UTF-8/eula.txt +%%WEBPLUGIN_DIR%%/nls/es.UTF-8/eula.txt +%%WEBPLUGIN_DIR%%/nls/fr.UTF-8/eula.txt +%%WEBPLUGIN_DIR%%/nls/ja.UTF-8/eula.txt +%%WEBPLUGIN_DIR%%/nls/ru.UTF-8/eula.txt +%%WEBPLUGIN_DIR%%/nls/zh_HANS.UTF-8/eula.txt @(,,00555) %%WEBPLUGIN_DIR%%/util/DeleteCompleteFlashCache.sh @(,,00555) %%WEBPLUGIN_DIR%%/util/configmgr @(,,00555) %%WEBPLUGIN_DIR%%/util/conncenter From owner-svn-ports-head@freebsd.org Sat Jan 23 12:01:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB6C6A8DDD6; Sat, 23 Jan 2016 12:01: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 8CDAD12F2; Sat, 23 Jan 2016 12:01: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 u0NC1Umg087326; Sat, 23 Jan 2016 12:01:30 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NC1UxD087325; Sat, 23 Jan 2016 12:01:30 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601231201.u0NC1UxD087325@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 23 Jan 2016 12:01:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406967 - head/java/eclipse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 12:01:31 -0000 Author: antoine Date: Sat Jan 23 12:01:30 2016 New Revision: 406967 URL: https://svnweb.freebsd.org/changeset/ports/406967 Log: Mark BROKEN on FreeBSD head Modified: head/java/eclipse/Makefile Modified: head/java/eclipse/Makefile ============================================================================== --- head/java/eclipse/Makefile Sat Jan 23 11:23:17 2016 (r406966) +++ head/java/eclipse/Makefile Sat Jan 23 12:01:30 2016 (r406967) @@ -18,6 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/java/m LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 +BROKEN_FreeBSD_11= build eats all CPU, do not unbreak without portmgr@ approval ONLY_FOR_ARCHS= i386 amd64 CONFLICTS_INSTALL= eclipse From owner-svn-ports-head@freebsd.org Sat Jan 23 12:22:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 808B3A8B7FC; Sat, 23 Jan 2016 12:22:07 +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 54037124D; Sat, 23 Jan 2016 12:22:07 +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 u0NCM6Ga095191; Sat, 23 Jan 2016 12:22:06 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NCM6qD095189; Sat, 23 Jan 2016 12:22:06 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601231222.u0NCM6qD095189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 23 Jan 2016 12:22:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406968 - head/net/dhcpcd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 12:22:07 -0000 Author: pi Date: Sat Jan 23 12:22:06 2016 New Revision: 406968 URL: https://svnweb.freebsd.org/changeset/ports/406968 Log: net/dhcpcd: 6.10.0 -> 6.10.1 - Add -P, --printpidfile to print the pidfile dhcpcd will use to stdout - Fix a crash when a non active interface departs - Add the -1, --oneshot option which causes dhcpcd to exit once an interface has been configured - Fix delegation activating interfaces PR: 206459 Submitted by: roy@marples.name (maintainer) Modified: head/net/dhcpcd/Makefile head/net/dhcpcd/distinfo Modified: head/net/dhcpcd/Makefile ============================================================================== --- head/net/dhcpcd/Makefile Sat Jan 23 12:01:30 2016 (r406967) +++ head/net/dhcpcd/Makefile Sat Jan 23 12:22:06 2016 (r406968) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dhcpcd -PORTVERSION= 6.10.0 +PORTVERSION= 6.10.1 CATEGORIES= net MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/ \ http://roy.aydogan.net/dhcpcd/ \ Modified: head/net/dhcpcd/distinfo ============================================================================== --- head/net/dhcpcd/distinfo Sat Jan 23 12:01:30 2016 (r406967) +++ head/net/dhcpcd/distinfo Sat Jan 23 12:22:06 2016 (r406968) @@ -1,2 +1,2 @@ -SHA256 (dhcpcd-6.10.0.tar.xz) = ab56af9b2e86913c55a965cb0f835e87749df78318564acf90d5d698f413ad35 -SIZE (dhcpcd-6.10.0.tar.xz) = 179804 +SHA256 (dhcpcd-6.10.1.tar.xz) = 284abf8c3be0580bbac5eaca95359346ab0d78d4072317b6ce87cc68f2e8ae7b +SIZE (dhcpcd-6.10.1.tar.xz) = 180112 From owner-svn-ports-head@freebsd.org Sat Jan 23 12:47:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21F94A8C08B; Sat, 23 Jan 2016 12:47:00 +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 F10C61E9A; Sat, 23 Jan 2016 12:46:59 +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 u0NCkxQu001979; Sat, 23 Jan 2016 12:46:59 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NCkwSx001975; Sat, 23 Jan 2016 12:46:58 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201601231246.u0NCkwSx001975@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sat, 23 Jan 2016 12:46:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406969 - in head/databases/mongodb32: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 12:47:00 -0000 Author: demon Date: Sat Jan 23 12:46:58 2016 New Revision: 406969 URL: https://svnweb.freebsd.org/changeset/ports/406969 Log: Add a port for mongodb version 3.2. PR: 205510 Submitted by: Brendan Molloy Maintainer of databases/mongodb port timeout (3 weeks) I bumped version to 3.2.1. mongodb32-tools port coming soon. Added: head/databases/mongodb32/ - copied from r406966, head/databases/mongodb/ Deleted: head/databases/mongodb32/files/patch-src_mongo_SConscript head/databases/mongodb32/files/patch-src_mongo_db_kill_current_op.cpp head/databases/mongodb32/files/patch-src_mongo_db_ops_modifier_push.cpp head/databases/mongodb32/files/patch-src_third_party_boost_libs_filesystem_v3_src_path.cpp Modified: head/databases/mongodb32/Makefile head/databases/mongodb32/distinfo head/databases/mongodb32/files/patch-SConstruct head/databases/mongodb32/pkg-plist Modified: head/databases/mongodb32/Makefile ============================================================================== --- head/databases/mongodb/Makefile Sat Jan 23 11:23:17 2016 (r406966) +++ head/databases/mongodb32/Makefile Sat Jan 23 12:46:58 2016 (r406969) @@ -1,13 +1,16 @@ -# Created by: Mirko Zinn +# Created by: Brendan Molloy # $FreeBSD$ -PORTNAME= mongodb -PORTVERSION= 2.6.7 +PORTNAME= mongodb32 +PORTVERSION= 3.2.1 +DISTVERSIONPREFIX= r CATEGORIES= databases net -MASTER_SITES= http://downloads.mongodb.org/src/ -DISTNAME= ${PORTNAME}-src-r${PORTVERSION} +MASTER_SITES= https://fastdl.mongodb.org/src/ \ + http://fastdl.mongodb.org/src/ \ + http://download.mongodb.org/src/ +DISTNAME= mongodb-src-${DISTVERSIONPREFIX}${PORTVERSION} -MAINTAINER= ale@FreeBSD.org +MAINTAINER= brendan+freebsd@bbqsrc.net COMMENT= NOSQL distributed document-oriented database # mongodb is AGPLv3, C++ driver is APACHE20 @@ -15,64 +18,48 @@ LICENSE= AGPLv3 APACHE20 LICENSE_COMB= multi LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ - libsnappy.so:${PORTSDIR}/archivers/snappy \ - libv8.so:${PORTSDIR}/lang/v8 \ -# boost 1.52/1.55 from ports make mongod segfaulting with many tests -# LIB_DEPENDS+= libboost_system.so:${PORTSDIR}/devel/boost-libs -# MAKE_ARGS+= --use-system-boost -# use bundled yaml -# MAKE_ARGS+= --use-system-yaml -# LIB_DEPENDS+= libyaml-cpp.so:${PORTSDIR}/devel/yaml-cpp + libsnappy.so:${PORTSDIR}/archivers/snappy +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:${PORTSDIR}/devel/py-yaml \ + ${PYTHON_PKGNAMEPREFIX}pymongo>=3.0:${PORTSDIR}/databases/pymongo ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than i386 and amd64" -OPTIONS_DEFINE= SSL SASL TEST +OPTIONS_DEFINE= SASL SSL OPTIONS_DEFAULT=SSL -TEST_DESC= Add support for running regression test -USES= cpe execinfo scons -MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} --cc=${CC} --cxx=${CXX} \ - --use-system-pcre --use-system-snappy --use-system-v8 +SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +SASL_MAKE_ARGS= --use-sasl-client + +SSL_USE= openssl=yes +SSL_MAKE_ARGS= --ssl + +USES= cpe execinfo python:build scons +MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ + --use-system-pcre --use-system-snappy \ + --release USERS= mongodb GROUPS= mongodb USE_RC_SUBR= mongod -PORTSCOUT= limitw:1,even - -.include +ALL_TARGET= core +TEST_TARGET= unittests -.if ${PORT_OPTIONS:MSSL} -USE_OPENSSL= yes -MAKE_ARGS+= --ssl -.endif - -.if ${PORT_OPTIONS:MSASL} -MAKE_ARGS+= --use-sasl-client -LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 -.endif - -.if ${PORT_OPTIONS:MTEST} -USES+= python:build -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=2.5:${PORTSDIR}/databases/pymongo -TEST_TARGET= smokeAll smokeCppUnittests -. if ${PORT_OPTIONS:MSSL} -TEST_TARGET+= smokeSsl -. endif -.else -ALL_TARGET= core tools -.endif - -post-patch: - @${REINPLACE_CMD} 's/\["-O3"\]/"${CXXFLAGS}"/' \ - ${WRKSRC}/SConstruct +post-install: +.for f in mongo mongod mongoperf mongos mongosniff + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f} +.endfor -.if ${PORT_OPTIONS:MTEST} -test: build-depends build +do-test: @cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} \ - ${MAKE_CMD} ${_MAKE_JOBS} ${MAKE_ARGS} ${TEST_TARGET} -.endif + ${MAKE_CMD} ${_MAKE_JOBS} ${MAKE_ARGS} ${TEST_TARGET} &&\ + ${PYTHON_CMD} ${BUILD_WRKSRC}/buildscripts/resmoke.py\ + --suites=unittests --jobs=${MAKE_JOBS_NUMBER} + +PORTSCOUT= limitw:1,even + +CPE_PRODUCT= mongodb .include Modified: head/databases/mongodb32/distinfo ============================================================================== --- head/databases/mongodb/distinfo Sat Jan 23 11:23:17 2016 (r406966) +++ head/databases/mongodb32/distinfo Sat Jan 23 12:46:58 2016 (r406969) @@ -1,2 +1,2 @@ -SHA256 (mongodb-src-r2.6.7.tar.gz) = 512254d1adeaf19cc8188032ac75ce01ac114811b5a27ef3a95dc79eeedd6bc9 -SIZE (mongodb-src-r2.6.7.tar.gz) = 14540119 +SHA256 (mongodb-src-r3.2.1.tar.gz) = 50431a3ba5ab68bd0bed4a157a8528ca27753a63cf101f13135255e4e9d42f15 +SIZE (mongodb-src-r3.2.1.tar.gz) = 26397562 Modified: head/databases/mongodb32/files/patch-SConstruct ============================================================================== --- head/databases/mongodb/files/patch-SConstruct Sat Jan 23 11:23:17 2016 (r406966) +++ head/databases/mongodb32/files/patch-SConstruct Sat Jan 23 12:46:58 2016 (r406969) @@ -1,11 +1,15 @@ ---- SConstruct.orig 2014-05-05 02:29:43.000000000 +0000 -+++ SConstruct 2014-05-12 09:50:56.999470711 +0000 -@@ -843,7 +843,7 @@ - env.Append( LIBS=[] ) +--- SConstruct.orig 2015-12-02 19:01:34 UTC ++++ SConstruct +@@ -840,9 +840,9 @@ if has_option('variables-help'): + print env_vars.GenerateHelpText(env) + Exit(0) - #make scons colorgcc friendly -- for key in ('HOME', 'TERM'): -+ for key in ('HOME', 'TERM', 'PATH', 'CCACHE_DIR'): - try: - env['ENV'][key] = os.environ[key] - except KeyError: +-unknown_vars = env_vars.UnknownVariables() +-if unknown_vars: +- env.FatalError("Unknown variables specified: {0}", ", ".join(unknown_vars.keys())) ++#unknown_vars = env_vars.UnknownVariables() ++#if unknown_vars: ++# env.FatalError("Unknown variables specified: {0}", ", ".join(unknown_vars.keys())) + + def set_config_header_define(env, varname, varval = 1): + env['CONFIG_HEADER_DEFINES'][varname] = varval Modified: head/databases/mongodb32/pkg-plist ============================================================================== --- head/databases/mongodb/pkg-plist Sat Jan 23 11:23:17 2016 (r406966) +++ head/databases/mongodb32/pkg-plist Sat Jan 23 12:46:58 2016 (r406969) @@ -1,16 +1,7 @@ @unexec if [ ! -s %D/etc/mongodb.conf ]; then /bin/rm -f %D/etc/mongodb.conf; fi @exec if [ ! -f %D/etc/mongodb.conf ]; then /usr/bin/touch %D/etc/mongodb.conf; fi -bin/bsondump bin/mongo bin/mongod -bin/mongodump -bin/mongoexport -bin/mongofiles -bin/mongoimport -bin/mongooplog bin/mongoperf -bin/mongorestore bin/mongos bin/mongosniff -bin/mongostat -bin/mongotop From owner-svn-ports-head@freebsd.org Sat Jan 23 12:47:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18D2CA8C0C7; Sat, 23 Jan 2016 12:47:32 +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 DD8481F7D; Sat, 23 Jan 2016 12:47:31 +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 u0NClUXA002106; Sat, 23 Jan 2016 12:47:30 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NClUMC002105; Sat, 23 Jan 2016 12:47:30 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201601231247.u0NClUMC002105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sat, 23 Jan 2016 12:47:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406970 - head/databases X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 12:47:32 -0000 Author: demon Date: Sat Jan 23 12:47:30 2016 New Revision: 406970 URL: https://svnweb.freebsd.org/changeset/ports/406970 Log: Add mongodb32 port. Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sat Jan 23 12:46:58 2016 (r406969) +++ head/databases/Makefile Sat Jan 23 12:47:30 2016 (r406970) @@ -190,6 +190,7 @@ SUBDIR += metakit SUBDIR += monetdb SUBDIR += mongodb + SUBDIR += mongodb32 SUBDIR += mrtg-mysql-load SUBDIR += mtools-mongodb SUBDIR += mtop From owner-svn-ports-head@freebsd.org Sat Jan 23 12:50:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BB4DA8C192; Sat, 23 Jan 2016 12:50:34 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x233.google.com (mail-pf0-x233.google.com [IPv6:2607:f8b0:400e:c00::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B74C11BE; Sat, 23 Jan 2016 12:50:34 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x233.google.com with SMTP id q63so58431284pfb.1; Sat, 23 Jan 2016 04:50:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=acFJOaRoVfO2SNZt9NNNEMIV7i/1DzmqrQZAi1TmSRg=; b=blsJSVnHlsmGQm8Qw5+catsAzZb3v+tprCdLm4zoQcH28G4IZSva01MAX4HCG5GScr IHfP4WQGdBt97+NXDoPQW79QhsNoI9dBsyhkCyIpw/fmhwVEGZfl6OXGX0FNOQR7d6bY eMLbzSvVOSOaYNx50Hq1V5ResK0hOphzBjAZ9jflQnVJmeM3dgXPl9OEgQAiYvMxX8K7 rVEBjn38E45t3xRzYitQ78JEIpM08RRHEdASALNGGx2LF8oSI7j+rgUe7ZywI8Pvrsfk jqzCd1vKuXY/dtyi1btscAyOjljpi7DKPWOvPOHkgy/bRA+V+VOOc2DXbp3/c6bLxgnG RIog== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:reply-to:subject:references:to:from :message-id:date:user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=acFJOaRoVfO2SNZt9NNNEMIV7i/1DzmqrQZAi1TmSRg=; b=Gk673hnYozy9jKlHzmL7xMIH4Qg9sjsVvxxnG0AH9DxkRoTp56jBxVEay4RQXXVzph 4JLyhXOwOAIGJs5m/sgS2esYFjNwHOaltmF3qgmPSx4VP9GaG0sAsqwAV09JB0Qt792p W4cR5PfRs83sN0MLS9RBpO4Fvbl/mUhjBP0kNDnD8U0X6WZvs8Q09/PirSOWPBeYcWws 75I4UP4/ZLkwcUKwMj8zy39Z8RJZwcAnhKD2Vl8d7CL1lNLqzmnIgOTt1Fohiatw+9BP tljx1RMq/SS5TRE0u6jl9JAYHvOCAth3j6nnyM53D7ATK9LEcJrG3Mjl7Wrby3Kgn17Q f6AQ== X-Gm-Message-State: AG10YOTkcJQdQjpOfn+BHLUfl8lEqRAXnscycNZoe7B0461xxb/ybVA5jcFbvuc01ayvWA== X-Received: by 10.98.93.136 with SMTP id n8mr11633286pfj.88.1453553433793; Sat, 23 Jan 2016 04:50:33 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:e955:70fa:3edd:219e? (2001-44b8-31ae-7b01-e955-70fa-3edd-219e.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:e955:70fa:3edd:219e]) by smtp.gmail.com with ESMTPSA id s84sm16343346pfa.74.2016.01.23.04.50.29 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 23 Jan 2016 04:50:33 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r406969 - in head/databases/mongodb32: . files References: <201601231246.u0NCkwSx001975@repo.freebsd.org> To: Dmitry Sivachenko , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <56A37710.6050300@FreeBSD.org> Date: Sat, 23 Jan 2016 23:50:24 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Thunderbird/44.0 MIME-Version: 1.0 In-Reply-To: <201601231246.u0NCkwSx001975@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 12:50:34 -0000 On 23/01/2016 11:46 PM, Dmitry Sivachenko wrote: > Author: demon > Date: Sat Jan 23 12:46:58 2016 > New Revision: 406969 > URL: https://svnweb.freebsd.org/changeset/ports/406969 > > Log: > Add a port for mongodb version 3.2. > > PR: 205510 > Submitted by: Brendan Molloy > Maintainer of databases/mongodb port timeout (3 weeks) Approved by: maintainer (timeout, 3 weeks) We could probably have our pre-commit hooks check for formatting in this section yeh? > I bumped version to 3.2.1. > > mongodb32-tools port coming soon. > > Added: > head/databases/mongodb32/ > - copied from r406966, head/databases/mongodb/ > Deleted: > head/databases/mongodb32/files/patch-src_mongo_SConscript > head/databases/mongodb32/files/patch-src_mongo_db_kill_current_op.cpp > head/databases/mongodb32/files/patch-src_mongo_db_ops_modifier_push.cpp > head/databases/mongodb32/files/patch-src_third_party_boost_libs_filesystem_v3_src_path.cpp > Modified: > head/databases/mongodb32/Makefile > head/databases/mongodb32/distinfo > head/databases/mongodb32/files/patch-SConstruct > head/databases/mongodb32/pkg-plist > > Modified: head/databases/mongodb32/Makefile > ============================================================================== > --- head/databases/mongodb/Makefile Sat Jan 23 11:23:17 2016 (r406966) > +++ head/databases/mongodb32/Makefile Sat Jan 23 12:46:58 2016 (r406969) > @@ -1,13 +1,16 @@ > -# Created by: Mirko Zinn > +# Created by: Brendan Molloy > # $FreeBSD$ > > -PORTNAME= mongodb > -PORTVERSION= 2.6.7 > +PORTNAME= mongodb32 > +PORTVERSION= 3.2.1 > +DISTVERSIONPREFIX= r > CATEGORIES= databases net > -MASTER_SITES= http://downloads.mongodb.org/src/ > -DISTNAME= ${PORTNAME}-src-r${PORTVERSION} > +MASTER_SITES= https://fastdl.mongodb.org/src/ \ > + http://fastdl.mongodb.org/src/ \ > + http://download.mongodb.org/src/ > +DISTNAME= mongodb-src-${DISTVERSIONPREFIX}${PORTVERSION} > > -MAINTAINER= ale@FreeBSD.org > +MAINTAINER= brendan+freebsd@bbqsrc.net > COMMENT= NOSQL distributed document-oriented database > > # mongodb is AGPLv3, C++ driver is APACHE20 > @@ -15,64 +18,48 @@ LICENSE= AGPLv3 APACHE20 > LICENSE_COMB= multi > > LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ > - libsnappy.so:${PORTSDIR}/archivers/snappy \ > - libv8.so:${PORTSDIR}/lang/v8 \ > -# boost 1.52/1.55 from ports make mongod segfaulting with many tests > -# LIB_DEPENDS+= libboost_system.so:${PORTSDIR}/devel/boost-libs > -# MAKE_ARGS+= --use-system-boost > -# use bundled yaml > -# MAKE_ARGS+= --use-system-yaml > -# LIB_DEPENDS+= libyaml-cpp.so:${PORTSDIR}/devel/yaml-cpp > + libsnappy.so:${PORTSDIR}/archivers/snappy > +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:${PORTSDIR}/devel/py-yaml \ > + ${PYTHON_PKGNAMEPREFIX}pymongo>=3.0:${PORTSDIR}/databases/pymongo > > ONLY_FOR_ARCHS= i386 amd64 > ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than i386 and amd64" > > -OPTIONS_DEFINE= SSL SASL TEST > +OPTIONS_DEFINE= SASL SSL > OPTIONS_DEFAULT=SSL > -TEST_DESC= Add support for running regression test > > -USES= cpe execinfo scons > -MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} --cc=${CC} --cxx=${CXX} \ > - --use-system-pcre --use-system-snappy --use-system-v8 > +SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 > +SASL_MAKE_ARGS= --use-sasl-client > + > +SSL_USE= openssl=yes > +SSL_MAKE_ARGS= --ssl > + > +USES= cpe execinfo python:build scons > +MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ > + --use-system-pcre --use-system-snappy \ > + --release > > USERS= mongodb > GROUPS= mongodb > > USE_RC_SUBR= mongod > > -PORTSCOUT= limitw:1,even > - > -.include > +ALL_TARGET= core > +TEST_TARGET= unittests > > -.if ${PORT_OPTIONS:MSSL} > -USE_OPENSSL= yes > -MAKE_ARGS+= --ssl > -.endif > - > -.if ${PORT_OPTIONS:MSASL} > -MAKE_ARGS+= --use-sasl-client > -LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 > -.endif > - > -.if ${PORT_OPTIONS:MTEST} > -USES+= python:build > -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=2.5:${PORTSDIR}/databases/pymongo > -TEST_TARGET= smokeAll smokeCppUnittests > -. if ${PORT_OPTIONS:MSSL} > -TEST_TARGET+= smokeSsl > -. endif > -.else > -ALL_TARGET= core tools > -.endif > - > -post-patch: > - @${REINPLACE_CMD} 's/\["-O3"\]/"${CXXFLAGS}"/' \ > - ${WRKSRC}/SConstruct > +post-install: > +.for f in mongo mongod mongoperf mongos mongosniff > + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f} > +.endfor > > -.if ${PORT_OPTIONS:MTEST} > -test: build-depends build > +do-test: > @cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} \ > - ${MAKE_CMD} ${_MAKE_JOBS} ${MAKE_ARGS} ${TEST_TARGET} > -.endif > + ${MAKE_CMD} ${_MAKE_JOBS} ${MAKE_ARGS} ${TEST_TARGET} &&\ > + ${PYTHON_CMD} ${BUILD_WRKSRC}/buildscripts/resmoke.py\ > + --suites=unittests --jobs=${MAKE_JOBS_NUMBER} > + > +PORTSCOUT= limitw:1,even > + > +CPE_PRODUCT= mongodb > > .include > > Modified: head/databases/mongodb32/distinfo > ============================================================================== > --- head/databases/mongodb/distinfo Sat Jan 23 11:23:17 2016 (r406966) > +++ head/databases/mongodb32/distinfo Sat Jan 23 12:46:58 2016 (r406969) > @@ -1,2 +1,2 @@ > -SHA256 (mongodb-src-r2.6.7.tar.gz) = 512254d1adeaf19cc8188032ac75ce01ac114811b5a27ef3a95dc79eeedd6bc9 > -SIZE (mongodb-src-r2.6.7.tar.gz) = 14540119 > +SHA256 (mongodb-src-r3.2.1.tar.gz) = 50431a3ba5ab68bd0bed4a157a8528ca27753a63cf101f13135255e4e9d42f15 > +SIZE (mongodb-src-r3.2.1.tar.gz) = 26397562 > > Modified: head/databases/mongodb32/files/patch-SConstruct > ============================================================================== > --- head/databases/mongodb/files/patch-SConstruct Sat Jan 23 11:23:17 2016 (r406966) > +++ head/databases/mongodb32/files/patch-SConstruct Sat Jan 23 12:46:58 2016 (r406969) > @@ -1,11 +1,15 @@ > ---- SConstruct.orig 2014-05-05 02:29:43.000000000 +0000 > -+++ SConstruct 2014-05-12 09:50:56.999470711 +0000 > -@@ -843,7 +843,7 @@ > - env.Append( LIBS=[] ) > +--- SConstruct.orig 2015-12-02 19:01:34 UTC > ++++ SConstruct > +@@ -840,9 +840,9 @@ if has_option('variables-help'): > + print env_vars.GenerateHelpText(env) > + Exit(0) > > - #make scons colorgcc friendly > -- for key in ('HOME', 'TERM'): > -+ for key in ('HOME', 'TERM', 'PATH', 'CCACHE_DIR'): > - try: > - env['ENV'][key] = os.environ[key] > - except KeyError: > +-unknown_vars = env_vars.UnknownVariables() > +-if unknown_vars: > +- env.FatalError("Unknown variables specified: {0}", ", ".join(unknown_vars.keys())) > ++#unknown_vars = env_vars.UnknownVariables() > ++#if unknown_vars: > ++# env.FatalError("Unknown variables specified: {0}", ", ".join(unknown_vars.keys())) > + > + def set_config_header_define(env, varname, varval = 1): > + env['CONFIG_HEADER_DEFINES'][varname] = varval > > Modified: head/databases/mongodb32/pkg-plist > ============================================================================== > --- head/databases/mongodb/pkg-plist Sat Jan 23 11:23:17 2016 (r406966) > +++ head/databases/mongodb32/pkg-plist Sat Jan 23 12:46:58 2016 (r406969) > @@ -1,16 +1,7 @@ > @unexec if [ ! -s %D/etc/mongodb.conf ]; then /bin/rm -f %D/etc/mongodb.conf; fi > @exec if [ ! -f %D/etc/mongodb.conf ]; then /usr/bin/touch %D/etc/mongodb.conf; fi > -bin/bsondump > bin/mongo > bin/mongod > -bin/mongodump > -bin/mongoexport > -bin/mongofiles > -bin/mongoimport > -bin/mongooplog > bin/mongoperf > -bin/mongorestore > bin/mongos > bin/mongosniff > -bin/mongostat > -bin/mongotop > From owner-svn-ports-head@freebsd.org Sat Jan 23 12:50:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03B95A8C197; Sat, 23 Jan 2016 12:50:35 +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 C822411C1; Sat, 23 Jan 2016 12:50:34 +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 u0NCoXQH002368; Sat, 23 Jan 2016 12:50:33 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NCoXI2002366; Sat, 23 Jan 2016 12:50:33 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601231250.u0NCoXI2002366@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 23 Jan 2016 12:50:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406971 - head/devel/libfwsi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 12:50:35 -0000 Author: antoine Date: Sat Jan 23 12:50:33 2016 New Revision: 406971 URL: https://svnweb.freebsd.org/changeset/ports/406971 Log: Update to experimental-20160110 Modified: head/devel/libfwsi/Makefile head/devel/libfwsi/distinfo Modified: head/devel/libfwsi/Makefile ============================================================================== --- head/devel/libfwsi/Makefile Sat Jan 23 12:47:30 2016 (r406970) +++ head/devel/libfwsi/Makefile Sat Jan 23 12:50:33 2016 (r406971) @@ -3,7 +3,7 @@ PORTNAME= libfwsi # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20150701 +DISTVERSION= experimental-20160110 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libfwsi/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libfwsi/distinfo ============================================================================== --- head/devel/libfwsi/distinfo Sat Jan 23 12:47:30 2016 (r406970) +++ head/devel/libfwsi/distinfo Sat Jan 23 12:50:33 2016 (r406971) @@ -1,2 +1,2 @@ -SHA256 (libfwsi-experimental-20150701.tar.gz) = d6739672b5bac45c1e775fe08b442c90697ea0f1310ee85ce23c1c5fc553277e -SIZE (libfwsi-experimental-20150701.tar.gz) = 1211567 +SHA256 (libfwsi-experimental-20160110.tar.gz) = 4615b308e457a08f6fb5542d8e3229d24851f2ec5822aacfc286637ff2f0831b +SIZE (libfwsi-experimental-20160110.tar.gz) = 1263956 From owner-svn-ports-head@freebsd.org Sat Jan 23 12:59:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8F79A8C58B; Sat, 23 Jan 2016 12:59:52 +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 C42C81AD5; Sat, 23 Jan 2016 12:59:52 +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 u0NCxpId005554; Sat, 23 Jan 2016 12:59:51 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NCxpL6005549; Sat, 23 Jan 2016 12:59:51 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601231259.u0NCxpL6005549@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, 23 Jan 2016 12:59:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406972 - in head/x11-fonts: . fifteen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 12:59:53 -0000 Author: rakuco Date: Sat Jan 23 12:59:51 2016 New Revision: 406972 URL: https://svnweb.freebsd.org/changeset/ports/406972 Log: New port: x11-fonts/fifteen. Fifteen is a faux bitmap font. This font is designed to be used as a monotype font for use in a terminal, or at a larger size, to look like an over scaled bitmap. It works well in a 132 column terminal window. It is, of course, monospaced and has clearly distinct 1I and l, and the zero is slashed. Quinze is a narrow monospaced font, for programming and terminal emulators. It is designed to be narrow, and allow 132 columns to be comfortably fitted on a screen The 1, l and I are clearly distinguished, as are O and 0. The ascii circumflex is presented as an arrow, consistent with its use as exponentiation operator. WWW: https://fontlibrary.org/en/font/fifteen Added: head/x11-fonts/fifteen/ head/x11-fonts/fifteen/Makefile (contents, props changed) head/x11-fonts/fifteen/distinfo (contents, props changed) head/x11-fonts/fifteen/pkg-descr (contents, props changed) head/x11-fonts/fifteen/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Sat Jan 23 12:50:33 2016 (r406971) +++ head/x11-fonts/Makefile Sat Jan 23 12:59:51 2016 (r406972) @@ -40,6 +40,7 @@ SUBDIR += encodings SUBDIR += fantasque-sans-mono SUBDIR += farsifonts + SUBDIR += fifteen SUBDIR += fira SUBDIR += fntsample SUBDIR += font-adobe-100dpi Added: head/x11-fonts/fifteen/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/fifteen/Makefile Sat Jan 23 12:59:51 2016 (r406972) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= fifteen +PORTVERSION= 20150410 +CATEGORIES= x11-fonts +MASTER_SITES= https://fontlibrary.org/assets/downloads/${PORTNAME}/c1556403ec283a1b5a23ad483af659f9/ +DISTNAME= ${PORTNAME} + +MAINTAINER= rakuco@FreeBSD.org +COMMENT= Narrow monospaced fonts + +LICENSE= OFL11 + +USES= fonts zip + +FONTNAME= ${PORTNAME} +NO_ARCH= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} *.bdf *.ttf ${STAGEDIR}${FONTSDIR}/ + +.include Added: head/x11-fonts/fifteen/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/fifteen/distinfo Sat Jan 23 12:59:51 2016 (r406972) @@ -0,0 +1,2 @@ +SHA256 (fifteen.zip) = 20f633d0201d33ec2bcf955593637dfaec2bc489704d1197030f1b2cb025e2e6 +SIZE (fifteen.zip) = 26839 Added: head/x11-fonts/fifteen/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/fifteen/pkg-descr Sat Jan 23 12:59:51 2016 (r406972) @@ -0,0 +1,12 @@ +Fifteen is a faux bitmap font. This font is designed to be used as a monotype +font for use in a terminal, or at a larger size, to look like an over scaled +bitmap. It works well in a 132 column terminal window. It is, of course, +monospaced and has clearly distinct 1I and l, and the zero is slashed. + +Quinze is a narrow monospaced font, for programming and terminal emulators. It +is designed to be narrow, and allow 132 columns to be comfortably fitted on a +screen The 1, l and I are clearly distinguished, as are O and 0. The ascii +circumflex is presented as an arrow, consistent with its use as exponentiation +operator. + +WWW: https://fontlibrary.org/en/font/fifteen Added: head/x11-fonts/fifteen/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/fifteen/pkg-plist Sat Jan 23 12:59:51 2016 (r406972) @@ -0,0 +1,3 @@ +%%FONTSDIR%%/FifteenNarrow-15.bdf +%%FONTSDIR%%/FifteenNarrow.ttf +%%FONTSDIR%%/QuinzeNarrow.ttf From owner-svn-ports-head@freebsd.org Sat Jan 23 13:03:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FF22A8C794; Sat, 23 Jan 2016 13:03:36 +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 1AE7D1E12; Sat, 23 Jan 2016 13:03:36 +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 u0ND3ZHF008447; Sat, 23 Jan 2016 13:03:35 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0ND3YAp008440; Sat, 23 Jan 2016 13:03:34 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601231303.u0ND3YAp008440@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, 23 Jan 2016 13:03:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406973 - in head/x11-fonts: comfortaa-ttf consolamono-ttf fantasque-sans-mono X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 13:03:36 -0000 Author: rakuco Date: Sat Jan 23 13:03:34 2016 New Revision: 406973 URL: https://svnweb.freebsd.org/changeset/ports/406973 Log: openfontlibrary.org has been fontlibrary.org for a while, update URLs in ports. Modified: head/x11-fonts/comfortaa-ttf/Makefile head/x11-fonts/comfortaa-ttf/pkg-descr head/x11-fonts/consolamono-ttf/Makefile head/x11-fonts/consolamono-ttf/pkg-descr head/x11-fonts/fantasque-sans-mono/Makefile head/x11-fonts/fantasque-sans-mono/pkg-descr Modified: head/x11-fonts/comfortaa-ttf/Makefile ============================================================================== --- head/x11-fonts/comfortaa-ttf/Makefile Sat Jan 23 12:59:51 2016 (r406972) +++ head/x11-fonts/comfortaa-ttf/Makefile Sat Jan 23 13:03:34 2016 (r406973) @@ -4,7 +4,7 @@ PORTNAME= comfortaa-ttf PORTVERSION= 2.004 PORTREVISION= 3 CATEGORIES= x11-fonts -MASTER_SITES= http://openfontlibrary.org/assets/downloads/comfortaa/38318a69b56162733bf82bc0170b7521/ +MASTER_SITES= https://fontlibrary.org/assets/downloads/comfortaa/38318a69b56162733bf82bc0170b7521/ DISTNAME= comfortaa MAINTAINER= rakuco@FreeBSD.org Modified: head/x11-fonts/comfortaa-ttf/pkg-descr ============================================================================== --- head/x11-fonts/comfortaa-ttf/pkg-descr Sat Jan 23 12:59:51 2016 (r406972) +++ head/x11-fonts/comfortaa-ttf/pkg-descr Sat Jan 23 13:03:34 2016 (r406973) @@ -3,4 +3,4 @@ A stylish, modern and free true type fon Comfortaa is a simple, good looking, true type font with an amazingly large number of 596 different characters and symbols. -WWW: http://openfontlibrary.org/en/font/comfortaa +WWW: https://fontlibrary.org/en/font/comfortaa Modified: head/x11-fonts/consolamono-ttf/Makefile ============================================================================== --- head/x11-fonts/consolamono-ttf/Makefile Sat Jan 23 12:59:51 2016 (r406972) +++ head/x11-fonts/consolamono-ttf/Makefile Sat Jan 23 13:03:34 2016 (r406973) @@ -4,7 +4,7 @@ PORTNAME= consolamono-ttf PORTVERSION= 20130127 PORTREVISION= 1 CATEGORIES= x11-fonts -MASTER_SITES= http://openfontlibrary.org/assets/downloads/consolamono/61cc2afcc4eca96efe7c6ebf178d39df/ +MASTER_SITES= https://fontlibrary.org/assets/downloads/consolamono/61cc2afcc4eca96efe7c6ebf178d39df/ DISTNAME= consolamono MAINTAINER= rakuco@FreeBSD.org Modified: head/x11-fonts/consolamono-ttf/pkg-descr ============================================================================== --- head/x11-fonts/consolamono-ttf/pkg-descr Sat Jan 23 12:59:51 2016 (r406972) +++ head/x11-fonts/consolamono-ttf/pkg-descr Sat Jan 23 13:03:34 2016 (r406973) @@ -5,4 +5,4 @@ editors and for terminal-use. the Latin, Greek, Cyrillic script and its variants, and could be expanded to support other scripts. -WWW: http://openfontlibrary.org/en/font/consolamono +WWW: https://fontlibrary.org/en/font/consolamono Modified: head/x11-fonts/fantasque-sans-mono/Makefile ============================================================================== --- head/x11-fonts/fantasque-sans-mono/Makefile Sat Jan 23 12:59:51 2016 (r406972) +++ head/x11-fonts/fantasque-sans-mono/Makefile Sat Jan 23 13:03:34 2016 (r406973) @@ -4,7 +4,7 @@ PORTNAME= fantasque-sans-mono PORTVERSION= 1.6.5 PORTREVISION= 1 CATEGORIES= x11-fonts -MASTER_SITES= http://openfontlibrary.org/assets/downloads/${PORTNAME}/db52617ba875d08cbd8e080ca3d9f756/ +MASTER_SITES= https://fontlibrary.org/assets/downloads/${PORTNAME}/db52617ba875d08cbd8e080ca3d9f756/ DISTNAME= fantasque-sans-mono MAINTAINER= rakuco@FreeBSD.org Modified: head/x11-fonts/fantasque-sans-mono/pkg-descr ============================================================================== --- head/x11-fonts/fantasque-sans-mono/pkg-descr Sat Jan 23 12:59:51 2016 (r406972) +++ head/x11-fonts/fantasque-sans-mono/pkg-descr Sat Jan 23 13:03:34 2016 (r406973) @@ -1,4 +1,4 @@ A programming font, designed with functionality in mind, and with some wibbly-wobbly handwriting-like fuzziness that makes it unassumingly cool. -WWW: http://openfontlibrary.org/en/font/fantasque-sans-mono +WWW: https://fontlibrary.org/en/font/fantasque-sans-mono From owner-svn-ports-head@freebsd.org Sat Jan 23 13:03:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4529EA8C7D2; Sat, 23 Jan 2016 13:03:47 +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 EDAE31EE1; Sat, 23 Jan 2016 13:03:46 +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 u0ND3jh8008591; Sat, 23 Jan 2016 13:03:46 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0ND3jFN008588; Sat, 23 Jan 2016 13:03:45 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601231303.u0ND3jFN008588@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 23 Jan 2016 13:03:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406974 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 13:03:47 -0000 Author: antoine Date: Sat Jan 23 13:03:45 2016 New Revision: 406974 URL: https://svnweb.freebsd.org/changeset/ports/406974 Log: Update to alpha-20160110 Added: head/devel/libbde/files/ head/devel/libbde/files/patch-pybde_Makefile.in (contents, props changed) Modified: head/devel/libbde/Makefile head/devel/libbde/distinfo Modified: head/devel/libbde/Makefile ============================================================================== --- head/devel/libbde/Makefile Sat Jan 23 13:03:34 2016 (r406973) +++ head/devel/libbde/Makefile Sat Jan 23 13:03:45 2016 (r406974) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libbde -DISTVERSION= alpha-20150905 +DISTVERSION= alpha-20160110 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libbde/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libbde/distinfo ============================================================================== --- head/devel/libbde/distinfo Sat Jan 23 13:03:34 2016 (r406973) +++ head/devel/libbde/distinfo Sat Jan 23 13:03:45 2016 (r406974) @@ -1,2 +1,2 @@ -SHA256 (libbde-alpha-20150905.tar.gz) = e803e504095a08c9a721f8ff8637752a77207f45f4acfb87fe00685d9657f36f -SIZE (libbde-alpha-20150905.tar.gz) = 1610642 +SHA256 (libbde-alpha-20160110.tar.gz) = d2351d8499e32777db50f89e7787b77b36a69a6a58d00fd57e8e179654b68e4a +SIZE (libbde-alpha-20160110.tar.gz) = 1639535 Added: head/devel/libbde/files/patch-pybde_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbde/files/patch-pybde_Makefile.in Sat Jan 23 13:03:45 2016 (r406974) @@ -0,0 +1,13 @@ +# Allow building when an older version of libbde is installed + +--- pybde/Makefile.in.orig 2016-01-10 20:07:31 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@) + am__v_at_0 = @ + am__v_at_1 = +-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common ++DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common -I$(top_builddir)/include + depcomp = $(SHELL) $(top_srcdir)/depcomp + am__depfiles_maybe = depfiles + am__mv = mv -f From owner-svn-ports-head@freebsd.org Sat Jan 23 13:09:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF347A8C9BC; Sat, 23 Jan 2016 13:09:32 +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 8C6A912C1; Sat, 23 Jan 2016 13:09:32 +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 u0ND9VtE009020; Sat, 23 Jan 2016 13:09:31 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0ND9VR0009018; Sat, 23 Jan 2016 13:09:31 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601231309.u0ND9VR0009018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 23 Jan 2016 13:09:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406976 - head/devel/libevt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 13:09:32 -0000 Author: antoine Date: Sat Jan 23 13:09:31 2016 New Revision: 406976 URL: https://svnweb.freebsd.org/changeset/ports/406976 Log: Update to alpha-20160107 Modified: head/devel/libevt/Makefile head/devel/libevt/distinfo Modified: head/devel/libevt/Makefile ============================================================================== --- head/devel/libevt/Makefile Sat Jan 23 13:05:18 2016 (r406975) +++ head/devel/libevt/Makefile Sat Jan 23 13:09:31 2016 (r406976) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libevt -DISTVERSION= alpha-20151206 +DISTVERSION= alpha-20160107 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libevt/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libevt/distinfo ============================================================================== --- head/devel/libevt/distinfo Sat Jan 23 13:05:18 2016 (r406975) +++ head/devel/libevt/distinfo Sat Jan 23 13:09:31 2016 (r406976) @@ -1,2 +1,2 @@ -SHA256 (libevt-alpha-20151206.tar.gz) = 76c891c9a9e434f9117d781875fc7c0f453c60ecdd0ce216509ee5764fb1924b -SIZE (libevt-alpha-20151206.tar.gz) = 1787756 +SHA256 (libevt-alpha-20160107.tar.gz) = 1151f38ed02804d5acd0e9d7b036de8033696990273070b924488c8dd97a79bb +SIZE (libevt-alpha-20160107.tar.gz) = 1823240 From owner-svn-ports-head@freebsd.org Sat Jan 23 13:13:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7023AA8CBF2; Sat, 23 Jan 2016 13:13:17 +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 30768175F; Sat, 23 Jan 2016 13:13:17 +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 u0NDDGmr011841; Sat, 23 Jan 2016 13:13:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NDDFsI011835; Sat, 23 Jan 2016 13:13:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201601231313.u0NDDFsI011835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 23 Jan 2016 13:13:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406977 - in head/security: . i2pd i2pd/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 13:13:17 -0000 Author: amdmi3 Date: Sat Jan 23 13:13:15 2016 New Revision: 406977 URL: https://svnweb.freebsd.org/changeset/ports/406977 Log: C++ implementation of I2P client WWW: http://i2pd.website/ Added: head/security/i2pd/ head/security/i2pd/Makefile (contents, props changed) head/security/i2pd/distinfo (contents, props changed) head/security/i2pd/files/ head/security/i2pd/files/patch-build_CMakeLists.txt (contents, props changed) head/security/i2pd/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Jan 23 13:09:31 2016 (r406976) +++ head/security/Makefile Sat Jan 23 13:13:15 2016 (r406977) @@ -235,6 +235,7 @@ SUBDIR += httprint SUBDIR += hydra SUBDIR += i2p + SUBDIR += i2pd SUBDIR += iaikpkcs11wrapper SUBDIR += idea SUBDIR += identify Added: head/security/i2pd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/i2pd/Makefile Sat Jan 23 13:13:15 2016 (r406977) @@ -0,0 +1,49 @@ +# Created by: Dmitry Marakasov +# $FreeBSD$ + +PORTNAME= i2pd +PORTVERSION= 2.3.0 +CATEGORIES= security net-p2p + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= C++ implementation of I2P client + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs + +BROKEN_FreeBSD_9= does not build + +USE_GITHUB= yes +GH_ACCOUNT= PurpleI2P + +USES= cmake compiler:c++11-lib +CMAKE_SOURCE_PATH=${WRKSRC}/build +USE_OPENSSL= yes + +PLIST_FILES= bin/${PORTNAME} \ + man/man1/${PORTNAME}.1.gz +PORTDOCS= * + +OPTIONS_DEFINE= AESNI UPNP DOCS + +AESNI_DESC= Use AES-NI instructions set +AESNI_CMAKE_ON= -DWITH_AESNI=ON +AESNI_CMAKE_OFF=-DWITH_AESNI=OFF + +UPNP_DESC= Include support for UPnP client +UPNP_CMAKE_ON= -DWITH_UPNP=ON +UPNP_CMAKE_OFF= -DWITH_UPNP=OFF +UPNP_LIB_DEPENDS=libminiupnpc.so:${PORTSDIR}/net/miniupnpc + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/debian/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/configuration.md ${STAGEDIR}${DOCSDIR}/ + +.include Added: head/security/i2pd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/i2pd/distinfo Sat Jan 23 13:13:15 2016 (r406977) @@ -0,0 +1,2 @@ +SHA256 (PurpleI2P-i2pd-2.3.0_GH0.tar.gz) = 2397311cb10b04b843d136d9afe01b57f92bfaff72324cfa370f2d0fd74ae7dd +SIZE (PurpleI2P-i2pd-2.3.0_GH0.tar.gz) = 367391 Added: head/security/i2pd/files/patch-build_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/i2pd/files/patch-build_CMakeLists.txt Sat Jan 23 13:13:15 2016 (r406977) @@ -0,0 +1,35 @@ +--- build/CMakeLists.txt.orig 2016-01-12 15:14:22 UTC ++++ build/CMakeLists.txt +@@ -209,7 +209,7 @@ else() + endif () + + if (WITH_PCH) +- include_directories(${CMAKE_BINARY_DIR}) ++ include_directories( BEFORE ${CMAKE_BINARY_DIR}) + add_library(stdafx STATIC "${CMAKE_SOURCE_DIR}/stdafx.cpp") + if(MSVC) + target_compile_options(stdafx PRIVATE /Ycstdafx.h /Zm155) +@@ -246,11 +246,9 @@ if(NOT DEFINED OPENSSL_INCLUDE_DIR) + message(SEND_ERROR "Could not find OpenSSL. Please download and install it first!") + endif() + +-find_package ( MiniUPnPc ) +-if (MINIUPNPC_FOUND) +- include_directories( ${MINIUPNPC_INCLUDE_DIR} ) +-else () +- set(WITH_UPNP OFF) ++if (WITH_UPNP) ++ find_package ( MiniUPnPc REQUIRED ) ++ include_directories( SYSTEM ${MINIUPNPC_INCLUDE_DIR} ) + endif() + + find_package ( ZLIB ) +@@ -289,7 +287,7 @@ endif () + link_directories(${CMAKE_CURRENT_BINARY_DIR}/zlib/lib ${ZLIB_ROOT}/lib) + + # load includes +-include_directories( ${Boost_INCLUDE_DIRS} ${OPENSSL_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR} ) ++include_directories( SYSTEM ${Boost_INCLUDE_DIRS} ${OPENSSL_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR} ) + + # show summary + message(STATUS "---------------------------------------") Added: head/security/i2pd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/i2pd/pkg-descr Sat Jan 23 13:13:15 2016 (r406977) @@ -0,0 +1,3 @@ +C++ implementation of I2P client + +WWW: http://i2pd.website/ From owner-svn-ports-head@freebsd.org Sat Jan 23 13:14:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27DB5A8CC7A; Sat, 23 Jan 2016 13:14:45 +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 EAF23186C; Sat, 23 Jan 2016 13:14:44 +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 u0NDEhWI011991; Sat, 23 Jan 2016 13:14:43 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NDEhru011989; Sat, 23 Jan 2016 13:14:43 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601231314.u0NDEhru011989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 23 Jan 2016 13:14:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406978 - head/devel/libevtx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 13:14:45 -0000 Author: antoine Date: Sat Jan 23 13:14:43 2016 New Revision: 406978 URL: https://svnweb.freebsd.org/changeset/ports/406978 Log: Update to alpha-20160107 Modified: head/devel/libevtx/Makefile head/devel/libevtx/distinfo Modified: head/devel/libevtx/Makefile ============================================================================== --- head/devel/libevtx/Makefile Sat Jan 23 13:13:15 2016 (r406977) +++ head/devel/libevtx/Makefile Sat Jan 23 13:14:43 2016 (r406978) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libevtx -DISTVERSION= alpha-20151206 +DISTVERSION= alpha-20160107 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libevtx/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libevtx/distinfo ============================================================================== --- head/devel/libevtx/distinfo Sat Jan 23 13:13:15 2016 (r406977) +++ head/devel/libevtx/distinfo Sat Jan 23 13:14:43 2016 (r406978) @@ -1,2 +1,2 @@ -SHA256 (libevtx-alpha-20151206.tar.gz) = 22cf9fc64e91ce1a4518802c007a5193ede22756393e248210714674a7a52bcc -SIZE (libevtx-alpha-20151206.tar.gz) = 1806108 +SHA256 (libevtx-alpha-20160107.tar.gz) = c4270b3079a1a5395114f8d7b145b9d8cc4a75f9ef49ad968ceb7e4ed8975c28 +SIZE (libevtx-alpha-20160107.tar.gz) = 1837955 From owner-svn-ports-head@freebsd.org Sat Jan 23 13:19:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E95E9A8CE03; Sat, 23 Jan 2016 13:19:56 +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 B8F851A58; Sat, 23 Jan 2016 13:19:56 +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 u0NDJtWi012261; Sat, 23 Jan 2016 13:19:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NDJt1g012259; Sat, 23 Jan 2016 13:19:55 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601231319.u0NDJt1g012259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 23 Jan 2016 13:19:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406979 - head/devel/libsmraw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 13:19:57 -0000 Author: antoine Date: Sat Jan 23 13:19:55 2016 New Revision: 406979 URL: https://svnweb.freebsd.org/changeset/ports/406979 Log: Update to alpha-20160108 Modified: head/devel/libsmraw/Makefile head/devel/libsmraw/distinfo Modified: head/devel/libsmraw/Makefile ============================================================================== --- head/devel/libsmraw/Makefile Sat Jan 23 13:14:43 2016 (r406978) +++ head/devel/libsmraw/Makefile Sat Jan 23 13:19:55 2016 (r406979) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libsmraw -DISTVERSION= alpha-20151219 +DISTVERSION= alpha-20160108 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libsmraw/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libsmraw/distinfo ============================================================================== --- head/devel/libsmraw/distinfo Sat Jan 23 13:14:43 2016 (r406978) +++ head/devel/libsmraw/distinfo Sat Jan 23 13:19:55 2016 (r406979) @@ -1,2 +1,2 @@ -SHA256 (libsmraw-alpha-20151219.tar.gz) = b429ba6ddaed71d77c090f17d49734a3728d05ff41791894b0856057364afda2 -SIZE (libsmraw-alpha-20151219.tar.gz) = 1512157 +SHA256 (libsmraw-alpha-20160108.tar.gz) = cd5a1d9d1b3b93527312e9dd584cd84af1f88c30b5de92fde87de8bc67574d7d +SIZE (libsmraw-alpha-20160108.tar.gz) = 1540320 From owner-svn-ports-head@freebsd.org Sat Jan 23 13:23:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDFE8A8CFA6; Sat, 23 Jan 2016 13:23:37 +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 A98F11D68; Sat, 23 Jan 2016 13:23:37 +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 u0NDNa5j015070; Sat, 23 Jan 2016 13:23:36 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NDNaC6015068; Sat, 23 Jan 2016 13:23:36 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601231323.u0NDNaC6015068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 23 Jan 2016 13:23:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406980 - head/devel/liblnk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 13:23:38 -0000 Author: antoine Date: Sat Jan 23 13:23:36 2016 New Revision: 406980 URL: https://svnweb.freebsd.org/changeset/ports/406980 Log: Update to alpha-20160107 Modified: head/devel/liblnk/Makefile head/devel/liblnk/distinfo Modified: head/devel/liblnk/Makefile ============================================================================== --- head/devel/liblnk/Makefile Sat Jan 23 13:19:55 2016 (r406979) +++ head/devel/liblnk/Makefile Sat Jan 23 13:23:36 2016 (r406980) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= liblnk -PORTVERSION= 20151205 +PORTVERSION= 20160107 DISTVERSIONPREFIX= alpha- CATEGORIES= devel MASTER_SITES= https://github.com/libyal/liblnk/releases/download/${PORTVERSION}/ \ Modified: head/devel/liblnk/distinfo ============================================================================== --- head/devel/liblnk/distinfo Sat Jan 23 13:19:55 2016 (r406979) +++ head/devel/liblnk/distinfo Sat Jan 23 13:23:36 2016 (r406980) @@ -1,2 +1,2 @@ -SHA256 (liblnk-alpha-20151205.tar.gz) = fc037138664e5987e31f1f0a045e28eb82c9d462aeae1bb38665d856aa452882 -SIZE (liblnk-alpha-20151205.tar.gz) = 1437340 +SHA256 (liblnk-alpha-20160107.tar.gz) = 4688fd94474579be66a98e96a27095fa2eb311adbcfc0098b6d45bf8d4d686bc +SIZE (liblnk-alpha-20160107.tar.gz) = 1465387 From owner-svn-ports-head@freebsd.org Sat Jan 23 13:29:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3BEDA8D0AC; Sat, 23 Jan 2016 13:29: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 992B31EBF; Sat, 23 Jan 2016 13:29: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 u0NDTQN6015380; Sat, 23 Jan 2016 13:29:26 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NDTQtL015378; Sat, 23 Jan 2016 13:29:26 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601231329.u0NDTQtL015378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 23 Jan 2016 13:29:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406981 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 13:29:27 -0000 Author: antoine Date: Sat Jan 23 13:29:26 2016 New Revision: 406981 URL: https://svnweb.freebsd.org/changeset/ports/406981 Log: Update to alpha-20160107 Modified: head/devel/libmsiecf/Makefile head/devel/libmsiecf/distinfo Modified: head/devel/libmsiecf/Makefile ============================================================================== --- head/devel/libmsiecf/Makefile Sat Jan 23 13:23:36 2016 (r406980) +++ head/devel/libmsiecf/Makefile Sat Jan 23 13:29:26 2016 (r406981) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmsiecf -DISTVERSION= alpha-20151220 +DISTVERSION= alpha-20160107 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libmsiecf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libmsiecf/distinfo ============================================================================== --- head/devel/libmsiecf/distinfo Sat Jan 23 13:23:36 2016 (r406980) +++ head/devel/libmsiecf/distinfo Sat Jan 23 13:29:26 2016 (r406981) @@ -1,2 +1,2 @@ -SHA256 (libmsiecf-alpha-20151220.tar.gz) = 3cfc657b9bd3cd9a7c5a1512766bff55e432695161b5974f9b5597975aac6060 -SIZE (libmsiecf-alpha-20151220.tar.gz) = 1417291 +SHA256 (libmsiecf-alpha-20160107.tar.gz) = 95937744d6242c6881269d352e015f271fd4e72e2dfc748b3fb695d48f9ef51f +SIZE (libmsiecf-alpha-20160107.tar.gz) = 1445718 From owner-svn-ports-head@freebsd.org Sat Jan 23 13:37:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3DB3A8D466; Sat, 23 Jan 2016 13:37: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 741501423; Sat, 23 Jan 2016 13:37: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 u0NDbCdg018345; Sat, 23 Jan 2016 13:37:12 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NDbCSe018343; Sat, 23 Jan 2016 13:37:12 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601231337.u0NDbCSe018343@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 23 Jan 2016 13:37:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406982 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 13:37:13 -0000 Author: antoine Date: Sat Jan 23 13:37:12 2016 New Revision: 406982 URL: https://svnweb.freebsd.org/changeset/ports/406982 Log: Update to alpha-20160107 Modified: head/devel/libolecf/Makefile head/devel/libolecf/distinfo Modified: head/devel/libolecf/Makefile ============================================================================== --- head/devel/libolecf/Makefile Sat Jan 23 13:29:26 2016 (r406981) +++ head/devel/libolecf/Makefile Sat Jan 23 13:37:12 2016 (r406982) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libolecf -DISTVERSION= alpha-20151223 +DISTVERSION= alpha-20160107 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libolecf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libolecf/distinfo ============================================================================== --- head/devel/libolecf/distinfo Sat Jan 23 13:29:26 2016 (r406981) +++ head/devel/libolecf/distinfo Sat Jan 23 13:37:12 2016 (r406982) @@ -1,2 +1,2 @@ -SHA256 (libolecf-alpha-20151223.tar.gz) = 723983636a9eec6e04834bc6ac4605ecf433ea4f9d4a1ca344c7490327b9febe -SIZE (libolecf-alpha-20151223.tar.gz) = 1478608 +SHA256 (libolecf-alpha-20160107.tar.gz) = 0eed5d30cb919d2880ec5e4846ac737c36bbe8c7b7918ef2ff8f4e0b7ae1a6b4 +SIZE (libolecf-alpha-20160107.tar.gz) = 1509120 From owner-svn-ports-head@freebsd.org Sat Jan 23 13:41:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74B31A8D6A4; Sat, 23 Jan 2016 13:41:54 +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 4743B17CB; Sat, 23 Jan 2016 13:41:54 +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 u0NDfrwR020548; Sat, 23 Jan 2016 13:41:53 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NDfrDP020546; Sat, 23 Jan 2016 13:41:53 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601231341.u0NDfrDP020546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 23 Jan 2016 13:41:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406983 - head/devel/libsmdev X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 13:41:54 -0000 Author: antoine Date: Sat Jan 23 13:41:53 2016 New Revision: 406983 URL: https://svnweb.freebsd.org/changeset/ports/406983 Log: Update to alpha-20160109 Modified: head/devel/libsmdev/Makefile head/devel/libsmdev/distinfo Modified: head/devel/libsmdev/Makefile ============================================================================== --- head/devel/libsmdev/Makefile Sat Jan 23 13:37:12 2016 (r406982) +++ head/devel/libsmdev/Makefile Sat Jan 23 13:41:53 2016 (r406983) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libsmdev -DISTVERSION= alpha-20151219 +DISTVERSION= alpha-20160109 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libsmdev/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libsmdev/distinfo ============================================================================== --- head/devel/libsmdev/distinfo Sat Jan 23 13:37:12 2016 (r406982) +++ head/devel/libsmdev/distinfo Sat Jan 23 13:41:53 2016 (r406983) @@ -1,2 +1,2 @@ -SHA256 (libsmdev-alpha-20151219.tar.gz) = 14264c57e90befccb5c90141fd952a623ff97736c2150cdc9c8bcd10ea66a1dc -SIZE (libsmdev-alpha-20151219.tar.gz) = 1150859 +SHA256 (libsmdev-alpha-20160109.tar.gz) = 3b63237f9cf5da15a767b05d63ca871f0ce5592893712a3f8697a590e30ce45e +SIZE (libsmdev-alpha-20160109.tar.gz) = 1174727 From owner-svn-ports-head@freebsd.org Sat Jan 23 13:45:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1916A8D7C1; Sat, 23 Jan 2016 13:45:55 +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 6E46B1993; Sat, 23 Jan 2016 13:45:55 +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 u0NDjsRT021410; Sat, 23 Jan 2016 13:45:54 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NDjsNB021408; Sat, 23 Jan 2016 13:45:54 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601231345.u0NDjsNB021408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 23 Jan 2016 13:45:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406984 - head/devel/libregf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 13:45:55 -0000 Author: antoine Date: Sat Jan 23 13:45:54 2016 New Revision: 406984 URL: https://svnweb.freebsd.org/changeset/ports/406984 Log: Update to alpha-20160107 Modified: head/devel/libregf/Makefile head/devel/libregf/distinfo Modified: head/devel/libregf/Makefile ============================================================================== --- head/devel/libregf/Makefile Sat Jan 23 13:41:53 2016 (r406983) +++ head/devel/libregf/Makefile Sat Jan 23 13:45:54 2016 (r406984) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libregf -DISTVERSION= alpha-20151223 +DISTVERSION= alpha-20160107 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libregf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libregf/distinfo ============================================================================== --- head/devel/libregf/distinfo Sat Jan 23 13:41:53 2016 (r406983) +++ head/devel/libregf/distinfo Sat Jan 23 13:45:54 2016 (r406984) @@ -1,2 +1,2 @@ -SHA256 (libregf-alpha-20151223.tar.gz) = 41b0a23dd66ec661ca11a8a6444f33116d1598d34201e378e42f750b107e6636 -SIZE (libregf-alpha-20151223.tar.gz) = 1612105 +SHA256 (libregf-alpha-20160107.tar.gz) = 44d32566f46d9a2da677b94730e3bddafad3506fb7a33f4ea125df98dfde89c9 +SIZE (libregf-alpha-20160107.tar.gz) = 1639449 From owner-svn-ports-head@freebsd.org Sat Jan 23 13:51:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D335A8DA04; Sat, 23 Jan 2016 13:51:56 +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 1E5891B83; Sat, 23 Jan 2016 13:51:56 +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 u0NDptBF024279; Sat, 23 Jan 2016 13:51:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NDptEi024277; Sat, 23 Jan 2016 13:51:55 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601231351.u0NDptEi024277@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 23 Jan 2016 13:51:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406985 - head/devel/libsigscan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 13:51:56 -0000 Author: antoine Date: Sat Jan 23 13:51:54 2016 New Revision: 406985 URL: https://svnweb.freebsd.org/changeset/ports/406985 Log: Update to experimental-20160108 Modified: head/devel/libsigscan/Makefile head/devel/libsigscan/distinfo Modified: head/devel/libsigscan/Makefile ============================================================================== --- head/devel/libsigscan/Makefile Sat Jan 23 13:45:54 2016 (r406984) +++ head/devel/libsigscan/Makefile Sat Jan 23 13:51:54 2016 (r406985) @@ -3,7 +3,7 @@ PORTNAME= libsigscan # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20151205 +DISTVERSION= experimental-20160108 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libsigscan/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libsigscan/distinfo ============================================================================== --- head/devel/libsigscan/distinfo Sat Jan 23 13:45:54 2016 (r406984) +++ head/devel/libsigscan/distinfo Sat Jan 23 13:51:54 2016 (r406985) @@ -1,2 +1,2 @@ -SHA256 (libsigscan-experimental-20151205.tar.gz) = c60140ff1bf51194ff36154bde9444f5375ad8aa9be7d3a578d5b61a2e87d6ec -SIZE (libsigscan-experimental-20151205.tar.gz) = 1253929 +SHA256 (libsigscan-experimental-20160108.tar.gz) = ebedbb03c190f93d63c0195417aad1716d355351f2aab82bdb0aa7ae56d743ab +SIZE (libsigscan-experimental-20160108.tar.gz) = 1278398 From owner-svn-ports-head@freebsd.org Sat Jan 23 13:54:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DE7FA8DB06; Sat, 23 Jan 2016 13:54:45 +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 500651DC3; Sat, 23 Jan 2016 13:54:45 +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 u0NDsiwK024462; Sat, 23 Jan 2016 13:54:44 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NDsiX1024461; Sat, 23 Jan 2016 13:54:44 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201601231354.u0NDsiX1024461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 23 Jan 2016 13:54:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406986 - head/devel/gitinspector/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 13:54:45 -0000 Author: marino Date: Sat Jan 23 13:54:44 2016 New Revision: 406986 URL: https://svnweb.freebsd.org/changeset/ports/406986 Log: devel/gitinspector: support build with LANG=C (fix from upstream) Gitinspect is now 4 releases behind. The problem where gitinspector will not build when LANG is set to "C" in the environment has been fixed for 14 months already. Apply the patch from the git repository upstream to fix (due to luck in name, it applies before patch-aa which affects the same localization file). I recommend that this port be upgraded to a new release though. Approved by: just fix it Added: head/devel/gitinspector/files/patch-8755fb33dcb1 (contents, props changed) Added: head/devel/gitinspector/files/patch-8755fb33dcb1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gitinspector/files/patch-8755fb33dcb1 Sat Jan 23 13:54:44 2016 (r406986) @@ -0,0 +1,30 @@ +From 8755fb33dcb1e4398bec3e4931f04525b9a463e6 Mon Sep 17 00:00:00 2001 +From: Adam Waldenberg +Date: Mon, 24 Nov 2014 09:36:11 +0100 +Subject: [PATCH] Doesn't start when using "C" locale (Fixes issue 29). + +--- + gitinspector/localization.py | 11 +++++++---- + 1 file changed, 7 insertions(+), 4 deletions(-) + +--- gitinspector/localization.py ++++ gitinspector/localization.py +@@ -51,11 +51,14 @@ def init(): + lang = locale.getdefaultlocale() + os.environ['LANG'] = lang[0] + +- filename = basedir.get_basedir() + "/translations/messages_%s.mo" % lang[0][0:2] ++ if lang[0] is not None: ++ filename = basedir.get_basedir() + "/translations/messages_%s.mo" % lang[0][0:2] + +- try: +- __translation__ = gettext.GNUTranslations(open(filename, "rb")) +- except IOError: ++ try: ++ __translation__ = gettext.GNUTranslations(open(filename, "rb")) ++ except IOError: ++ __translation__ = gettext.NullTranslations() ++ else: + __translation__ = gettext.NullTranslations() + + __enabled__ = True From owner-svn-ports-head@freebsd.org Sat Jan 23 13:58:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C6ABA8DCF4; Sat, 23 Jan 2016 13:58:30 +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 6D7481FE1; Sat, 23 Jan 2016 13:58:30 +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 u0NDwTFs024701; Sat, 23 Jan 2016 13:58:29 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NDwTVQ024699; Sat, 23 Jan 2016 13:58:29 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601231358.u0NDwTVQ024699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 23 Jan 2016 13:58:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406987 - head/devel/libvmdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 13:58:30 -0000 Author: antoine Date: Sat Jan 23 13:58:29 2016 New Revision: 406987 URL: https://svnweb.freebsd.org/changeset/ports/406987 Log: Update to alpha-20160119 Modified: head/devel/libvmdk/Makefile head/devel/libvmdk/distinfo Modified: head/devel/libvmdk/Makefile ============================================================================== --- head/devel/libvmdk/Makefile Sat Jan 23 13:54:44 2016 (r406986) +++ head/devel/libvmdk/Makefile Sat Jan 23 13:58:29 2016 (r406987) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvmdk -PORTVERSION= 20150516 +PORTVERSION= 20160119 DISTVERSIONPREFIX= alpha- CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libvmdk/releases/download/${PORTVERSION}/ \ @@ -24,7 +24,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/libvmdk/distinfo ============================================================================== --- head/devel/libvmdk/distinfo Sat Jan 23 13:54:44 2016 (r406986) +++ head/devel/libvmdk/distinfo Sat Jan 23 13:58:29 2016 (r406987) @@ -1,2 +1,2 @@ -SHA256 (libvmdk-alpha-20150516.tar.gz) = 2a356c51ae457b8b50c1b249ee4ebd7ce5e6832e3318a8fed040f6d8cd5db905 -SIZE (libvmdk-alpha-20150516.tar.gz) = 1418696 +SHA256 (libvmdk-alpha-20160119.tar.gz) = 6c8e2f8fa8e5621cac84e04db3c684833dd4d88efa2bee690aa05c0ddfd82853 +SIZE (libvmdk-alpha-20160119.tar.gz) = 1491312 From owner-svn-ports-head@freebsd.org Sat Jan 23 14:04:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97516A8DF03; Sat, 23 Jan 2016 14:04:24 +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 69CA813AE; Sat, 23 Jan 2016 14:04:24 +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 u0NE4NOb027450; Sat, 23 Jan 2016 14:04:23 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NE4N1p027448; Sat, 23 Jan 2016 14:04:23 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601231404.u0NE4N1p027448@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 23 Jan 2016 14:04:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406988 - head/devel/libvhdi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 14:04:24 -0000 Author: antoine Date: Sat Jan 23 14:04:23 2016 New Revision: 406988 URL: https://svnweb.freebsd.org/changeset/ports/406988 Log: Update to alpha-20160108 Modified: head/devel/libvhdi/Makefile head/devel/libvhdi/distinfo Modified: head/devel/libvhdi/Makefile ============================================================================== --- head/devel/libvhdi/Makefile Sat Jan 23 13:58:29 2016 (r406987) +++ head/devel/libvhdi/Makefile Sat Jan 23 14:04:23 2016 (r406988) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvhdi -PORTVERSION= 20151220 +PORTVERSION= 20160108 DISTVERSIONPREFIX= alpha- CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libvhdi/releases/download/${PORTVERSION}/ \ Modified: head/devel/libvhdi/distinfo ============================================================================== --- head/devel/libvhdi/distinfo Sat Jan 23 13:58:29 2016 (r406987) +++ head/devel/libvhdi/distinfo Sat Jan 23 14:04:23 2016 (r406988) @@ -1,2 +1,2 @@ -SHA256 (libvhdi-alpha-20151220.tar.gz) = a8dc05a86d94edf2a187fed905ef583290926a24be64342d4937e1df1d0cc517 -SIZE (libvhdi-alpha-20151220.tar.gz) = 1363677 +SHA256 (libvhdi-alpha-20160108.tar.gz) = d65849d50726d8c9c92c93b3f72ab34c408ec268b865c7b264c356322a3e12d3 +SIZE (libvhdi-alpha-20160108.tar.gz) = 1389053 From owner-svn-ports-head@freebsd.org Sat Jan 23 14:12:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36E58A8E18B; Sat, 23 Jan 2016 14:12:26 +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 DAB75187A; Sat, 23 Jan 2016 14:12: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 u0NECOQK030392; Sat, 23 Jan 2016 14:12:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NECOXe030390; Sat, 23 Jan 2016 14:12:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601231412.u0NECOXe030390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 23 Jan 2016 14:12:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406989 - head/sysutils/py-pytsk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 14:12:26 -0000 Author: antoine Date: Sat Jan 23 14:12:24 2016 New Revision: 406989 URL: https://svnweb.freebsd.org/changeset/ports/406989 Log: Update to 20160111 Modified: head/sysutils/py-pytsk/Makefile head/sysutils/py-pytsk/distinfo Modified: head/sysutils/py-pytsk/Makefile ============================================================================== --- head/sysutils/py-pytsk/Makefile Sat Jan 23 14:04:23 2016 (r406988) +++ head/sysutils/py-pytsk/Makefile Sat Jan 23 14:12:24 2016 (r406989) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= pytsk -PORTVERSION= 20150406 -PORTREVISION= 1 +PORTVERSION= 20160111 CATEGORIES= sysutils security devel python -MASTER_SITES= https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}/ \ +MASTER_SITES= https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}${EXTRACT_SUFX}/ \ LOCAL/antoine PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,24 +17,11 @@ LIB_DEPENDS= libtsk.so:${PORTSDIR}/sysut WRKSRC= ${WRKDIR}/${PORTNAME} -USES= python shebangfix tar:tgz -SHEBANG_FILES= samples/*.py -python_OLD_CMD= .* +USES= python tar:tgz USE_PYTHON= distutils autoplist -PORTDOCS= README -PORTEXAMPLES= * - -OPTIONS_DEFINE= DOCS EXAMPLES - post-patch: ${REINPLACE_CMD} 's|"/", "usr", "local"|"${LOCALBASE}"|' \ ${WRKSRC}/setup.py -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/samples/*.py ${STAGEDIR}${EXAMPLESDIR} - .include Modified: head/sysutils/py-pytsk/distinfo ============================================================================== --- head/sysutils/py-pytsk/distinfo Sat Jan 23 14:04:23 2016 (r406988) +++ head/sysutils/py-pytsk/distinfo Sat Jan 23 14:12:24 2016 (r406989) @@ -1,2 +1,2 @@ -SHA256 (pytsk-20150406.tgz) = dfd5306a63c6aa4875af6e3540be10e91721844256d0a0c1054b63050e9c093e -SIZE (pytsk-20150406.tgz) = 103477 +SHA256 (pytsk-20160111.tgz) = 7f05965b82ccc724a3d56ec31e3cd6e8e6e869add0bd8eff70927640cc01a187 +SIZE (pytsk-20160111.tgz) = 92570 From owner-svn-ports-head@freebsd.org Sat Jan 23 14:29:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63576A8E649; Sat, 23 Jan 2016 14:29: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 339471DE4; Sat, 23 Jan 2016 14:29: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 u0NETU3G033540; Sat, 23 Jan 2016 14:29:30 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NETU8O033538; Sat, 23 Jan 2016 14:29:30 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601231429.u0NETU8O033538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 23 Jan 2016 14:29:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406990 - head/devel/libvshadow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 14:29:31 -0000 Author: antoine Date: Sat Jan 23 14:29:29 2016 New Revision: 406990 URL: https://svnweb.freebsd.org/changeset/ports/406990 Log: Update to alpha-20160110 Modified: head/devel/libvshadow/Makefile head/devel/libvshadow/distinfo Modified: head/devel/libvshadow/Makefile ============================================================================== --- head/devel/libvshadow/Makefile Sat Jan 23 14:12:24 2016 (r406989) +++ head/devel/libvshadow/Makefile Sat Jan 23 14:29:29 2016 (r406990) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvshadow -PORTVERSION= 20151220 +PORTVERSION= 20160110 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libvshadow/releases/download/${PORTVERSION}/ \ LOCAL/antoine Modified: head/devel/libvshadow/distinfo ============================================================================== --- head/devel/libvshadow/distinfo Sat Jan 23 14:12:24 2016 (r406989) +++ head/devel/libvshadow/distinfo Sat Jan 23 14:29:29 2016 (r406990) @@ -1,2 +1,2 @@ -SHA256 (libvshadow-alpha-20151220.tar.gz) = b9d6ae3f638ca16afa0e149133a06ae49943f6535bc20993193a60047ae9f2ba -SIZE (libvshadow-alpha-20151220.tar.gz) = 1342302 +SHA256 (libvshadow-alpha-20160110.tar.gz) = 2b9645667b7e67ca712df92d4a5a77cb105c52783d3c252558022e2920d3de28 +SIZE (libvshadow-alpha-20160110.tar.gz) = 1370022 From owner-svn-ports-head@freebsd.org Sat Jan 23 14:29:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD18CA8E697; Sat, 23 Jan 2016 14:29:52 +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 6DC381EB5; Sat, 23 Jan 2016 14:29:52 +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 u0NETpUp033702; Sat, 23 Jan 2016 14:29:51 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NETp6Q033698; Sat, 23 Jan 2016 14:29:51 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601231429.u0NETp6Q033698@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, 23 Jan 2016 14:29:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406991 - in head/devel/kdesvn-kde4: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 14:29:52 -0000 Author: rakuco Date: Sat Jan 23 14:29:50 2016 New Revision: 406991 URL: https://svnweb.freebsd.org/changeset/ports/406991 Log: Update to 1.7.0, the first release developed and hosted within KDE's infrastructure. While here, switch to an out-of-source CMake build. Approved by: dbn (maintainer) Differential Revision: https://reviews.freebsd.org/D5026 Deleted: head/devel/kdesvn-kde4/files/ Modified: head/devel/kdesvn-kde4/Makefile head/devel/kdesvn-kde4/distinfo head/devel/kdesvn-kde4/pkg-descr head/devel/kdesvn-kde4/pkg-plist Modified: head/devel/kdesvn-kde4/Makefile ============================================================================== --- head/devel/kdesvn-kde4/Makefile Sat Jan 23 14:29:29 2016 (r406990) +++ head/devel/kdesvn-kde4/Makefile Sat Jan 23 14:29:50 2016 (r406991) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= kdesvn -DISTVERSION= 1.6.0 -PORTREVISION= 4 +DISTVERSION= 1.7.0 CATEGORIES= devel kde -MASTER_SITES= http://box.alwins-world.de/owncloud/index.php/s/3e6f4c2273b329c185ff25824277bf42/download?path=%2F1.6.0&files=kdesvn-1.6.0.tar.bz2&dummy= +MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/ MAINTAINER= dbn@FreeBSD.org COMMENT= KDE frontend for Subversion @@ -16,13 +15,12 @@ LICENSE= GPLv2 CONFLICTS= qsvn-[0-9]* -FETCH_ARGS= -Fpr -o ${DISTFILES} - -USES= cmake tar:bzip2 -CMAKE_ARGS+= -DSUBVERSION_INCLUDE_DIR=${LOCALBASE}/include/subversion-1 +USES= cmake:outsource tar:xz +CMAKE_ARGS+= -DSUBVERSION_INCLUDE_DIR=${LOCALBASE}/include/subversion-1 \ + -DMAN_INSTALL_DIR=${MANPREFIX}/man USE_KDE4= kdelibs kdeprefix automoc4 USE_LDCONFIG= yes -USE_QT4= corelib gui xml network dbus svg qt3support sql \ +USE_QT4= corelib gui xml network dbus svg sql \ qmake_build moc_build rcc_build uic_build linguist_build OPTIONS_DEFINE= DOCS NLS Modified: head/devel/kdesvn-kde4/distinfo ============================================================================== --- head/devel/kdesvn-kde4/distinfo Sat Jan 23 14:29:29 2016 (r406990) +++ head/devel/kdesvn-kde4/distinfo Sat Jan 23 14:29:50 2016 (r406991) @@ -1,2 +1,2 @@ -SHA256 (kdesvn-1.6.0.tar.bz2) = 05686f246b76810f90a9f80f1d45cdccf812b42e18fa10a16b14e7d27d370f96 -SIZE (kdesvn-1.6.0.tar.bz2) = 1863823 +SHA256 (kdesvn-1.7.0.tar.xz) = b3a9dc01e1730c880478aecd5c8d832a4b218468f791083985d325c0ef8a6ece +SIZE (kdesvn-1.7.0.tar.xz) = 1965064 Modified: head/devel/kdesvn-kde4/pkg-descr ============================================================================== --- head/devel/kdesvn-kde4/pkg-descr Sat Jan 23 14:29:29 2016 (r406990) +++ head/devel/kdesvn-kde4/pkg-descr Sat Jan 23 14:29:50 2016 (r406991) @@ -3,4 +3,4 @@ tools it uses the subversion C-Api direc Rapid SVN and doesn't parse the output of the subversion client. So it is a real client itself instead of a frontend to the command line tool. -WWW: http://www.alwins-world.de/programs/kdesvn/ +WWW: https://projects.kde.org/projects/extragear/sdk/kdesvn Modified: head/devel/kdesvn-kde4/pkg-plist ============================================================================== --- head/devel/kdesvn-kde4/pkg-plist Sat Jan 23 14:29:29 2016 (r406990) +++ head/devel/kdesvn-kde4/pkg-plist Sat Jan 23 14:29:50 2016 (r406991) @@ -1,59 +1,19 @@ bin/kdesvn bin/kdesvnaskpass -include/svnqt/annotate_line.h -include/svnqt/apr.h -include/svnqt/cache/DatabaseException.h -include/svnqt/cache/LogCache.h -include/svnqt/cache/ReposConfig.h -include/svnqt/cache/ReposLog.h -include/svnqt/cache/conversion_check.h -include/svnqt/check.h -include/svnqt/client.h -include/svnqt/client_annotate_parameter.h -include/svnqt/client_commit_parameter.h -include/svnqt/client_update_parameter.h -include/svnqt/client_parameter.h -include/svnqt/commititem.h -include/svnqt/conflictdescription.h -include/svnqt/conflictresult.h -include/svnqt/context.h -include/svnqt/context_listener.h -include/svnqt/datetime.h -include/svnqt/diffoptions.h -include/svnqt/dirent.h -include/svnqt/entry.h -include/svnqt/exception.h -include/svnqt/info_entry.h -include/svnqt/lock_entry.h -include/svnqt/log_entry.h -include/svnqt/path.h -include/svnqt/pool.h -include/svnqt/repoparameter.cpp -include/svnqt/repoparameter.h -include/svnqt/repository.h -include/svnqt/repositorylistener.h -include/svnqt/reposnotify.h -include/svnqt/revision.h -include/svnqt/shared_pointer.h -include/svnqt/smart_pointer.h -include/svnqt/status.h -include/svnqt/stringarray.h -include/svnqt/svnfilestream.h -include/svnqt/svnqt_defines.h -include/svnqt/svnqttypes.h -include/svnqt/svnstream.h -include/svnqt/targets.h -include/svnqt/url.h -include/svnqt/version_check.h -include/svnqt/wc.h lib/kde4/kded_kdesvnd.so lib/kde4/kdesvnpart.so lib/kde4/kio_ksvn.so -lib/libsvnqt.so -lib/libsvnqt.so.7 -lib/libsvnqt.so.7.0.1 +lib/libsvnqt.a man/man1/kdesvn.1.gz man/man1/kdesvnaskpass.1.gz +man/nl/man1/kdesvn.1.gz +man/nl/man1/kdesvnaskpass.1.gz +man/pt_BR/man1/kdesvn.1.gz +man/pt_BR/man1/kdesvnaskpass.1.gz +man/sv/man1/kdesvn.1.gz +man/sv/man1/kdesvnaskpass.1.gz +man/uk/man1/kdesvn.1.gz +man/uk/man1/kdesvnaskpass.1.gz share/applications/kde4/kdesvn.desktop share/apps/kconf_update/kdesvn-use-external-update.sh share/apps/kconf_update/kdesvnpartrc-use-external.upd @@ -72,16 +32,28 @@ share/dbus-1/interfaces/org.kde.kdesvnd. %%PORTDOCS%%share/doc/HTML/en/kdesvn/hi128-filesys-kdesvnupdates.png %%PORTDOCS%%share/doc/HTML/en/kdesvn/index.cache.bz2 %%PORTDOCS%%share/doc/HTML/en/kdesvn/index.docbook +%%PORTDOCS%%share/doc/HTML/en/kdesvn/man-kdesvn.1.docbook +%%PORTDOCS%%share/doc/HTML/en/kdesvn/man-kdesvnaskpass.1.docbook %%PORTDOCS%%share/doc/HTML/nl/kdesvn/common -%%PORTDOCS%%share/doc/HTML/nl/kdesvn/hi128-filesys-kdesvnadded.png -%%PORTDOCS%%share/doc/HTML/nl/kdesvn/hi128-filesys-kdesvnconflicted.png -%%PORTDOCS%%share/doc/HTML/nl/kdesvn/hi128-filesys-kdesvndeleted.png -%%PORTDOCS%%share/doc/HTML/nl/kdesvn/hi128-filesys-kdesvnlocked.png -%%PORTDOCS%%share/doc/HTML/nl/kdesvn/hi128-filesys-kdesvnmodified.png -%%PORTDOCS%%share/doc/HTML/nl/kdesvn/hi128-filesys-kdesvnneedlock.png -%%PORTDOCS%%share/doc/HTML/nl/kdesvn/hi128-filesys-kdesvnupdates.png %%PORTDOCS%%share/doc/HTML/nl/kdesvn/index.cache.bz2 %%PORTDOCS%%share/doc/HTML/nl/kdesvn/index.docbook +%%PORTDOCS%%share/doc/HTML/nl/kdesvn/man-kdesvn.1.docbook +%%PORTDOCS%%share/doc/HTML/nl/kdesvn/man-kdesvnaskpass.1.docbook +%%PORTDOCS%%share/doc/HTML/pt_BR/kdesvn/common +%%PORTDOCS%%share/doc/HTML/pt_BR/kdesvn/index.cache.bz2 +%%PORTDOCS%%share/doc/HTML/pt_BR/kdesvn/index.docbook +%%PORTDOCS%%share/doc/HTML/pt_BR/kdesvn/man-kdesvn.1.docbook +%%PORTDOCS%%share/doc/HTML/pt_BR/kdesvn/man-kdesvnaskpass.1.docbook +%%PORTDOCS%%share/doc/HTML/sv/kdesvn/common +%%PORTDOCS%%share/doc/HTML/sv/kdesvn/index.cache.bz2 +%%PORTDOCS%%share/doc/HTML/sv/kdesvn/index.docbook +%%PORTDOCS%%share/doc/HTML/sv/kdesvn/man-kdesvn.1.docbook +%%PORTDOCS%%share/doc/HTML/sv/kdesvn/man-kdesvnaskpass.1.docbook +%%PORTDOCS%%share/doc/HTML/uk/kdesvn/common +%%PORTDOCS%%share/doc/HTML/uk/kdesvn/index.cache.bz2 +%%PORTDOCS%%share/doc/HTML/uk/kdesvn/index.docbook +%%PORTDOCS%%share/doc/HTML/uk/kdesvn/man-kdesvn.1.docbook +%%PORTDOCS%%share/doc/HTML/uk/kdesvn/man-kdesvnaskpass.1.docbook share/icons/hicolor/128x128/actions/kdesvnadd.png share/icons/hicolor/128x128/actions/kdesvnaddrecursive.png share/icons/hicolor/128x128/actions/kdesvnblame.png @@ -376,16 +348,31 @@ share/kde4/services/ksvn+http.protocol share/kde4/services/ksvn+https.protocol share/kde4/services/ksvn+ssh.protocol share/kde4/services/ksvn.protocol +%%NLS%%share/locale/ast/LC_MESSAGES/kdesvn.mo +%%NLS%%share/locale/bs/LC_MESSAGES/kdesvn.mo +%%NLS%%share/locale/ca/LC_MESSAGES/kdesvn.mo +%%NLS%%share/locale/ca@valencia/LC_MESSAGES/kdesvn.mo %%NLS%%share/locale/cs/LC_MESSAGES/kdesvn.mo %%NLS%%share/locale/de/LC_MESSAGES/kdesvn.mo %%NLS%%share/locale/el/LC_MESSAGES/kdesvn.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/kdesvn.mo %%NLS%%share/locale/es/LC_MESSAGES/kdesvn.mo +%%NLS%%share/locale/fi/LC_MESSAGES/kdesvn.mo %%NLS%%share/locale/fr/LC_MESSAGES/kdesvn.mo +%%NLS%%share/locale/gl/LC_MESSAGES/kdesvn.mo +%%NLS%%share/locale/hu/LC_MESSAGES/kdesvn.mo %%NLS%%share/locale/it/LC_MESSAGES/kdesvn.mo %%NLS%%share/locale/ja/LC_MESSAGES/kdesvn.mo %%NLS%%share/locale/lt/LC_MESSAGES/kdesvn.mo +%%NLS%%share/locale/nl/LC_MESSAGES/kdesvn.mo +%%NLS%%share/locale/pl/LC_MESSAGES/kdesvn.mo +%%NLS%%share/locale/pt/LC_MESSAGES/kdesvn.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/kdesvn.mo %%NLS%%share/locale/ro/LC_MESSAGES/kdesvn.mo %%NLS%%share/locale/ru/LC_MESSAGES/kdesvn.mo +%%NLS%%share/locale/sk/LC_MESSAGES/kdesvn.mo +%%NLS%%share/locale/sv/LC_MESSAGES/kdesvn.mo +%%NLS%%share/locale/ug/LC_MESSAGES/kdesvn.mo +%%NLS%%share/locale/uk/LC_MESSAGES/kdesvn.mo share/svnqt/i18n/svnqt_de.qm share/svnqt/i18n/svnqt_en_GB.qm From owner-svn-ports-head@freebsd.org Sat Jan 23 14:30:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE064A8E6FE; Sat, 23 Jan 2016 14:30:30 +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 AEEA41FA3; Sat, 23 Jan 2016 14:30:30 +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 u0NEUT34033835; Sat, 23 Jan 2016 14:30:29 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NEUTQE033834; Sat, 23 Jan 2016 14:30:29 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601231430.u0NEUTQE033834@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, 23 Jan 2016 14:30:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406992 - head/devel/kdesvn-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 14:30:31 -0000 Author: rakuco Date: Sat Jan 23 14:30:29 2016 New Revision: 406992 URL: https://svnweb.freebsd.org/changeset/ports/406992 Log: Put LICENSE before LIB_DEPENDS to make portlint happy. Modified: head/devel/kdesvn-kde4/Makefile Modified: head/devel/kdesvn-kde4/Makefile ============================================================================== --- head/devel/kdesvn-kde4/Makefile Sat Jan 23 14:29:50 2016 (r406991) +++ head/devel/kdesvn-kde4/Makefile Sat Jan 23 14:30:29 2016 (r406992) @@ -9,10 +9,10 @@ MASTER_SITES= KDE/stable/${PORTNAME}/${P MAINTAINER= dbn@FreeBSD.org COMMENT= KDE frontend for Subversion -LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion - LICENSE= GPLv2 +LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion + CONFLICTS= qsvn-[0-9]* USES= cmake:outsource tar:xz From owner-svn-ports-head@freebsd.org Sat Jan 23 14:31:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5130EA8E748; Sat, 23 Jan 2016 14:31:12 +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 21A8A10FE; Sat, 23 Jan 2016 14:31:12 +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 u0NEVBKV033958; Sat, 23 Jan 2016 14:31:11 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NEVBuw033957; Sat, 23 Jan 2016 14:31:11 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601231431.u0NEVBuw033957@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, 23 Jan 2016 14:31:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406993 - head/ports-mgmt/portrac X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 14:31:12 -0000 Author: rakuco Date: Sat Jan 23 14:31:10 2016 New Revision: 406993 URL: https://svnweb.freebsd.org/changeset/ports/406993 Log: Fix build on FreeBSD 9. Add the same -D_GLIBCXX_USE_C99 trick that a few other ports use so that gcc48 and its libstdc++ make std::to_string() available. MFH: 2016Q1 Modified: head/ports-mgmt/portrac/Makefile Modified: head/ports-mgmt/portrac/Makefile ============================================================================== --- head/ports-mgmt/portrac/Makefile Sat Jan 23 14:30:29 2016 (r406992) +++ head/ports-mgmt/portrac/Makefile Sat Jan 23 14:31:10 2016 (r406993) @@ -11,7 +11,6 @@ COMMENT= Simple GUI tool for tracking po LICENSE= BSD2CLAUSE -BROKEN_FreeBSD_9= does not build (lacking c++11 support) BROKEN_sparc64= fails to compile: error in C++ code PLIST_FILES= bin/portrac \ @@ -19,6 +18,9 @@ PLIST_FILES= bin/portrac \ share/portrac/up-to-date.png \ share/portrac/updates-available.png +# Unhide std::to_string() to fix build with GCC (ports/193528) +CXXFLAGS= -D_GLIBCXX_USE_C99 + USES= compiler:c++11-lib qmake tar:bzip2 USE_CXXSTD= c++11 USE_QT5= widgets buildtools_build From owner-svn-ports-head@freebsd.org Sat Jan 23 14:36:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07925A8E900; Sat, 23 Jan 2016 14:36:28 +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 D656D1432; Sat, 23 Jan 2016 14:36:27 +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 u0NEaQaU036943; Sat, 23 Jan 2016 14:36:26 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NEaQYF036936; Sat, 23 Jan 2016 14:36:26 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201601231436.u0NEaQYF036936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sat, 23 Jan 2016 14:36:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406994 - in head/databases: . mongodb32-tools mongodb32-tools/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 14:36:28 -0000 Author: demon Date: Sat Jan 23 14:36:26 2016 New Revision: 406994 URL: https://svnweb.freebsd.org/changeset/ports/406994 Log: New port: mongodb32-tools. Extra tools factored out from mongodb port in version 3. PR: 205510 Submitted by: Brendan Molloy Added: head/databases/mongodb32-tools/ head/databases/mongodb32-tools/Makefile (contents, props changed) head/databases/mongodb32-tools/distinfo (contents, props changed) head/databases/mongodb32-tools/files/ head/databases/mongodb32-tools/files/patch-vendor_src_github.com_spacemonkeygo_openssl_build.go (contents, props changed) head/databases/mongodb32-tools/files/patch-vendor_src_github.com_spacemonkeygo_openssl_init__posix.go (contents, props changed) head/databases/mongodb32-tools/pkg-descr (contents, props changed) head/databases/mongodb32-tools/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sat Jan 23 14:31:10 2016 (r406993) +++ head/databases/Makefile Sat Jan 23 14:36:26 2016 (r406994) @@ -191,6 +191,7 @@ SUBDIR += monetdb SUBDIR += mongodb SUBDIR += mongodb32 + SUBDIR += mongodb32-tools SUBDIR += mrtg-mysql-load SUBDIR += mtools-mongodb SUBDIR += mtop Added: head/databases/mongodb32-tools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mongodb32-tools/Makefile Sat Jan 23 14:36:26 2016 (r406994) @@ -0,0 +1,65 @@ +# Created by: Brendan Molloy +# $FreeBSD$ + +PORTNAME= mongodb32-tools +PORTVERSION= 3.2.1 +DISTVERSIONPREFIX= r +CATEGORIES= databases net + +MAINTAINER= brendan+freebsd@bbqsrc.net +COMMENT= Tools for MongoDB + +LICENSE= APACHE20 + +BUILD_DEPENDS= go>0:${PORTSDIR}/lang/go + +USE_GITHUB= yes +GH_ACCOUNT= mongodb +GH_PROJECT= mongo-tools + +OPTIONS_DEFINE= SSL SASL +OPTIONS_DEFAULT= SSL + +SASL_USE= my_tags=sasl +SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 + +SSL_USE= openssl=yes my_tags=ssl + +ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than i386 and amd64" + +STRIP= # Stripping can break go binaries + +# Go is not our friend. Without below, ignores user-supplied flags. +MAKE_CMD= ${LOCALBASE}/bin/go build +MAKE_ENV= GOPATH="${WRKSRC}/.gopath:${WRKSRC}/vendor" \ + CGO_CFLAGS="${CFLAGS}" CGO_CPPFLAGS="${CPPFLAGS}" \ + CGO_CXXFLAGS="${CXXFLAGS}" CGO_LDFLAGS="${LDFLAGS}" + +USES= localbase +MY_TAGS= -tags "${USE_MY_TAGS}" + +post-patch: + @cd ${WRKSRC} ; ${MKDIR} ${WRKSRC}/.gopath/src/github.com/${GH_ACCOUNT} ; \ + ${LN} -sf ${WRKSRC} ${WRKSRC}/.gopath/src/github.com/${GH_ACCOUNT}/${GH_PROJECT} + +do-build: +.for x in bsondump mongostat mongofiles mongoexport mongoimport mongorestore mongodump mongotop mongooplog + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ + -o ${WRKSRC}/bin/${x} ${MY_TAGS}\ + -ldflags "-X github.com/${GH_ACCOUNT}/${GH_PROJECT}/common/options.Gitspec=${GH_TAGNAME}"\ + ${WRKSRC}/${x}/main/${x}.go +.endfor + +do-install: +.for x in bsondump mongostat mongofiles mongoexport mongoimport mongorestore mongodump mongotop mongooplog + ${INSTALL_PROGRAM} ${WRKSRC}/bin/${x} ${STAGEDIR}${PREFIX}/bin/ +.endfor + +post-install: + ${MKDIR} ${STAGEDIR}${DOCSDIR} +.for x in LICENSE.md README.md THIRD-PARTY-NOTICES + ${INSTALL_MAN} ${WRKSRC}/${x} ${STAGEDIR}${DOCSDIR} +.endfor + +.include Added: head/databases/mongodb32-tools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mongodb32-tools/distinfo Sat Jan 23 14:36:26 2016 (r406994) @@ -0,0 +1,2 @@ +SHA256 (mongodb-mongo-tools-r3.2.1_GH0.tar.gz) = e2a0527b8987ae954fc9ca071987b4c58ff53aa2bc0a4d8b03337f4d8aff1d89 +SIZE (mongodb-mongo-tools-r3.2.1_GH0.tar.gz) = 2226762 Added: head/databases/mongodb32-tools/files/patch-vendor_src_github.com_spacemonkeygo_openssl_build.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mongodb32-tools/files/patch-vendor_src_github.com_spacemonkeygo_openssl_build.go Sat Jan 23 14:36:26 2016 (r406994) @@ -0,0 +1,8 @@ +--- vendor/src/github.com/spacemonkeygo/openssl/build.go.orig 2016-01-03 17:52:18 UTC ++++ vendor/src/github.com/spacemonkeygo/openssl/build.go +@@ -19,4 +19,5 @@ package openssl + // #cgo linux pkg-config: openssl + // #cgo windows CFLAGS: -DWIN32_LEAN_AND_MEAN + // #cgo darwin LDFLAGS: -lssl -lcrypto ++// #cgo freebsd LDFLAGS: -lssl -lcrypto + import "C" Added: head/databases/mongodb32-tools/files/patch-vendor_src_github.com_spacemonkeygo_openssl_init__posix.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mongodb32-tools/files/patch-vendor_src_github.com_spacemonkeygo_openssl_init__posix.go Sat Jan 23 14:36:26 2016 (r406994) @@ -0,0 +1,11 @@ +--- vendor/src/github.com/spacemonkeygo/openssl/init_posix.go.orig 2016-01-03 17:52:58 UTC ++++ vendor/src/github.com/spacemonkeygo/openssl/init_posix.go +@@ -12,7 +12,7 @@ + // See the License for the specific language governing permissions and + // limitations under the License. + +-// +build linux darwin cgo ++// +build linux darwin freebsd cgo + // +build !windows + + package openssl Added: head/databases/mongodb32-tools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mongodb32-tools/pkg-descr Sat Jan 23 14:36:26 2016 (r406994) @@ -0,0 +1,6 @@ +Since MongoDB 3.2, the tools bsondump, mongoimport, mongoexport, mongodump, +mongorestore, mongostat, mongofiles, mongooplog and mongotop have been placed +in a separate package and rewritten in Go. These are useful utilities for +managing a MongoDB instance. + +WWW: https://github.com/mongodb/mongo-tools Added: head/databases/mongodb32-tools/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mongodb32-tools/pkg-plist Sat Jan 23 14:36:26 2016 (r406994) @@ -0,0 +1,12 @@ +bin/bsondump +bin/mongodump +bin/mongoexport +bin/mongofiles +bin/mongoimport +bin/mongooplog +bin/mongorestore +bin/mongostat +bin/mongotop +%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/THIRD-PARTY-NOTICES From owner-svn-ports-head@freebsd.org Sat Jan 23 15:11:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3526A8E3E8; Sat, 23 Jan 2016 15:11:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C31EF1442; Sat, 23 Jan 2016 15:11:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFB77O048428; Sat, 23 Jan 2016 15:11:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFB7DV048426; Sat, 23 Jan 2016 15:11:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231511.u0NFB7DV048426@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:11:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406995 - head/misc/rubygem-mimemagic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:11:09 -0000 Author: sunpoet Date: Sat Jan 23 15:11:07 2016 New Revision: 406995 URL: https://svnweb.freebsd.org/changeset/ports/406995 Log: - Update to 0.3.1 - Pass maintainership to ruby@ Changes: https://github.com/minad/mimemagic/commits/master PR: 206493 Submitted by: Michael Fausten (maintainer) Modified: head/misc/rubygem-mimemagic/Makefile head/misc/rubygem-mimemagic/distinfo Modified: head/misc/rubygem-mimemagic/Makefile ============================================================================== --- head/misc/rubygem-mimemagic/Makefile Sat Jan 23 14:36:26 2016 (r406994) +++ head/misc/rubygem-mimemagic/Makefile Sat Jan 23 15:11:07 2016 (r406995) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= mimemagic -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= misc rubygems MASTER_SITES= RG -MAINTAINER= ports@michael-fausten.de +MAINTAINER= ruby@FreeBSD.org COMMENT= MIME detection by extension or content in pure ruby COMMENT= Detects the mime type of a file by extension or by content Modified: head/misc/rubygem-mimemagic/distinfo ============================================================================== --- head/misc/rubygem-mimemagic/distinfo Sat Jan 23 14:36:26 2016 (r406994) +++ head/misc/rubygem-mimemagic/distinfo Sat Jan 23 15:11:07 2016 (r406995) @@ -1,2 +1,2 @@ -SHA256 (rubygem/mimemagic-0.3.0.gem) = a9a1de1e5750b4e59d1126a84dd67ae55595feda835f1659e3fe686917c13480 -SIZE (rubygem/mimemagic-0.3.0.gem) = 354816 +SHA256 (rubygem/mimemagic-0.3.1.gem) = 8fb981c19040ccc22888f17f2665ae829bc2fa0983b644c6947d4494b7d0a379 +SIZE (rubygem/mimemagic-0.3.1.gem) = 352768 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:11:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7297DA8E410; Sat, 23 Jan 2016 15:11:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FE1614CD; Sat, 23 Jan 2016 15:11:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFBDlS048558; Sat, 23 Jan 2016 15:11:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFBCcv048556; Sat, 23 Jan 2016 15:11:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231511.u0NFBCcv048556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:11:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406996 - head/devel/rubygem-newrelic-grape X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:11:14 -0000 Author: sunpoet Date: Sat Jan 23 15:11:12 2016 New Revision: 406996 URL: https://svnweb.freebsd.org/changeset/ports/406996 Log: - Update to 2.1.0 - Pass maintainership to ruby@ Changes: https://github.com/xinminlabs/newrelic-grape/blob/master/CHANGELOG.md PR: 206497 Submitted by: Michael Fausten (maintainer) Modified: head/devel/rubygem-newrelic-grape/Makefile head/devel/rubygem-newrelic-grape/distinfo Modified: head/devel/rubygem-newrelic-grape/Makefile ============================================================================== --- head/devel/rubygem-newrelic-grape/Makefile Sat Jan 23 15:11:07 2016 (r406995) +++ head/devel/rubygem-newrelic-grape/Makefile Sat Jan 23 15:11:12 2016 (r406996) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= newrelic-grape -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= ports@michael-fausten.de +MAINTAINER= ruby@FreeBSD.org COMMENT= Newrelic instrument for grape LICENSE= MIT Modified: head/devel/rubygem-newrelic-grape/distinfo ============================================================================== --- head/devel/rubygem-newrelic-grape/distinfo Sat Jan 23 15:11:07 2016 (r406995) +++ head/devel/rubygem-newrelic-grape/distinfo Sat Jan 23 15:11:12 2016 (r406996) @@ -1,2 +1,2 @@ -SHA256 (rubygem/newrelic-grape-2.0.0.gem) = 0a15bcc191deecaefe8f31e2d1f19b2bf125b39b00b7dc0413706d8a186d0cc9 -SIZE (rubygem/newrelic-grape-2.0.0.gem) = 14336 +SHA256 (rubygem/newrelic-grape-2.1.0.gem) = 88888fc53892dfa211c6d37573df34c8bc6ce0c1a1c0eaef07a43ec8f74c7813 +SIZE (rubygem/newrelic-grape-2.1.0.gem) = 14848 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:11:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E6FAA8E451; Sat, 23 Jan 2016 15:11:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F6F21743; Sat, 23 Jan 2016 15:11:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFBQm8048703; Sat, 23 Jan 2016 15:11:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFBQUa048701; Sat, 23 Jan 2016 15:11:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231511.u0NFBQUa048701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:11:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406997 - in head/www/rubygem-unicorn-worker-killer: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:11:27 -0000 Author: sunpoet Date: Sat Jan 23 15:11:26 2016 New Revision: 406997 URL: https://svnweb.freebsd.org/changeset/ports/406997 Log: - Update to 0.4.4 - Pass maintainership to ruby@ Changes: https://github.com/kzk/unicorn-worker-killer/blob/master/ChangeLog PR: 206501 Submitted by: Michael Fausten (maintainer) Deleted: head/www/rubygem-unicorn-worker-killer/files/ Modified: head/www/rubygem-unicorn-worker-killer/Makefile head/www/rubygem-unicorn-worker-killer/distinfo Modified: head/www/rubygem-unicorn-worker-killer/Makefile ============================================================================== --- head/www/rubygem-unicorn-worker-killer/Makefile Sat Jan 23 15:11:12 2016 (r406996) +++ head/www/rubygem-unicorn-worker-killer/Makefile Sat Jan 23 15:11:26 2016 (r406997) @@ -1,12 +1,11 @@ # $FreeBSD$ PORTNAME= unicorn-worker-killer -PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTVERSION= 0.4.4 CATEGORIES= www rubygems MASTER_SITES= RG -MAINTAINER= ports@michael-fausten.de +MAINTAINER= ruby@FreeBSD.org COMMENT= Kill unicorn workers by memory and request counts LICENSE= GPLv2 GPLv3 RUBY Modified: head/www/rubygem-unicorn-worker-killer/distinfo ============================================================================== --- head/www/rubygem-unicorn-worker-killer/distinfo Sat Jan 23 15:11:12 2016 (r406996) +++ head/www/rubygem-unicorn-worker-killer/distinfo Sat Jan 23 15:11:26 2016 (r406997) @@ -1,2 +1,2 @@ -SHA256 (rubygem/unicorn-worker-killer-0.4.3.gem) = 00687ad93efc697629f9d782c140c03e1d580a0149327aa13db056c557d01a42 -SIZE (rubygem/unicorn-worker-killer-0.4.3.gem) = 9216 +SHA256 (rubygem/unicorn-worker-killer-0.4.4.gem) = 6abfc15229c12b42f13242a17e292ec838b27af5c846d9d521fd2addf8ed2d67 +SIZE (rubygem/unicorn-worker-killer-0.4.4.gem) = 9216 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:12:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CA62A8E4F8; Sat, 23 Jan 2016 15:12:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E0BF199A; Sat, 23 Jan 2016 15:12:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFCtfv048930; Sat, 23 Jan 2016 15:12:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFCspg048925; Sat, 23 Jan 2016 15:12:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231512.u0NFCspg048925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:12:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406998 - in 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:12:56 -0000 Author: sunpoet Date: Sat Jan 23 15:12:54 2016 New Revision: 406998 URL: https://svnweb.freebsd.org/changeset/ports/406998 Log: - Add p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC 0.501 - While I'm here, fix *_DEPENDS This class is an authentication provider designed to authenticate users against a database, using Dancer2::Plugin::DBIC to access a database. See Dancer2::Plugin::Auth::Extensible for details on how to use the authentication framework. WWW: http://search.cpan.org/dist/Dancer2-Plugin-Auth-Extensible-Provider-DBIC/ PR: 206439 Submitted by: Henk van Oers Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/Makefile (contents, props changed) head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/distinfo (contents, props changed) head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/pkg-descr (contents, props changed) head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Jan 23 15:11:26 2016 (r406997) +++ head/security/Makefile Sat Jan 23 15:12:54 2016 (r406998) @@ -573,6 +573,7 @@ SUBDIR += p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup SUBDIR += p5-Dancer-Plugin-Passphrase SUBDIR += p5-Dancer2-Plugin-Auth-Extensible + SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup SUBDIR += p5-Dancer2-Plugin-Passphrase SUBDIR += p5-Data-Entropy Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/Makefile Sat Jan 23 15:12:54 2016 (r406998) @@ -0,0 +1,28 @@ +# Created by: Henk van Oers +# $FreeBSD$ + +PORTNAME= Dancer2-Plugin-Auth-Extensible-Provider-DBIC +PORTVERSION= 0.501 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= hvo.pm@xs4all.nl +COMMENT= Extensible authentication framework for Dancer2 apps using DBIC + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \ + p5-Dancer2-Plugin-Auth-Extensible>=0.501:${PORTSDIR}/security/p5-Dancer2-Plugin-Auth-Extensible \ + p5-Dancer2-Plugin-DBIC>=0:${PORTSDIR}/databases/p5-Dancer2-Plugin-DBIC \ + p5-String-CamelCase>=0:${PORTSDIR}/textproc/p5-String-CamelCase +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ + p5-DateTime-Format-SQLite>=0:${PORTSDIR}/devel/p5-DateTime-Format-SQLite \ + p5-Path-Tiny>=0:${PORTSDIR}/devel/p5-Path-Tiny + +USES= perl5 +USE_PERL5= configure + +.include Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/distinfo Sat Jan 23 15:12:54 2016 (r406998) @@ -0,0 +1,2 @@ +SHA256 (Dancer2-Plugin-Auth-Extensible-Provider-DBIC-0.501.tar.gz) = 146c480f170c46f5bafed85047d01a9f2af9218d5a8569e4370722418611c4b0 +SIZE (Dancer2-Plugin-Auth-Extensible-Provider-DBIC-0.501.tar.gz) = 9874 Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/pkg-descr Sat Jan 23 15:12:54 2016 (r406998) @@ -0,0 +1,7 @@ +This class is an authentication provider designed to authenticate users +against a database, using Dancer2::Plugin::DBIC to access a database. + +See Dancer2::Plugin::Auth::Extensible for details on how to use +the authentication framework. + +WWW: http://search.cpan.org/dist/Dancer2-Plugin-Auth-Extensible-Provider-DBIC/ Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/pkg-plist Sat Jan 23 15:12:54 2016 (r406998) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/DBIC.pm +%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/README.pod +%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::DBIC.3.gz +%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::README.3.gz From owner-svn-ports-head@freebsd.org Sat Jan 23 15:13:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 164FAA8E537; Sat, 23 Jan 2016 15:13:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1AA01A7E; Sat, 23 Jan 2016 15:13:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFDHZn049129; Sat, 23 Jan 2016 15:13:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFDHfX049124; Sat, 23 Jan 2016 15:13:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231513.u0NFDHfX049124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:13:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406999 - in head/security: . p5-Crypt-Random-TESHA2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:13:19 -0000 Author: sunpoet Date: Sat Jan 23 15:13:17 2016 New Revision: 406999 URL: https://svnweb.freebsd.org/changeset/ports/406999 Log: - Add p5-Crypt-Random-TESHA2 0.01 Crypt::Random::TESHA2 implements userspace voodoo entropy. You should use a proper O/S supplied entropy source such as /dev/random or the Win32 Crypt API. WWW: http://search.cpan.org/dist/Crypt-Random-TESHA2/ Added: head/security/p5-Crypt-Random-TESHA2/ head/security/p5-Crypt-Random-TESHA2/Makefile (contents, props changed) head/security/p5-Crypt-Random-TESHA2/distinfo (contents, props changed) head/security/p5-Crypt-Random-TESHA2/pkg-descr (contents, props changed) head/security/p5-Crypt-Random-TESHA2/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Jan 23 15:12:54 2016 (r406998) +++ head/security/Makefile Sat Jan 23 15:13:17 2016 (r406999) @@ -543,6 +543,7 @@ SUBDIR += p5-Crypt-RandPasswd SUBDIR += p5-Crypt-Random SUBDIR += p5-Crypt-Random-Source + SUBDIR += p5-Crypt-Random-TESHA2 SUBDIR += p5-Crypt-Rijndael SUBDIR += p5-Crypt-Rijndael_PP SUBDIR += p5-Crypt-SKey Added: head/security/p5-Crypt-Random-TESHA2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Crypt-Random-TESHA2/Makefile Sat Jan 23 15:13:17 2016 (r406999) @@ -0,0 +1,21 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Crypt-Random-TESHA2 +PORTVERSION= 0.01 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Random numbers using timer/schedule entropy + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include Added: head/security/p5-Crypt-Random-TESHA2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Crypt-Random-TESHA2/distinfo Sat Jan 23 15:13:17 2016 (r406999) @@ -0,0 +1,2 @@ +SHA256 (Crypt-Random-TESHA2-0.01.tar.gz) = a0912b42c52be173da528d5527e40d967324bc04ac78d9fc2ddc91ff16fe9633 +SIZE (Crypt-Random-TESHA2-0.01.tar.gz) = 22255 Added: head/security/p5-Crypt-Random-TESHA2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Crypt-Random-TESHA2/pkg-descr Sat Jan 23 15:13:17 2016 (r406999) @@ -0,0 +1,4 @@ +Crypt::Random::TESHA2 implements userspace voodoo entropy. You should use a +proper O/S supplied entropy source such as /dev/random or the Win32 Crypt API. + +WWW: http://search.cpan.org/dist/Crypt-Random-TESHA2/ Added: head/security/p5-Crypt-Random-TESHA2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Crypt-Random-TESHA2/pkg-plist Sat Jan 23 15:13:17 2016 (r406999) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Crypt/Random/TESHA2.pm +%%SITE_PERL%%/Crypt/Random/TESHA2/Config.pm +%%PERL5_MAN3%%/Crypt::Random::TESHA2.3.gz +%%PERL5_MAN3%%/Crypt::Random::TESHA2::Config.3.gz From owner-svn-ports-head@freebsd.org Sat Jan 23 15:13:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6E85A8E577; Sat, 23 Jan 2016 15:13:37 +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 94F001BA1; Sat, 23 Jan 2016 15:13:37 +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 u0NFDa9Q049253; Sat, 23 Jan 2016 15:13:36 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFDadH049250; Sat, 23 Jan 2016 15:13:36 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201601231513.u0NFDadH049250@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 23 Jan 2016 15:13:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407000 - head/devel/glib20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:13:37 -0000 Author: kwm Date: Sat Jan 23 15:13:36 2016 New Revision: 407000 URL: https://svnweb.freebsd.org/changeset/ports/407000 Log: Switch to rm because unlink doesn't accept flags. Pointyhat to: kwm@ for not reading the rm/unlink man page good enough. Modified: head/devel/glib20/Makefile head/devel/glib20/pkg-plist Modified: head/devel/glib20/Makefile ============================================================================== --- head/devel/glib20/Makefile Sat Jan 23 15:13:17 2016 (r406999) +++ head/devel/glib20/Makefile Sat Jan 23 15:13:36 2016 (r407000) @@ -3,7 +3,7 @@ PORTNAME= glib PORTVERSION= 2.44.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 Modified: head/devel/glib20/pkg-plist ============================================================================== --- head/devel/glib20/pkg-plist Sat Jan 23 15:13:17 2016 (r406999) +++ head/devel/glib20/pkg-plist Sat Jan 23 15:13:36 2016 (r407000) @@ -448,5 +448,5 @@ share/locale/zh_TW/LC_MESSAGES/glib20.mo @dir lib/gio/modules @dir share/GConf/gsettings @postexec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas 2>/dev/null || /usr/bin/true -@postunexec /bin/unlink -f %D/share/glib-2.0/schemas/gschemas.compiled || /usr/bin/true +@postunexec /bin/rm -f %D/share/glib-2.0/schemas/gschemas.compiled || /usr/bin/true @postexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true From owner-svn-ports-head@freebsd.org Sat Jan 23 15:13:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6C09A8E5AA; Sat, 23 Jan 2016 15:13:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DFE01C80; Sat, 23 Jan 2016 15:13:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFDuMJ049433; Sat, 23 Jan 2016 15:13:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFDu7h049428; Sat, 23 Jan 2016 15:13:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231513.u0NFDu7h049428@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:13:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407001 - in head/security: . p5-Crypt-Random-Seed X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:13:57 -0000 Author: sunpoet Date: Sat Jan 23 15:13:55 2016 New Revision: 407001 URL: https://svnweb.freebsd.org/changeset/ports/407001 Log: - Add p5-Crypt-Random-Seed 0.03 Crypt::Random::Seed is a simple mechanism to get strong randomness. The main purpose of this module is to provide a simple way to generate a seed for a PRNG such as Math::Random::ISAAC, for use in cryptographic key generation, or as the seed for an upstream module such as Bytes::Random::Secure. Flags for requiring non-blocking sources are allowed, as well as a very simple method for plugging in a source. WWW: http://search.cpan.org/dist/Crypt-Random-Seed/ Added: head/security/p5-Crypt-Random-Seed/ head/security/p5-Crypt-Random-Seed/Makefile (contents, props changed) head/security/p5-Crypt-Random-Seed/distinfo (contents, props changed) head/security/p5-Crypt-Random-Seed/pkg-descr (contents, props changed) head/security/p5-Crypt-Random-Seed/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Jan 23 15:13:36 2016 (r407000) +++ head/security/Makefile Sat Jan 23 15:13:55 2016 (r407001) @@ -542,6 +542,7 @@ SUBDIR += p5-Crypt-Rabbit SUBDIR += p5-Crypt-RandPasswd SUBDIR += p5-Crypt-Random + SUBDIR += p5-Crypt-Random-Seed SUBDIR += p5-Crypt-Random-Source SUBDIR += p5-Crypt-Random-TESHA2 SUBDIR += p5-Crypt-Rijndael Added: head/security/p5-Crypt-Random-Seed/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Crypt-Random-Seed/Makefile Sat Jan 23 15:13:55 2016 (r407001) @@ -0,0 +1,24 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Crypt-Random-Seed +PORTVERSION= 0.03 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Simple method to get strong randomness + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-Crypt-Random-TESHA2>=0:${PORTSDIR}/security/p5-Crypt-Random-TESHA2 +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include Added: head/security/p5-Crypt-Random-Seed/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Crypt-Random-Seed/distinfo Sat Jan 23 15:13:55 2016 (r407001) @@ -0,0 +1,2 @@ +SHA256 (Crypt-Random-Seed-0.03.tar.gz) = 593da54b522c09cc26bbcc0e4e49c1c8e688a6fd33b0726af801d722a5c8d0f1 +SIZE (Crypt-Random-Seed-0.03.tar.gz) = 22175 Added: head/security/p5-Crypt-Random-Seed/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Crypt-Random-Seed/pkg-descr Sat Jan 23 15:13:55 2016 (r407001) @@ -0,0 +1,8 @@ +Crypt::Random::Seed is a simple mechanism to get strong randomness. The main +purpose of this module is to provide a simple way to generate a seed for a PRNG +such as Math::Random::ISAAC, for use in cryptographic key generation, or as the +seed for an upstream module such as Bytes::Random::Secure. Flags for requiring +non-blocking sources are allowed, as well as a very simple method for plugging +in a source. + +WWW: http://search.cpan.org/dist/Crypt-Random-Seed/ Added: head/security/p5-Crypt-Random-Seed/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Crypt-Random-Seed/pkg-plist Sat Jan 23 15:13:55 2016 (r407001) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Crypt/Random/Seed.pm +%%PERL5_MAN3%%/Crypt::Random::Seed.3.gz From owner-svn-ports-head@freebsd.org Sat Jan 23 15:14:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE72AA8E5E8; Sat, 23 Jan 2016 15:14:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0A411D59; Sat, 23 Jan 2016 15:14:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFEOl4049622; Sat, 23 Jan 2016 15:14:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFEOGD049617; Sat, 23 Jan 2016 15:14:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231514.u0NFEOGD049617@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:14:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407002 - in head/security: . p5-Bytes-Random-Secure X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:14:26 -0000 Author: sunpoet Date: Sat Jan 23 15:14:24 2016 New Revision: 407002 URL: https://svnweb.freebsd.org/changeset/ports/407002 Log: - Add p5-Bytes-Random-Secure 0.29 Bytes::Random::Secure provides two interfaces for obtaining crypto-quality random bytes. The simple interface is built around plain functions. For greater control over the Random Number Generator's seeding, there is an Object Oriented interface that provides much more flexibility. The "functions" interface provides functions that can be used any time you need a string of a specific number of random bytes. The random bytes are available as simple strings, or as hex-digits, Quoted Printable, or MIME Base64. There are equivalent methods available from the OO interface, plus a few others. This module can be a drop-in replacement for Bytes::Random, with the primary enhancement of using a cryptographic-quality random number generator to create the random data. The random_bytes function emulates the user interface of Bytes::Random's function by the same name. But with Bytes::Random::Secure the random number generator comes from Math::Random::ISAAC, and is suitable for cryptographic purposes. The harder problem to solve is how to seed the generator. This module uses Crypt::Random::Seed to generate the initial seeds for Math::Random::ISAAC. WWW: http://search.cpan.org/dist/Bytes-Random-Secure/ Added: head/security/p5-Bytes-Random-Secure/ head/security/p5-Bytes-Random-Secure/Makefile (contents, props changed) head/security/p5-Bytes-Random-Secure/distinfo (contents, props changed) head/security/p5-Bytes-Random-Secure/pkg-descr (contents, props changed) head/security/p5-Bytes-Random-Secure/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Jan 23 15:13:55 2016 (r407001) +++ head/security/Makefile Sat Jan 23 15:14:24 2016 (r407002) @@ -467,6 +467,7 @@ SUBDIR += p5-Authen-Ticket SUBDIR += p5-Authen-TypeKey SUBDIR += p5-Business-PayPal-EWP + SUBDIR += p5-Bytes-Random-Secure SUBDIR += p5-CACertOrg-CA SUBDIR += p5-CSP SUBDIR += p5-Cisco-Hash Added: head/security/p5-Bytes-Random-Secure/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Bytes-Random-Secure/Makefile Sat Jan 23 15:14:24 2016 (r407002) @@ -0,0 +1,24 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Bytes-Random-Secure +PORTVERSION= 0.29 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Generate cryptographically-secure random bytes + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Crypt-Random-Seed>=0:${PORTSDIR}/security/p5-Crypt-Random-Seed \ + p5-Math-Random-ISAAC>=0:${PORTSDIR}/math/p5-Math-Random-ISAAC +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include Added: head/security/p5-Bytes-Random-Secure/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Bytes-Random-Secure/distinfo Sat Jan 23 15:14:24 2016 (r407002) @@ -0,0 +1,2 @@ +SHA256 (Bytes-Random-Secure-0.29.tar.gz) = 53bbd339e6a11efca07c619a615c7c188a68bb2be849a1cb7efc3dd4d9ae85ae +SIZE (Bytes-Random-Secure-0.29.tar.gz) = 28007 Added: head/security/p5-Bytes-Random-Secure/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Bytes-Random-Secure/pkg-descr Sat Jan 23 15:14:24 2016 (r407002) @@ -0,0 +1,20 @@ +Bytes::Random::Secure provides two interfaces for obtaining crypto-quality +random bytes. The simple interface is built around plain functions. For greater +control over the Random Number Generator's seeding, there is an Object Oriented +interface that provides much more flexibility. + +The "functions" interface provides functions that can be used any time you need +a string of a specific number of random bytes. The random bytes are available as +simple strings, or as hex-digits, Quoted Printable, or MIME Base64. There are +equivalent methods available from the OO interface, plus a few others. + +This module can be a drop-in replacement for Bytes::Random, with the primary +enhancement of using a cryptographic-quality random number generator to create +the random data. The random_bytes function emulates the user interface of +Bytes::Random's function by the same name. But with Bytes::Random::Secure the +random number generator comes from Math::Random::ISAAC, and is suitable for +cryptographic purposes. The harder problem to solve is how to seed the +generator. This module uses Crypt::Random::Seed to generate the initial seeds +for Math::Random::ISAAC. + +WWW: http://search.cpan.org/dist/Bytes-Random-Secure/ Added: head/security/p5-Bytes-Random-Secure/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Bytes-Random-Secure/pkg-plist Sat Jan 23 15:14:24 2016 (r407002) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Bytes/Random/Secure.pm +%%PERL5_MAN3%%/Bytes::Random::Secure.3.gz From owner-svn-ports-head@freebsd.org Sat Jan 23 15:14:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90CA8A8E615; Sat, 23 Jan 2016 15:14:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61A691E27; Sat, 23 Jan 2016 15:14:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFEW7k049739; Sat, 23 Jan 2016 15:14:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFEWXY049737; Sat, 23 Jan 2016 15:14:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231514.u0NFEWXY049737@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:14:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407003 - head/converters/p5-Encode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:14:33 -0000 Author: sunpoet Date: Sat Jan 23 15:14:32 2016 New Revision: 407003 URL: https://svnweb.freebsd.org/changeset/ports/407003 Log: - Update to 2.79 Changes: http://search.cpan.org/dist/Encode/Changes Modified: head/converters/p5-Encode/Makefile head/converters/p5-Encode/distinfo Modified: head/converters/p5-Encode/Makefile ============================================================================== --- head/converters/p5-Encode/Makefile Sat Jan 23 15:14:24 2016 (r407002) +++ head/converters/p5-Encode/Makefile Sat Jan 23 15:14:32 2016 (r407003) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Encode -PORTVERSION= 2.78 +PORTVERSION= 2.79 CATEGORIES= converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DANKOGAI Modified: head/converters/p5-Encode/distinfo ============================================================================== --- head/converters/p5-Encode/distinfo Sat Jan 23 15:14:24 2016 (r407002) +++ head/converters/p5-Encode/distinfo Sat Jan 23 15:14:32 2016 (r407003) @@ -1,2 +1,2 @@ -SHA256 (Encode-2.78.tar.gz) = 1fc8d5c0e75ef85beeac71d1fe4a3bfcb8207755a46b32f783a3a6682672762a -SIZE (Encode-2.78.tar.gz) = 2015845 +SHA256 (Encode-2.79.tar.gz) = 2b710492ecc3d4ba488ef690f46ad120fc2b060fe8d205cc426908079878921a +SIZE (Encode-2.79.tar.gz) = 1990876 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:14:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E5D8A8E63C; Sat, 23 Jan 2016 15:14:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 703851E5A; Sat, 23 Jan 2016 15:14:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFEbO5049853; Sat, 23 Jan 2016 15:14:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFEbLN049851; Sat, 23 Jan 2016 15:14:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231514.u0NFEbLN049851@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:14:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407004 - head/devel/p5-Pithub X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:14:38 -0000 Author: sunpoet Date: Sat Jan 23 15:14:37 2016 New Revision: 407004 URL: https://svnweb.freebsd.org/changeset/ports/407004 Log: - Update to 0.01033 Changes: http://search.cpan.org/dist/Pithub/Changes Modified: head/devel/p5-Pithub/Makefile head/devel/p5-Pithub/distinfo Modified: head/devel/p5-Pithub/Makefile ============================================================================== --- head/devel/p5-Pithub/Makefile Sat Jan 23 15:14:32 2016 (r407003) +++ head/devel/p5-Pithub/Makefile Sat Jan 23 15:14:37 2016 (r407004) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Pithub -PORTVERSION= 0.01032 +PORTVERSION= 0.01033 CATEGORIES= devel MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:OALDERS @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Array-Iterator>=0:${PORTSDIR}/devel/p5-Array-Iterator \ p5-Cache-LRU>=0.04:${PORTSDIR}/devel/p5-Cache-LRU \ p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ - p5-JSON-MaybeXS>=1.002000:${PORTSDIR}/converters/p5-JSON-MaybeXS \ + p5-JSON-MaybeXS>=1.003003:${PORTSDIR}/converters/p5-JSON-MaybeXS \ p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ p5-Moo>=1.001000:${PORTSDIR}/devel/p5-Moo \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww Modified: head/devel/p5-Pithub/distinfo ============================================================================== --- head/devel/p5-Pithub/distinfo Sat Jan 23 15:14:32 2016 (r407003) +++ head/devel/p5-Pithub/distinfo Sat Jan 23 15:14:37 2016 (r407004) @@ -1,2 +1,2 @@ -SHA256 (Pithub-0.01032.tar.gz) = 1d754d5c2a85cce41f0c49994ac54bd5c4ae4a3a6f260e05bda25d9a361db655 -SIZE (Pithub-0.01032.tar.gz) = 90548 +SHA256 (Pithub-0.01033.tar.gz) = d3667b6a51394825ae4c3250517fd1726dc0317170390a297fe42883a1c6c717 +SIZE (Pithub-0.01033.tar.gz) = 90617 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:14:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEA91A8E67A; Sat, 23 Jan 2016 15:14:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C0D41F29; Sat, 23 Jan 2016 15:14:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFEg5B049970; Sat, 23 Jan 2016 15:14:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFEgQE049968; Sat, 23 Jan 2016 15:14:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231514.u0NFEgQE049968@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:14:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407005 - head/science/py-cdo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:14:43 -0000 Author: sunpoet Date: Sat Jan 23 15:14:42 2016 New Revision: 407005 URL: https://svnweb.freebsd.org/changeset/ports/407005 Log: - Update to 1.3.0 Changes: https://github.com/Try2Code/cdo-bindings/blob/master/README.rdoc#changelog https://github.com/Try2Code/cdo-bindings/commits/master Modified: head/science/py-cdo/Makefile head/science/py-cdo/distinfo Modified: head/science/py-cdo/Makefile ============================================================================== --- head/science/py-cdo/Makefile Sat Jan 23 15:14:37 2016 (r407004) +++ head/science/py-cdo/Makefile Sat Jan 23 15:14:42 2016 (r407005) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cdo -PORTVERSION= 1.2.6 +PORTVERSION= 1.3.0 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-cdo/distinfo ============================================================================== --- head/science/py-cdo/distinfo Sat Jan 23 15:14:37 2016 (r407004) +++ head/science/py-cdo/distinfo Sat Jan 23 15:14:42 2016 (r407005) @@ -1,2 +1,2 @@ -SHA256 (cdo-1.2.6.tar.gz) = b7e8d62286ae82c6718aad163734961f43bb38a52c40107aa072cb68324b1308 -SIZE (cdo-1.2.6.tar.gz) = 10801 +SHA256 (cdo-1.3.0.tar.gz) = 69368cdf07adf2e138ad799f947375ccdde7b19f62a162afa585b246a2ebc87e +SIZE (cdo-1.3.0.tar.gz) = 11625 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:14:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 530B5A8E6AD; Sat, 23 Jan 2016 15:14:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25F1C1FF9; Sat, 23 Jan 2016 15:14:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFElIF050085; Sat, 23 Jan 2016 15:14:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFElkr050083; Sat, 23 Jan 2016 15:14:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231514.u0NFElkr050083@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:14:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407006 - head/science/rubygem-cdo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:14:48 -0000 Author: sunpoet Date: Sat Jan 23 15:14:46 2016 New Revision: 407006 URL: https://svnweb.freebsd.org/changeset/ports/407006 Log: - Update to 1.3.0 Changes: https://github.com/Try2Code/cdo-bindings/blob/master/README.rdoc#changelog https://github.com/Try2Code/cdo-bindings/commits/master Modified: head/science/rubygem-cdo/Makefile head/science/rubygem-cdo/distinfo Modified: head/science/rubygem-cdo/Makefile ============================================================================== --- head/science/rubygem-cdo/Makefile Sat Jan 23 15:14:42 2016 (r407005) +++ head/science/rubygem-cdo/Makefile Sat Jan 23 15:14:46 2016 (r407006) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cdo -PORTVERSION= 1.2.7 +PORTVERSION= 1.3.0 CATEGORIES= science rubygems MASTER_SITES= RG Modified: head/science/rubygem-cdo/distinfo ============================================================================== --- head/science/rubygem-cdo/distinfo Sat Jan 23 15:14:42 2016 (r407005) +++ head/science/rubygem-cdo/distinfo Sat Jan 23 15:14:46 2016 (r407006) @@ -1,2 +1,2 @@ -SHA256 (rubygem/cdo-1.2.7.gem) = f472e1cdc860e32dd4d474425b33de63215ace5ec04e867acfebc6a4b7d3307a -SIZE (rubygem/cdo-1.2.7.gem) = 19968 +SHA256 (rubygem/cdo-1.3.0.gem) = d2b53be121a8319ea9adf31d9574395e61d908aeee4eaa2fec4d78b701950c95 +SIZE (rubygem/cdo-1.3.0.gem) = 20480 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:14:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71ED3A8E6D6; Sat, 23 Jan 2016 15:14:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2916C10FE; Sat, 23 Jan 2016 15:14:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFEq2l050217; Sat, 23 Jan 2016 15:14:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFEq2M050214; Sat, 23 Jan 2016 15:14:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231514.u0NFEq2M050214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:14:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407007 - head/science/netcdf-fortran X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:14:53 -0000 Author: sunpoet Date: Sat Jan 23 15:14:51 2016 New Revision: 407007 URL: https://svnweb.freebsd.org/changeset/ports/407007 Log: - Update to 4.4.3 Changes: https://github.com/Unidata/netcdf-fortran/blob/master/RELEASE_NOTES.md Modified: head/science/netcdf-fortran/Makefile head/science/netcdf-fortran/distinfo head/science/netcdf-fortran/pkg-plist Modified: head/science/netcdf-fortran/Makefile ============================================================================== --- head/science/netcdf-fortran/Makefile Sat Jan 23 15:14:46 2016 (r407006) +++ head/science/netcdf-fortran/Makefile Sat Jan 23 15:14:51 2016 (r407007) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= netcdf-fortran -PORTVERSION= 4.4.2 +PORTVERSION= 4.4.3 DISTVERSIONPREFIX= v CATEGORIES= science @@ -25,6 +25,6 @@ GH_ACCOUNT= Unidata USE_GITHUB= yes post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnetcdff.so.6.0.1 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnetcdff.so.6.1.1 .include Modified: head/science/netcdf-fortran/distinfo ============================================================================== --- head/science/netcdf-fortran/distinfo Sat Jan 23 15:14:46 2016 (r407006) +++ head/science/netcdf-fortran/distinfo Sat Jan 23 15:14:51 2016 (r407007) @@ -1,2 +1,2 @@ -SHA256 (Unidata-netcdf-fortran-v4.4.2_GH0.tar.gz) = f2264174074af0cf332b8dd09e4e184517a2d54f0ca5500e17691152c1ed73aa -SIZE (Unidata-netcdf-fortran-v4.4.2_GH0.tar.gz) = 1246344 +SHA256 (Unidata-netcdf-fortran-v4.4.3_GH0.tar.gz) = 4170fc018c9ee8222e317215c6a273542623185f5f6ee00d37bbb4e024e4e998 +SIZE (Unidata-netcdf-fortran-v4.4.3_GH0.tar.gz) = 1286951 Modified: head/science/netcdf-fortran/pkg-plist ============================================================================== --- head/science/netcdf-fortran/pkg-plist Sat Jan 23 15:14:46 2016 (r407006) +++ head/science/netcdf-fortran/pkg-plist Sat Jan 23 15:14:51 2016 (r407007) @@ -14,6 +14,6 @@ include/typesizes.mod lib/libnetcdff.a lib/libnetcdff.so lib/libnetcdff.so.6 -lib/libnetcdff.so.6.0.1 +lib/libnetcdff.so.6.1.1 libdata/pkgconfig/netcdf-fortran.pc man/man3/netcdf_fortran.3.gz From owner-svn-ports-head@freebsd.org Sat Jan 23 15:14:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CB14A8E6FA; Sat, 23 Jan 2016 15:14:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49B4811D9; Sat, 23 Jan 2016 15:14:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFEvHN050334; Sat, 23 Jan 2016 15:14:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFEvY5050332; Sat, 23 Jan 2016 15:14:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231514.u0NFEvY5050332@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:14:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407008 - head/databases/p5-Mojo-Pg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:14:58 -0000 Author: sunpoet Date: Sat Jan 23 15:14:56 2016 New Revision: 407008 URL: https://svnweb.freebsd.org/changeset/ports/407008 Log: - Update to 2.18 Changes: http://search.cpan.org/dist/Mojo-Pg/Changes Modified: head/databases/p5-Mojo-Pg/Makefile head/databases/p5-Mojo-Pg/distinfo Modified: head/databases/p5-Mojo-Pg/Makefile ============================================================================== --- head/databases/p5-Mojo-Pg/Makefile Sat Jan 23 15:14:51 2016 (r407007) +++ head/databases/p5-Mojo-Pg/Makefile Sat Jan 23 15:14:56 2016 (r407008) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojo-Pg -PORTVERSION= 2.17 +PORTVERSION= 2.18 CATEGORIES= databases www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI Modified: head/databases/p5-Mojo-Pg/distinfo ============================================================================== --- head/databases/p5-Mojo-Pg/distinfo Sat Jan 23 15:14:51 2016 (r407007) +++ head/databases/p5-Mojo-Pg/distinfo Sat Jan 23 15:14:56 2016 (r407008) @@ -1,2 +1,2 @@ -SHA256 (Mojo-Pg-2.17.tar.gz) = 304ca74ffe87d6a850690bf8a6f458589e0e5d9234476b70289b7e6350481905 -SIZE (Mojo-Pg-2.17.tar.gz) = 24660 +SHA256 (Mojo-Pg-2.18.tar.gz) = cc548741d1bfdbd3c32c843a475d57cdda76e8a222fd0389e386bf8f8fc54796 +SIZE (Mojo-Pg-2.18.tar.gz) = 24938 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:15:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C863AA8E724; Sat, 23 Jan 2016 15:15:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86E03130D; Sat, 23 Jan 2016 15:15:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFF229050472; Sat, 23 Jan 2016 15:15:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFF2pg050469; Sat, 23 Jan 2016 15:15:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231515.u0NFF2pg050469@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:15:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407009 - head/devel/p5-JSON-RPC-Dispatcher X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:15:04 -0000 Author: sunpoet Date: Sat Jan 23 15:15:02 2016 New Revision: 407009 URL: https://svnweb.freebsd.org/changeset/ports/407009 Log: - Update to 0.0508 - Add LICENSE - Silence patch message - Sort PLIST Changes: http://search.cpan.org/dist/JSON-RPC-Dispatcher/Changes Modified: head/devel/p5-JSON-RPC-Dispatcher/Makefile head/devel/p5-JSON-RPC-Dispatcher/distinfo head/devel/p5-JSON-RPC-Dispatcher/pkg-plist Modified: head/devel/p5-JSON-RPC-Dispatcher/Makefile ============================================================================== --- head/devel/p5-JSON-RPC-Dispatcher/Makefile Sat Jan 23 15:14:56 2016 (r407008) +++ head/devel/p5-JSON-RPC-Dispatcher/Makefile Sat Jan 23 15:15:02 2016 (r407009) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= JSON-RPC-Dispatcher -PORTVERSION= 0.0506 -PORTREVISION= 1 +PORTVERSION= 0.0508 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,16 +10,20 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= JSON-RPC 2.0 server -RUN_DEPENDS= p5-JSON>=2.16:${PORTSDIR}/converters/p5-JSON \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-JSON>=2.16:${PORTSDIR}/converters/p5-JSON \ p5-Log-Any>=0.11:${PORTSDIR}/devel/p5-Log-Any \ p5-Moose>=0.93:${PORTSDIR}/devel/p5-Moose \ p5-Plack>=0.9913:${PORTSDIR}/www/p5-Plack -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure post-patch: - ${RM} ${WRKSRC}/lib/JSON/RPC/Dispatcher.pm.orig + @${RM} ${WRKSRC}/lib/JSON/RPC/Dispatcher.pm~ .include Modified: head/devel/p5-JSON-RPC-Dispatcher/distinfo ============================================================================== --- head/devel/p5-JSON-RPC-Dispatcher/distinfo Sat Jan 23 15:14:56 2016 (r407008) +++ head/devel/p5-JSON-RPC-Dispatcher/distinfo Sat Jan 23 15:15:02 2016 (r407009) @@ -1,2 +1,2 @@ -SHA256 (JSON-RPC-Dispatcher-0.0506.tar.gz) = 8111e4285aefc4f5b8ad7edfe9bc538a7883cd4f7cae4ef9c185fd5c281fd37d -SIZE (JSON-RPC-Dispatcher-0.0506.tar.gz) = 18377 +SHA256 (JSON-RPC-Dispatcher-0.0508.tar.gz) = 72695eb927c8bcdc7c6cecbde2b10d56fb19268a1d0f34392234de6ad5eea68e +SIZE (JSON-RPC-Dispatcher-0.0508.tar.gz) = 25407 Modified: head/devel/p5-JSON-RPC-Dispatcher/pkg-plist ============================================================================== --- head/devel/p5-JSON-RPC-Dispatcher/pkg-plist Sat Jan 23 15:14:56 2016 (r407008) +++ head/devel/p5-JSON-RPC-Dispatcher/pkg-plist Sat Jan 23 15:15:02 2016 (r407009) @@ -1,6 +1,6 @@ -%%PERL5_MAN3%%/JSON::RPC::Dispatcher.3.gz -%%PERL5_MAN3%%/JSON::RPC::Dispatcher::App.3.gz -%%PERL5_MAN3%%/JSON::RPC::Dispatcher::Procedure.3.gz %%SITE_PERL%%/JSON/RPC/Dispatcher.pm %%SITE_PERL%%/JSON/RPC/Dispatcher/App.pm %%SITE_PERL%%/JSON/RPC/Dispatcher/Procedure.pm +%%PERL5_MAN3%%/JSON::RPC::Dispatcher.3.gz +%%PERL5_MAN3%%/JSON::RPC::Dispatcher::App.3.gz +%%PERL5_MAN3%%/JSON::RPC::Dispatcher::Procedure.3.gz From owner-svn-ports-head@freebsd.org Sat Jan 23 15:15:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD29BA8E748; Sat, 23 Jan 2016 15:15:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A12B13C7; Sat, 23 Jan 2016 15:15:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFF7pt050589; Sat, 23 Jan 2016 15:15:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFF7kV050587; Sat, 23 Jan 2016 15:15:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231515.u0NFF7kV050587@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:15:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407010 - head/devel/p5-Minion X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:15:08 -0000 Author: sunpoet Date: Sat Jan 23 15:15:07 2016 New Revision: 407010 URL: https://svnweb.freebsd.org/changeset/ports/407010 Log: - Update to 4.04 Changes: http://search.cpan.org/dist/Minion/Changes Modified: head/devel/p5-Minion/Makefile head/devel/p5-Minion/distinfo Modified: head/devel/p5-Minion/Makefile ============================================================================== --- head/devel/p5-Minion/Makefile Sat Jan 23 15:15:02 2016 (r407009) +++ head/devel/p5-Minion/Makefile Sat Jan 23 15:15:07 2016 (r407010) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Minion -PORTVERSION= 4.03 +PORTVERSION= 4.04 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI Modified: head/devel/p5-Minion/distinfo ============================================================================== --- head/devel/p5-Minion/distinfo Sat Jan 23 15:15:02 2016 (r407009) +++ head/devel/p5-Minion/distinfo Sat Jan 23 15:15:07 2016 (r407010) @@ -1,2 +1,2 @@ -SHA256 (Minion-4.03.tar.gz) = 06931678f66bf5951ce530159a94601cbc13ede4efda9f784b1e16bbe6376415 -SIZE (Minion-4.03.tar.gz) = 26454 +SHA256 (Minion-4.04.tar.gz) = 53ebda636b2e58865c283e537c1741938eb3a46381d6c43304cc462473c6c07d +SIZE (Minion-4.04.tar.gz) = 26474 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:15:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90144A8E773; Sat, 23 Jan 2016 15:15:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AE1B1502; Sat, 23 Jan 2016 15:15:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFFCmF050703; Sat, 23 Jan 2016 15:15:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFFCWZ050701; Sat, 23 Jan 2016 15:15:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231515.u0NFFCWZ050701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:15:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407011 - head/security/p5-Crypt-Password-Util X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:15:13 -0000 Author: sunpoet Date: Sat Jan 23 15:15:11 2016 New Revision: 407011 URL: https://svnweb.freebsd.org/changeset/ports/407011 Log: - Update to 0.17 - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Crypt-Password-Util/Changes Modified: head/security/p5-Crypt-Password-Util/Makefile head/security/p5-Crypt-Password-Util/distinfo Modified: head/security/p5-Crypt-Password-Util/Makefile ============================================================================== --- head/security/p5-Crypt-Password-Util/Makefile Sat Jan 23 15:15:07 2016 (r407010) +++ head/security/p5-Crypt-Password-Util/Makefile Sat Jan 23 15:15:11 2016 (r407011) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Crypt-Password-Util -PORTVERSION= 0.15 +PORTVERSION= 0.17 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,11 +12,13 @@ COMMENT= Crypt password utilities LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-UUID-Random-Patch-UseMRS>=0:${PORTSDIR}/devel/p5-UUID-Random-Patch-UseMRS +BUILD_DEPENDS= p5-Bytes-Random-Secure>=0:${PORTSDIR}/security/p5-Bytes-Random-Secure RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Sort-Versions>=0:${PORTSDIR}/devel/p5-Sort-Versions +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/security/p5-Crypt-Password-Util/distinfo ============================================================================== --- head/security/p5-Crypt-Password-Util/distinfo Sat Jan 23 15:15:07 2016 (r407010) +++ head/security/p5-Crypt-Password-Util/distinfo Sat Jan 23 15:15:11 2016 (r407011) @@ -1,2 +1,2 @@ -SHA256 (Crypt-Password-Util-0.15.tar.gz) = e55070185714614201599c2aa100db562b0c2db69d60a9dc53a062dacca09f0c -SIZE (Crypt-Password-Util-0.15.tar.gz) = 16573 +SHA256 (Crypt-Password-Util-0.17.tar.gz) = 3e9e595c5aae9769e18a7757f257874e0ed8fab451953a27c8ffe95c6d214667 +SIZE (Crypt-Password-Util-0.17.tar.gz) = 17294 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:15:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69016A8E7B3; Sat, 23 Jan 2016 15:15:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A09815F2; Sat, 23 Jan 2016 15:15:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFFH5D050820; Sat, 23 Jan 2016 15:15:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFFHoM050818; Sat, 23 Jan 2016 15:15:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231515.u0NFFHoM050818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:15:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407012 - head/security/p5-Net-SSL-ExpireDate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:15:18 -0000 Author: sunpoet Date: Sat Jan 23 15:15:16 2016 New Revision: 407012 URL: https://svnweb.freebsd.org/changeset/ports/407012 Log: - Update to 1.17 Changes: http://search.cpan.org/dist/Net-SSL-ExpireDate/Changes Modified: head/security/p5-Net-SSL-ExpireDate/Makefile head/security/p5-Net-SSL-ExpireDate/distinfo Modified: head/security/p5-Net-SSL-ExpireDate/Makefile ============================================================================== --- head/security/p5-Net-SSL-ExpireDate/Makefile Sat Jan 23 15:15:11 2016 (r407011) +++ head/security/p5-Net-SSL-ExpireDate/Makefile Sat Jan 23 15:15:16 2016 (r407012) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-SSL-ExpireDate -PORTVERSION= 1.16 +PORTVERSION= 1.17 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/p5-Net-SSL-ExpireDate/distinfo ============================================================================== --- head/security/p5-Net-SSL-ExpireDate/distinfo Sat Jan 23 15:15:11 2016 (r407011) +++ head/security/p5-Net-SSL-ExpireDate/distinfo Sat Jan 23 15:15:16 2016 (r407012) @@ -1,2 +1,2 @@ -SHA256 (Net-SSL-ExpireDate-1.16.tar.gz) = 0687c45e0ffa9b3ba64f828959c4ea7a6c7b525d32af52d11552ece697c0a6ff -SIZE (Net-SSL-ExpireDate-1.16.tar.gz) = 54851 +SHA256 (Net-SSL-ExpireDate-1.17.tar.gz) = fa015088abf47d836a1c2dcd3d5735cf0bfffbf5b1c81920c9e56e0bed66b1c9 +SIZE (Net-SSL-ExpireDate-1.17.tar.gz) = 54877 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:15:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90E62A8E7D4; Sat, 23 Jan 2016 15:15:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D2EA1792; Sat, 23 Jan 2016 15:15:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFFMwI050937; Sat, 23 Jan 2016 15:15:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFFMBT050935; Sat, 23 Jan 2016 15:15:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231515.u0NFFMBT050935@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:15:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407013 - head/textproc/p5-Lingua-EN-Squeeze X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:15:23 -0000 Author: sunpoet Date: Sat Jan 23 15:15:22 2016 New Revision: 407013 URL: https://svnweb.freebsd.org/changeset/ports/407013 Log: - Update to 2016.01 - Update LICENSE - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Lingua-EN-Squeeze/Changes Modified: head/textproc/p5-Lingua-EN-Squeeze/Makefile head/textproc/p5-Lingua-EN-Squeeze/distinfo Modified: head/textproc/p5-Lingua-EN-Squeeze/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-Squeeze/Makefile Sat Jan 23 15:15:16 2016 (r407012) +++ head/textproc/p5-Lingua-EN-Squeeze/Makefile Sat Jan 23 15:15:22 2016 (r407013) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Lingua-EN-Squeeze -PORTVERSION= 2015.01 +PORTVERSION= 2016.01 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,8 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Shorten text to minimum syllables by using hash table -LICENSE= ART10 GPLv1 -LICENSE_COMB= dual +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USES= perl5 Modified: head/textproc/p5-Lingua-EN-Squeeze/distinfo ============================================================================== --- head/textproc/p5-Lingua-EN-Squeeze/distinfo Sat Jan 23 15:15:16 2016 (r407012) +++ head/textproc/p5-Lingua-EN-Squeeze/distinfo Sat Jan 23 15:15:22 2016 (r407013) @@ -1,2 +1,2 @@ -SHA256 (Lingua-EN-Squeeze-2015.01.tar.gz) = 7e9623c96985cbb04f97673ba8a8624148c49a0239639e2c2fd72806667833a3 -SIZE (Lingua-EN-Squeeze-2015.01.tar.gz) = 20305 +SHA256 (Lingua-EN-Squeeze-2016.01.tar.gz) = 5e077440c5b4af529043d4fcb51b1ecda5f5520b68cbcb4909ad8e9b235c992b +SIZE (Lingua-EN-Squeeze-2016.01.tar.gz) = 20765 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:15:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79400A8E7FA; Sat, 23 Jan 2016 15:15:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49E68189F; Sat, 23 Jan 2016 15:15:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFFRm6051051; Sat, 23 Jan 2016 15:15:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFFRFH051049; Sat, 23 Jan 2016 15:15:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231515.u0NFFRFH051049@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:15:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407014 - head/www/p5-Dancer2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:15:28 -0000 Author: sunpoet Date: Sat Jan 23 15:15:27 2016 New Revision: 407014 URL: https://svnweb.freebsd.org/changeset/ports/407014 Log: - Update to 0.166001 Changes: http://search.cpan.org/dist/Dancer2/Changes Modified: head/www/p5-Dancer2/Makefile head/www/p5-Dancer2/distinfo Modified: head/www/p5-Dancer2/Makefile ============================================================================== --- head/www/p5-Dancer2/Makefile Sat Jan 23 15:15:22 2016 (r407013) +++ head/www/p5-Dancer2/Makefile Sat Jan 23 15:15:27 2016 (r407014) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2 -PORTVERSION= 0.166000 +PORTVERSION= 0.166001 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Dancer2/distinfo ============================================================================== --- head/www/p5-Dancer2/distinfo Sat Jan 23 15:15:22 2016 (r407013) +++ head/www/p5-Dancer2/distinfo Sat Jan 23 15:15:27 2016 (r407014) @@ -1,2 +1,2 @@ -SHA256 (Dancer2-0.166000.tar.gz) = 34b2ac16e940c94b3c1100f7325ed9384bc46210b2c2e46a8f0403d4d053d61d -SIZE (Dancer2-0.166000.tar.gz) = 324135 +SHA256 (Dancer2-0.166001.tar.gz) = 06c79cd3cc7d9367790fb73203778c24840c3b658626ee42e75478a6534695a4 +SIZE (Dancer2-0.166001.tar.gz) = 324270 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:15:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5670AA8E830; Sat, 23 Jan 2016 15:15:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2980119B4; Sat, 23 Jan 2016 15:15:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFFWKg051154; Sat, 23 Jan 2016 15:15:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFFW9O051153; Sat, 23 Jan 2016 15:15:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231515.u0NFFW9O051153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:15:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407015 - head/math/p5-Math-Random-ISAAC-XS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:15:33 -0000 Author: sunpoet Date: Sat Jan 23 15:15:32 2016 New Revision: 407015 URL: https://svnweb.freebsd.org/changeset/ports/407015 Log: - Strip shared library - Bump PORTREVISION for package change Modified: head/math/p5-Math-Random-ISAAC-XS/Makefile Modified: head/math/p5-Math-Random-ISAAC-XS/Makefile ============================================================================== --- head/math/p5-Math-Random-ISAAC-XS/Makefile Sat Jan 23 15:15:27 2016 (r407014) +++ head/math/p5-Math-Random-ISAAC-XS/Makefile Sat Jan 23 15:15:32 2016 (r407015) @@ -3,7 +3,7 @@ PORTNAME= Math-Random-ISAAC-XS PORTVERSION= 1.004 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JAWNSY @@ -17,4 +17,7 @@ TEST_DEPENDS= p5-Test-NoWarnings>0:${POR USES= perl5 USE_PERL5= modbuild +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/ISAAC/XS/XS.so + .include From owner-svn-ports-head@freebsd.org Sat Jan 23 15:15:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 515EEA8E865; Sat, 23 Jan 2016 15:15:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21A4E1A92; Sat, 23 Jan 2016 15:15:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFFbYn051279; Sat, 23 Jan 2016 15:15:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFFbo8051277; Sat, 23 Jan 2016 15:15:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231515.u0NFFbo8051277@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:15:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407016 - in head/databases/rubygem-arel-helpers: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:15:38 -0000 Author: sunpoet Date: Sat Jan 23 15:15:36 2016 New Revision: 407016 URL: https://svnweb.freebsd.org/changeset/ports/407016 Log: - Update to 2.2.0 Changes: https://github.com/camertron/arel-helpers/blob/master/History.txt Deleted: head/databases/rubygem-arel-helpers/files/ Modified: head/databases/rubygem-arel-helpers/Makefile head/databases/rubygem-arel-helpers/distinfo Modified: head/databases/rubygem-arel-helpers/Makefile ============================================================================== --- head/databases/rubygem-arel-helpers/Makefile Sat Jan 23 15:15:32 2016 (r407015) +++ head/databases/rubygem-arel-helpers/Makefile Sat Jan 23 15:15:36 2016 (r407016) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= arel-helpers -PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTVERSION= 2.2.0 CATEGORIES= databases rubygems MASTER_SITES= RG Modified: head/databases/rubygem-arel-helpers/distinfo ============================================================================== --- head/databases/rubygem-arel-helpers/distinfo Sat Jan 23 15:15:32 2016 (r407015) +++ head/databases/rubygem-arel-helpers/distinfo Sat Jan 23 15:15:36 2016 (r407016) @@ -1,2 +1,2 @@ -SHA256 (rubygem/arel-helpers-2.1.1.gem) = 692fa104b211ca97c1215ddbfb21710d9b581434a5f37062c9d7d8cbfaaa80d9 -SIZE (rubygem/arel-helpers-2.1.1.gem) = 10752 +SHA256 (rubygem/arel-helpers-2.2.0.gem) = 9af47bee4c9db4aaefaee39583ac281abc3cf3702fa93d27978fd3630d7da56e +SIZE (rubygem/arel-helpers-2.2.0.gem) = 11264 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:15:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A403EA8E88F; Sat, 23 Jan 2016 15:15:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DBD21B94; Sat, 23 Jan 2016 15:15:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFFghC051395; Sat, 23 Jan 2016 15:15:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFFgOf051393; Sat, 23 Jan 2016 15:15:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231515.u0NFFgOf051393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:15:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407017 - head/devel/rubygem-aws-sdk-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:15:43 -0000 Author: sunpoet Date: Sat Jan 23 15:15:42 2016 New Revision: 407017 URL: https://svnweb.freebsd.org/changeset/ports/407017 Log: - Update to 2.2.13 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Sat Jan 23 15:15:36 2016 (r407016) +++ head/devel/rubygem-aws-sdk-core/Makefile Sat Jan 23 15:15:42 2016 (r407017) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.2.12 +PORTVERSION= 2.2.13 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Sat Jan 23 15:15:36 2016 (r407016) +++ head/devel/rubygem-aws-sdk-core/distinfo Sat Jan 23 15:15:42 2016 (r407017) @@ -1,2 +1,2 @@ -SHA256 (rubygem/aws-sdk-core-2.2.12.gem) = 5ff8491a0676b77ae4e98e46b3504c03e710733f5058d98cdd61f03f9dcd766f -SIZE (rubygem/aws-sdk-core-2.2.12.gem) = 491520 +SHA256 (rubygem/aws-sdk-core-2.2.13.gem) = 3e228756ada47c744c93421f0bc58e18f122b0e2a7416defabc0510f04cb364e +SIZE (rubygem/aws-sdk-core-2.2.13.gem) = 493056 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:15:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0377CA8E8BF; Sat, 23 Jan 2016 15:15:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9861C1C87; Sat, 23 Jan 2016 15:15:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFFliF051512; Sat, 23 Jan 2016 15:15:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFFlkk051510; Sat, 23 Jan 2016 15:15:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231515.u0NFFlkk051510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:15:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407018 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:15:49 -0000 Author: sunpoet Date: Sat Jan 23 15:15:47 2016 New Revision: 407018 URL: https://svnweb.freebsd.org/changeset/ports/407018 Log: - Update to 2.2.13 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Sat Jan 23 15:15:42 2016 (r407017) +++ head/devel/rubygem-aws-sdk-resources/Makefile Sat Jan 23 15:15:47 2016 (r407018) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.2.12 +PORTVERSION= 2.2.13 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Sat Jan 23 15:15:42 2016 (r407017) +++ head/devel/rubygem-aws-sdk-resources/distinfo Sat Jan 23 15:15:47 2016 (r407018) @@ -1,2 +1,2 @@ -SHA256 (rubygem/aws-sdk-resources-2.2.12.gem) = b76b8ad419007a297f353b281b84747ee3e6ca3b80de940fdfd5131d4f4e7c09 -SIZE (rubygem/aws-sdk-resources-2.2.12.gem) = 45056 +SHA256 (rubygem/aws-sdk-resources-2.2.13.gem) = a8a96846114ef6122f6b13bf09f707687a108ea508145e358c4828606aedcb8e +SIZE (rubygem/aws-sdk-resources-2.2.13.gem) = 45056 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:15:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A4DBA8E8F7; Sat, 23 Jan 2016 15:15:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEB061D82; Sat, 23 Jan 2016 15:15:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFFq9T051626; Sat, 23 Jan 2016 15:15:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFFqNK051624; Sat, 23 Jan 2016 15:15:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231515.u0NFFqNK051624@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:15:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407019 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:15:54 -0000 Author: sunpoet Date: Sat Jan 23 15:15:52 2016 New Revision: 407019 URL: https://svnweb.freebsd.org/changeset/ports/407019 Log: - Update to 2.2.13 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Sat Jan 23 15:15:47 2016 (r407018) +++ head/devel/rubygem-aws-sdk/Makefile Sat Jan 23 15:15:52 2016 (r407019) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.2.12 +PORTVERSION= 2.2.13 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Sat Jan 23 15:15:47 2016 (r407018) +++ head/devel/rubygem-aws-sdk/distinfo Sat Jan 23 15:15:52 2016 (r407019) @@ -1,2 +1,2 @@ -SHA256 (rubygem/aws-sdk-2.2.12.gem) = b930c4a9aff1e2e547effb16d394af3a1790db4588629a7794b8d753e917c0b9 -SIZE (rubygem/aws-sdk-2.2.12.gem) = 4608 +SHA256 (rubygem/aws-sdk-2.2.13.gem) = 1fdb8d8c0d8e4a11e9c8b7d9346d75bc92aa6cf123c6881885445db6ea2e0b47 +SIZE (rubygem/aws-sdk-2.2.13.gem) = 4608 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:15:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F8F7A8E923; Sat, 23 Jan 2016 15:15:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6A3F1E5C; Sat, 23 Jan 2016 15:15:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFFvD4051743; Sat, 23 Jan 2016 15:15:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFFvwA051741; Sat, 23 Jan 2016 15:15:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231515.u0NFFvwA051741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:15:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407020 - head/devel/rubygem-cucumber X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:15:59 -0000 Author: sunpoet Date: Sat Jan 23 15:15:57 2016 New Revision: 407020 URL: https://svnweb.freebsd.org/changeset/ports/407020 Log: - Update to 2.3.2 Changes: https://github.com/cucumber/cucumber-ruby/blob/master/History.md Modified: head/devel/rubygem-cucumber/Makefile head/devel/rubygem-cucumber/distinfo Modified: head/devel/rubygem-cucumber/Makefile ============================================================================== --- head/devel/rubygem-cucumber/Makefile Sat Jan 23 15:15:52 2016 (r407019) +++ head/devel/rubygem-cucumber/Makefile Sat Jan 23 15:15:57 2016 (r407020) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cucumber -PORTVERSION= 2.3.1 +PORTVERSION= 2.3.2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-builder32>=2.1.2:${ rubygem-cucumber-core>=1.4.0:${PORTSDIR}/devel/rubygem-cucumber-core \ rubygem-cucumber-wire>=0.0.1:${PORTSDIR}/devel/rubygem-cucumber-wire \ rubygem-diff-lcs>=1.1.3:${PORTSDIR}/textproc/rubygem-diff-lcs \ - rubygem-event-bus>=0.1.0:${PORTSDIR}/devel/rubygem-event-bus \ rubygem-gherkin>=3.2.0:${PORTSDIR}/textproc/rubygem-gherkin \ rubygem-multi_json>=1.7.5:${PORTSDIR}/devel/rubygem-multi_json \ rubygem-multi_test>=0.1.2:${PORTSDIR}/devel/rubygem-multi_test Modified: head/devel/rubygem-cucumber/distinfo ============================================================================== --- head/devel/rubygem-cucumber/distinfo Sat Jan 23 15:15:52 2016 (r407019) +++ head/devel/rubygem-cucumber/distinfo Sat Jan 23 15:15:57 2016 (r407020) @@ -1,2 +1,2 @@ -SHA256 (rubygem/cucumber-2.3.1.gem) = 701cc3e1206741c2b05c19cbdf91abe6bd349ed60b00cd1ea5b7b0c8da983067 -SIZE (rubygem/cucumber-2.3.1.gem) = 245248 +SHA256 (rubygem/cucumber-2.3.2.gem) = 8f7dd2f02d71392a737f289e18533b86b1c52bc45623a149a04955a9c2aeb1c9 +SIZE (rubygem/cucumber-2.3.2.gem) = 246272 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:16:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 680C4A8E963; Sat, 23 Jan 2016 15:16:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F7241F2F; Sat, 23 Jan 2016 15:16:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFG2e6051864; Sat, 23 Jan 2016 15:16:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFG2RD051862; Sat, 23 Jan 2016 15:16:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231516.u0NFG2RD051862@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:16:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407021 - head/devel/rubygem-devise X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:16:04 -0000 Author: sunpoet Date: Sat Jan 23 15:16:02 2016 New Revision: 407021 URL: https://svnweb.freebsd.org/changeset/ports/407021 Log: - Update to 3.5.5 Changes: https://github.com/plataformatec/devise/blob/3-stable/CHANGELOG.md Modified: head/devel/rubygem-devise/Makefile head/devel/rubygem-devise/distinfo Modified: head/devel/rubygem-devise/Makefile ============================================================================== --- head/devel/rubygem-devise/Makefile Sat Jan 23 15:15:57 2016 (r407020) +++ head/devel/rubygem-devise/Makefile Sat Jan 23 15:16:02 2016 (r407021) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= devise -PORTVERSION= 3.5.4 +PORTVERSION= 3.5.5 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-devise/distinfo ============================================================================== --- head/devel/rubygem-devise/distinfo Sat Jan 23 15:15:57 2016 (r407020) +++ head/devel/rubygem-devise/distinfo Sat Jan 23 15:16:02 2016 (r407021) @@ -1,2 +1,2 @@ -SHA256 (rubygem/devise-3.5.4.gem) = 5838445f58e265597f49610859e767b70a99b0e1c4bff5c0baf2224568eb0002 -SIZE (rubygem/devise-3.5.4.gem) = 174080 +SHA256 (rubygem/devise-3.5.5.gem) = b1b84b08f498cdbd153ea1a26bceb7ed15da488e5631b48227185999a1a0c93e +SIZE (rubygem/devise-3.5.5.gem) = 174592 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:16:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 562DEA8E9CF; Sat, 23 Jan 2016 15:16:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3BE61FE8; Sat, 23 Jan 2016 15:16:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFG72k051978; Sat, 23 Jan 2016 15:16:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFG721051976; Sat, 23 Jan 2016 15:16:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231516.u0NFG721051976@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:16:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407022 - head/devel/rubygem-eventmachine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:16:09 -0000 Author: sunpoet Date: Sat Jan 23 15:16:07 2016 New Revision: 407022 URL: https://svnweb.freebsd.org/changeset/ports/407022 Log: - Update to 1.0.9.1 Changes: https://github.com/eventmachine/eventmachine/blob/master/CHANGELOG.md Modified: head/devel/rubygem-eventmachine/Makefile head/devel/rubygem-eventmachine/distinfo Modified: head/devel/rubygem-eventmachine/Makefile ============================================================================== --- head/devel/rubygem-eventmachine/Makefile Sat Jan 23 15:16:02 2016 (r407021) +++ head/devel/rubygem-eventmachine/Makefile Sat Jan 23 15:16:07 2016 (r407022) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eventmachine -PORTVERSION= 1.0.9 +PORTVERSION= 1.0.9.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-eventmachine/distinfo ============================================================================== --- head/devel/rubygem-eventmachine/distinfo Sat Jan 23 15:16:02 2016 (r407021) +++ head/devel/rubygem-eventmachine/distinfo Sat Jan 23 15:16:07 2016 (r407022) @@ -1,2 +1,2 @@ -SHA256 (rubygem/eventmachine-1.0.9.gem) = 67ac161bc9bae0072e71b646361e99a781d1717995d0dd02941776081fd18b07 -SIZE (rubygem/eventmachine-1.0.9.gem) = 235008 +SHA256 (rubygem/eventmachine-1.0.9.1.gem) = 9f4cb30b3bce0c2a90da875a81534f12cbf6f1174f80d64c32efbda1140b599e +SIZE (rubygem/eventmachine-1.0.9.1.gem) = 235008 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:16:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2410A8EA14; Sat, 23 Jan 2016 15:16:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 197D7111C; Sat, 23 Jan 2016 15:16:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFGDMw052095; Sat, 23 Jan 2016 15:16:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFGCIc052093; Sat, 23 Jan 2016 15:16:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231516.u0NFGCIc052093@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:16:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407023 - head/devel/rubygem-minitest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:16:14 -0000 Author: sunpoet Date: Sat Jan 23 15:16:12 2016 New Revision: 407023 URL: https://svnweb.freebsd.org/changeset/ports/407023 Log: - Update to 5.8.4 Changes: https://github.com/seattlerb/minitest/blob/master/History.rdoc Modified: head/devel/rubygem-minitest/Makefile head/devel/rubygem-minitest/distinfo Modified: head/devel/rubygem-minitest/Makefile ============================================================================== --- head/devel/rubygem-minitest/Makefile Sat Jan 23 15:16:07 2016 (r407022) +++ head/devel/rubygem-minitest/Makefile Sat Jan 23 15:16:12 2016 (r407023) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= minitest -PORTVERSION= 5.8.3 +PORTVERSION= 5.8.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-minitest/distinfo ============================================================================== --- head/devel/rubygem-minitest/distinfo Sat Jan 23 15:16:07 2016 (r407022) +++ head/devel/rubygem-minitest/distinfo Sat Jan 23 15:16:12 2016 (r407023) @@ -1,2 +1,2 @@ -SHA256 (rubygem/minitest-5.8.3.gem) = 681b1dffa5af3167889fa23b2bf8860ff516b0fed560f8fb6af8b88c7eafcc4d -SIZE (rubygem/minitest-5.8.3.gem) = 71680 +SHA256 (rubygem/minitest-5.8.4.gem) = 2ad73ec73ef54719efba24961a36ad3a65c0bff9cb5d9fda4ddaba2a38b8d416 +SIZE (rubygem/minitest-5.8.4.gem) = 72192 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:16:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3701CA8EA59; Sat, 23 Jan 2016 15:16:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3DCA11C2; Sat, 23 Jan 2016 15:16:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFGHDQ052209; Sat, 23 Jan 2016 15:16:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFGHUY052207; Sat, 23 Jan 2016 15:16:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231516.u0NFGHUY052207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:16:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407024 - head/devel/rubygem-rbtrace X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:16:19 -0000 Author: sunpoet Date: Sat Jan 23 15:16:17 2016 New Revision: 407024 URL: https://svnweb.freebsd.org/changeset/ports/407024 Log: - Update to 0.4.8 - Add LICENSE_FILE Changes: https://github.com/tmm1/rbtrace/commits/master Modified: head/devel/rubygem-rbtrace/Makefile head/devel/rubygem-rbtrace/distinfo Modified: head/devel/rubygem-rbtrace/Makefile ============================================================================== --- head/devel/rubygem-rbtrace/Makefile Sat Jan 23 15:16:12 2016 (r407023) +++ head/devel/rubygem-rbtrace/Makefile Sat Jan 23 15:16:17 2016 (r407024) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rbtrace -PORTVERSION= 0.4.7 +PORTVERSION= 0.4.8 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,8 +10,9 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Shows method calls inside another ruby process in real time LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-ffi>=1.0.6:${PORTSDIR}/devel/rubygem-ffi \ +xRUN_DEPENDS= rubygem-ffi>=1.0.6:${PORTSDIR}/devel/rubygem-ffi \ rubygem-msgpack>=0.4.3:${PORTSDIR}/devel/rubygem-msgpack \ rubygem-trollop>=1.16.2:${PORTSDIR}/devel/rubygem-trollop @@ -20,7 +21,7 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/rbtrace \ - %%GEM_LIB_DIR%%/ext/src/msgpack-0.5.7/src/.libs/libmsgpack.la \ - %%GEM_LIB_DIR%%/ext/src/msgpack-0.5.7/src/.libs/libmsgpackc.la + %%GEM_LIB_DIR%%/ext/src/msgpack-1.1.0/src/.libs/libmsgpack.la \ + %%GEM_LIB_DIR%%/ext/src/msgpack-1.1.0/src/.libs/libmsgpackc.la .include Modified: head/devel/rubygem-rbtrace/distinfo ============================================================================== --- head/devel/rubygem-rbtrace/distinfo Sat Jan 23 15:16:12 2016 (r407023) +++ head/devel/rubygem-rbtrace/distinfo Sat Jan 23 15:16:17 2016 (r407024) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rbtrace-0.4.7.gem) = d7b91e22a6fe8c6ca3a44393464316291dc7475e5f418c1908952033d6e0a0be -SIZE (rubygem/rbtrace-0.4.7.gem) = 431616 +SHA256 (rubygem/rbtrace-0.4.8.gem) = e95be308b044a7246a54e55f3ffb2da98cfa262c45ca2595142432479ec363b4 +SIZE (rubygem/rbtrace-0.4.8.gem) = 517632 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:16:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32E87A8EA92; Sat, 23 Jan 2016 15:16:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3E8612D7; Sat, 23 Jan 2016 15:16:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFGMJ8052328; Sat, 23 Jan 2016 15:16:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFGMt6052326; Sat, 23 Jan 2016 15:16:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231516.u0NFGMt6052326@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:16:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407025 - head/devel/rubygem-sexp_processor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:16:24 -0000 Author: sunpoet Date: Sat Jan 23 15:16:22 2016 New Revision: 407025 URL: https://svnweb.freebsd.org/changeset/ports/407025 Log: - Update to 4.6.1 Changes: https://github.com/seattlerb/sexp_processor/blob/master/History.txt Modified: head/devel/rubygem-sexp_processor/Makefile head/devel/rubygem-sexp_processor/distinfo Modified: head/devel/rubygem-sexp_processor/Makefile ============================================================================== --- head/devel/rubygem-sexp_processor/Makefile Sat Jan 23 15:16:17 2016 (r407024) +++ head/devel/rubygem-sexp_processor/Makefile Sat Jan 23 15:16:22 2016 (r407025) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sexp_processor -PORTVERSION= 4.6.0 +PORTVERSION= 4.6.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-sexp_processor/distinfo ============================================================================== --- head/devel/rubygem-sexp_processor/distinfo Sat Jan 23 15:16:17 2016 (r407024) +++ head/devel/rubygem-sexp_processor/distinfo Sat Jan 23 15:16:22 2016 (r407025) @@ -1,2 +1,2 @@ -SHA256 (rubygem/sexp_processor-4.6.0.gem) = e2498f90c75bd4c19d1739afadde8c03af26a881c8bd775f71d2f180de65b43f -SIZE (rubygem/sexp_processor-4.6.0.gem) = 39424 +SHA256 (rubygem/sexp_processor-4.6.1.gem) = e2e96c2ee3ea81e1dc7b4b4abee23b6e552e669cfe456ee69126a29a03373cd7 +SIZE (rubygem/sexp_processor-4.6.1.gem) = 39424 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:16:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02836A8EAB6; Sat, 23 Jan 2016 15:16:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C37B713B8; Sat, 23 Jan 2016 15:16:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFGRuw052444; Sat, 23 Jan 2016 15:16:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFGRdS052442; Sat, 23 Jan 2016 15:16:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231516.u0NFGRdS052442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:16:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407026 - head/net/rubygem-rubyntlm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:16:29 -0000 Author: sunpoet Date: Sat Jan 23 15:16:27 2016 New Revision: 407026 URL: https://svnweb.freebsd.org/changeset/ports/407026 Log: - Update to 0.5.3 - Add LICENSE_FILE Changes: https://github.com/WinRb/rubyntlm/commits/master Modified: head/net/rubygem-rubyntlm/Makefile head/net/rubygem-rubyntlm/distinfo Modified: head/net/rubygem-rubyntlm/Makefile ============================================================================== --- head/net/rubygem-rubyntlm/Makefile Sat Jan 23 15:16:22 2016 (r407025) +++ head/net/rubygem-rubyntlm/Makefile Sat Jan 23 15:16:27 2016 (r407026) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rubyntlm -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.3 CATEGORIES= net rubygems MASTER_SITES= RG @@ -9,9 +9,9 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Message creator and parser for the NTLM authentication LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/net/rubygem-rubyntlm/distinfo ============================================================================== --- head/net/rubygem-rubyntlm/distinfo Sat Jan 23 15:16:22 2016 (r407025) +++ head/net/rubygem-rubyntlm/distinfo Sat Jan 23 15:16:27 2016 (r407026) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rubyntlm-0.5.2.gem) = a78d87ad0c3642e523fa509f4bd23116391629f8cb6aa6484f02010a0d328812 -SIZE (rubygem/rubyntlm-0.5.2.gem) = 27648 +SHA256 (rubygem/rubyntlm-0.5.3.gem) = 67b102621103d59f80553c5f9924c7def90ae3c98b404495dd3411d557d1bb48 +SIZE (rubygem/rubyntlm-0.5.3.gem) = 27648 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:16:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 309E3A8EADF; Sat, 23 Jan 2016 15:16:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB4161532; Sat, 23 Jan 2016 15:16:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFGW4v052559; Sat, 23 Jan 2016 15:16:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFGW5o052557; Sat, 23 Jan 2016 15:16:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231516.u0NFGW5o052557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:16:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407027 - head/sysutils/rubygem-smart_proxy_dynflow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:16:34 -0000 Author: sunpoet Date: Sat Jan 23 15:16:32 2016 New Revision: 407027 URL: https://svnweb.freebsd.org/changeset/ports/407027 Log: - Update to 0.0.5 Changes: https://github.com/theforeman/smart_proxy_dynflow/commits/master Modified: head/sysutils/rubygem-smart_proxy_dynflow/Makefile head/sysutils/rubygem-smart_proxy_dynflow/distinfo Modified: head/sysutils/rubygem-smart_proxy_dynflow/Makefile ============================================================================== --- head/sysutils/rubygem-smart_proxy_dynflow/Makefile Sat Jan 23 15:16:27 2016 (r407026) +++ head/sysutils/rubygem-smart_proxy_dynflow/Makefile Sat Jan 23 15:16:32 2016 (r407027) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= smart_proxy_dynflow -PORTVERSION= 0.0.4 +PORTVERSION= 0.0.5 CATEGORIES= sysutils ruby MASTER_SITES= RG Modified: head/sysutils/rubygem-smart_proxy_dynflow/distinfo ============================================================================== --- head/sysutils/rubygem-smart_proxy_dynflow/distinfo Sat Jan 23 15:16:27 2016 (r407026) +++ head/sysutils/rubygem-smart_proxy_dynflow/distinfo Sat Jan 23 15:16:32 2016 (r407027) @@ -1,2 +1,2 @@ -SHA256 (rubygem/smart_proxy_dynflow-0.0.4.gem) = 1e678ed3fe445d1d755db332e34359463db0c2a73b8b1830ef609463609a2bcd -SIZE (rubygem/smart_proxy_dynflow-0.0.4.gem) = 18944 +SHA256 (rubygem/smart_proxy_dynflow-0.0.5.gem) = 7e32bea36c4b3362604978faa8320cb64a34518a0b9857158ab119bff9aafde7 +SIZE (rubygem/smart_proxy_dynflow-0.0.5.gem) = 18944 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:16:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC94CA8EB07; Sat, 23 Jan 2016 15:16:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AC65160F; Sat, 23 Jan 2016 15:16:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFGb15052676; Sat, 23 Jan 2016 15:16:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFGbCV052674; Sat, 23 Jan 2016 15:16:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231516.u0NFGbCV052674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:16:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407028 - head/sysutils/rubygem-smart_proxy_remote_execution_ssh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:16:38 -0000 Author: sunpoet Date: Sat Jan 23 15:16:37 2016 New Revision: 407028 URL: https://svnweb.freebsd.org/changeset/ports/407028 Log: - Update to 0.0.12 - Sort PLIST_FILES - Fix indent Changes: https://github.com/theforeman/smart_proxy_remote_execution_ssh/commits/master Modified: head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo Modified: head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile ============================================================================== --- head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile Sat Jan 23 15:16:32 2016 (r407027) +++ head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile Sat Jan 23 15:16:37 2016 (r407028) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= smart_proxy_remote_execution_ssh -PORTVERSION= 0.0.11 +PORTVERSION= 0.0.12 CATEGORIES= sysutils ruby MASTER_SITES= RG Modified: head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo ============================================================================== --- head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo Sat Jan 23 15:16:32 2016 (r407027) +++ head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo Sat Jan 23 15:16:37 2016 (r407028) @@ -1,2 +1,2 @@ -SHA256 (rubygem/smart_proxy_remote_execution_ssh-0.0.11.gem) = 536b5232f199a3552aefd08a6e5ee19ed6f7cbd665268af7adf9d80b51b159f5 -SIZE (rubygem/smart_proxy_remote_execution_ssh-0.0.11.gem) = 23040 +SHA256 (rubygem/smart_proxy_remote_execution_ssh-0.0.12.gem) = f28ffd50402865325edcf0d7c4f62c154c49192fbe87c0084826b5f69fa00f0d +SIZE (rubygem/smart_proxy_remote_execution_ssh-0.0.12.gem) = 23040 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:16:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE826A8EB33; Sat, 23 Jan 2016 15:16:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A8DD17A2; Sat, 23 Jan 2016 15:16:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFGgaX052791; Sat, 23 Jan 2016 15:16:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFGgtf052788; Sat, 23 Jan 2016 15:16:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231516.u0NFGgtf052788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:16:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407029 - head/textproc/rubygem-scss_lint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:16:43 -0000 Author: sunpoet Date: Sat Jan 23 15:16:42 2016 New Revision: 407029 URL: https://svnweb.freebsd.org/changeset/ports/407029 Log: - Update to 0.44.0 Changes: https://github.com/brigade/scss-lint/blob/master/CHANGELOG.md Modified: head/textproc/rubygem-scss_lint/Makefile head/textproc/rubygem-scss_lint/distinfo Modified: head/textproc/rubygem-scss_lint/Makefile ============================================================================== --- head/textproc/rubygem-scss_lint/Makefile Sat Jan 23 15:16:37 2016 (r407028) +++ head/textproc/rubygem-scss_lint/Makefile Sat Jan 23 15:16:42 2016 (r407029) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= scss_lint -PORTVERSION= 0.43.2 +PORTVERSION= 0.44.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -11,11 +11,10 @@ COMMENT= SCSS linter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-rainbow>=2.0:${PORTSDIR}/devel/rubygem-rainbow \ +RUN_DEPENDS= rubygem-rake>=10.0:${PORTSDIR}/devel/rubygem-rake \ rubygem-sass>=3.4.15:${PORTSDIR}/textproc/rubygem-sass NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/textproc/rubygem-scss_lint/distinfo ============================================================================== --- head/textproc/rubygem-scss_lint/distinfo Sat Jan 23 15:16:37 2016 (r407028) +++ head/textproc/rubygem-scss_lint/distinfo Sat Jan 23 15:16:42 2016 (r407029) @@ -1,2 +1,2 @@ -SHA256 (rubygem/scss_lint-0.43.2.gem) = bc7fdb2115fed73a459e18899b3cb6b3df3b95ef5696c1ffc74c8f161c18285a -SIZE (rubygem/scss_lint-0.43.2.gem) = 97792 +SHA256 (rubygem/scss_lint-0.44.0.gem) = 028faf304cb094ac55edb6d2f925fd538129480e9ad00a2e2a83fb41546112a3 +SIZE (rubygem/scss_lint-0.44.0.gem) = 99840 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:16:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0F92A8EB5D; Sat, 23 Jan 2016 15:16:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D8B91894; Sat, 23 Jan 2016 15:16:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFGlek052907; Sat, 23 Jan 2016 15:16:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFGlO6052905; Sat, 23 Jan 2016 15:16:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231516.u0NFGlO6052905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:16:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407030 - head/www/rubygem-jruby-rack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:16:48 -0000 Author: sunpoet Date: Sat Jan 23 15:16:47 2016 New Revision: 407030 URL: https://svnweb.freebsd.org/changeset/ports/407030 Log: - Update to 1.1.20 - Add LICENSE_FILE Changes: https://github.com/jruby/jruby-rack/releases https://github.com/jruby/jruby-rack/blob/master/History.md Modified: head/www/rubygem-jruby-rack/Makefile head/www/rubygem-jruby-rack/distinfo Modified: head/www/rubygem-jruby-rack/Makefile ============================================================================== --- head/www/rubygem-jruby-rack/Makefile Sat Jan 23 15:16:42 2016 (r407029) +++ head/www/rubygem-jruby-rack/Makefile Sat Jan 23 15:16:47 2016 (r407030) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jruby-rack -PORTVERSION= 1.1.19 +PORTVERSION= 1.1.20 CATEGORIES= www rubygems MASTER_SITES= RG @@ -10,11 +10,11 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Java and Ruby library that adapts the Java Servlet API to Rack LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= jruby:${PORTSDIR}/lang/jruby NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/www/rubygem-jruby-rack/distinfo ============================================================================== --- head/www/rubygem-jruby-rack/distinfo Sat Jan 23 15:16:42 2016 (r407029) +++ head/www/rubygem-jruby-rack/distinfo Sat Jan 23 15:16:47 2016 (r407030) @@ -1,2 +1,2 @@ -SHA256 (rubygem/jruby-rack-1.1.19.gem) = 07947f82d67a4a0d774cd13175132a6d2a103b5ac1fe5281d63c797a02657161 -SIZE (rubygem/jruby-rack-1.1.19.gem) = 260096 +SHA256 (rubygem/jruby-rack-1.1.20.gem) = f35b0a97d758227186a0d710130e00f7445e5a4900010750cf4e54c817f910ca +SIZE (rubygem/jruby-rack-1.1.20.gem) = 260608 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:16:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15B0BA8EB89; Sat, 23 Jan 2016 15:16:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BFE6B19D9; Sat, 23 Jan 2016 15:16:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFGqAV053024; Sat, 23 Jan 2016 15:16:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFGq0D053022; Sat, 23 Jan 2016 15:16:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231516.u0NFGq0D053022@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:16:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407031 - head/devel/nuitka X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:16:54 -0000 Author: sunpoet Date: Sat Jan 23 15:16:52 2016 New Revision: 407031 URL: https://svnweb.freebsd.org/changeset/ports/407031 Log: - Update to 0.5.18 Changes: https://github.com/kayhayen/Nuitka/blob/master/debian/changelog Modified: head/devel/nuitka/Makefile head/devel/nuitka/distinfo Modified: head/devel/nuitka/Makefile ============================================================================== --- head/devel/nuitka/Makefile Sat Jan 23 15:16:47 2016 (r407030) +++ head/devel/nuitka/Makefile Sat Jan 23 15:16:52 2016 (r407031) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nuitka -PORTVERSION= 0.5.16.1 +PORTVERSION= 0.5.18 CATEGORIES= devel python MASTER_SITES= http://nuitka.net/releases/ DISTNAME= Nuitka-${PORTVERSION} Modified: head/devel/nuitka/distinfo ============================================================================== --- head/devel/nuitka/distinfo Sat Jan 23 15:16:47 2016 (r407030) +++ head/devel/nuitka/distinfo Sat Jan 23 15:16:52 2016 (r407031) @@ -1,2 +1,2 @@ -SHA256 (Nuitka-0.5.16.1.tar.bz2) = 5651fe92dfd5ecf85a95f0526b14654ba83de73f2fb743bea4f69395c767d91f -SIZE (Nuitka-0.5.16.1.tar.bz2) = 1152723 +SHA256 (Nuitka-0.5.18.tar.bz2) = 3f7f51fcc7e9c969eef0371f6f684124b0187ee8d375dd3f0567861ba82ef37f +SIZE (Nuitka-0.5.18.tar.bz2) = 1169894 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:17:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32149A8EBC4; Sat, 23 Jan 2016 15:17:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D66351AAB; Sat, 23 Jan 2016 15:16:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFGwii053138; Sat, 23 Jan 2016 15:16:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFGwlm053136; Sat, 23 Jan 2016 15:16:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231516.u0NFGwlm053136@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:16:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407032 - head/devel/py-pytools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:17:00 -0000 Author: sunpoet Date: Sat Jan 23 15:16:58 2016 New Revision: 407032 URL: https://svnweb.freebsd.org/changeset/ports/407032 Log: - Update to 2016.1 Modified: head/devel/py-pytools/Makefile head/devel/py-pytools/distinfo Modified: head/devel/py-pytools/Makefile ============================================================================== --- head/devel/py-pytools/Makefile Sat Jan 23 15:16:52 2016 (r407031) +++ head/devel/py-pytools/Makefile Sat Jan 23 15:16:58 2016 (r407032) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pytools -PORTVERSION= 2015.1.6 +PORTVERSION= 2016.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pytools/distinfo ============================================================================== --- head/devel/py-pytools/distinfo Sat Jan 23 15:16:52 2016 (r407031) +++ head/devel/py-pytools/distinfo Sat Jan 23 15:16:58 2016 (r407032) @@ -1,2 +1,2 @@ -SHA256 (pytools-2015.1.6.tar.gz) = 3ef1f4ddda888919dd81f49e20ef745be371636cfb6cf86737bbe514fb4d607c -SIZE (pytools-2015.1.6.tar.gz) = 47122 +SHA256 (pytools-2016.1.tar.gz) = 084feeb68171fc36ddb40f27c4ad5b60d3596716a5f3ad3523257a0d27a351cc +SIZE (pytools-2016.1.tar.gz) = 47498 From owner-svn-ports-head@freebsd.org Sat Jan 23 15:26:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 211FEA8EE9F; Sat, 23 Jan 2016 15:26:50 +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 E60C51EC8; Sat, 23 Jan 2016 15:26:49 +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 u0NFQm49056146; Sat, 23 Jan 2016 15:26:48 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFQmPe056145; Sat, 23 Jan 2016 15:26:48 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201601231526.u0NFQmPe056145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 23 Jan 2016 15:26:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407033 - head/vietnamese/urwvn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:26:50 -0000 Author: marino Date: Sat Jan 23 15:26:48 2016 New Revision: 407033 URL: https://svnweb.freebsd.org/changeset/ports/407033 Log: vietname/urvwn: Remove unnecessary
/ inclusions
  
  By using ${.CURDIR} to include a makefile fragment, we can remove the
  bsd.port.pre.mk and bsd.port.post.mk, and correct the OPTIONS definitions
  at the same time.

Modified:
  head/vietnamese/urwvn/Makefile

Modified: head/vietnamese/urwvn/Makefile
==============================================================================
--- head/vietnamese/urwvn/Makefile	Sat Jan 23 15:16:58 2016	(r407032)
+++ head/vietnamese/urwvn/Makefile	Sat Jan 23 15:26:48 2016	(r407033)
@@ -39,6 +39,5 @@ ttf-gen:	extract
 		${SORT} | ${TR} '\n' ' '
 	@${ECHO} ""
 
-.include 
-.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
-.include 
+.include "${.CURDIR}/../../chinese/ttfm/Makefile.ttf"
+.include 

From owner-svn-ports-head@freebsd.org  Sat Jan 23 16:13:18 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE62CA8D652;
 Sat, 23 Jan 2016 16:13:18 +0000 (UTC)
 (envelope-from olgeni@FreeBSD.org)
Received: from olgeni.olgeni.com (host-156-246-171-31.cloudsigma.com
 [31.171.246.156])
 by mx1.freebsd.org (Postfix) with ESMTP id A878D15B4;
 Sat, 23 Jan 2016 16:13:18 +0000 (UTC)
 (envelope-from olgeni@FreeBSD.org)
Received: from olgeni.olgeni (unknown [94.36.160.154])
 by olgeni.olgeni.com (Postfix) with ESMTPSA id BEFF3D7917;
 Sat, 23 Jan 2016 17:13:10 +0100 (CET)
Date: Sat, 23 Jan 2016 17:13:10 +0100 (CET)
From: Jimmy Olgeni 
X-X-Sender: olgeni@olgeni.olgeni
To: Antoine Brodin 
cc: "ports-committers@freebsd.org" , 
 "svn-ports-all@freebsd.org" , 
 "svn-ports-head@freebsd.org" 
Subject: Re: svn commit: r406955 - head/Mk/Uses
In-Reply-To: 
Message-ID: 
References: <201601222327.u0MNRe0H065611@repo.freebsd.org>
 
User-Agent: Alpine 2.20 (BSF 67 2015-01-07)
X-OpenPGP-KeyID: 0xFCDB3E82F778D8D7
X-OpenPGP-Fingerprint: EE37 B427 91C5 7707 EC54 064A FCDB 3E82 F778 D8D7
X-OpenPGP-URL: http://olgeni.olgeni.com/~olgeni/pgp/olgeni@FreeBSD.org
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 16:13:19 -0000


On Sat, 23 Jan 2016, Antoine Brodin wrote:

> On Sat, Jan 23, 2016 at 12:27 AM, Jimmy Olgeni  wrote:
> > Author: olgeni
> > Date: Fri Jan 22 23:27:40 2016
> > New Revision: 406955
> > URL: https://svnweb.freebsd.org/changeset/ports/406955
> >
> > Log:
> >   Do not try to depend on Erlang libraries (if any) in
> >   ELIXIR_LIB_ROOT, because they do not exist there.
> >
> > Modified:
> >   head/Mk/Uses/elixir.mk
> 
> This breaks INDEX with fmake  (so it breaks INDEX on FreeBSD 9),  I'm
> going to revert this change.

Thanks - testing a fix right now.

-- 
jimmy

From owner-svn-ports-head@freebsd.org  Sat Jan 23 16:46:12 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97658A8E10B;
 Sat, 23 Jan 2016 16:46: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 643BB127B;
 Sat, 23 Jan 2016 16:46: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 u0NGkBjr080622;
 Sat, 23 Jan 2016 16:46:11 GMT (envelope-from olgeni@FreeBSD.org)
Received: (from olgeni@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NGkBNd080621;
 Sat, 23 Jan 2016 16:46:11 GMT (envelope-from olgeni@FreeBSD.org)
Message-Id: <201601231646.u0NGkBNd080621@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: olgeni set sender to
 olgeni@FreeBSD.org using -f
From: Jimmy Olgeni 
Date: Sat, 23 Jan 2016 16:46:11 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407042 - head/Mk/Uses
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 16:46:12 -0000

Author: olgeni
Date: Sat Jan 23 16:46:11 2016
New Revision: 407042
URL: https://svnweb.freebsd.org/changeset/ports/407042

Log:
  Do not try to depend on Erlang libraries (if any) in
  ELIXIR_LIB_ROOT, because they do not exist there.
  
  This fixes r406955 for fmake compatibility (on 9.3).

Modified:
  head/Mk/Uses/elixir.mk

Modified: head/Mk/Uses/elixir.mk
==============================================================================
--- head/Mk/Uses/elixir.mk	Sat Jan 23 16:03:32 2016	(r407041)
+++ head/Mk/Uses/elixir.mk	Sat Jan 23 16:46:11 2016	(r407042)
@@ -72,7 +72,14 @@ RUN_DEPENDS+=	${depend:T}>=0:${PORTSDIR}
 .if !target(do-build)
 do-build:
 .if ${MIX_REWRITE} != ""
-	@${REINPLACE_CMD} -i '' -E -e "s@{.*(only|optional): .*},?@@; s@{ *:([a-zA-Z0-9_]+), *(github:|\").*}@{ :\1, path: \"${ELIXIR_LIB_ROOT}/\\1\", compile: false }@" ${WRKSRC}/mix.exs
+	@${REINPLACE_CMD} -i '' -E -e "s@{.*(only|optional): .*},?@@" ${WRKSRC}/mix.exs
+.for depend in ${MIX_BUILD_DEPS}
+	@if [ $$(echo ${depend:T} | sed -e "s/erlang-//") != ${depend:T} ]; then \
+		${REINPLACE_CMD} -i '' -E -e "s@{ *:(${depend:T:S/erlang-//}), *(github:|\").*} *,?@@" ${WRKSRC}/mix.exs; \
+	else \
+		${REINPLACE_CMD} -i '' -E -e "s@{ *:(${depend:T:S/elixir-//}), *(github:|\").*}@{ :\1, path: \"${ELIXIR_LIB_ROOT}/\\1\", compile: false }@" ${WRKSRC}/mix.exs; \
+	fi
+.endfor
 .endif
 	@${RM} -f ${WRKSRC}/mix.lock
 	@cd ${WRKSRC} && ${MIX_COMPILE}

From owner-svn-ports-head@freebsd.org  Sat Jan 23 16:52:52 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E5D5A8E2F1;
 Sat, 23 Jan 2016 16:52: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 6DEED161B;
 Sat, 23 Jan 2016 16:52: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 u0NGqp0a083503;
 Sat, 23 Jan 2016 16:52:51 GMT (envelope-from olgeni@FreeBSD.org)
Received: (from olgeni@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NGqpdn083500;
 Sat, 23 Jan 2016 16:52:51 GMT (envelope-from olgeni@FreeBSD.org)
Message-Id: <201601231652.u0NGqpdn083500@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: olgeni set sender to
 olgeni@FreeBSD.org using -f
From: Jimmy Olgeni 
Date: Sat, 23 Jan 2016 16:52:51 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407043 - head/devel/elixir-hex
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 16:52:52 -0000

Author: olgeni
Date: Sat Jan 23 16:52:51 2016
New Revision: 407043
URL: https://svnweb.freebsd.org/changeset/ports/407043

Log:
  Upgrade devel/elixir-hex to version 0.10.3.

Modified:
  head/devel/elixir-hex/Makefile
  head/devel/elixir-hex/distinfo

Modified: head/devel/elixir-hex/Makefile
==============================================================================
--- head/devel/elixir-hex/Makefile	Sat Jan 23 16:46:11 2016	(r407042)
+++ head/devel/elixir-hex/Makefile	Sat Jan 23 16:52:51 2016	(r407043)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	hex
-PORTVERSION=	0.10.2
+PORTVERSION=	0.10.3
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 PKGNAMEPREFIX=	elixir-

Modified: head/devel/elixir-hex/distinfo
==============================================================================
--- head/devel/elixir-hex/distinfo	Sat Jan 23 16:46:11 2016	(r407042)
+++ head/devel/elixir-hex/distinfo	Sat Jan 23 16:52:51 2016	(r407043)
@@ -1,2 +1,2 @@
-SHA256 (hexpm-hex-v0.10.2_GH0.tar.gz) = 17b482a59ef5611ca9cb1b573d75269a293f38ec6b561bd33e2539c05777073d
-SIZE (hexpm-hex-v0.10.2_GH0.tar.gz) = 205012
+SHA256 (hexpm-hex-v0.10.3_GH0.tar.gz) = 0fc0aa5d68d104e233268a591f472db0037cc3d8f1cbe540371f0e312d8b5df5
+SIZE (hexpm-hex-v0.10.3_GH0.tar.gz) = 205249

From owner-svn-ports-head@freebsd.org  Sat Jan 23 17:01:58 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 438F2A8E718;
 Sat, 23 Jan 2016 17:01:58 +0000 (UTC)
 (envelope-from blackend@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 0FF601BD7;
 Sat, 23 Jan 2016 17:01:57 +0000 (UTC)
 (envelope-from blackend@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NH1uCb086107;
 Sat, 23 Jan 2016 17:01:56 GMT (envelope-from blackend@FreeBSD.org)
Received: (from blackend@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NH1t58086092;
 Sat, 23 Jan 2016 17:01:55 GMT (envelope-from blackend@FreeBSD.org)
Message-Id: <201601231701.u0NH1t58086092@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: blackend set sender to
 blackend@FreeBSD.org using -f
From: Marc Fonvieille 
Date: Sat, 23 Jan 2016 17:01:55 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407044 - in head/misc: freebsd-doc-all freebsd-doc-da
 freebsd-doc-de freebsd-doc-en freebsd-doc-ja freebsd-doc-ko freebsd-doc-ru
 freebsd-doc-zh_tw
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 17:01:58 -0000

Author: blackend (doc committer)
Date: Sat Jan 23 17:01:55 2016
New Revision: 407044
URL: https://svnweb.freebsd.org/changeset/ports/407044

Log:
  Update to r48074 of the FreeBSD docset.
  
  Approved by:	doceng (implicit)

Modified:
  head/misc/freebsd-doc-all/Makefile
  head/misc/freebsd-doc-da/pkg-plist.common
  head/misc/freebsd-doc-de/pkg-plist.html-split
  head/misc/freebsd-doc-en/Makefile
  head/misc/freebsd-doc-en/distinfo
  head/misc/freebsd-doc-en/pkg-plist.html-split
  head/misc/freebsd-doc-ja/pkg-plist.html-split
  head/misc/freebsd-doc-ko/pkg-plist.html
  head/misc/freebsd-doc-ko/pkg-plist.html-common
  head/misc/freebsd-doc-ko/pkg-plist.html-split
  head/misc/freebsd-doc-ko/pkg-plist.pdf
  head/misc/freebsd-doc-ko/pkg-plist.ps
  head/misc/freebsd-doc-ko/pkg-plist.txt
  head/misc/freebsd-doc-ru/pkg-plist.html-split
  head/misc/freebsd-doc-zh_tw/pkg-plist.html-common

Modified: head/misc/freebsd-doc-all/Makefile
==============================================================================
--- head/misc/freebsd-doc-all/Makefile	Sat Jan 23 16:52:51 2016	(r407043)
+++ head/misc/freebsd-doc-all/Makefile	Sat Jan 23 17:01:55 2016	(r407044)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	freebsd-doc-all
-PORTVERSION=	47846
+PORTVERSION=	48074
 PORTEPOCH=	1
 CATEGORIES=	misc docs
 

Modified: head/misc/freebsd-doc-da/pkg-plist.common
==============================================================================
--- head/misc/freebsd-doc-da/pkg-plist.common	Sat Jan 23 16:52:51 2016	(r407043)
+++ head/misc/freebsd-doc-da/pkg-plist.common	Sat Jan 23 17:01:55 2016	(r407044)
@@ -1 +1,7 @@
 %%DOCSDIR%%/da
+%%DOCSDIR%%/%%DOCLANG%%/articles/pxe/dhcpd.conf
+%%DOCSDIR%%/%%DOCLANG%%/articles/pxe/install.cfg
+%%DOCSDIR%%/%%DOCLANG%%/articles/pxe/loader.rc
+%%DOCSDIR%%/%%DOCLANG%%/articles/pxe/pkgmaker.sh
+%%DOCSDIR%%/%%DOCLANG%%/articles/pxe/post
+%%DOCSDIR%%/%%DOCLANG%%/articles/pxe/pre

Modified: head/misc/freebsd-doc-de/pkg-plist.html-split
==============================================================================
--- head/misc/freebsd-doc-de/pkg-plist.html-split	Sat Jan 23 16:52:51 2016	(r407043)
+++ head/misc/freebsd-doc-de/pkg-plist.html-split	Sat Jan 23 17:01:55 2016	(r407044)
@@ -311,6 +311,7 @@
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom-ggate.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom-gjournal.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom-glabel.html
+%%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom-raid3.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/getting-started.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/history.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/index.html
@@ -340,7 +341,6 @@
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/kernelconfig-config.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/kernelconfig-custom-kernel.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/kernelconfig-devices.html
-%%DOCSDIR%%/%%DOCLANG%%/books/handbook/kernelconfig-modules.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/kernelconfig-trouble.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/kernelconfig.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/l10n-basics.html
@@ -479,13 +479,14 @@
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/users-user.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/users.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/using-bsdinstall.html
+%%DOCSDIR%%/%%DOCLANG%%/books/handbook/using-live-cd.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/using-localization.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/using-sysinstall.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/video-playback.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization-guest.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization-host.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization.html
-%%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-config-quick-start.html
+%%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-compiz-fusion.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-config.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-fonts.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-install.html

Modified: head/misc/freebsd-doc-en/Makefile
==============================================================================
--- head/misc/freebsd-doc-en/Makefile	Sat Jan 23 16:52:51 2016	(r407043)
+++ head/misc/freebsd-doc-en/Makefile	Sat Jan 23 17:01:55 2016	(r407044)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	freebsd-doc
-PORTVERSION=	47846
+PORTVERSION=	48074
 PORTEPOCH=	1
 CATEGORIES=	misc docs
 MASTER_SITES=	LOCAL/blackend

Modified: head/misc/freebsd-doc-en/distinfo
==============================================================================
--- head/misc/freebsd-doc-en/distinfo	Sat Jan 23 16:52:51 2016	(r407043)
+++ head/misc/freebsd-doc-en/distinfo	Sat Jan 23 17:01:55 2016	(r407044)
@@ -1,2 +1,2 @@
-SHA256 (freebsd-doc-47846.tar.gz) = 0d4cb396bf427842eab161e05a63503e7afd61fe223ba3c1413fc784aa876ddd
-SIZE (freebsd-doc-47846.tar.gz) = 44414537
+SHA256 (freebsd-doc-48074.tar.gz) = 0f8ba9224f37b46ec721aa378312e9c9cca52422ef37e2d0b298662101d98fec
+SIZE (freebsd-doc-48074.tar.gz) = 44746081

Modified: head/misc/freebsd-doc-en/pkg-plist.html-split
==============================================================================
--- head/misc/freebsd-doc-en/pkg-plist.html-split	Sat Jan 23 16:52:51 2016	(r407043)
+++ head/misc/freebsd-doc-en/pkg-plist.html-split	Sat Jan 23 17:01:55 2016	(r407044)
@@ -20,6 +20,7 @@
 %%DOCSDIR%%/%%DOCLANG%%/articles/building-products/trademarks.html
 %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/ar01s13.html
 %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/archs.html
+%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/benefits.html
 %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/bugzilla.html
 %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/commit-log-message.html
 %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/committer.types.html

Modified: head/misc/freebsd-doc-ja/pkg-plist.html-split
==============================================================================
--- head/misc/freebsd-doc-ja/pkg-plist.html-split	Sat Jan 23 16:52:51 2016	(r407043)
+++ head/misc/freebsd-doc-ja/pkg-plist.html-split	Sat Jan 23 17:01:55 2016	(r407044)
@@ -102,11 +102,9 @@
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bibliography-userguides.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bibliography.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/book-preface.html
-%%DOCSDIR%%/%%DOCLANG%%/books/handbook/boot-blocks.html
-%%DOCSDIR%%/%%DOCLANG%%/books/handbook/boot-init.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/boot-introduction.html
-%%DOCSDIR%%/%%DOCLANG%%/books/handbook/boot-kernel.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/boot-shutdown.html
+%%DOCSDIR%%/%%DOCLANG%%/books/handbook/boot-splash.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/boot.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-final-warning.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-hardware.html
@@ -116,7 +114,7 @@
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-pre.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-start.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall.html
-%%DOCSDIR%%/%%DOCLANG%%/books/handbook/ch10s06.html
+%%DOCSDIR%%/%%DOCLANG%%/books/handbook/ch10s07.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/colophon.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/common-tasks.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/config-tuning.html
@@ -177,7 +175,8 @@
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/lang-setup.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/legalnotice.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/linuxemu-lbc-install.html
-%%DOCSDIR%%/%%DOCLANG%%/books/handbook/linuxemu-mathematicau.html
+%%DOCSDIR%%/%%DOCLANG%%/books/handbook/linuxemu-maple.html
+%%DOCSDIR%%/%%DOCLANG%%/books/handbook/linuxemu-mathematica.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/linuxemu-oracle.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/linuxemu.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail-advanced.html
@@ -268,11 +267,14 @@
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/using-live-cd.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/using-localization.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/video-playback.html
+%%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-compiz-fusion.html
+%%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-config-quick-start.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-config.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-fonts.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-install.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-understanding.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-xdm.html
+%%DOCSDIR%%/%%DOCLANG%%/books/handbook/x11-understanding.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/x11-wm.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/x11.html
 %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/changes.html

Modified: head/misc/freebsd-doc-ko/pkg-plist.html
==============================================================================
--- head/misc/freebsd-doc-ko/pkg-plist.html	Sat Jan 23 16:52:51 2016	(r407043)
+++ head/misc/freebsd-doc-ko/pkg-plist.html	Sat Jan 23 17:01:55 2016	(r407044)
@@ -1 +1,3 @@
 %%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/article.html
+%%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.html
+%%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.html

Modified: head/misc/freebsd-doc-ko/pkg-plist.html-common
==============================================================================
--- head/misc/freebsd-doc-ko/pkg-plist.html-common	Sat Jan 23 16:52:51 2016	(r407043)
+++ head/misc/freebsd-doc-ko/pkg-plist.html-common	Sat Jan 23 17:01:55 2016	(r407044)
@@ -1 +1,3 @@
 %%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/docbook.css
+%%DOCSDIR%%/%%DOCLANG%%/articles/contributing/docbook.css
+%%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/docbook.css

Modified: head/misc/freebsd-doc-ko/pkg-plist.html-split
==============================================================================
--- head/misc/freebsd-doc-ko/pkg-plist.html-split	Sat Jan 23 16:52:51 2016	(r407043)
+++ head/misc/freebsd-doc-ko/pkg-plist.html-split	Sat Jan 23 17:01:55 2016	(r407044)
@@ -12,3 +12,13 @@
 %%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/recommendations.html
 %%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/trademarks.html
 %%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/unix-license.html
+%%DOCSDIR%%/%%DOCLANG%%/articles/contributing/contrib-how.html
+%%DOCSDIR%%/%%DOCLANG%%/articles/contributing/index.html
+%%DOCSDIR%%/%%DOCLANG%%/articles/contributing/ix01.html
+%%DOCSDIR%%/%%DOCLANG%%/articles/contributing/ports-contributing.html
+%%DOCSDIR%%/%%DOCLANG%%/articles/contributing/trademarks.html
+%%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/comparing-bsd-and-linux.html
+%%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/index.html
+%%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/trademarks.html
+%%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/what-a-real-unix.html
+%%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/why-is-bsd-not-better-known.html

Modified: head/misc/freebsd-doc-ko/pkg-plist.pdf
==============================================================================
--- head/misc/freebsd-doc-ko/pkg-plist.pdf	Sat Jan 23 16:52:51 2016	(r407043)
+++ head/misc/freebsd-doc-ko/pkg-plist.pdf	Sat Jan 23 17:01:55 2016	(r407044)
@@ -1 +1,3 @@
 %%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/article.pdf
+%%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.pdf
+%%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.pdf

Modified: head/misc/freebsd-doc-ko/pkg-plist.ps
==============================================================================
--- head/misc/freebsd-doc-ko/pkg-plist.ps	Sat Jan 23 16:52:51 2016	(r407043)
+++ head/misc/freebsd-doc-ko/pkg-plist.ps	Sat Jan 23 17:01:55 2016	(r407044)
@@ -1 +1,3 @@
 %%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/article.ps
+%%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.ps
+%%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.ps

Modified: head/misc/freebsd-doc-ko/pkg-plist.txt
==============================================================================
--- head/misc/freebsd-doc-ko/pkg-plist.txt	Sat Jan 23 16:52:51 2016	(r407043)
+++ head/misc/freebsd-doc-ko/pkg-plist.txt	Sat Jan 23 17:01:55 2016	(r407044)
@@ -1 +1,3 @@
 %%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/article.txt
+%%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.txt
+%%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.txt

Modified: head/misc/freebsd-doc-ru/pkg-plist.html-split
==============================================================================
--- head/misc/freebsd-doc-ru/pkg-plist.html-split	Sat Jan 23 16:52:51 2016	(r407043)
+++ head/misc/freebsd-doc-ru/pkg-plist.html-split	Sat Jan 23 17:01:55 2016	(r407044)
@@ -434,8 +434,8 @@
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/term.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/trademarks.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/tvcard.html
+%%DOCSDIR%%/%%DOCLANG%%/books/handbook/updating-upgrading-documentation.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/updating-upgrading-freebsdupdate.html
-%%DOCSDIR%%/%%DOCLANG%%/books/handbook/updating-upgrading-portsnap.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/updating-upgrading.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/usb-disks.html
 %%DOCSDIR%%/%%DOCLANG%%/books/handbook/userppp.html

Modified: head/misc/freebsd-doc-zh_tw/pkg-plist.html-common
==============================================================================
--- head/misc/freebsd-doc-zh_tw/pkg-plist.html-common	Sat Jan 23 16:52:51 2016	(r407043)
+++ head/misc/freebsd-doc-zh_tw/pkg-plist.html-common	Sat Jan 23 17:01:55 2016	(r407044)
@@ -235,7 +235,18 @@
 %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/docbook.css
 %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib/callouts/1.png
 %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib/callouts/10.png
+%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib/callouts/11.png
+%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib/callouts/12.png
+%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib/callouts/13.png
+%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib/callouts/14.png
+%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib/callouts/15.png
+%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib/callouts/16.png
+%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib/callouts/17.png
+%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib/callouts/18.png
+%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib/callouts/19.png
 %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib/callouts/2.png
+%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib/callouts/20.png
+%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib/callouts/21.png
 %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib/callouts/3.png
 %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib/callouts/4.png
 %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib/callouts/5.png

From owner-svn-ports-head@freebsd.org  Sat Jan 23 17:35:18 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id C979AA8E308;
 Sat, 23 Jan 2016 17:35:18 +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 9ADED1E06;
 Sat, 23 Jan 2016 17:35:18 +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 u0NHZHVC095502;
 Sat, 23 Jan 2016 17:35:17 GMT (envelope-from riggs@FreeBSD.org)
Received: (from riggs@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NHZHHe095500;
 Sat, 23 Jan 2016 17:35:17 GMT (envelope-from riggs@FreeBSD.org)
Message-Id: <201601231735.u0NHZHHe095500@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: riggs set sender to
 riggs@FreeBSD.org using -f
From: Thomas Zander 
Date: Sat, 23 Jan 2016 17:35:17 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407045 - in head/net-p2p/bitcoin: . files
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 17:35:18 -0000

Author: riggs
Date: Sat Jan 23 17:35:17 2016
New Revision: 407045
URL: https://svnweb.freebsd.org/changeset/ports/407045

Log:
  Update to upstream release 0.11.2
  
  PR:		206453
  Submitted by:	jochen@jochen-neumeister.de
  Approved by:	robbak@gmail.com (maintainer / alternative e-mail address)

Deleted:
  head/net-p2p/bitcoin/files/patch-src_net.cpp
Modified:
  head/net-p2p/bitcoin/Makefile
  head/net-p2p/bitcoin/distinfo

Modified: head/net-p2p/bitcoin/Makefile
==============================================================================
--- head/net-p2p/bitcoin/Makefile	Sat Jan 23 17:01:55 2016	(r407044)
+++ head/net-p2p/bitcoin/Makefile	Sat Jan 23 17:35:17 2016	(r407045)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	bitcoin
-PORTVERSION=	0.11.0
+PORTVERSION=	0.11.2
 DISTVERSIONPREFIX=	v
-PORTREVISION?=	1
 CATEGORIES=	net-p2p finance
 
 MAINTAINER=	robbak@robbak.com

Modified: head/net-p2p/bitcoin/distinfo
==============================================================================
--- head/net-p2p/bitcoin/distinfo	Sat Jan 23 17:01:55 2016	(r407044)
+++ head/net-p2p/bitcoin/distinfo	Sat Jan 23 17:35:17 2016	(r407045)
@@ -1,2 +1,2 @@
-SHA256 (bitcoin-bitcoin-v0.11.0_GH0.tar.gz) = 2bcd61a4c288e5cc5d7fbe724606c610a20037332b06f7a9e99c1153eef73aef
-SIZE (bitcoin-bitcoin-v0.11.0_GH0.tar.gz) = 5894693
+SHA256 (bitcoin-bitcoin-v0.11.2_GH0.tar.gz) = aab2cd0c4f045970d259cf9fcee5785b43180d20ccbbedc1f90480e697696b25
+SIZE (bitcoin-bitcoin-v0.11.2_GH0.tar.gz) = 5955398

From owner-svn-ports-head@freebsd.org  Sat Jan 23 17:51:16 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5CF4A8ED44;
 Sat, 23 Jan 2016 17:51:16 +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 96A4417B2;
 Sat, 23 Jan 2016 17:51:16 +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 u0NHpFo6098670;
 Sat, 23 Jan 2016 17:51:15 GMT (envelope-from pawel@FreeBSD.org)
Received: (from pawel@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NHpFrH098669;
 Sat, 23 Jan 2016 17:51:15 GMT (envelope-from pawel@FreeBSD.org)
Message-Id: <201601231751.u0NHpFrH098669@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: pawel set sender to
 pawel@FreeBSD.org using -f
From: Pawel Pekala 
Date: Sat, 23 Jan 2016 17:51:15 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407046 - head/devel/rubygem-io-like
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 17:51:17 -0000

Author: pawel
Date: Sat Jan 23 17:51:15 2016
New Revision: 407046
URL: https://svnweb.freebsd.org/changeset/ports/407046

Log:
  - Remove deprecated @dirrm usage
  - Add NO_ARCH
  - Convert to options helpers
  
  Approved by:	portmgr blanket

Modified:
  head/devel/rubygem-io-like/Makefile

Modified: head/devel/rubygem-io-like/Makefile
==============================================================================
--- head/devel/rubygem-io-like/Makefile	Sat Jan 23 17:35:17 2016	(r407045)
+++ head/devel/rubygem-io-like/Makefile	Sat Jan 23 17:51:15 2016	(r407046)
@@ -18,6 +18,7 @@ RUN_DEPENDS=	${RUBYGEMBIN}:${PORTSDIR}/d
 
 USE_RUBY=	yes
 USE_RAKE=	yes
+NO_ARCH=	yes
 
 GEMS_BASE_DIR=	lib/ruby/gems/${RUBY_VER}
 GEMS_DIR=	${GEMS_BASE_DIR}/gems
@@ -55,13 +56,8 @@ WRKSRC=	${WRKDIR}/${PORTNAME}-ruby-1.9-t
 
 OPTIONS_DEFINE=	DOCS
 
-.include 
-
-.if ${PORT_OPTIONS:MDOCS}
-BUILD_DEPENDS+=	rubygem-allison>=0:${PORTSDIR}/devel/rubygem-allison
-.else
-RUBYGEM_ARGS+=	--no-rdoc
-.endif
+DOCS_BUILD_DEPENDS=	rubygem-allison>=0:${PORTSDIR}/devel/rubygem-allison
+DOCS_VARS_OFF=		RUBYGEM_ARGS+=--no-rdoc
 
 post-patch:
 .for l in 1.8.6 1.8.7 1.9.2 1.9.3
@@ -76,28 +72,18 @@ do-build:
 
 do-install:
 	@(cd ${INSTALL_WRKSRC}; ${SETENV} ${GEM_ENV} ${RUBYGEMBIN} install ${RUBYGEM_ARGS} pkg/${GEMFILES} -- --build-args ${CONFIGURE_ARGS})
+	@${RM} -r ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR}/build_info
+	@${RMDIR} ${STAGEDIR}/${PREFIX}/${GEMS_BASE_DIR}/extensions
 
 post-install:
 	@${ECHO} ${GEM_CACHE} >> ${TMPPLIST}
 	@${ECHO} ${GEM_SPEC} >> ${TMPPLIST}
-.if ${PORT_OPTIONS:MDOCS}
-	@${FIND} -ds ${STAGEDIR}${PREFIX}/${GEM_DOC_DIR} -type f -print | ${SED} -E -e \
-		's,^${STAGEDIR}${PREFIX}/?,,' >> ${TMPPLIST}
-	@${FIND} -ds ${STAGEDIR}${PREFIX}/${GEM_DOC_DIR} -type d -print | ${SED} -E -e \
-		's,^${STAGEDIR}${PREFIX}/?,@dirrm ,' >> ${TMPPLIST}
-.endif
 	@${FIND} -ds ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR} -type f -print | ${SED} -E -e \
 		's,^${STAGEDIR}${PREFIX}/?,,' >> ${TMPPLIST}
-	@${FIND} -ds ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR} -type d -print | ${SED} -E -e \
-		's,^${STAGEDIR}${PREFIX}/?,@dirrm ,' >> ${TMPPLIST}
-	@${ECHO_CMD} "@unexec rmdir %D/${GEMS_DIR} 2>/dev/null || true" >> ${TMPPLIST}
-.if ${PORT_OPTIONS:MDOCS}
-	@${ECHO_CMD} "@unexec rmdir %D/${DOC_DIR} 2>/dev/null || true" >> ${TMPPLIST}
-.endif
-	@${ECHO_CMD} "@unexec rmdir %D/${CACHE_DIR} 2>/dev/null || true" >> ${TMPPLIST}
-	@${ECHO_CMD} "@unexec rmdir %D/${SPEC_DIR} 2>/dev/null || true" >> ${TMPPLIST}
-	@${ECHO_CMD} "@unexec rmdir %D/${GEMS_BASE_DIR} 2>/dev/null || true" >> ${TMPPLIST}
-	@${ECHO_CMD} "@unexec rmdir %D/lib/ruby/gems 2>/dev/null || true" >> ${TMPPLIST}
-	@${ECHO_CMD} "@unexec rmdir %D/lib/ruby 2>/dev/null || true" >> ${TMPPLIST}
+	@${ECHO} "@dir ${DOC_DIR}" >> ${TMPPLIST}
+
+post-install-DOCS-on:
+	@${FIND} -ds ${STAGEDIR}${PREFIX}/${GEM_DOC_DIR} -type f -print | ${SED} -E -e \
+		's,^${STAGEDIR}${PREFIX}/?,,' >> ${TMPPLIST}
 
 .include 

From owner-svn-ports-head@freebsd.org  Sat Jan 23 18:08:09 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDAEEA8F2E8;
 Sat, 23 Jan 2016 18:08:09 +0000 (UTC) (envelope-from cpm@fbsd.es)
Received: from mta3-3.ox.privateemail.com (mta3-3.ox.privateemail.com
 [198.187.29.252])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "privateemail.com",
 Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id AB3E31098;
 Sat, 23 Jan 2016 18:08:09 +0000 (UTC) (envelope-from cpm@fbsd.es)
Received: from [2.140.24.110] (110.Red-2-140-24.dynamicIP.rima-tde.net
 [2.140.24.110])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (No client certificate requested)
 by mta3.privateemail.com (Postfix) with ESMTPSA id C94B22400C7;
 Sat, 23 Jan 2016 13:08:06 -0500 (EST)
Date: Sat, 23 Jan 2016 19:07:42 +0100
Subject: Re: svn commit: r406974 - in head/devel/libbde: . files
Message-ID: 
In-Reply-To: <201601231303.u0ND3jFN008588@repo.freebsd.org>
References: <201601231303.u0ND3jFN008588@repo.freebsd.org>
From: "Carlos J. Puga Medina" 
To: Antoine Brodin 
Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: base64
X-Content-Filtered-By: Mailman/MimeDel 2.1.20
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 18:08:09 -0000

Q2FybG9zIEouIFB1Z2EgTWVkaW5hIGxpa2VkIHlvdXIgbWVzc2FnZSB3aXRoIEJveGVyIGZvciBB
bmRyb2lkLgoKRWwgMjMvMS8yMDE2IDE0OjAzLCBBbnRvaW5lIEJyb2RpbiA8YW50b2luZUBGcmVl
QlNELm9yZz4gZXNjcmliacOzOgoKQXV0aG9yOiBhbnRvaW5lCkRhdGU6IFNhdCBKYW4gMjMgMTM6
MDM6NDUgMjAxNgpOZXcgUmV2aXNpb246IDQwNjk3NApVUkw6IGh0dHBzOi8vc3Zud2ViLmZyZWVi
c2Qub3JnL2NoYW5nZXNldC9wb3J0cy80MDY5NzQKCkxvZzoKICBVcGRhdGUgdG8gYWxwaGEtMjAx
NjAxMTAKCkFkZGVkOgogIGhlYWQvZGV2ZWwvbGliYmRlL2ZpbGVzLwogIGhlYWQvZGV2ZWwvbGli
YmRlL2ZpbGVzL3BhdGNoLXB5YmRlX01ha2VmaWxlLmluICAgKGNvbnRlbnRzLCBwcm9wcyBjaGFu
Z2VkKQpNb2RpZmllZDoKICBoZWFkL2RldmVsL2xpYmJkZS9NYWtlZmlsZQogIGhlYWQvZGV2ZWwv
bGliYmRlL2Rpc3RpbmZvCgpNb2RpZmllZDogaGVhZC9kZXZlbC9saWJiZGUvTWFrZWZpbGUKPT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09Ci0tLSBoZWFkL2RldmVsL2xpYmJkZS9NYWtlZmlsZVNhdCBKYW4g
MjMgMTM6MDM6MzQgMjAxNihyNDA2OTczKQorKysgaGVhZC9kZXZlbC9saWJiZGUvTWFrZWZpbGVT
YXQgSmFuIDIzIDEzOjAzOjQ1IDIwMTYocjQwNjk3NCkKQEAgLTIsNyArMiw3IEBACiMgJEZyZWVC
U0QkCgpQT1JUTkFNRT1saWJiZGUKLURJU1RWRVJTSU9OPWFscGhhLTIwMTUwOTA1CitESVNUVkVS
U0lPTj1hbHBoYS0yMDE2MDExMApDQVRFR09SSUVTPWRldmVsCk1BU1RFUl9TSVRFUz1odHRwczov
L2dpdGh1Yi5jb20vbGlieWFsL2xpYmJkZS9yZWxlYXNlcy9kb3dubG9hZC8ke1BPUlRWRVJTSU9O
OkV9LyBcCkxPQ0FML2FudG9pbmUKCk1vZGlmaWVkOiBoZWFkL2RldmVsL2xpYmJkZS9kaXN0aW5m
bwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIGhlYWQvZGV2ZWwvbGliYmRlL2Rpc3RpbmZvU2F0
IEphbiAyMyAxMzowMzozNCAyMDE2KHI0MDY5NzMpCisrKyBoZWFkL2RldmVsL2xpYmJkZS9kaXN0
aW5mb1NhdCBKYW4gMjMgMTM6MDM6NDUgMjAxNihyNDA2OTc0KQpAQCAtMSwyICsxLDIgQEAKLVNI
QTI1NiAobGliYmRlLWFscGhhLTIwMTUwOTA1LnRhci5neikgPSBlODAzZTUwNDA5NWEwOGM5YTcy
MWY4ZmY4NjM3NzUyYTc3MjA3ZjQ1ZjRhY2ZiODdmZTAwNjg1ZDk2NTdmMzZmCi1TSVpFIChsaWJi
ZGUtYWxwaGEtMjAxNTA5MDUudGFyLmd6KSA9IDE2MTA2NDIKK1NIQTI1NiAobGliYmRlLWFscGhh
LTIwMTYwMTEwLnRhci5neikgPSBkMjM1MWQ4NDk5ZTMyNzc3ZGI1MGY4OWU3Nzg3Yjc3YjM2YTY5
YTZhNThkMDBmZDU3ZThlMTc5NjU0YjY4ZTRhCitTSVpFIChsaWJiZGUtYWxwaGEtMjAxNjAxMTAu
dGFyLmd6KSA9IDE2Mzk1MzUKCkFkZGVkOiBoZWFkL2RldmVsL2xpYmJkZS9maWxlcy9wYXRjaC1w
eWJkZV9NYWtlZmlsZS5pbgo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIC9kZXYvbnVsbDAwOjAw
OjAwIDE5NzAoZW1wdHksIGJlY2F1c2UgZmlsZSBpcyBuZXdseSBhZGRlZCkKKysrIGhlYWQvZGV2
ZWwvbGliYmRlL2ZpbGVzL3BhdGNoLXB5YmRlX01ha2VmaWxlLmluU2F0IEphbiAyMyAxMzowMzo0
NSAyMDE2KHI0MDY5NzQpCkBAIC0wLDAgKzEsMTMgQEAKKyMgQWxsb3cgYnVpbGRpbmcgd2hlbiBh
biBvbGRlciB2ZXJzaW9uIG9mIGxpYmJkZSBpcyBpbnN0YWxsZWQKKworLS0tIHB5YmRlL01ha2Vm
aWxlLmluLm9yaWcyMDE2LTAxLTEwIDIwOjA3OjMxIFVUQworKysrIHB5YmRlL01ha2VmaWxlLmlu
CitAQCAtMTkyLDcgKzE5Miw3IEBAIEFNX1ZfYXQgPSAkKGFtX192X2F0X0BBTV9WQCkKKyBhbV9f
dl9hdF8gPSAkKGFtX192X2F0X0BBTV9ERUZBVUxUX1ZAKQorIGFtX192X2F0XzAgPSBACisgYW1f
X3ZfYXRfMSA9IAorLURFRkFVTFRfSU5DTFVERVMgPSAtSS5AYW1fX2lzcmNAIC1JJCh0b3BfYnVp
bGRkaXIpL2NvbW1vbgorK0RFRkFVTFRfSU5DTFVERVMgPSAtSS5AYW1fX2lzcmNAIC1JJCh0b3Bf
YnVpbGRkaXIpL2NvbW1vbiAtSSQodG9wX2J1aWxkZGlyKS9pbmNsdWRlCisgZGVwY29tcCA9ICQo
U0hFTEwpICQodG9wX3NyY2RpcikvZGVwY29tcAorIGFtX19kZXBmaWxlc19tYXliZSA9IGRlcGZp
bGVzCisgYW1fX212ID0gbXYgLWYKCg==
From owner-svn-ports-head@freebsd.org  Sat Jan 23 18:08:08 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5E27A8F2E1;
 Sat, 23 Jan 2016 18:08:08 +0000 (UTC) (envelope-from cpm@fbsd.es)
Received: from relay.ox.registrar-servers.com (relay.ox.registrar-servers.com
 [199.188.203.174])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "*.registrar-servers.com",
 Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified))
 by mx1.freebsd.org (Postfix) with ESMTPS id 971F21094;
 Sat, 23 Jan 2016 18:08:07 +0000 (UTC) (envelope-from cpm@fbsd.es)
Received: from mta3-3.ox.privateemail.com (mta3-3.ox.privateemail.com
 [198.187.29.252])
 (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (No client certificate requested)
 by relay.ox.registrar-servers.com (Postfix) with ESMTPS id 1C601B0131;
 Sat, 23 Jan 2016 13:08:01 -0500 (EST)
Received: from [2.140.24.110] (110.Red-2-140-24.dynamicIP.rima-tde.net
 [2.140.24.110])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (No client certificate requested)
 by mta3.privateemail.com (Postfix) with ESMTPSA id B2B642400D1;
 Sat, 23 Jan 2016 13:07:47 -0500 (EST)
Date: Sat, 23 Jan 2016 19:07:41 +0100
Subject: Re: svn commit: r406971 - head/devel/libfwsi
Message-ID: 
In-Reply-To: <201601231250.u0NCoXI2002366@repo.freebsd.org>
References: <201601231250.u0NCoXI2002366@repo.freebsd.org>
From: "Carlos J. Puga Medina" 
To: Antoine Brodin 
Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: base64
X-Content-Filtered-By: Mailman/MimeDel 2.1.20
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 18:08:08 -0000

Q2FybG9zIEouIFB1Z2EgTWVkaW5hIGxpa2VkIHlvdXIgbWVzc2FnZSB3aXRoIEJveGVyIGZvciBB
bmRyb2lkLgoKRWwgMjMvMS8yMDE2IDEzOjUwLCBBbnRvaW5lIEJyb2RpbiA8YW50b2luZUBGcmVl
QlNELm9yZz4gZXNjcmliacOzOgoKQXV0aG9yOiBhbnRvaW5lCkRhdGU6IFNhdCBKYW4gMjMgMTI6
NTA6MzMgMjAxNgpOZXcgUmV2aXNpb246IDQwNjk3MQpVUkw6IGh0dHBzOi8vc3Zud2ViLmZyZWVi
c2Qub3JnL2NoYW5nZXNldC9wb3J0cy80MDY5NzEKCkxvZzoKICBVcGRhdGUgdG8gZXhwZXJpbWVu
dGFsLTIwMTYwMTEwCgpNb2RpZmllZDoKICBoZWFkL2RldmVsL2xpYmZ3c2kvTWFrZWZpbGUKICBo
ZWFkL2RldmVsL2xpYmZ3c2kvZGlzdGluZm8KCk1vZGlmaWVkOiBoZWFkL2RldmVsL2xpYmZ3c2kv
TWFrZWZpbGUKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBoZWFkL2RldmVsL2xpYmZ3c2kvTWFr
ZWZpbGVTYXQgSmFuIDIzIDEyOjQ3OjMwIDIwMTYocjQwNjk3MCkKKysrIGhlYWQvZGV2ZWwvbGli
ZndzaS9NYWtlZmlsZVNhdCBKYW4gMjMgMTI6NTA6MzMgMjAxNihyNDA2OTcxKQpAQCAtMyw3ICsz
LDcgQEAKClBPUlROQU1FPWxpYmZ3c2kKIyBJZi9XaGVuIG1vdmluZyBmcm9tIGV4cGVyaW1lbnRh
bCB0byBhbHBoYSwgc3dpdGNoIHRvIERJU1RWRVJTSU9OUFJFRklYIHRvIHByZXZlbnQgUE9SVEVQ
T0NICi1ESVNUVkVSU0lPTj1leHBlcmltZW50YWwtMjAxNTA3MDEKK0RJU1RWRVJTSU9OPWV4cGVy
aW1lbnRhbC0yMDE2MDExMApDQVRFR09SSUVTPWRldmVsCk1BU1RFUl9TSVRFUz1odHRwczovL2dp
dGh1Yi5jb20vbGlieWFsL2xpYmZ3c2kvcmVsZWFzZXMvZG93bmxvYWQvJHtQT1JUVkVSU0lPTjpF
fS8gXApMT0NBTC9hbnRvaW5lCgpNb2RpZmllZDogaGVhZC9kZXZlbC9saWJmd3NpL2Rpc3RpbmZv
Cj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PQotLS0gaGVhZC9kZXZlbC9saWJmd3NpL2Rpc3RpbmZvU2F0
IEphbiAyMyAxMjo0NzozMCAyMDE2KHI0MDY5NzApCisrKyBoZWFkL2RldmVsL2xpYmZ3c2kvZGlz
dGluZm9TYXQgSmFuIDIzIDEyOjUwOjMzIDIwMTYocjQwNjk3MSkKQEAgLTEsMiArMSwyIEBACi1T
SEEyNTYgKGxpYmZ3c2ktZXhwZXJpbWVudGFsLTIwMTUwNzAxLnRhci5neikgPSBkNjczOTY3MmI1
YmFjNDVjMWU3NzVmZTA4YjQ0MmM5MDY5N2VhMGYxMzEwZWU4NWNlMjNjMWM1ZmM1NTMyNzdlCi1T
SVpFIChsaWJmd3NpLWV4cGVyaW1lbnRhbC0yMDE1MDcwMS50YXIuZ3opID0gMTIxMTU2NworU0hB
MjU2IChsaWJmd3NpLWV4cGVyaW1lbnRhbC0yMDE2MDExMC50YXIuZ3opID0gNDYxNWIzMDhlNDU3
YTA4ZjZmYjU1NDJkOGUzMjI5ZDI0ODUxZjJlYzU4MjJhYWNmYzI4NjYzN2ZmMmYwODMxYgorU0la
RSAobGliZndzaS1leHBlcmltZW50YWwtMjAxNjAxMTAudGFyLmd6KSA9IDEyNjM5NTYKCg==
From owner-svn-ports-head@freebsd.org  Sat Jan 23 18:08:08 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5026A8F2E0;
 Sat, 23 Jan 2016 18:08:08 +0000 (UTC) (envelope-from cpm@fbsd.es)
Received: from relay.ox.registrar-servers.com (relay.ox.registrar-servers.com
 [199.188.203.174])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "*.registrar-servers.com",
 Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified))
 by mx1.freebsd.org (Postfix) with ESMTPS id 971991093;
 Sat, 23 Jan 2016 18:08:07 +0000 (UTC) (envelope-from cpm@fbsd.es)
Received: from mta3-3.ox.privateemail.com (mta3-3.ox.privateemail.com
 [198.187.29.252])
 (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (No client certificate requested)
 by relay.ox.registrar-servers.com (Postfix) with ESMTPS id 01D90B00E5;
 Sat, 23 Jan 2016 13:08:07 -0500 (EST)
Received: from [2.140.24.110] (110.Red-2-140-24.dynamicIP.rima-tde.net
 [2.140.24.110])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (No client certificate requested)
 by mta3.privateemail.com (Postfix) with ESMTPSA id BF2EF2400D4;
 Sat, 23 Jan 2016 13:07:58 -0500 (EST)
Date: Sat, 23 Jan 2016 19:07:41 +0100
Subject: Re: svn commit: r407003 - head/converters/p5-Encode
Message-ID: 
In-Reply-To: <201601231514.u0NFEWXY049737@repo.freebsd.org>
References: <201601231514.u0NFEWXY049737@repo.freebsd.org>
From: "Carlos J. Puga Medina" 
To: Sunpoet Po-Chuan Hsieh 
Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: base64
X-Content-Filtered-By: Mailman/MimeDel 2.1.20
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 18:08:08 -0000

Q2FybG9zIEouIFB1Z2EgTWVkaW5hIGxpa2VkIHlvdXIgbWVzc2FnZSB3aXRoIEJveGVyIGZvciBB
bmRyb2lkLgoKRWwgMjMvMS8yMDE2IDE2OjE0LCBTdW5wb2V0IFBvLUNodWFuIEhzaWVoIDxzdW5w
b2V0QEZyZWVCU0Qub3JnPiBlc2NyaWJpw7M6CgpBdXRob3I6IHN1bnBvZXQKRGF0ZTogU2F0IEph
biAyMyAxNToxNDozMiAyMDE2Ck5ldyBSZXZpc2lvbjogNDA3MDAzClVSTDogaHR0cHM6Ly9zdm53
ZWIuZnJlZWJzZC5vcmcvY2hhbmdlc2V0L3BvcnRzLzQwNzAwMwoKTG9nOgogIC0gVXBkYXRlIHRv
IDIuNzkKICAKICBDaGFuZ2VzOmh0dHA6Ly9zZWFyY2guY3Bhbi5vcmcvZGlzdC9FbmNvZGUvQ2hh
bmdlcwoKTW9kaWZpZWQ6CiAgaGVhZC9jb252ZXJ0ZXJzL3A1LUVuY29kZS9NYWtlZmlsZQogIGhl
YWQvY29udmVydGVycy9wNS1FbmNvZGUvZGlzdGluZm8KCk1vZGlmaWVkOiBoZWFkL2NvbnZlcnRl
cnMvcDUtRW5jb2RlL01ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gaGVhZC9jb252
ZXJ0ZXJzL3A1LUVuY29kZS9NYWtlZmlsZVNhdCBKYW4gMjMgMTU6MTQ6MjQgMjAxNihyNDA3MDAy
KQorKysgaGVhZC9jb252ZXJ0ZXJzL3A1LUVuY29kZS9NYWtlZmlsZVNhdCBKYW4gMjMgMTU6MTQ6
MzIgMjAxNihyNDA3MDAzKQpAQCAtMiw3ICsyLDcgQEAKIyAkRnJlZUJTRCQKClBPUlROQU1FPUVu
Y29kZQotUE9SVFZFUlNJT049Mi43OAorUE9SVFZFUlNJT049Mi43OQpDQVRFR09SSUVTPWNvbnZl
cnRlcnMgcGVybDUKTUFTVEVSX1NJVEVTPUNQQU4KTUFTVEVSX1NJVEVfU1VCRElSPUNQQU46REFO
S09HQUkKCk1vZGlmaWVkOiBoZWFkL2NvbnZlcnRlcnMvcDUtRW5jb2RlL2Rpc3RpbmZvCj09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PQotLS0gaGVhZC9jb252ZXJ0ZXJzL3A1LUVuY29kZS9kaXN0aW5mb1Nh
dCBKYW4gMjMgMTU6MTQ6MjQgMjAxNihyNDA3MDAyKQorKysgaGVhZC9jb252ZXJ0ZXJzL3A1LUVu
Y29kZS9kaXN0aW5mb1NhdCBKYW4gMjMgMTU6MTQ6MzIgMjAxNihyNDA3MDAzKQpAQCAtMSwyICsx
LDIgQEAKLVNIQTI1NiAoRW5jb2RlLTIuNzgudGFyLmd6KSA9IDFmYzhkNWMwZTc1ZWY4NWJlZWFj
NzFkMWZlNGEzYmZjYjgyMDc3NTVhNDZiMzJmNzgzYTNhNjY4MjY3Mjc2MmEKLVNJWkUgKEVuY29k
ZS0yLjc4LnRhci5neikgPSAyMDE1ODQ1CitTSEEyNTYgKEVuY29kZS0yLjc5LnRhci5neikgPSAy
YjcxMDQ5MmVjYzNkNGJhNDg4ZWY2OTBmNDZhZDEyMGZjMmIwNjBmZThkMjA1Y2M0MjY5MDgwNzk4
Nzg5MjFhCitTSVpFIChFbmNvZGUtMi43OS50YXIuZ3opID0gMTk5MDg3NgoK
From owner-svn-ports-head@freebsd.org  Sat Jan 23 18:08:23 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A56ADA8F34C;
 Sat, 23 Jan 2016 18:08:23 +0000 (UTC) (envelope-from cpm@fbsd.es)
Received: from mta3-3.ox.privateemail.com (mta3-3.ox.privateemail.com
 [198.187.29.252])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "privateemail.com",
 Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 6A2D713CE;
 Sat, 23 Jan 2016 18:08:23 +0000 (UTC) (envelope-from cpm@fbsd.es)
Received: from [2.140.24.110] (110.Red-2-140-24.dynamicIP.rima-tde.net
 [2.140.24.110])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (No client certificate requested)
 by mta3.privateemail.com (Postfix) with ESMTPSA id 5CA982400D3;
 Sat, 23 Jan 2016 13:08:20 -0500 (EST)
Date: Sat, 23 Jan 2016 19:07:42 +0100
Subject: Re: svn commit: r407001 - in head/security: . p5-Crypt-Random-Seed
Message-ID: <28e252f1-3112-4fda-854e-2969088bce74@fbsd.es>
In-Reply-To: <201601231513.u0NFDu7h049428@repo.freebsd.org>
References: <201601231513.u0NFDu7h049428@repo.freebsd.org>
From: "Carlos J. Puga Medina" 
To: Sunpoet Po-Chuan Hsieh 
Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: base64
X-Content-Filtered-By: Mailman/MimeDel 2.1.20
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 18:08:23 -0000

Q2FybG9zIEouIFB1Z2EgTWVkaW5hIGxpa2VkIHlvdXIgbWVzc2FnZSB3aXRoIEJveGVyIGZvciBB
bmRyb2lkLgoKRWwgMjMvMS8yMDE2IDE2OjE0LCBTdW5wb2V0IFBvLUNodWFuIEhzaWVoIDxzdW5w
b2V0QEZyZWVCU0Qub3JnPiBlc2NyaWJpw7M6CgpBdXRob3I6IHN1bnBvZXQKRGF0ZTogU2F0IEph
biAyMyAxNToxMzo1NSAyMDE2Ck5ldyBSZXZpc2lvbjogNDA3MDAxClVSTDogaHR0cHM6Ly9zdm53
ZWIuZnJlZWJzZC5vcmcvY2hhbmdlc2V0L3BvcnRzLzQwNzAwMQoKTG9nOgogIC0gQWRkIHA1LUNy
eXB0LVJhbmRvbS1TZWVkIDAuMDMKICAKICBDcnlwdDo6UmFuZG9tOjpTZWVkIGlzIGEgc2ltcGxl
IG1lY2hhbmlzbSB0byBnZXQgc3Ryb25nIHJhbmRvbW5lc3MuIFRoZSBtYWluCiAgcHVycG9zZSBv
ZiB0aGlzIG1vZHVsZSBpcyB0byBwcm92aWRlIGEgc2ltcGxlIHdheSB0byBnZW5lcmF0ZSBhIHNl
ZWQgZm9yIGEgUFJORwogIHN1Y2ggYXMgTWF0aDo6UmFuZG9tOjpJU0FBQywgZm9yIHVzZSBpbiBj
cnlwdG9ncmFwaGljIGtleSBnZW5lcmF0aW9uLCBvciBhcyB0aGUKICBzZWVkIGZvciBhbiB1cHN0
cmVhbSBtb2R1bGUgc3VjaCBhcyBCeXRlczo6UmFuZG9tOjpTZWN1cmUuIEZsYWdzIGZvciByZXF1
aXJpbmcKICBub24tYmxvY2tpbmcgc291cmNlcyBhcmUgYWxsb3dlZCwgYXMgd2VsbCBhcyBhIHZl
cnkgc2ltcGxlIG1ldGhvZCBmb3IgcGx1Z2dpbmcKICBpbiBhIHNvdXJjZS4KICAKICBXV1c6IGh0
dHA6Ly9zZWFyY2guY3Bhbi5vcmcvZGlzdC9DcnlwdC1SYW5kb20tU2VlZC8KCkFkZGVkOgogIGhl
YWQvc2VjdXJpdHkvcDUtQ3J5cHQtUmFuZG9tLVNlZWQvCiAgaGVhZC9zZWN1cml0eS9wNS1Dcnlw
dC1SYW5kb20tU2VlZC9NYWtlZmlsZSAgIChjb250ZW50cywgcHJvcHMgY2hhbmdlZCkKICBoZWFk
L3NlY3VyaXR5L3A1LUNyeXB0LVJhbmRvbS1TZWVkL2Rpc3RpbmZvICAgKGNvbnRlbnRzLCBwcm9w
cyBjaGFuZ2VkKQogIGhlYWQvc2VjdXJpdHkvcDUtQ3J5cHQtUmFuZG9tLVNlZWQvcGtnLWRlc2Ny
ICAgKGNvbnRlbnRzLCBwcm9wcyBjaGFuZ2VkKQogIGhlYWQvc2VjdXJpdHkvcDUtQ3J5cHQtUmFu
ZG9tLVNlZWQvcGtnLXBsaXN0ICAgKGNvbnRlbnRzLCBwcm9wcyBjaGFuZ2VkKQpNb2RpZmllZDoK
ICBoZWFkL3NlY3VyaXR5L01ha2VmaWxlCgpNb2RpZmllZDogaGVhZC9zZWN1cml0eS9NYWtlZmls
ZQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIGhlYWQvc2VjdXJpdHkvTWFrZWZpbGVTYXQgSmFu
IDIzIDE1OjEzOjM2IDIwMTYocjQwNzAwMCkKKysrIGhlYWQvc2VjdXJpdHkvTWFrZWZpbGVTYXQg
SmFuIDIzIDE1OjEzOjU1IDIwMTYocjQwNzAwMSkKQEAgLTU0Miw2ICs1NDIsNyBAQAogICAgIFNV
QkRJUiArPSBwNS1DcnlwdC1SYWJiaXQKICAgICBTVUJESVIgKz0gcDUtQ3J5cHQtUmFuZFBhc3N3
ZAogICAgIFNVQkRJUiArPSBwNS1DcnlwdC1SYW5kb20KKyAgICBTVUJESVIgKz0gcDUtQ3J5cHQt
UmFuZG9tLVNlZWQKICAgICBTVUJESVIgKz0gcDUtQ3J5cHQtUmFuZG9tLVNvdXJjZQogICAgIFNV
QkRJUiArPSBwNS1DcnlwdC1SYW5kb20tVEVTSEEyCiAgICAgU1VCRElSICs9IHA1LUNyeXB0LVJp
am5kYWVsCgpBZGRlZDogaGVhZC9zZWN1cml0eS9wNS1DcnlwdC1SYW5kb20tU2VlZC9NYWtlZmls
ZQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIC9kZXYvbnVsbDAwOjAwOjAwIDE5NzAoZW1wdHks
IGJlY2F1c2UgZmlsZSBpcyBuZXdseSBhZGRlZCkKKysrIGhlYWQvc2VjdXJpdHkvcDUtQ3J5cHQt
UmFuZG9tLVNlZWQvTWFrZWZpbGVTYXQgSmFuIDIzIDE1OjEzOjU1IDIwMTYocjQwNzAwMSkKQEAg
LTAsMCArMSwyNCBAQAorIyBDcmVhdGVkIGJ5OiBTdW5wb2V0IFBvLUNodWFuIEhzaWVoIDxzdW5w
b2V0QEZyZWVCU0Qub3JnPgorIyAkRnJlZUJTRCQKKworUE9SVE5BTUU9Q3J5cHQtUmFuZG9tLVNl
ZWQKK1BPUlRWRVJTSU9OPTAuMDMKK0NBVEVHT1JJRVM9c2VjdXJpdHkgcGVybDUKK01BU1RFUl9T
SVRFUz1DUEFOCitQS0dOQU1FUFJFRklYPXA1LQorCitNQUlOVEFJTkVSPXN1bnBvZXRARnJlZUJT
RC5vcmcKK0NPTU1FTlQ9U2ltcGxlIG1ldGhvZCB0byBnZXQgc3Ryb25nIHJhbmRvbW5lc3MKKwor
TElDRU5TRT1BUlQxMCBHUEx2MQorTElDRU5TRV9DT01CPWR1YWwKK0xJQ0VOU0VfRklMRT0ke1dS
S1NSQ30vTElDRU5TRQorCitCVUlMRF9ERVBFTkRTPXA1LUNyeXB0LVJhbmRvbS1URVNIQTI+PTA6
JHtQT1JUU0RJUn0vc2VjdXJpdHkvcDUtQ3J5cHQtUmFuZG9tLVRFU0hBMgorUlVOX0RFUEVORFM6
PSR7QlVJTERfREVQRU5EU30KKworTk9fQVJDSD15ZXMKK1VTRV9QRVJMNT1jb25maWd1cmUKK1VT
RVM9cGVybDUKKworLmluY2x1ZGUgPGJzZC5wb3J0Lm1rPgoKQWRkZWQ6IGhlYWQvc2VjdXJpdHkv
cDUtQ3J5cHQtUmFuZG9tLVNlZWQvZGlzdGluZm8KPT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSAv
ZGV2L251bGwwMDowMDowMCAxOTcwKGVtcHR5LCBiZWNhdXNlIGZpbGUgaXMgbmV3bHkgYWRkZWQp
CisrKyBoZWFkL3NlY3VyaXR5L3A1LUNyeXB0LVJhbmRvbS1TZWVkL2Rpc3RpbmZvU2F0IEphbiAy
MyAxNToxMzo1NSAyMDE2KHI0MDcwMDEpCkBAIC0wLDAgKzEsMiBAQAorU0hBMjU2IChDcnlwdC1S
YW5kb20tU2VlZC0wLjAzLnRhci5neikgPSA1OTNkYTU0YjUyMmMwOWNjMjZiYmNjMGU0ZTQ5YzFj
OGU2ODhhNmZkMzNiMDcyNmFmODAxZDcyMmE1YzhkMGYxCitTSVpFIChDcnlwdC1SYW5kb20tU2Vl
ZC0wLjAzLnRhci5neikgPSAyMjE3NQoKQWRkZWQ6IGhlYWQvc2VjdXJpdHkvcDUtQ3J5cHQtUmFu
ZG9tLVNlZWQvcGtnLWRlc2NyCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gL2Rldi9udWxsMDA6
MDA6MDAgMTk3MChlbXB0eSwgYmVjYXVzZSBmaWxlIGlzIG5ld2x5IGFkZGVkKQorKysgaGVhZC9z
ZWN1cml0eS9wNS1DcnlwdC1SYW5kb20tU2VlZC9wa2ctZGVzY3JTYXQgSmFuIDIzIDE1OjEzOjU1
IDIwMTYocjQwNzAwMSkKQEAgLTAsMCArMSw4IEBACitDcnlwdDo6UmFuZG9tOjpTZWVkIGlzIGEg
c2ltcGxlIG1lY2hhbmlzbSB0byBnZXQgc3Ryb25nIHJhbmRvbW5lc3MuIFRoZSBtYWluCitwdXJw
b3NlIG9mIHRoaXMgbW9kdWxlIGlzIHRvIHByb3ZpZGUgYSBzaW1wbGUgd2F5IHRvIGdlbmVyYXRl
IGEgc2VlZCBmb3IgYSBQUk5HCitzdWNoIGFzIE1hdGg6OlJhbmRvbTo6SVNBQUMsIGZvciB1c2Ug
aW4gY3J5cHRvZ3JhcGhpYyBrZXkgZ2VuZXJhdGlvbiwgb3IgYXMgdGhlCitzZWVkIGZvciBhbiB1
cHN0cmVhbSBtb2R1bGUgc3VjaCBhcyBCeXRlczo6UmFuZG9tOjpTZWN1cmUuIEZsYWdzIGZvciBy
ZXF1aXJpbmcKK25vbi1ibG9ja2luZyBzb3VyY2VzIGFyZSBhbGxvd2VkLCBhcyB3ZWxsIGFzIGEg
dmVyeSBzaW1wbGUgbWV0aG9kIGZvciBwbHVnZ2luZworaW4gYSBzb3VyY2UuCisKK1dXVzogaHR0
cDovL3NlYXJjaC5jcGFuLm9yZy9kaXN0L0NyeXB0LVJhbmRvbS1TZWVkLwoKQWRkZWQ6IGhlYWQv
c2VjdXJpdHkvcDUtQ3J5cHQtUmFuZG9tLVNlZWQvcGtnLXBsaXN0Cj09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PQotLS0gL2Rldi9udWxsMDA6MDA6MDAgMTk3MChlbXB0eSwgYmVjYXVzZSBmaWxlIGlzIG5l
d2x5IGFkZGVkKQorKysgaGVhZC9zZWN1cml0eS9wNS1DcnlwdC1SYW5kb20tU2VlZC9wa2ctcGxp
c3RTYXQgSmFuIDIzIDE1OjEzOjU1IDIwMTYocjQwNzAwMSkKQEAgLTAsMCArMSwyIEBACislJVNJ
VEVfUEVSTCUlL0NyeXB0L1JhbmRvbS9TZWVkLnBtCislJVBFUkw1X01BTjMlJS9DcnlwdDo6UmFu
ZG9tOjpTZWVkLjMuZ3oKCg==
From owner-svn-ports-head@freebsd.org  Sat Jan 23 18:08:17 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71861A8F325;
 Sat, 23 Jan 2016 18:08:17 +0000 (UTC) (envelope-from cpm@fbsd.es)
Received: from mta3-3.ox.privateemail.com (mta3-3.ox.privateemail.com
 [198.187.29.252])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "privateemail.com",
 Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 263CD1310;
 Sat, 23 Jan 2016 18:08:17 +0000 (UTC) (envelope-from cpm@fbsd.es)
Received: from [2.140.24.110] (110.Red-2-140-24.dynamicIP.rima-tde.net
 [2.140.24.110])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (No client certificate requested)
 by mta3.privateemail.com (Postfix) with ESMTPSA id 65D592400D1;
 Sat, 23 Jan 2016 13:08:13 -0500 (EST)
Date: Sat, 23 Jan 2016 19:07:42 +0100
Subject: Re: svn commit: r406989 - head/sysutils/py-pytsk
Message-ID: 
In-Reply-To: <201601231412.u0NECOXe030390@repo.freebsd.org>
References: <201601231412.u0NECOXe030390@repo.freebsd.org>
From: "Carlos J. Puga Medina" 
To: Antoine Brodin 
Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: base64
X-Content-Filtered-By: Mailman/MimeDel 2.1.20
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 18:08:17 -0000

Q2FybG9zIEouIFB1Z2EgTWVkaW5hIGxpa2VkIHlvdXIgbWVzc2FnZSB3aXRoIEJveGVyIGZvciBB
bmRyb2lkLgoKRWwgMjMvMS8yMDE2IDE1OjEyLCBBbnRvaW5lIEJyb2RpbiA8YW50b2luZUBGcmVl
QlNELm9yZz4gZXNjcmliacOzOgoKQXV0aG9yOiBhbnRvaW5lCkRhdGU6IFNhdCBKYW4gMjMgMTQ6
MTI6MjQgMjAxNgpOZXcgUmV2aXNpb246IDQwNjk4OQpVUkw6IGh0dHBzOi8vc3Zud2ViLmZyZWVi
c2Qub3JnL2NoYW5nZXNldC9wb3J0cy80MDY5ODkKCkxvZzoKICBVcGRhdGUgdG8gMjAxNjAxMTEK
Ck1vZGlmaWVkOgogIGhlYWQvc3lzdXRpbHMvcHktcHl0c2svTWFrZWZpbGUKICBoZWFkL3N5c3V0
aWxzL3B5LXB5dHNrL2Rpc3RpbmZvCgpNb2RpZmllZDogaGVhZC9zeXN1dGlscy9weS1weXRzay9N
YWtlZmlsZQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIGhlYWQvc3lzdXRpbHMvcHktcHl0c2sv
TWFrZWZpbGVTYXQgSmFuIDIzIDE0OjA0OjIzIDIwMTYocjQwNjk4OCkKKysrIGhlYWQvc3lzdXRp
bHMvcHktcHl0c2svTWFrZWZpbGVTYXQgSmFuIDIzIDE0OjEyOjI0IDIwMTYocjQwNjk4OSkKQEAg
LTIsMTAgKzIsOSBAQAojICRGcmVlQlNEJAoKUE9SVE5BTUU9cHl0c2sKLVBPUlRWRVJTSU9OPTIw
MTUwNDA2Ci1QT1JUUkVWSVNJT049MQorUE9SVFZFUlNJT049MjAxNjAxMTEKQ0FURUdPUklFUz1z
eXN1dGlscyBzZWN1cml0eSBkZXZlbCBweXRob24KLU1BU1RFUl9TSVRFUz1odHRwczovL2dpdGh1
Yi5jb20vcHk0bjYvcHl0c2svcmVsZWFzZXMvZG93bmxvYWQvJHtQT1JUVkVSU0lPTn0vIFwKK01B
U1RFUl9TSVRFUz1odHRwczovL2dpdGh1Yi5jb20vcHk0bjYvcHl0c2svcmVsZWFzZXMvZG93bmxv
YWQvJHtQT1JUVkVSU0lPTn0ke0VYVFJBQ1RfU1VGWH0vIFwKTE9DQUwvYW50b2luZQpQS0dOQU1F
UFJFRklYPSR7UFlUSE9OX1BLR05BTUVQUkVGSVh9CgpAQCAtMTgsMjQgKzE3LDExIEBAIExJQl9E
RVBFTkRTPWxpYnRzay5zbzoke1BPUlRTRElSfS9zeXN1dAoKV1JLU1JDPSR7V1JLRElSfS8ke1BP
UlROQU1FfQoKLVVTRVM9cHl0aG9uIHNoZWJhbmdmaXggdGFyOnRnegotU0hFQkFOR19GSUxFUz1z
YW1wbGVzLyoucHkKLXB5dGhvbl9PTERfQ01EPS4qCitVU0VTPXB5dGhvbiB0YXI6dGd6ClVTRV9Q
WVRIT049ZGlzdHV0aWxzIGF1dG9wbGlzdAoKLVBPUlRET0NTPVJFQURNRQotUE9SVEVYQU1QTEVT
PSoKLQotT1BUSU9OU19ERUZJTkU9RE9DUyBFWEFNUExFUwotCnBvc3QtcGF0Y2g6CiR7UkVJTlBM
QUNFX0NNRH0gJ3N8Ii8iLCAidXNyIiwgImxvY2FsInwiJHtMT0NBTEJBU0V9InwnIFwKJHtXUktT
UkN9L3NldHVwLnB5CgotcG9zdC1pbnN0YWxsOgotQCR7TUtESVJ9ICR7U1RBR0VESVJ9JHtET0NT
RElSfQotJHtJTlNUQUxMX0RBVEF9ICR7UE9SVERPQ1M6UyxeLCR7V1JLU1JDfS8sfSAke1NUQUdF
RElSfSR7RE9DU0RJUn0KLUAke01LRElSfSAke1NUQUdFRElSfSR7RVhBTVBMRVNESVJ9Ci0ke0lO
U1RBTExfU0NSSVBUfSAke1dSS1NSQ30vc2FtcGxlcy8qLnB5ICR7U1RBR0VESVJ9JHtFWEFNUExF
U0RJUn0KLQouaW5jbHVkZSA8YnNkLnBvcnQubWs+CgpNb2RpZmllZDogaGVhZC9zeXN1dGlscy9w
eS1weXRzay9kaXN0aW5mbwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIGhlYWQvc3lzdXRpbHMv
cHktcHl0c2svZGlzdGluZm9TYXQgSmFuIDIzIDE0OjA0OjIzIDIwMTYocjQwNjk4OCkKKysrIGhl
YWQvc3lzdXRpbHMvcHktcHl0c2svZGlzdGluZm9TYXQgSmFuIDIzIDE0OjEyOjI0IDIwMTYocjQw
Njk4OSkKQEAgLTEsMiArMSwyIEBACi1TSEEyNTYgKHB5dHNrLTIwMTUwNDA2LnRneikgPSBkZmQ1
MzA2YTYzYzZhYTQ4NzVhZjZlMzU0MGJlMTBlOTE3MjE4NDQyNTZkMGEwYzEwNTRiNjMwNTBlOWMw
OTNlCi1TSVpFIChweXRzay0yMDE1MDQwNi50Z3opID0gMTAzNDc3CitTSEEyNTYgKHB5dHNrLTIw
MTYwMTExLnRneikgPSA3ZjA1OTY1YjgyY2NjNzI0YTNkNTZlYzMxZTNjZDZlOGU2ZTg2OWFkZDBi
ZDhlZmY3MDkyNzY0MGNjMDFhMTg3CitTSVpFIChweXRzay0yMDE2MDExMS50Z3opID0gOTI1NzAK
Cg==
From owner-svn-ports-head@freebsd.org  Sat Jan 23 18:08:28 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E4C8A8F36F;
 Sat, 23 Jan 2016 18:08:28 +0000 (UTC) (envelope-from cpm@fbsd.es)
Received: from mta3-3.ox.privateemail.com (mta3-3.ox.privateemail.com
 [198.187.29.252])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "privateemail.com",
 Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 0E58C1486;
 Sat, 23 Jan 2016 18:08:28 +0000 (UTC) (envelope-from cpm@fbsd.es)
Received: from [2.140.24.110] (110.Red-2-140-24.dynamicIP.rima-tde.net
 [2.140.24.110])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (No client certificate requested)
 by mta3.privateemail.com (Postfix) with ESMTPSA id 78D482400C7;
 Sat, 23 Jan 2016 13:08:25 -0500 (EST)
Date: Sat, 23 Jan 2016 19:07:42 +0100
Subject: Re: svn commit: r407023 - head/devel/rubygem-minitest
Message-ID: <7a8d2211-a13c-4b11-9173-11587ce1ddc7@fbsd.es>
In-Reply-To: <201601231516.u0NFGCIc052093@repo.freebsd.org>
References: <201601231516.u0NFGCIc052093@repo.freebsd.org>
From: "Carlos J. Puga Medina" 
To: Sunpoet Po-Chuan Hsieh 
Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: base64
X-Content-Filtered-By: Mailman/MimeDel 2.1.20
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 18:08:28 -0000

Q2FybG9zIEouIFB1Z2EgTWVkaW5hIGxpa2VkIHlvdXIgbWVzc2FnZSB3aXRoIEJveGVyIGZvciBB
bmRyb2lkLgoKRWwgMjMvMS8yMDE2IDE2OjE2LCBTdW5wb2V0IFBvLUNodWFuIEhzaWVoIDxzdW5w
b2V0QEZyZWVCU0Qub3JnPiBlc2NyaWJpw7M6CgpBdXRob3I6IHN1bnBvZXQKRGF0ZTogU2F0IEph
biAyMyAxNToxNjoxMiAyMDE2Ck5ldyBSZXZpc2lvbjogNDA3MDIzClVSTDogaHR0cHM6Ly9zdm53
ZWIuZnJlZWJzZC5vcmcvY2hhbmdlc2V0L3BvcnRzLzQwNzAyMwoKTG9nOgogIC0gVXBkYXRlIHRv
IDUuOC40CiAgCiAgQ2hhbmdlczpodHRwczovL2dpdGh1Yi5jb20vc2VhdHRsZXJiL21pbml0ZXN0
L2Jsb2IvbWFzdGVyL0hpc3RvcnkucmRvYwoKTW9kaWZpZWQ6CiAgaGVhZC9kZXZlbC9ydWJ5Z2Vt
LW1pbml0ZXN0L01ha2VmaWxlCiAgaGVhZC9kZXZlbC9ydWJ5Z2VtLW1pbml0ZXN0L2Rpc3RpbmZv
CgpNb2RpZmllZDogaGVhZC9kZXZlbC9ydWJ5Z2VtLW1pbml0ZXN0L01ha2VmaWxlCj09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PQotLS0gaGVhZC9kZXZlbC9ydWJ5Z2VtLW1pbml0ZXN0L01ha2VmaWxlU2F0
IEphbiAyMyAxNToxNjowNyAyMDE2KHI0MDcwMjIpCisrKyBoZWFkL2RldmVsL3J1YnlnZW0tbWlu
aXRlc3QvTWFrZWZpbGVTYXQgSmFuIDIzIDE1OjE2OjEyIDIwMTYocjQwNzAyMykKQEAgLTIsNyAr
Miw3IEBACiMgJEZyZWVCU0QkCgpQT1JUTkFNRT1taW5pdGVzdAotUE9SVFZFUlNJT049NS44LjMK
K1BPUlRWRVJTSU9OPTUuOC40CkNBVEVHT1JJRVM9ZGV2ZWwgcnVieWdlbXMKTUFTVEVSX1NJVEVT
PVJHCgoKTW9kaWZpZWQ6IGhlYWQvZGV2ZWwvcnVieWdlbS1taW5pdGVzdC9kaXN0aW5mbwo9PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT0KLS0tIGhlYWQvZGV2ZWwvcnVieWdlbS1taW5pdGVzdC9kaXN0aW5m
b1NhdCBKYW4gMjMgMTU6MTY6MDcgMjAxNihyNDA3MDIyKQorKysgaGVhZC9kZXZlbC9ydWJ5Z2Vt
LW1pbml0ZXN0L2Rpc3RpbmZvU2F0IEphbiAyMyAxNToxNjoxMiAyMDE2KHI0MDcwMjMpCkBAIC0x
LDIgKzEsMiBAQAotU0hBMjU2IChydWJ5Z2VtL21pbml0ZXN0LTUuOC4zLmdlbSkgPSA2ODFiMWRm
ZmE1YWYzMTY3ODg5ZmEyM2IyYmY4ODYwZmY1MTZiMGZlZDU2MGY4ZmI2YWY4Yjg4YzdlYWZjYzRk
Ci1TSVpFIChydWJ5Z2VtL21pbml0ZXN0LTUuOC4zLmdlbSkgPSA3MTY4MAorU0hBMjU2IChydWJ5
Z2VtL21pbml0ZXN0LTUuOC40LmdlbSkgPSAyYWQ3M2VjNzNlZjU0NzE5ZWZiYTI0OTYxYTM2YWQz
YTY1YzBiZmY5Y2I1ZDlmZGE0ZGRhYmEyYTM4YjhkNDE2CitTSVpFIChydWJ5Z2VtL21pbml0ZXN0
LTUuOC40LmdlbSkgPSA3MjE5MgoK
From owner-svn-ports-head@freebsd.org  Sat Jan 23 18:08:33 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70859A8F399;
 Sat, 23 Jan 2016 18:08:33 +0000 (UTC) (envelope-from cpm@fbsd.es)
Received: from mta3-3.ox.privateemail.com (mta3-3.ox.privateemail.com
 [198.187.29.252])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "privateemail.com",
 Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 510CC1584;
 Sat, 23 Jan 2016 18:08:33 +0000 (UTC) (envelope-from cpm@fbsd.es)
Received: from [2.140.24.110] (110.Red-2-140-24.dynamicIP.rima-tde.net
 [2.140.24.110])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (No client certificate requested)
 by mta3.privateemail.com (Postfix) with ESMTPSA id B87002400DC;
 Sat, 23 Jan 2016 13:08:30 -0500 (EST)
Date: Sat, 23 Jan 2016 19:07:42 +0100
Subject: Re: svn commit: r407014 - head/www/p5-Dancer2
Message-ID: 
In-Reply-To: <201601231515.u0NFFRFH051049@repo.freebsd.org>
References: <201601231515.u0NFFRFH051049@repo.freebsd.org>
From: "Carlos J. Puga Medina" 
To: Sunpoet Po-Chuan Hsieh 
Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: base64
X-Content-Filtered-By: Mailman/MimeDel 2.1.20
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 18:08:33 -0000

Q2FybG9zIEouIFB1Z2EgTWVkaW5hIGxpa2VkIHlvdXIgbWVzc2FnZSB3aXRoIEJveGVyIGZvciBB
bmRyb2lkLgoKRWwgMjMvMS8yMDE2IDE2OjE1LCBTdW5wb2V0IFBvLUNodWFuIEhzaWVoIDxzdW5w
b2V0QEZyZWVCU0Qub3JnPiBlc2NyaWJpw7M6CgpBdXRob3I6IHN1bnBvZXQKRGF0ZTogU2F0IEph
biAyMyAxNToxNToyNyAyMDE2Ck5ldyBSZXZpc2lvbjogNDA3MDE0ClVSTDogaHR0cHM6Ly9zdm53
ZWIuZnJlZWJzZC5vcmcvY2hhbmdlc2V0L3BvcnRzLzQwNzAxNAoKTG9nOgogIC0gVXBkYXRlIHRv
IDAuMTY2MDAxCiAgCiAgQ2hhbmdlczpodHRwOi8vc2VhcmNoLmNwYW4ub3JnL2Rpc3QvRGFuY2Vy
Mi9DaGFuZ2VzCgpNb2RpZmllZDoKICBoZWFkL3d3dy9wNS1EYW5jZXIyL01ha2VmaWxlCiAgaGVh
ZC93d3cvcDUtRGFuY2VyMi9kaXN0aW5mbwoKTW9kaWZpZWQ6IGhlYWQvd3d3L3A1LURhbmNlcjIv
TWFrZWZpbGUKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBoZWFkL3d3dy9wNS1EYW5jZXIyL01h
a2VmaWxlU2F0IEphbiAyMyAxNToxNToyMiAyMDE2KHI0MDcwMTMpCisrKyBoZWFkL3d3dy9wNS1E
YW5jZXIyL01ha2VmaWxlU2F0IEphbiAyMyAxNToxNToyNyAyMDE2KHI0MDcwMTQpCkBAIC0yLDcg
KzIsNyBAQAojICRGcmVlQlNEJAoKUE9SVE5BTUU9RGFuY2VyMgotUE9SVFZFUlNJT049MC4xNjYw
MDAKK1BPUlRWRVJTSU9OPTAuMTY2MDAxCkNBVEVHT1JJRVM9d3d3IHBlcmw1Ck1BU1RFUl9TSVRF
Uz1DUEFOClBLR05BTUVQUkVGSVg9cDUtCgpNb2RpZmllZDogaGVhZC93d3cvcDUtRGFuY2VyMi9k
aXN0aW5mbwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIGhlYWQvd3d3L3A1LURhbmNlcjIvZGlz
dGluZm9TYXQgSmFuIDIzIDE1OjE1OjIyIDIwMTYocjQwNzAxMykKKysrIGhlYWQvd3d3L3A1LURh
bmNlcjIvZGlzdGluZm9TYXQgSmFuIDIzIDE1OjE1OjI3IDIwMTYocjQwNzAxNCkKQEAgLTEsMiAr
MSwyIEBACi1TSEEyNTYgKERhbmNlcjItMC4xNjYwMDAudGFyLmd6KSA9IDM0YjJhYzE2ZTk0MGM5
NGIzYzExMDBmNzMyNWVkOTM4NGJjNDYyMTBiMmMyZTQ2YThmMDQwM2Q0ZDA1M2Q2MWQKLVNJWkUg
KERhbmNlcjItMC4xNjYwMDAudGFyLmd6KSA9IDMyNDEzNQorU0hBMjU2IChEYW5jZXIyLTAuMTY2
MDAxLnRhci5neikgPSAwNmM3OWNkM2NjN2Q5MzY3NzkwZmI3MzIwMzc3OGMyNDg0MGMzYjY1ODYy
NmVlNDJlNzU0NzhhNjUzNDY5NWE0CitTSVpFIChEYW5jZXIyLTAuMTY2MDAxLnRhci5neikgPSAz
MjQyNzAKCg==
From owner-svn-ports-head@freebsd.org  Sat Jan 23 18:08:38 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0129A8F3C6;
 Sat, 23 Jan 2016 18:08:38 +0000 (UTC) (envelope-from cpm@fbsd.es)
Received: from mta3-3.ox.privateemail.com (mta3-3.ox.privateemail.com
 [198.187.29.252])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "privateemail.com",
 Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 7C103172D;
 Sat, 23 Jan 2016 18:08:38 +0000 (UTC) (envelope-from cpm@fbsd.es)
Received: from [2.140.24.110] (110.Red-2-140-24.dynamicIP.rima-tde.net
 [2.140.24.110])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (No client certificate requested)
 by mta3.privateemail.com (Postfix) with ESMTPSA id A37792400D3;
 Sat, 23 Jan 2016 13:08:35 -0500 (EST)
Date: Sat, 23 Jan 2016 19:07:43 +0100
Subject: Re: svn commit: r407016 - in head/databases/rubygem-arel-helpers: .
 files
Message-ID: <67414e13-cdc0-40a2-afed-3eda25f5610a@fbsd.es>
In-Reply-To: <201601231515.u0NFFbo8051277@repo.freebsd.org>
References: <201601231515.u0NFFbo8051277@repo.freebsd.org>
From: "Carlos J. Puga Medina" 
To: Sunpoet Po-Chuan Hsieh 
Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: base64
X-Content-Filtered-By: Mailman/MimeDel 2.1.20
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 18:08:38 -0000

Q2FybG9zIEouIFB1Z2EgTWVkaW5hIGxpa2VkIHlvdXIgbWVzc2FnZSB3aXRoIEJveGVyIGZvciBB
bmRyb2lkLgoKRWwgMjMvMS8yMDE2IDE2OjE1LCBTdW5wb2V0IFBvLUNodWFuIEhzaWVoIDxzdW5w
b2V0QEZyZWVCU0Qub3JnPiBlc2NyaWJpw7M6CgpBdXRob3I6IHN1bnBvZXQKRGF0ZTogU2F0IEph
biAyMyAxNToxNTozNiAyMDE2Ck5ldyBSZXZpc2lvbjogNDA3MDE2ClVSTDogaHR0cHM6Ly9zdm53
ZWIuZnJlZWJzZC5vcmcvY2hhbmdlc2V0L3BvcnRzLzQwNzAxNgoKTG9nOgogIC0gVXBkYXRlIHRv
IDIuMi4wCiAgCiAgQ2hhbmdlczpodHRwczovL2dpdGh1Yi5jb20vY2FtZXJ0cm9uL2FyZWwtaGVs
cGVycy9ibG9iL21hc3Rlci9IaXN0b3J5LnR4dAoKRGVsZXRlZDoKICBoZWFkL2RhdGFiYXNlcy9y
dWJ5Z2VtLWFyZWwtaGVscGVycy9maWxlcy8KTW9kaWZpZWQ6CiAgaGVhZC9kYXRhYmFzZXMvcnVi
eWdlbS1hcmVsLWhlbHBlcnMvTWFrZWZpbGUKICBoZWFkL2RhdGFiYXNlcy9ydWJ5Z2VtLWFyZWwt
aGVscGVycy9kaXN0aW5mbwoKTW9kaWZpZWQ6IGhlYWQvZGF0YWJhc2VzL3J1YnlnZW0tYXJlbC1o
ZWxwZXJzL01ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gaGVhZC9kYXRhYmFzZXMv
cnVieWdlbS1hcmVsLWhlbHBlcnMvTWFrZWZpbGVTYXQgSmFuIDIzIDE1OjE1OjMyIDIwMTYocjQw
NzAxNSkKKysrIGhlYWQvZGF0YWJhc2VzL3J1YnlnZW0tYXJlbC1oZWxwZXJzL01ha2VmaWxlU2F0
IEphbiAyMyAxNToxNTozNiAyMDE2KHI0MDcwMTYpCkBAIC0xLDggKzEsNyBAQAojICRGcmVlQlNE
JAoKUE9SVE5BTUU9YXJlbC1oZWxwZXJzCi1QT1JUVkVSU0lPTj0yLjEuMQotUE9SVFJFVklTSU9O
PTEKK1BPUlRWRVJTSU9OPTIuMi4wCkNBVEVHT1JJRVM9ZGF0YWJhc2VzIHJ1YnlnZW1zCk1BU1RF
Ul9TSVRFUz1SRwoKCk1vZGlmaWVkOiBoZWFkL2RhdGFiYXNlcy9ydWJ5Z2VtLWFyZWwtaGVscGVy
cy9kaXN0aW5mbwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIGhlYWQvZGF0YWJhc2VzL3J1Ynln
ZW0tYXJlbC1oZWxwZXJzL2Rpc3RpbmZvU2F0IEphbiAyMyAxNToxNTozMiAyMDE2KHI0MDcwMTUp
CisrKyBoZWFkL2RhdGFiYXNlcy9ydWJ5Z2VtLWFyZWwtaGVscGVycy9kaXN0aW5mb1NhdCBKYW4g
MjMgMTU6MTU6MzYgMjAxNihyNDA3MDE2KQpAQCAtMSwyICsxLDIgQEAKLVNIQTI1NiAocnVieWdl
bS9hcmVsLWhlbHBlcnMtMi4xLjEuZ2VtKSA9IDY5MmZhMTA0YjIxMWNhOTdjMTIxNWRkYmZiMjE3
MTBkOWI1ODE0MzRhNWYzNzA2MmM5ZDdkOGNiZmFhYTgwZDkKLVNJWkUgKHJ1YnlnZW0vYXJlbC1o
ZWxwZXJzLTIuMS4xLmdlbSkgPSAxMDc1MgorU0hBMjU2IChydWJ5Z2VtL2FyZWwtaGVscGVycy0y
LjIuMC5nZW0pID0gOWFmNDdiZWU0YzlkYjRhYWVmYWVlMzk1ODNhYzI4MWFiYzNjZjM3MDJmYTkz
ZDI3OTc4ZmQzNjMwZDdkYTU2ZQorU0laRSAocnVieWdlbS9hcmVsLWhlbHBlcnMtMi4yLjAuZ2Vt
KSA9IDExMjY0Cgo=
From owner-svn-ports-head@freebsd.org  Sat Jan 23 18:08:45 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0367DA8F3FA;
 Sat, 23 Jan 2016 18:08:45 +0000 (UTC) (envelope-from cpm@fbsd.es)
Received: from mta3-3.ox.privateemail.com (mta3-3.ox.privateemail.com
 [198.187.29.252])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "privateemail.com",
 Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id B59D618C2;
 Sat, 23 Jan 2016 18:08:44 +0000 (UTC) (envelope-from cpm@fbsd.es)
Received: from [2.140.24.110] (110.Red-2-140-24.dynamicIP.rima-tde.net
 [2.140.24.110])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (No client certificate requested)
 by mta3.privateemail.com (Postfix) with ESMTPSA id D01D62400D4;
 Sat, 23 Jan 2016 13:08:41 -0500 (EST)
Date: Sat, 23 Jan 2016 19:07:43 +0100
Subject: Re: svn commit: r406997 - in
 head/www/rubygem-unicorn-worker-killer: . files
Message-ID: <1b840034-3c7e-4413-8a3d-bd2a16dcae9b@fbsd.es>
In-Reply-To: <201601231511.u0NFBQUa048701@repo.freebsd.org>
References: <201601231511.u0NFBQUa048701@repo.freebsd.org>
From: "Carlos J. Puga Medina" 
To: Sunpoet Po-Chuan Hsieh 
Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: base64
X-Content-Filtered-By: Mailman/MimeDel 2.1.20
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 18:08:45 -0000

Q2FybG9zIEouIFB1Z2EgTWVkaW5hIGxpa2VkIHlvdXIgbWVzc2FnZSB3aXRoIEJveGVyIGZvciBB
bmRyb2lkLgoKRWwgMjMvMS8yMDE2IDE2OjExLCBTdW5wb2V0IFBvLUNodWFuIEhzaWVoIDxzdW5w
b2V0QEZyZWVCU0Qub3JnPiBlc2NyaWJpw7M6CgpBdXRob3I6IHN1bnBvZXQKRGF0ZTogU2F0IEph
biAyMyAxNToxMToyNiAyMDE2Ck5ldyBSZXZpc2lvbjogNDA2OTk3ClVSTDogaHR0cHM6Ly9zdm53
ZWIuZnJlZWJzZC5vcmcvY2hhbmdlc2V0L3BvcnRzLzQwNjk5NwoKTG9nOgogIC0gVXBkYXRlIHRv
IDAuNC40CiAgLSBQYXNzIG1haW50YWluZXJzaGlwIHRvIHJ1YnlACiAgCiAgQ2hhbmdlczpodHRw
czovL2dpdGh1Yi5jb20va3prL3VuaWNvcm4td29ya2VyLWtpbGxlci9ibG9iL21hc3Rlci9DaGFu
Z2VMb2cKICBQUjoyMDY1MDEKICBTdWJtaXR0ZWQgYnk6TWljaGFlbCBGYXVzdGVuIDxwb3J0c0Bt
aWNoYWVsLWZhdXN0ZW4uZGU+IChtYWludGFpbmVyKQoKRGVsZXRlZDoKICBoZWFkL3d3dy9ydWJ5
Z2VtLXVuaWNvcm4td29ya2VyLWtpbGxlci9maWxlcy8KTW9kaWZpZWQ6CiAgaGVhZC93d3cvcnVi
eWdlbS11bmljb3JuLXdvcmtlci1raWxsZXIvTWFrZWZpbGUKICBoZWFkL3d3dy9ydWJ5Z2VtLXVu
aWNvcm4td29ya2VyLWtpbGxlci9kaXN0aW5mbwoKTW9kaWZpZWQ6IGhlYWQvd3d3L3J1YnlnZW0t
dW5pY29ybi13b3JrZXIta2lsbGVyL01ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0g
aGVhZC93d3cvcnVieWdlbS11bmljb3JuLXdvcmtlci1raWxsZXIvTWFrZWZpbGVTYXQgSmFuIDIz
IDE1OjExOjEyIDIwMTYocjQwNjk5NikKKysrIGhlYWQvd3d3L3J1YnlnZW0tdW5pY29ybi13b3Jr
ZXIta2lsbGVyL01ha2VmaWxlU2F0IEphbiAyMyAxNToxMToyNiAyMDE2KHI0MDY5OTcpCkBAIC0x
LDEyICsxLDExIEBACiMgJEZyZWVCU0QkCgpQT1JUTkFNRT11bmljb3JuLXdvcmtlci1raWxsZXIK
LVBPUlRWRVJTSU9OPTAuNC4zCi1QT1JUUkVWSVNJT049MQorUE9SVFZFUlNJT049MC40LjQKQ0FU
RUdPUklFUz13d3cgcnVieWdlbXMKTUFTVEVSX1NJVEVTPVJHCgotTUFJTlRBSU5FUj1wb3J0c0Bt
aWNoYWVsLWZhdXN0ZW4uZGUKK01BSU5UQUlORVI9cnVieUBGcmVlQlNELm9yZwpDT01NRU5UPUtp
bGwgdW5pY29ybiB3b3JrZXJzIGJ5IG1lbW9yeSBhbmQgcmVxdWVzdCBjb3VudHMKCkxJQ0VOU0U9
R1BMdjIgR1BMdjMgUlVCWQoKTW9kaWZpZWQ6IGhlYWQvd3d3L3J1YnlnZW0tdW5pY29ybi13b3Jr
ZXIta2lsbGVyL2Rpc3RpbmZvCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gaGVhZC93d3cvcnVi
eWdlbS11bmljb3JuLXdvcmtlci1raWxsZXIvZGlzdGluZm9TYXQgSmFuIDIzIDE1OjExOjEyIDIw
MTYocjQwNjk5NikKKysrIGhlYWQvd3d3L3J1YnlnZW0tdW5pY29ybi13b3JrZXIta2lsbGVyL2Rp
c3RpbmZvU2F0IEphbiAyMyAxNToxMToyNiAyMDE2KHI0MDY5OTcpCkBAIC0xLDIgKzEsMiBAQAot
U0hBMjU2IChydWJ5Z2VtL3VuaWNvcm4td29ya2VyLWtpbGxlci0wLjQuMy5nZW0pID0gMDA2ODdh
ZDkzZWZjNjk3NjI5ZjlkNzgyYzE0MGMwM2UxZDU4MGEwMTQ5MzI3YWExM2RiMDU2YzU1N2QwMWE0
MgotU0laRSAocnVieWdlbS91bmljb3JuLXdvcmtlci1raWxsZXItMC40LjMuZ2VtKSA9IDkyMTYK
K1NIQTI1NiAocnVieWdlbS91bmljb3JuLXdvcmtlci1raWxsZXItMC40LjQuZ2VtKSA9IDZhYmZj
MTUyMjljMTJiNDJmMTMyNDJhMTdlMjkyZWM4MzhiMjdhZjVjODQ2ZDlkNTIxZmQyYWRkZjhlZDJk
NjcKK1NJWkUgKHJ1YnlnZW0vdW5pY29ybi13b3JrZXIta2lsbGVyLTAuNC40LmdlbSkgPSA5MjE2
Cgo=
From owner-svn-ports-head@freebsd.org  Sat Jan 23 18:08:50 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2476A8F425;
 Sat, 23 Jan 2016 18:08:50 +0000 (UTC) (envelope-from cpm@fbsd.es)
Received: from mta3-3.ox.privateemail.com (mta3-3.ox.privateemail.com
 [198.187.29.252])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "privateemail.com",
 Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 6410119BA;
 Sat, 23 Jan 2016 18:08:50 +0000 (UTC) (envelope-from cpm@fbsd.es)
Received: from [2.140.24.110] (110.Red-2-140-24.dynamicIP.rima-tde.net
 [2.140.24.110])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (No client certificate requested)
 by mta3.privateemail.com (Postfix) with ESMTPSA id 401BB2400C7;
 Sat, 23 Jan 2016 13:08:46 -0500 (EST)
Date: Sat, 23 Jan 2016 19:07:43 +0100
Subject: Re: svn commit: r406966 - head/net/citrix_ica
Message-ID: 
In-Reply-To: <201601231123.u0NBNHoO078381@repo.freebsd.org>
References: <201601231123.u0NBNHoO078381@repo.freebsd.org>
From: "Carlos J. Puga Medina" 
To: Emanuel Haupt 
Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: base64
X-Content-Filtered-By: Mailman/MimeDel 2.1.20
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 18:08:50 -0000

Q2FybG9zIEouIFB1Z2EgTWVkaW5hIGxpa2VkIHlvdXIgbWVzc2FnZSB3aXRoIEJveGVyIGZvciBB
bmRyb2lkLgoKRWwgMjMvMS8yMDE2IDEyOjIzLCBFbWFudWVsIEhhdXB0IDxlaGF1cHRARnJlZUJT
RC5vcmc+IGVzY3JpYmnDszoKCkF1dGhvcjogZWhhdXB0CkRhdGU6IFNhdCBKYW4gMjMgMTE6MjM6
MTcgMjAxNgpOZXcgUmV2aXNpb246IDQwNjk2NgpVUkw6IGh0dHBzOi8vc3Zud2ViLmZyZWVic2Qu
b3JnL2NoYW5nZXNldC9wb3J0cy80MDY5NjYKCkxvZzoKICBVcGRhdGUgdG8gMTMuMy4wCgpNb2Rp
ZmllZDoKICBoZWFkL25ldC9jaXRyaXhfaWNhL01ha2VmaWxlCiAgaGVhZC9uZXQvY2l0cml4X2lj
YS9kaXN0aW5mbwogIGhlYWQvbmV0L2NpdHJpeF9pY2EvcGtnLXBsaXN0CgpNb2RpZmllZDogaGVh
ZC9uZXQvY2l0cml4X2ljYS9NYWtlZmlsZQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIGhlYWQv
bmV0L2NpdHJpeF9pY2EvTWFrZWZpbGVTYXQgSmFuIDIzIDEwOjIzOjQ5IDIwMTYocjQwNjk2NSkK
KysrIGhlYWQvbmV0L2NpdHJpeF9pY2EvTWFrZWZpbGVTYXQgSmFuIDIzIDExOjIzOjE3IDIwMTYo
cjQwNjk2NikKQEAgLTIsMTAgKzIsMTAgQEAKIyAkRnJlZUJTRCQKClBPUlROQU1FPWNpdHJpeF9p
Y2EKLVBPUlRWRVJTSU9OPTEzLjIuMQorUE9SVFZFUlNJT049MTMuMy4wCkNBVEVHT1JJRVM9bmV0
IGNvbW1zIGxpbnV4Ck1BU1RFUl9TSVRFUz0jCi1ESVNUTkFNRT1saW51eHg4Ni0xMy4yLjEuMzI4
NjM1CitESVNUTkFNRT1saW51eHg4Ni0ke1BPUlRWRVJTSU9OfS4zNDQ1MTkKCk1BSU5UQUlORVI9
ZWhhdXB0QEZyZWVCU0Qub3JnCkNPTU1FTlQ9Q2l0cml4KFIpIFByZXNlbnRhdGlvbiBTZXJ2ZXIo
VE0pIGNsaWVudApAQCAtMzgsNyArMzgsNyBAQCBTVUJfTElTVD1DRElSPSR7Q0RJUn0KLmluY2x1
ZGUgPGJzZC5wb3J0LnByZS5taz4KCi5pZiAhZXhpc3RzKCR7RElTVERJUn0vJHtESVNUTkFNRX0k
e0VYVFJBQ1RfU1VGWH0pCi1JR05PUkU9TWF5IG5vdCBiZSByZWRpc3RyaWJ1dGVkIGR1ZSB0byBs
aWNlbnNpbmcuIFBsZWFzZSB2aXNpdCBodHRwczovL3d3dy5jaXRyaXguY29tL2Rvd25sb2Fkcy9j
aXRyaXgtcmVjZWl2ZXIvbGludXgvcmVjZWl2ZXItZm9yLWxpbnV4LTEzMjEuaHRtbCBhY2NlcHQg
dGhlaXIgbGljZW5zZSBhbmQgZG93bmxvYWQgJHtESVNURklMRVN9IGludG8gJHtESVNURElSfQor
SUdOT1JFPU1heSBub3QgYmUgcmVkaXN0cmlidXRlZCBkdWUgdG8gbGljZW5zaW5nLiBQbGVhc2Ug
dmlzaXQgaHR0cHM6Ly93d3cuY2l0cml4LmNvbS9kb3dubG9hZHMvY2l0cml4LXJlY2VpdmVyL2xp
bnV4LyBhY2NlcHQgdGhlaXIgbGljZW5zZSBhbmQgZG93bmxvYWQgJHtESVNURklMRVN9IGludG8g
JHtESVNURElSfQouZW5kaWYKCi5pZiBkZWZpbmVkKElDQV9DRVJUUykKCk1vZGlmaWVkOiBoZWFk
L25ldC9jaXRyaXhfaWNhL2Rpc3RpbmZvCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gaGVhZC9u
ZXQvY2l0cml4X2ljYS9kaXN0aW5mb1NhdCBKYW4gMjMgMTA6MjM6NDkgMjAxNihyNDA2OTY1KQor
KysgaGVhZC9uZXQvY2l0cml4X2ljYS9kaXN0aW5mb1NhdCBKYW4gMjMgMTE6MjM6MTcgMjAxNihy
NDA2OTY2KQpAQCAtMSwyICsxLDIgQEAKLVNIQTI1NiAobGludXh4ODYtMTMuMi4xLjMyODYzNS50
YXIuZ3opID0gNWMzOTZlYzYxYWU0MmQwYjQ3ZjQ4N2FhMWVhNzcyOTFhYzNkOGViOGE0MTIxMDg1
YjY0ZDExNTgxMTQ2NWM3YQotU0laRSAobGludXh4ODYtMTMuMi4xLjMyODYzNS50YXIuZ3opID0g
MTg1MjU2MzkKK1NIQTI1NiAobGludXh4ODYtMTMuMy4wLjM0NDUxOS50YXIuZ3opID0gZGY4ZDNj
OTczNDRhYzlkNjRhNGFmNDQ4NzllYWRjMGJmYjVlMmY5YWY4NTA0NTExYjA0MmViYTFkMjlhNmY2
OQorU0laRSAobGludXh4ODYtMTMuMy4wLjM0NDUxOS50YXIuZ3opID0gMTg1NzY1MjgKCk1vZGlm
aWVkOiBoZWFkL25ldC9jaXRyaXhfaWNhL3BrZy1wbGlzdAo9PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K
LS0tIGhlYWQvbmV0L2NpdHJpeF9pY2EvcGtnLXBsaXN0U2F0IEphbiAyMyAxMDoyMzo0OSAyMDE2
KHI0MDY5NjUpCisrKyBoZWFkL25ldC9jaXRyaXhfaWNhL3BrZy1wbGlzdFNhdCBKYW4gMjMgMTE6
MjM6MTcgMjAxNihyNDA2OTY2KQpAQCAtMzcsNyArMzcsNiBAQAolJVdFQlBMVUdJTl9ESVIlJS9j
b25maWcvdXNlcnRlbXBsYXRlL1VudHJ1c3RlZF9SZWdpb24uaW5pCiUlV0VCUExVR0lOX0RJUiUl
L2NvbmZpZy93ZmNsaWVudC5pbmkKJSVXRUJQTFVHSU5fRElSJSUvZGVza3RvcC9DaXRyaXgtbWlt
ZV90eXBlcy54bWwKLSUlV0VCUExVR0lOX0RJUiUlL2V1bGEudHh0CiUlV0VCUExVR0lOX0RJUiUl
L2d0ay9nbGFkZS9hYm91dC5nbGFkZQolJVdFQlBMVUdJTl9ESVIlJS9ndGsvZ2xhZGUvYWJvdXRB
ZGRpdGlvbmFsLmdsYWRlCiUlV0VCUExVR0lOX0RJUiUlL2d0ay9nbGFkZS9hdXRoZGlhbG9nYm94
LmdsYWRlCkBAIC0xNjYsNyArMTY1LDYgQEAKJSVXRUJQTFVHSU5fRElSJSUvbmxzL0MKJSVXRUJQ
TFVHSU5fRElSJSUvbmxzL2RlLlVURi04L1hDYXB0dXJlCiUlV0VCUExVR0lOX0RJUiUlL25scy9k
ZS5VVEYtOC9YQ2FwdHVyZS5hZAotJSVXRUJQTFVHSU5fRElSJSUvbmxzL2RlLlVURi04L2V1bGEu
dHh0CiUlV0VCUExVR0lOX0RJUiUlL25scy9kZS5VVEYtOC9wbmEubmxzCiUlV0VCUExVR0lOX0RJ
UiUlL25scy9kZS5VVEYtOC9zZXR1cHdmYy5tc2cKJSVXRUJQTFVHSU5fRElSJSUvbmxzL2RlLlVU
RjgKQEAgLTE3OSw3ICsxNzcsNiBAQAolJVdFQlBMVUdJTl9ESVIlJS9ubHMvZGUvWENhcHR1cmUK
JSVXRUJQTFVHSU5fRElSJSUvbmxzL2RlL1hDYXB0dXJlLmFkCiUlV0VCUExVR0lOX0RJUiUlL25s
cy9kZS9hcHBzcnYuaW5pCi0lJVdFQlBMVUdJTl9ESVIlJS9ubHMvZGUvZXVsYS50eHQKJSVXRUJQ
TFVHSU5fRElSJSUvbmxzL2RlL2hpbnN0Lm1zZwolJVdFQlBMVUdJTl9ESVIlJS9ubHMvZGUvaW5k
ZXguaHRtCiUlV0VCUExVR0lOX0RJUiUlL25scy9kZS9tb2R1bGUuaW5pCkBAIC0xODgsNyArMTg1
LDYgQEAKJSVXRUJQTFVHSU5fRElSJSUvbmxzL2RlL3dmY2xpZW50LmluaQolJVdFQlBMVUdJTl9E
SVIlJS9ubHMvZW4uVVRGLTgvWENhcHR1cmUKJSVXRUJQTFVHSU5fRElSJSUvbmxzL2VuLlVURi04
L1hDYXB0dXJlLmFkCi0lJVdFQlBMVUdJTl9ESVIlJS9ubHMvZW4uVVRGLTgvZXVsYS50eHQKJSVX
RUJQTFVHSU5fRElSJSUvbmxzL2VuLlVURi04L3BuYS5ubHMKJSVXRUJQTFVHSU5fRElSJSUvbmxz
L2VuLlVURi04L3NldHVwd2ZjLm1zZwolJVdFQlBMVUdJTl9ESVIlJS9ubHMvZW4uVVRGOApAQCAt
MjAwLDcgKzE5Niw2IEBACiUlV0VCUExVR0lOX0RJUiUlL25scy9lbi9YQ2FwdHVyZQolJVdFQlBM
VUdJTl9ESVIlJS9ubHMvZW4vWENhcHR1cmUuYWQKJSVXRUJQTFVHSU5fRElSJSUvbmxzL2VuL2Fw
cHNydi5pbmkKLSUlV0VCUExVR0lOX0RJUiUlL25scy9lbi9ldWxhLnR4dAolJVdFQlBMVUdJTl9E
SVIlJS9ubHMvZW4vaGluc3QubXNnCiUlV0VCUExVR0lOX0RJUiUlL25scy9lbi9pbmRleC5odG0K
JSVXRUJQTFVHSU5fRElSJSUvbmxzL2VuL21vZHVsZS5pbmkKQEAgLTIwOSw3ICsyMDQsNiBAQAol
JVdFQlBMVUdJTl9ESVIlJS9ubHMvZW4vd2ZjbGllbnQuaW5pCiUlV0VCUExVR0lOX0RJUiUlL25s
cy9lcy5VVEYtOC9YQ2FwdHVyZQolJVdFQlBMVUdJTl9ESVIlJS9ubHMvZXMuVVRGLTgvWENhcHR1
cmUuYWQKLSUlV0VCUExVR0lOX0RJUiUlL25scy9lcy5VVEYtOC9ldWxhLnR4dAolJVdFQlBMVUdJ
Tl9ESVIlJS9ubHMvZXMuVVRGLTgvcG5hLm5scwolJVdFQlBMVUdJTl9ESVIlJS9ubHMvZXMuVVRG
LTgvc2V0dXB3ZmMubXNnCiUlV0VCUExVR0lOX0RJUiUlL25scy9lcy5VVEY4CkBAIC0yMjEsNyAr
MjE1LDYgQEAKJSVXRUJQTFVHSU5fRElSJSUvbmxzL2VzL1hDYXB0dXJlCiUlV0VCUExVR0lOX0RJ
UiUlL25scy9lcy9YQ2FwdHVyZS5hZAolJVdFQlBMVUdJTl9ESVIlJS9ubHMvZXMvYXBwc3J2Lmlu
aQotJSVXRUJQTFVHSU5fRElSJSUvbmxzL2VzL2V1bGEudHh0CiUlV0VCUExVR0lOX0RJUiUlL25s
cy9lcy9oaW5zdC5tc2cKJSVXRUJQTFVHSU5fRElSJSUvbmxzL2VzL2luZGV4Lmh0bQolJVdFQlBM
VUdJTl9ESVIlJS9ubHMvZXMvbW9kdWxlLmluaQpAQCAtMjMwLDcgKzIyMyw2IEBACiUlV0VCUExV
R0lOX0RJUiUlL25scy9lcy93ZmNsaWVudC5pbmkKJSVXRUJQTFVHSU5fRElSJSUvbmxzL2ZyLlVU
Ri04L1hDYXB0dXJlCiUlV0VCUExVR0lOX0RJUiUlL25scy9mci5VVEYtOC9YQ2FwdHVyZS5hZAot
JSVXRUJQTFVHSU5fRElSJSUvbmxzL2ZyLlVURi04L2V1bGEudHh0CiUlV0VCUExVR0lOX0RJUiUl
L25scy9mci5VVEYtOC9wbmEubmxzCiUlV0VCUExVR0lOX0RJUiUlL25scy9mci5VVEYtOC9zZXR1
cHdmYy5tc2cKJSVXRUJQTFVHSU5fRElSJSUvbmxzL2ZyLlVURjgKQEAgLTI0Miw3ICsyMzQsNiBA
QAolJVdFQlBMVUdJTl9ESVIlJS9ubHMvZnIvWENhcHR1cmUKJSVXRUJQTFVHSU5fRElSJSUvbmxz
L2ZyL1hDYXB0dXJlLmFkCiUlV0VCUExVR0lOX0RJUiUlL25scy9mci9hcHBzcnYuaW5pCi0lJVdF
QlBMVUdJTl9ESVIlJS9ubHMvZnIvZXVsYS50eHQKJSVXRUJQTFVHSU5fRElSJSUvbmxzL2ZyL2hp
bnN0Lm1zZwolJVdFQlBMVUdJTl9ESVIlJS9ubHMvZnIvaW5kZXguaHRtCiUlV0VCUExVR0lOX0RJ
UiUlL25scy9mci9tb2R1bGUuaW5pCkBAIC0yNTEsNyArMjQyLDYgQEAKJSVXRUJQTFVHSU5fRElS
JSUvbmxzL2ZyL3dmY2xpZW50LmluaQolJVdFQlBMVUdJTl9ESVIlJS9ubHMvamEuVVRGLTgvWENh
cHR1cmUKJSVXRUJQTFVHSU5fRElSJSUvbmxzL2phLlVURi04L1hDYXB0dXJlLmFkCi0lJVdFQlBM
VUdJTl9ESVIlJS9ubHMvamEuVVRGLTgvZXVsYS50eHQKJSVXRUJQTFVHSU5fRElSJSUvbmxzL2ph
LlVURi04L3BuYS5ubHMKJSVXRUJQTFVHSU5fRElSJSUvbmxzL2phLlVURi04L3NldHVwd2ZjLm1z
ZwolJVdFQlBMVUdJTl9ESVIlJS9ubHMvamEuVVRGOApAQCAtMjY0LDcgKzI1NCw2IEBACiUlV0VC
UExVR0lOX0RJUiUlL25scy9qYS9YQ2FwdHVyZQolJVdFQlBMVUdJTl9ESVIlJS9ubHMvamEvWENh
cHR1cmUuYWQKJSVXRUJQTFVHSU5fRElSJSUvbmxzL2phL2FwcHNydi5pbmkKLSUlV0VCUExVR0lO
X0RJUiUlL25scy9qYS9ldWxhLnR4dAolJVdFQlBMVUdJTl9ESVIlJS9ubHMvamEvaGluc3QubXNn
CiUlV0VCUExVR0lOX0RJUiUlL25scy9qYS9pbmRleC5odG0KJSVXRUJQTFVHSU5fRElSJSUvbmxz
L2phL21vZHVsZS5pbmkKQEAgLTI3Myw3ICsyNjIsNiBAQAolJVdFQlBMVUdJTl9ESVIlJS9ubHMv
amEvd2ZjbGllbnQuaW5pCiUlV0VCUExVR0lOX0RJUiUlL25scy9ydS5VVEYtOC9YQ2FwdHVyZQol
JVdFQlBMVUdJTl9ESVIlJS9ubHMvcnUuVVRGLTgvWENhcHR1cmUuYWQKLSUlV0VCUExVR0lOX0RJ
UiUlL25scy9ydS5VVEYtOC9ldWxhLnR4dAolJVdFQlBMVUdJTl9ESVIlJS9ubHMvcnUuVVRGLTgv
cG5hLm5scwolJVdFQlBMVUdJTl9ESVIlJS9ubHMvcnUuVVRGLTgvc2V0dXB3ZmMubXNnCiUlV0VC
UExVR0lOX0RJUiUlL25scy9ydS9MQ19NRVNTQUdFUy9BdXRoTWFuYWdlci5tbwpAQCAtMjgzLDcg
KzI3MSw2IEBACiUlV0VCUExVR0lOX0RJUiUlL25scy9ydS9YQ2FwdHVyZQolJVdFQlBMVUdJTl9E
SVIlJS9ubHMvcnUvWENhcHR1cmUuYWQKJSVXRUJQTFVHSU5fRElSJSUvbmxzL3J1L2FwcHNydi5p
bmkKLSUlV0VCUExVR0lOX0RJUiUlL25scy9ydS9ldWxhLnR4dAolJVdFQlBMVUdJTl9ESVIlJS9u
bHMvcnUvaGluc3QubXNnCiUlV0VCUExVR0lOX0RJUiUlL25scy9ydS9pbmRleC5odG0KJSVXRUJQ
TFVHSU5fRElSJSUvbmxzL3J1L21vZHVsZS5pbmkKQEAgLTI5Niw3ICsyODMsNiBAQAolJVdFQlBM
VUdJTl9ESVIlJS9ubHMvemhfQ04udXRmOAolJVdFQlBMVUdJTl9ESVIlJS9ubHMvemhfSEFOUy5V
VEYtOC9YQ2FwdHVyZQolJVdFQlBMVUdJTl9ESVIlJS9ubHMvemhfSEFOUy5VVEYtOC9YQ2FwdHVy
ZS5hZAotJSVXRUJQTFVHSU5fRElSJSUvbmxzL3poX0hBTlMuVVRGLTgvZXVsYS50eHQKJSVXRUJQ
TFVHSU5fRElSJSUvbmxzL3poX0hBTlMuVVRGLTgvcG5hLm5scwolJVdFQlBMVUdJTl9ESVIlJS9u
bHMvemhfSEFOUy5VVEYtOC9zZXR1cHdmYy5tc2cKJSVXRUJQTFVHSU5fRElSJSUvbmxzL3poX0hB
TlMvTENfTUVTU0FHRVMvQXV0aE1hbmFnZXIubW8KQEAgLTMwNiw3ICsyOTIsNiBAQAolJVdFQlBM
VUdJTl9ESVIlJS9ubHMvemhfSEFOUy9YQ2FwdHVyZQolJVdFQlBMVUdJTl9ESVIlJS9ubHMvemhf
SEFOUy9YQ2FwdHVyZS5hZAolJVdFQlBMVUdJTl9ESVIlJS9ubHMvemhfSEFOUy9hcHBzcnYuaW5p
Ci0lJVdFQlBMVUdJTl9ESVIlJS9ubHMvemhfSEFOUy9ldWxhLnR4dAolJVdFQlBMVUdJTl9ESVIl
JS9ubHMvemhfSEFOUy9oaW5zdC5tc2cKJSVXRUJQTFVHSU5fRElSJSUvbmxzL3poX0hBTlMvaW5k
ZXguaHRtCiUlV0VCUExVR0lOX0RJUiUlL25scy96aF9IQU5TL21vZHVsZS5pbmkKQEAgLTQ3Miw2
ICs0NTcsMTQgQEAKJSVXRUJQTFVHSU5fRElSJSUvdXNiL2N0eHVzYmQucmMKJSVXRUJQTFVHSU5f
RElSJSUvdXNiL2ljYS11c2IucnVsZXMKJSVXRUJQTFVHSU5fRElSJSUvdXNiL3VzYi5jb25mCisl
JVdFQlBMVUdJTl9ESVIlJS9ldWxhLnR4dAorJSVXRUJQTFVHSU5fRElSJSUvbmxzL2RlLlVURi04
L2V1bGEudHh0CislJVdFQlBMVUdJTl9ESVIlJS9ubHMvZW4uVVRGLTgvZXVsYS50eHQKKyUlV0VC
UExVR0lOX0RJUiUlL25scy9lcy5VVEYtOC9ldWxhLnR4dAorJSVXRUJQTFVHSU5fRElSJSUvbmxz
L2ZyLlVURi04L2V1bGEudHh0CislJVdFQlBMVUdJTl9ESVIlJS9ubHMvamEuVVRGLTgvZXVsYS50
eHQKKyUlV0VCUExVR0lOX0RJUiUlL25scy9ydS5VVEYtOC9ldWxhLnR4dAorJSVXRUJQTFVHSU5f
RElSJSUvbmxzL3poX0hBTlMuVVRGLTgvZXVsYS50eHQKQCgsLDAwNTU1KSAlJVdFQlBMVUdJTl9E
SVIlJS91dGlsL0RlbGV0ZUNvbXBsZXRlRmxhc2hDYWNoZS5zaApAKCwsMDA1NTUpICUlV0VCUExV
R0lOX0RJUiUlL3V0aWwvY29uZmlnbWdyCkAoLCwwMDU1NSkgJSVXRUJQTFVHSU5fRElSJSUvdXRp
bC9jb25uY2VudGVyCgo=
From owner-svn-ports-head@freebsd.org  Sat Jan 23 19:07:42 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2635DA8E408;
 Sat, 23 Jan 2016 19:07:42 +0000 (UTC)
 (envelope-from nemysis@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id EBA1110F8;
 Sat, 23 Jan 2016 19:07:41 +0000 (UTC)
 (envelope-from nemysis@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NJ7e5A021495;
 Sat, 23 Jan 2016 19:07:40 GMT (envelope-from nemysis@FreeBSD.org)
Received: (from nemysis@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NJ7elW021493;
 Sat, 23 Jan 2016 19:07:40 GMT (envelope-from nemysis@FreeBSD.org)
Message-Id: <201601231907.u0NJ7elW021493@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: nemysis set sender to
 nemysis@FreeBSD.org using -f
From: Rusmir Dusko 
Date: Sat, 23 Jan 2016 19:07:40 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407047 - head/games/legend-of-edgar
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 19:07:42 -0000

Author: nemysis
Date: Sat Jan 23 19:07:40 2016
New Revision: 407047
URL: https://svnweb.freebsd.org/changeset/ports/407047

Log:
  - Update to 1.23, announce message:
  
   * Updated French and German translations

Modified:
  head/games/legend-of-edgar/Makefile
  head/games/legend-of-edgar/distinfo

Modified: head/games/legend-of-edgar/Makefile
==============================================================================
--- head/games/legend-of-edgar/Makefile	Sat Jan 23 17:51:15 2016	(r407046)
+++ head/games/legend-of-edgar/Makefile	Sat Jan 23 19:07:40 2016	(r407047)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	edgar
-DISTVERSION=	1.22
+DISTVERSION=	1.23
 CATEGORIES=	games
 PKGNAMEPREFIX=	legend-of-
 

Modified: head/games/legend-of-edgar/distinfo
==============================================================================
--- head/games/legend-of-edgar/distinfo	Sat Jan 23 17:51:15 2016	(r407046)
+++ head/games/legend-of-edgar/distinfo	Sat Jan 23 19:07:40 2016	(r407047)
@@ -1,2 +1,2 @@
-SHA256 (riksweeney-edgar-1.22_GH0.tar.gz) = 518a4661f45d242681ee5c060f0965223733a20788b8b6d85572772be4dd3743
-SIZE (riksweeney-edgar-1.22_GH0.tar.gz) = 135948970
+SHA256 (riksweeney-edgar-1.23_GH0.tar.gz) = d68b8613201934395fc042b8cf8f8a3d610a2188e9cc93afecdc1a3a20254f81
+SIZE (riksweeney-edgar-1.23_GH0.tar.gz) = 135948475

From owner-svn-ports-head@freebsd.org  Sat Jan 23 19:26:13 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09A35A8ECAB;
 Sat, 23 Jan 2016 19:26:13 +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 CFFF91E0A;
 Sat, 23 Jan 2016 19:26:12 +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 u0NJQBYl027247;
 Sat, 23 Jan 2016 19:26:11 GMT (envelope-from rakuco@FreeBSD.org)
Received: (from rakuco@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NJQBUm027246;
 Sat, 23 Jan 2016 19:26:11 GMT (envelope-from rakuco@FreeBSD.org)
Message-Id: <201601231926.u0NJQBUm027246@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, 23 Jan 2016 19:26:11 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407048 - head/textproc/zorba
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 19:26:13 -0000

Author: rakuco
Date: Sat Jan 23 19:26:11 2016
New Revision: 407048
URL: https://svnweb.freebsd.org/changeset/ports/407048

Log:
  Remove BROKEN for FreeBSD 8, which is no longer supported.

Modified:
  head/textproc/zorba/Makefile

Modified: head/textproc/zorba/Makefile
==============================================================================
--- head/textproc/zorba/Makefile	Sat Jan 23 19:07:40 2016	(r407047)
+++ head/textproc/zorba/Makefile	Sat Jan 23 19:26:11 2016	(r407048)
@@ -20,8 +20,6 @@ LIB_DEPENDS=	libxerces-c.so:${PORTSDIR}/
 		libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
 RUN_DEPENDS=	fop:${PORTSDIR}/textproc/fop
 
-BROKEN_FreeBSD_8=	does not build due to lack of strtoull
-
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 OPTIONS_DEFINE=	PHP PYTHON RUBY JAVA DOCS

From owner-svn-ports-head@freebsd.org  Sat Jan 23 19:26:54 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id F204DA8ECDC;
 Sat, 23 Jan 2016 19:26:54 +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 BFE471EEF;
 Sat, 23 Jan 2016 19:26:54 +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 u0NJQrmk027364;
 Sat, 23 Jan 2016 19:26:53 GMT (envelope-from rakuco@FreeBSD.org)
Received: (from rakuco@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NJQrqt027363;
 Sat, 23 Jan 2016 19:26:53 GMT (envelope-from rakuco@FreeBSD.org)
Message-Id: <201601231926.u0NJQrqt027363@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, 23 Jan 2016 19:26:53 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407049 - head/sysutils/reptyr
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 19:26:55 -0000

Author: rakuco
Date: Sat Jan 23 19:26:53 2016
New Revision: 407049
URL: https://svnweb.freebsd.org/changeset/ports/407049

Log:
  Remove BROKEN for FreeBSD 8, which is no longer supported.

Modified:
  head/sysutils/reptyr/Makefile

Modified: head/sysutils/reptyr/Makefile
==============================================================================
--- head/sysutils/reptyr/Makefile	Sat Jan 23 19:26:11 2016	(r407048)
+++ head/sysutils/reptyr/Makefile	Sat Jan 23 19:26:53 2016	(r407049)
@@ -27,7 +27,6 @@ ONLY_FOR_ARCHS=	i386 amd64
 BUILD_DEPENDS=	${LOCALBASE}/share/bash-completion/bash_completion:${PORTSDIR}/shells/bash-completion
 .endif
 
-BROKEN_FreeBSD_8=	Not supported on FreeBSD older than 10.0
 BROKEN_FreeBSD_9=	Not supported on FreeBSD older than 10.0
 
 post-install:

From owner-svn-ports-head@freebsd.org  Sat Jan 23 19:28:01 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9903CA8ED76;
 Sat, 23 Jan 2016 19:28:01 +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 6CEFA10B4;
 Sat, 23 Jan 2016 19:28:01 +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 u0NJS0Jj027516;
 Sat, 23 Jan 2016 19:28:00 GMT (envelope-from rakuco@FreeBSD.org)
Received: (from rakuco@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NJS019027515;
 Sat, 23 Jan 2016 19:28:00 GMT (envelope-from rakuco@FreeBSD.org)
Message-Id: <201601231928.u0NJS019027515@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, 23 Jan 2016 19:28:00 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407050 - head/mail/qsheff
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 19:28:01 -0000

Author: rakuco
Date: Sat Jan 23 19:28:00 2016
New Revision: 407050
URL: https://svnweb.freebsd.org/changeset/ports/407050

Log:
  Remove BROKEN for FreeBSD 8, which is no longer supported.

Modified:
  head/mail/qsheff/Makefile

Modified: head/mail/qsheff/Makefile
==============================================================================
--- head/mail/qsheff/Makefile	Sat Jan 23 19:26:53 2016	(r407049)
+++ head/mail/qsheff/Makefile	Sat Jan 23 19:28:00 2016	(r407050)
@@ -17,7 +17,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	${LOCALBASE}/bin/ripmime:${PORTSDIR}/mail/ripmime
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-BROKEN_FreeBSD_8=	does not build on FreeBSD < 10.x
 BROKEN_FreeBSD_9=	does not build on FreeBSD < 10.x
 
 GNU_CONFIGURE=	yes

From owner-svn-ports-head@freebsd.org  Sat Jan 23 19:28:34 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F8CAA8EDD2;
 Sat, 23 Jan 2016 19:28:34 +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 D5E2D11A9;
 Sat, 23 Jan 2016 19:28:33 +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 u0NJSWOP027630;
 Sat, 23 Jan 2016 19:28:32 GMT (envelope-from rakuco@FreeBSD.org)
Received: (from rakuco@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NJSWLd027629;
 Sat, 23 Jan 2016 19:28:32 GMT (envelope-from rakuco@FreeBSD.org)
Message-Id: <201601231928.u0NJSWLd027629@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, 23 Jan 2016 19:28:32 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407051 - head/audio/epos-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-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 19:28:34 -0000

Author: rakuco
Date: Sat Jan 23 19:28:32 2016
New Revision: 407051
URL: https://svnweb.freebsd.org/changeset/ports/407051

Log:
  Remove BROKEN for FreeBSD 8, which is no longer supported.

Modified:
  head/audio/epos-devel/Makefile

Modified: head/audio/epos-devel/Makefile
==============================================================================
--- head/audio/epos-devel/Makefile	Sat Jan 23 19:28:00 2016	(r407050)
+++ head/audio/epos-devel/Makefile	Sat Jan 23 19:28:32 2016	(r407051)
@@ -13,7 +13,6 @@ COMMENT=	Text-to-Speech system
 LICENSE=	GPLv2 LGPL20
 LICENSE_COMB=	multi
 
-BROKEN_FreeBSD_8=	does not build on FreeBSD < 10.x
 BROKEN_FreeBSD_9=	does not build on FreeBSD < 10.x
 
 USES=		gmake

From owner-svn-ports-head@freebsd.org  Sat Jan 23 19:28:56 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60DAFA8EE05;
 Sat, 23 Jan 2016 19:28:56 +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 324B812C3;
 Sat, 23 Jan 2016 19:28:56 +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 u0NJSthY027733;
 Sat, 23 Jan 2016 19:28:55 GMT (envelope-from rakuco@FreeBSD.org)
Received: (from rakuco@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NJStcs027732;
 Sat, 23 Jan 2016 19:28:55 GMT (envelope-from rakuco@FreeBSD.org)
Message-Id: <201601231928.u0NJStcs027732@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, 23 Jan 2016 19:28:55 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407052 - head/irc/quassel/files
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 19:28:56 -0000

Author: rakuco
Date: Sat Jan 23 19:28:55 2016
New Revision: 407052
URL: https://svnweb.freebsd.org/changeset/ports/407052

Log:
  Add upstream patch to fix the build with the upcoming Qt 5.5.1.

Added:
  head/irc/quassel/files/patch-git_07847739   (contents, props changed)

Added: head/irc/quassel/files/patch-git_07847739
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/irc/quassel/files/patch-git_07847739	Sat Jan 23 19:28:55 2016	(r407052)
@@ -0,0 +1,43 @@
+commit 078477395aaec1edee90922037ebc8a36b072d90
+Author: Armin K 
+Date:   Sat May 2 23:04:53 2015 +0200
+
+    Fix build with Qt-5.5
+
+    http://code.qt.io/cgit/qt/qtbase.git/commit/?id=ebef2ad1360c80ad62de5f4a1c4e7e4051725c1c
+
+--- src/client/treemodel.cpp
++++ src/client/treemodel.cpp
+@@ -556,10 +556,9 @@ void TreeModel::endAppendChilds()
+     ChildStatus cs = _childStatus;
+ #ifndef QT_NO_DEBUG
+     QModelIndex parent = indexByItem(parentItem);
+-#endif
+     Q_ASSERT(cs.parent == parent);
+     Q_ASSERT(rowCount(parent) == cs.childCount + cs.end - cs.start + 1);
+-
++#endif
+     _aboutToRemoveOrInsert = false;
+     for (int i = cs.start; i <= cs.end; i++) {
+         connectItem(parentItem->child(i));
+@@ -605,9 +604,9 @@ void TreeModel::endRemoveChilds()
+ #ifndef QT_NO_DEBUG
+     ChildStatus cs = _childStatus;
+     QModelIndex parent = indexByItem(parentItem);
+-#endif
+     Q_ASSERT(cs.parent == parent);
+     Q_ASSERT(rowCount(parent) == cs.childCount - cs.end + cs.start - 1);
++#endif
+     _aboutToRemoveOrInsert = false;
+ 
+     endRemoveRows();
+--- src/common/peer.h
++++ src/common/peer.h
+@@ -22,6 +22,7 @@
+ #define PEER_H
+ 
+ #include 
++#include 
+ #include 
+ 
+ #include "authhandler.h"

From owner-svn-ports-head@freebsd.org  Sat Jan 23 19:30:33 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DBFAA8EE80;
 Sat, 23 Jan 2016 19:30:33 +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 D421813B2;
 Sat, 23 Jan 2016 19:30:32 +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 u0NJUVc4027904;
 Sat, 23 Jan 2016 19:30:31 GMT (envelope-from rakuco@FreeBSD.org)
Received: (from rakuco@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NJUVXt027903;
 Sat, 23 Jan 2016 19:30:31 GMT (envelope-from rakuco@FreeBSD.org)
Message-Id: <201601231930.u0NJUVXt027903@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, 23 Jan 2016 19:30:31 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407053 - head/emulators/wxmupen64plus
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 19:30:33 -0000

Author: rakuco
Date: Sat Jan 23 19:30:31 2016
New Revision: 407053
URL: https://svnweb.freebsd.org/changeset/ports/407053

Log:
  Remove BROKEN for FreeBSD 8, which is no longer supported.

Modified:
  head/emulators/wxmupen64plus/Makefile

Modified: head/emulators/wxmupen64plus/Makefile
==============================================================================
--- head/emulators/wxmupen64plus/Makefile	Sat Jan 23 19:28:55 2016	(r407052)
+++ head/emulators/wxmupen64plus/Makefile	Sat Jan 23 19:30:31 2016	(r407053)
@@ -13,8 +13,6 @@ DIST_SUBDIR=	${PORTNAME:S/wx//}
 MAINTAINER=	acm@FreeBSD.org
 COMMENT=	Mupen64Plus 2.0 GUI frontend written using wxWidgets
 
-BROKEN_FreeBSD_8=	does not build: lack of long long support
-
 LIB_DEPENDS=	libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core
 RUN_DEPENDS=	${LOCALBASE}/lib/libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core \
 		${LOCALBASE}/lib/mupen64plus/mupen64plus-audio-sdl.so:${PORTSDIR}/emulators/mupen64plus-audio-sdl \

From owner-svn-ports-head@freebsd.org  Sat Jan 23 20:11:20 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D00C9A8F89B;
 Sat, 23 Jan 2016 20:11:20 +0000 (UTC)
 (envelope-from johans@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id AB10C186C;
 Sat, 23 Jan 2016 20:11:20 +0000 (UTC)
 (envelope-from johans@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NKBJ0e039654;
 Sat, 23 Jan 2016 20:11:19 GMT (envelope-from johans@FreeBSD.org)
Received: (from johans@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NKBJ0x039649;
 Sat, 23 Jan 2016 20:11:19 GMT (envelope-from johans@FreeBSD.org)
Message-Id: <201601232011.u0NKBJ0x039649@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: johans set sender to
 johans@FreeBSD.org using -f
From: Johan van Selst 
Date: Sat, 23 Jan 2016 20:11:19 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407054 - in head/lang/afnix: . files
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 20:11:20 -0000

Author: johans
Date: Sat Jan 23 20:11:19 2016
New Revision: 407054
URL: https://svnweb.freebsd.org/changeset/ports/407054

Log:
  - Update to Afnix 2.6.0
  - Remove local patch that's no longer needed

Deleted:
  head/lang/afnix/files/patch-src_lib_plt_acf_ccnf.cpp
Modified:
  head/lang/afnix/Makefile
  head/lang/afnix/distinfo
  head/lang/afnix/files/patch-cnf_mak_afnix-clg4.mak
  head/lang/afnix/pkg-plist

Modified: head/lang/afnix/Makefile
==============================================================================
--- head/lang/afnix/Makefile	Sat Jan 23 19:30:31 2016	(r407053)
+++ head/lang/afnix/Makefile	Sat Jan 23 20:11:19 2016	(r407054)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	afnix
-PORTVERSION=	2.5.2
+PORTVERSION=	2.6.0
 CATEGORIES=	lang
 MASTER_SITES=	http://www.afnix.org/ftp/ \
 		ftp://ftp.stack.nl/pub/users/johans/afnix/

Modified: head/lang/afnix/distinfo
==============================================================================
--- head/lang/afnix/distinfo	Sat Jan 23 19:30:31 2016	(r407053)
+++ head/lang/afnix/distinfo	Sat Jan 23 20:11:19 2016	(r407054)
@@ -1,2 +1,2 @@
-SHA256 (afnix-src-2.5.2.tgz) = fcc50c7aef78c7591ae9303d6ee2ec900b923ced6ac5bad3dc5a5e6b2ac84935
-SIZE (afnix-src-2.5.2.tgz) = 2155130
+SHA256 (afnix-src-2.6.0.tgz) = efad4643129e876f2d3353ca8d02e37acb581b63586a344a403a9887240c7b00
+SIZE (afnix-src-2.6.0.tgz) = 2255075

Modified: head/lang/afnix/files/patch-cnf_mak_afnix-clg4.mak
==============================================================================
--- head/lang/afnix/files/patch-cnf_mak_afnix-clg4.mak	Sat Jan 23 19:30:31 2016	(r407053)
+++ head/lang/afnix/files/patch-cnf_mak_afnix-clg4.mak	Sat Jan 23 20:11:19 2016	(r407054)
@@ -1,6 +1,6 @@
 --- cnf/mak/afnix-clg4.mak.orig	2015-01-03 13:34:32 UTC
 +++ cnf/mak/afnix-clg4.mak
-@@ -19,18 +19,18 @@
+@@ -19,19 +19,19 @@
  # - compiler and linker section                                              -
  # ----------------------------------------------------------------------------
  
@@ -13,8 +13,9 @@
  AR              = ar
  RANLIB		= ranlib
  STDEVFLAGS      =
--STDCCFLAGS      = -std=c++11 -Wall -Werror -Wno-overloaded-virtual -fno-builtin
-+STDCCFLAGS      = -std=c++11 -Wall -W -Wno-overloaded-virtual -fno-builtin
+-STDCCFLAGS      = -std=c++11 -Wall -Werror -Wno-overloaded-virtual
++STDCCFLAGS      = -std=c++11 -Wall -W -Wno-overloaded-virtual
+ STDCCFLAGS     += -fno-builtin -Qunused-arguments
  STACCFLAGS	=
  DYNCCFLAGS	= -fPIC
  PLTCCFLAGS      = 

Modified: head/lang/afnix/pkg-plist
==============================================================================
--- head/lang/afnix/pkg-plist	Sat Jan 23 19:30:31 2016	(r407053)
+++ head/lang/afnix/pkg-plist	Sat Jan 23 20:11:19 2016	(r407054)
@@ -2,6 +2,14 @@ bin/axc
 bin/axd
 bin/axi
 bin/axl
+include/afnix/cda/Libcda.hpp
+include/afnix/cda/Lnrds.hpp
+include/afnix/cda/Localizer.hpp
+include/afnix/cda/Predcda.hpp
+include/afnix/cda/Sampler.hpp
+include/afnix/cda/Spsds.hpp
+include/afnix/cda/Stmdl.hpp
+include/afnix/cda/Streamable.hpp
 include/afnix/csm/Appointer.hpp
 include/afnix/csm/Assistant.hpp
 include/afnix/csm/Cart.hpp
@@ -16,6 +24,7 @@ include/afnix/csm/Saas.hpp
 include/afnix/csm/Session.hpp
 include/afnix/csm/SessionSet.hpp
 include/afnix/csm/Slot.hpp
+include/afnix/csm/UriStream.hpp
 include/afnix/csm/WorkSpace.hpp
 include/afnix/csm/Xaas.hpp
 include/afnix/eng/ArgsList.hpp
@@ -50,6 +59,27 @@ include/afnix/eng/Return.hpp
 include/afnix/eng/Superset.hpp
 include/afnix/eng/Symbol.hpp
 include/afnix/eng/Token.hpp
+include/afnix/geo/Cuboid.hpp
+include/afnix/geo/GeoGroup.hpp
+include/afnix/geo/Geometry.hpp
+include/afnix/geo/Libgeo.hpp
+include/afnix/geo/Material.hpp
+include/afnix/geo/Plane.hpp
+include/afnix/geo/Point1.hpp
+include/afnix/geo/Point2.hpp
+include/afnix/geo/Point3.hpp
+include/afnix/geo/Point4.hpp
+include/afnix/geo/Predgeo.hpp
+include/afnix/geo/Quaternion.hpp
+include/afnix/geo/Shape.hpp
+include/afnix/geo/Solid.hpp
+include/afnix/geo/Texture.hpp
+include/afnix/geo/Vector1.hpp
+include/afnix/geo/Vector2.hpp
+include/afnix/geo/Vector3.hpp
+include/afnix/geo/Vector4.hpp
+include/afnix/geo/Wire.hpp
+include/afnix/geo/XmlGeometry.hpp
 include/afnix/gfx/Edge.hpp
 include/afnix/gfx/Graph.hpp
 include/afnix/gfx/Libgfx.hpp
@@ -84,6 +114,8 @@ include/afnix/mth/Algebra.hpp
 include/afnix/mth/Analytic.hpp
 include/afnix/mth/Bcs.hpp
 include/afnix/mth/Cgs.hpp
+include/afnix/mth/Cpi.hpp
+include/afnix/mth/Deviate.hpp
 include/afnix/mth/Direct.hpp
 include/afnix/mth/Ippd.hpp
 include/afnix/mth/Iterative.hpp
@@ -94,6 +126,7 @@ include/afnix/mth/Mgs.hpp
 include/afnix/mth/Mpia.hpp
 include/afnix/mth/Newton.hpp
 include/afnix/mth/Parallel.hpp
+include/afnix/mth/Permute.hpp
 include/afnix/mth/Predmth.hpp
 include/afnix/mth/Primality.hpp
 include/afnix/mth/Qr.hpp
@@ -107,6 +140,7 @@ include/afnix/mth/Rmd.hpp
 include/afnix/mth/Rmi.hpp
 include/afnix/mth/Rni.hpp
 include/afnix/mth/Rpi.hpp
+include/afnix/mth/Rpoint.hpp
 include/afnix/mth/Rpolynom.hpp
 include/afnix/mth/Rsamples.hpp
 include/afnix/mth/Rvector.hpp
@@ -207,16 +241,16 @@ include/afnix/sio/NamedFifo.hpp
 include/afnix/sio/Predsio.hpp
 include/afnix/sio/Selector.hpp
 include/afnix/sio/SioCalls.hpp
+include/afnix/sps/Bundle.hpp
 include/afnix/sps/Cell.hpp
+include/afnix/sps/Csv.hpp
 include/afnix/sps/Folio.hpp
-include/afnix/sps/Importer.hpp
 include/afnix/sps/Index.hpp
 include/afnix/sps/Libsps.hpp
-include/afnix/sps/Lstack.hpp
 include/afnix/sps/Predsps.hpp
 include/afnix/sps/Record.hpp
 include/afnix/sps/Sheet.hpp
-include/afnix/sps/SpsCalls.hpp
+include/afnix/sps/Transfer.hpp
 include/afnix/sps/Xref.hpp
 include/afnix/std/AliasTable.hpp
 include/afnix/std/Ascii.hpp
@@ -257,6 +291,7 @@ include/afnix/std/Library.hpp
 include/afnix/std/List.hpp
 include/afnix/std/Literal.hpp
 include/afnix/std/Loader.hpp
+include/afnix/std/Locale.hpp
 include/afnix/std/Lockrw.hpp
 include/afnix/std/Logger.hpp
 include/afnix/std/Math.hpp
@@ -333,18 +368,26 @@ include/afnix/sys/Meter.hpp
 include/afnix/sys/Predsys.hpp
 include/afnix/sys/SysCalls.hpp
 include/afnix/tls/Libtls.hpp
+include/afnix/tls/Pkcs.hpp
 include/afnix/tls/Predtls.hpp
 include/afnix/tls/TlsAlert.hpp
 include/afnix/tls/TlsBlock.hpp
+include/afnix/tls/TlsCblock.hpp
+include/afnix/tls/TlsCerts.hpp
 include/afnix/tls/TlsChello.hpp
 include/afnix/tls/TlsChunk.hpp
+include/afnix/tls/TlsCkeyxh.hpp
 include/afnix/tls/TlsConnect.hpp
+include/afnix/tls/TlsCspec.hpp
+include/afnix/tls/TlsFinish.hpp
+include/afnix/tls/TlsFormat.hpp
 include/afnix/tls/TlsHblock.hpp
 include/afnix/tls/TlsHeader.hpp
 include/afnix/tls/TlsInfos.hpp
 include/afnix/tls/TlsMessage.hpp
 include/afnix/tls/TlsParams.hpp
 include/afnix/tls/TlsProto.hpp
+include/afnix/tls/TlsRblock.hpp
 include/afnix/tls/TlsRecord.hpp
 include/afnix/tls/TlsServer.hpp
 include/afnix/tls/TlsShake.hpp
@@ -464,13 +507,20 @@ include/afnix/xpe/XmlPrintTable.hpp
 include/afnix/xpe/XmlProcessor.hpp
 lib/afnix/axl/afnix-std-adp.axl
 lib/afnix/axl/afnix-std-axp.axl
+lib/afnix/axl/afnix-std-sps.axl
 lib/afnix/axl/afnix-std-tls.axl
+lib/libafnix-cda.a
+lib/libafnix-cda.so
+lib/libafnix-cda.so.2
 lib/libafnix-csm.a
 lib/libafnix-csm.so
 lib/libafnix-csm.so.2
 lib/libafnix-eng.a
 lib/libafnix-eng.so
 lib/libafnix-eng.so.2
+lib/libafnix-geo.a
+lib/libafnix-geo.so
+lib/libafnix-geo.so.2
 lib/libafnix-gfx.a
 lib/libafnix-gfx.so
 lib/libafnix-gfx.so.2

From owner-svn-ports-head@freebsd.org  Sat Jan 23 20:48:01 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CD6EA8E3F1;
 Sat, 23 Jan 2016 20:48:01 +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 07080199A;
 Sat, 23 Jan 2016 20:48:00 +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 u0NKm0Zp051413;
 Sat, 23 Jan 2016 20:48:00 GMT (envelope-from lwhsu@FreeBSD.org)
Received: (from lwhsu@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NKlxZg051407;
 Sat, 23 Jan 2016 20:47:59 GMT (envelope-from lwhsu@FreeBSD.org)
Message-Id: <201601232047.u0NKlxZg051407@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to
 lwhsu@FreeBSD.org using -f
From: Li-Wen Hsu 
Date: Sat, 23 Jan 2016 20:47:59 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407055 - 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-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 20:48:01 -0000

Author: lwhsu
Date: Sat Jan 23 20:47:59 2016
New Revision: 407055
URL: https://svnweb.freebsd.org/changeset/ports/407055

Log:
  - Update to 1.645

Modified:
  head/devel/jenkins/Makefile
  head/devel/jenkins/distinfo

Modified: head/devel/jenkins/Makefile
==============================================================================
--- head/devel/jenkins/Makefile	Sat Jan 23 20:11:19 2016	(r407054)
+++ head/devel/jenkins/Makefile	Sat Jan 23 20:47:59 2016	(r407055)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	jenkins
-PORTVERSION=	1.644
+PORTVERSION=	1.645
 CATEGORIES=	devel java
 MASTER_SITES=	http://mirrors.jenkins-ci.org/war/${PORTVERSION}/
 DISTNAME=	jenkins

Modified: head/devel/jenkins/distinfo
==============================================================================
--- head/devel/jenkins/distinfo	Sat Jan 23 20:11:19 2016	(r407054)
+++ head/devel/jenkins/distinfo	Sat Jan 23 20:47:59 2016	(r407055)
@@ -1,2 +1,2 @@
-SHA256 (jenkins/1.644/jenkins.war) = f4fe9c1faa682cbfa8dc6e7f3e64d78897dcb7332e8f513f12a3b845e3922eb0
-SIZE (jenkins/1.644/jenkins.war) = 63665223
+SHA256 (jenkins/1.645/jenkins.war) = 9ea1b6bc4fcdd930cdbfa3a3e97b4d923f68f7542b6978d090efbd4c38d69951
+SIZE (jenkins/1.645/jenkins.war) = 63350272

From owner-svn-ports-head@freebsd.org  Sat Jan 23 20:53:16 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF8D0A8E67A;
 Sat, 23 Jan 2016 20:53:15 +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 AFDCA1F25;
 Sat, 23 Jan 2016 20:53:15 +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 u0NKrEYr054319;
 Sat, 23 Jan 2016 20:53:14 GMT (envelope-from feld@FreeBSD.org)
Received: (from feld@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NKrEIu054316;
 Sat, 23 Jan 2016 20:53:14 GMT (envelope-from feld@FreeBSD.org)
Message-Id: <201601232053.u0NKrEIu054316@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: feld set sender to
 feld@FreeBSD.org using -f
From: Mark Felder 
Date: Sat, 23 Jan 2016 20:53:14 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407056 - head/multimedia/plexmediaserver-plexpass
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 20:53:16 -0000

Author: feld
Date: Sat Jan 23 20:53:14 2016
New Revision: 407056
URL: https://svnweb.freebsd.org/changeset/ports/407056

Log:
  multimedia/plexmediaserver-plexpass: Update to 0.9.15.2.1663
  
  Changelog:	https://forums.plex.tv/discussion/comment/1112114#Comment_1112114

Modified:
  head/multimedia/plexmediaserver-plexpass/Makefile
  head/multimedia/plexmediaserver-plexpass/distinfo
  head/multimedia/plexmediaserver-plexpass/pkg-plist

Modified: head/multimedia/plexmediaserver-plexpass/Makefile
==============================================================================
--- head/multimedia/plexmediaserver-plexpass/Makefile	Sat Jan 23 20:47:59 2016	(r407055)
+++ head/multimedia/plexmediaserver-plexpass/Makefile	Sat Jan 23 20:53:14 2016	(r407056)
@@ -1,13 +1,13 @@
 # Created by: KalleDK 
 # $FreeBSD$
 
-PORTVERSION=	0.9.15.1.1639
+PORTVERSION=	0.9.15.2.1663
 PORTREVISION=	0
 PKGNAMESUFFIX=	-plexpass
 
 MAINTAINER=	feld@FreeBSD.org
 
-PLEX_BUILD=	26325ea
+PLEX_BUILD=	7efd046 
 
 USE_RC_SUBR=	${PORTNAME}_plexpass
 

Modified: head/multimedia/plexmediaserver-plexpass/distinfo
==============================================================================
--- head/multimedia/plexmediaserver-plexpass/distinfo	Sat Jan 23 20:47:59 2016	(r407055)
+++ head/multimedia/plexmediaserver-plexpass/distinfo	Sat Jan 23 20:53:14 2016	(r407056)
@@ -1,2 +1,2 @@
-SHA256 (PlexMediaServer-0.9.15.1.1639-26325ea-freebsd-amd64.tar.bz2) = 13d6a2c69a2a7b699c81168bd8e6c9f859e77c4373c4b866681ffe4a294f5b99
-SIZE (PlexMediaServer-0.9.15.1.1639-26325ea-freebsd-amd64.tar.bz2) = 97472956
+SHA256 (PlexMediaServer-0.9.15.2.1663-7efd046-freebsd-amd64.tar.bz2) = 3845c75e41f798bf7283cef76c21bad155a8f914d67a3fab98d2a598ee1bfeba
+SIZE (PlexMediaServer-0.9.15.2.1663-7efd046-freebsd-amd64.tar.bz2) = 97533681

Modified: head/multimedia/plexmediaserver-plexpass/pkg-plist
==============================================================================
--- head/multimedia/plexmediaserver-plexpass/pkg-plist	Sat Jan 23 20:47:59 2016	(r407055)
+++ head/multimedia/plexmediaserver-plexpass/pkg-plist	Sat Jan 23 20:53:14 2016	(r407056)
@@ -2494,78 +2494,93 @@
 %%DATADIR%%/Resources/Python/lib/python2.7/shutil.py
 %%DATADIR%%/Resources/Python/lib/python2.7/site-packages/README
 %%DATADIR%%/Resources/Python/lib/python2.7/site-packages/cjson.so
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7.egg-info
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/ElementInclude.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/__init__.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/_elementpath.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/builder.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/cssselect.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/doctestcompare.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/etree.so
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/html/ElementSoup.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/html/__init__.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/html/_dictmixin.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/html/_diffcommand.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/html/_html5builder.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/html/_setmixin.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/html/builder.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/html/clean.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/html/defs.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/html/diff.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/html/formfill.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/html/html5parser.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/html/soupparser.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/html/usedoctest.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/isoschematron/__init__.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/isoschematron/resources/rng/iso-schematron.rng
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/objectify.so
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/pyclasslookup.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/sax.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/usedoctest.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/easy-install.pth
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/EGG-INFO/PKG-INFO
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/EGG-INFO/SOURCES.txt
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/EGG-INFO/dependency_links.txt
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/EGG-INFO/native_libs.txt
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/EGG-INFO/not-zip-safe
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/EGG-INFO/top_level.txt
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/ElementInclude.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/__init__.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/_elementpath.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/builder.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/cssselect.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/doctestcompare.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/etree.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/etree.so
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/html/ElementSoup.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/html/__init__.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/html/_dictmixin.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/html/_diffcommand.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/html/_html5builder.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/html/_setmixin.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/html/builder.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/html/clean.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/html/defs.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/html/diff.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/html/formfill.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/html/html5parser.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/html/soupparser.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/html/usedoctest.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/isoschematron/__init__.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/isoschematron/resources/rng/iso-schematron.rng
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/objectify.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/objectify.so
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/pyclasslookup.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/sax.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7-freebsd-9.1-RELEASE-amd64.egg/lxml/usedoctest.py
 %%DATADIR%%/Resources/Python/lib/python2.7/site-packages/python_cjson-1.0.5-py2.7.egg-info
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7.egg-info
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/__init__.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/_speedups.so
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/compat.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/decoder.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/encoder.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/ordered_dict.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/scanner.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/__init__.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_bigint_as_string.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_check_circular.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_decimal.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_decode.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_default.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_dump.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_encode_basestring_ascii.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_encode_for_html.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_errors.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_fail.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_float.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_for_json.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_indent.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_item_sort_key.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_namedtuple.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_pass1.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_pass2.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_pass3.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_recursion.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_scanstring.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_separators.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_speedups.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_tool.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_tuple.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tests/test_unicode.py
-%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/tool.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/EGG-INFO/PKG-INFO
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/EGG-INFO/SOURCES.txt
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/EGG-INFO/dependency_links.txt
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/EGG-INFO/native_libs.txt
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/EGG-INFO/not-zip-safe
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/EGG-INFO/top_level.txt
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/__init__.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/_speedups.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/_speedups.so
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/compat.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/decoder.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/encoder.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/ordered_dict.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/scanner.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/__init__.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_bigint_as_string.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_check_circular.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_decimal.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_decode.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_default.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_dump.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_encode_basestring_ascii.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_encode_for_html.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_errors.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_fail.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_float.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_for_json.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_indent.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_item_sort_key.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_namedtuple.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_pass1.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_pass2.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_pass3.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_recursion.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_scanstring.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_separators.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_speedups.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_tool.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_tuple.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tests/test_unicode.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7-freebsd-9.1-RELEASE-amd64.egg/simplejson/tool.py
+%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/site.py
 %%DATADIR%%/Resources/Python/lib/python2.7/site.py
 %%DATADIR%%/Resources/Python/lib/python2.7/smtpd.py
 %%DATADIR%%/Resources/Python/lib/python2.7/smtplib.py

From owner-svn-ports-head@freebsd.org  Sat Jan 23 21:13:48 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F562A8ED02;
 Sat, 23 Jan 2016 21:13:48 +0000 (UTC)
 (envelope-from johans@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 3A163194B;
 Sat, 23 Jan 2016 21:13:48 +0000 (UTC)
 (envelope-from johans@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NLDlAI060393;
 Sat, 23 Jan 2016 21:13:47 GMT (envelope-from johans@FreeBSD.org)
Received: (from johans@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NLDlbB060390;
 Sat, 23 Jan 2016 21:13:47 GMT (envelope-from johans@FreeBSD.org)
Message-Id: <201601232113.u0NLDlbB060390@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: johans set sender to
 johans@FreeBSD.org using -f
From: Johan van Selst 
Date: Sat, 23 Jan 2016 21:13:47 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407057 - head/security/nettle
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 21:13:48 -0000

Author: johans
Date: Sat Jan 23 21:13:46 2016
New Revision: 407057
URL: https://svnweb.freebsd.org/changeset/ports/407057

Log:
  Update to Nettle 3.1.1
  Note: Nettle 3 is not fully backwards compatible

Modified:
  head/security/nettle/Makefile
  head/security/nettle/distinfo
  head/security/nettle/pkg-plist

Modified: head/security/nettle/Makefile
==============================================================================
--- head/security/nettle/Makefile	Sat Jan 23 20:53:14 2016	(r407056)
+++ head/security/nettle/Makefile	Sat Jan 23 21:13:46 2016	(r407057)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nettle
-PORTVERSION=	2.7.1
+PORTVERSION=	3.1.1
 CATEGORIES=	security
 MASTER_SITES=	GNU \
 		http://www.lysator.liu.se/~nisse/archive/:liu \
@@ -11,8 +11,8 @@ MASTER_SITES=	GNU \
 MAINTAINER=	johans@FreeBSD.org
 COMMENT=	Low-level cryptographic library
 
-LICENSE=	LGPL21
-LICENSE_FILE=	${WRKSRC}/COPYING.LIB
+LICENSE=	LGPL3 GPLv2+
+LICENSE_COMB=	multi
 
 LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
 
@@ -39,6 +39,9 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 CONFIGURE_ENV+=	CCPIC=-fPIC
 .endif
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so
+
 post-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} \

Modified: head/security/nettle/distinfo
==============================================================================
--- head/security/nettle/distinfo	Sat Jan 23 20:53:14 2016	(r407056)
+++ head/security/nettle/distinfo	Sat Jan 23 21:13:46 2016	(r407057)
@@ -1,2 +1,2 @@
-SHA256 (nettle-2.7.1.tar.gz) = bc71ebd43435537d767799e414fce88e521b7278d48c860651216e1fc6555b40
-SIZE (nettle-2.7.1.tar.gz) = 1558863
+SHA256 (nettle-3.1.1.tar.gz) = 5fd4d25d64d8ddcb85d0d897572af73b05b4d163c6cc49438a5bfbb8ff293d4c
+SIZE (nettle-3.1.1.tar.gz) = 1851876

Modified: head/security/nettle/pkg-plist
==============================================================================
--- head/security/nettle/pkg-plist	Sat Jan 23 20:53:14 2016	(r407056)
+++ head/security/nettle/pkg-plist	Sat Jan 23 21:13:46 2016	(r407057)
@@ -1,5 +1,6 @@
 bin/nettle-hash
 bin/nettle-lfib-stream
+bin/nettle-pbkdf2
 bin/pkcs1-conv
 bin/sexp-conv
 include/nettle/aes.h
@@ -14,13 +15,20 @@ include/nettle/buffer.h
 include/nettle/camellia.h
 include/nettle/cast128.h
 include/nettle/cbc.h
+include/nettle/ccm.h
+include/nettle/chacha-poly1305.h
+include/nettle/chacha.h
 include/nettle/ctr.h
+include/nettle/curve25519.h
 include/nettle/des-compat.h
 include/nettle/des.h
+include/nettle/dsa-compat.h
 include/nettle/dsa.h
+include/nettle/eax.h
 include/nettle/ecc-curve.h
 include/nettle/ecc.h
 include/nettle/ecdsa.h
+include/nettle/eddsa.h
 include/nettle/gcm.h
 include/nettle/gosthash94.h
 include/nettle/hmac.h
@@ -37,9 +45,9 @@ include/nettle/nettle-types.h
 include/nettle/pbkdf2.h
 include/nettle/pgp.h
 include/nettle/pkcs1.h
+include/nettle/poly1305.h
 include/nettle/realloc.h
 include/nettle/ripemd160.h
-include/nettle/rsa-compat.h
 include/nettle/rsa.h
 include/nettle/salsa20.h
 include/nettle/serpent.h
@@ -50,14 +58,15 @@ include/nettle/sha2.h
 include/nettle/sha3.h
 include/nettle/twofish.h
 include/nettle/umac.h
+include/nettle/version.h
 include/nettle/yarrow.h
 lib/libhogweed.a
 lib/libhogweed.so
-lib/libhogweed.so.2
-lib/libhogweed.so.2.5
+lib/libhogweed.so.4
+lib/libhogweed.so.4.1
 lib/libnettle.a
 lib/libnettle.so
-lib/libnettle.so.4
-lib/libnettle.so.4.7
-libdata/pkgconfig/nettle.pc
+lib/libnettle.so.6
+lib/libnettle.so.6.1
 libdata/pkgconfig/hogweed.pc
+libdata/pkgconfig/nettle.pc

From owner-svn-ports-head@freebsd.org  Sat Jan 23 21:14:20 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A276A8ED3E;
 Sat, 23 Jan 2016 21:14:20 +0000 (UTC)
 (envelope-from johans@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 05D681A20;
 Sat, 23 Jan 2016 21:14:19 +0000 (UTC)
 (envelope-from johans@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NLEJ9I060665;
 Sat, 23 Jan 2016 21:14:19 GMT (envelope-from johans@FreeBSD.org)
Received: (from johans@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NLEIDe060656;
 Sat, 23 Jan 2016 21:14:18 GMT (envelope-from johans@FreeBSD.org)
Message-Id: <201601232114.u0NLEIDe060656@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: johans set sender to
 johans@FreeBSD.org using -f
From: Johan van Selst 
Date: Sat, 23 Jan 2016 21:14:18 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407058 - in head: archivers/libarchive dns/dnsmasq
 dns/dnsmasq-devel dns/knot2 lang/pike78 net-p2p/ncdc security/gnutls
 www/squid
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 21:14:20 -0000

Author: johans
Date: Sat Jan 23 21:14:18 2016
New Revision: 407058
URL: https://svnweb.freebsd.org/changeset/ports/407058

Log:
  Bump versions to chase Nettle shared library update

Modified:
  head/archivers/libarchive/Makefile
  head/dns/dnsmasq-devel/Makefile
  head/dns/dnsmasq/Makefile
  head/dns/knot2/Makefile
  head/lang/pike78/Makefile
  head/net-p2p/ncdc/Makefile
  head/security/gnutls/Makefile
  head/www/squid/Makefile

Modified: head/archivers/libarchive/Makefile
==============================================================================
--- head/archivers/libarchive/Makefile	Sat Jan 23 21:13:46 2016	(r407057)
+++ head/archivers/libarchive/Makefile	Sat Jan 23 21:14:18 2016	(r407058)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libarchive
 PORTVERSION=	3.1.2
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	1
 CATEGORIES=	archivers
 MASTER_SITES=	http://libarchive.org/downloads/

Modified: head/dns/dnsmasq-devel/Makefile
==============================================================================
--- head/dns/dnsmasq-devel/Makefile	Sat Jan 23 21:13:46 2016	(r407057)
+++ head/dns/dnsmasq-devel/Makefile	Sat Jan 23 21:14:18 2016	(r407058)
@@ -4,6 +4,7 @@
 PORTNAME=	dnsmasq
 DISTVERSION=	2.76test5
 PORTVERSION=	2.76.0test5
+PORTREVISION=	1
 CATEGORIES=	dns ipv6
 #MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/release-candidates/
 MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/test-releases/

Modified: head/dns/dnsmasq/Makefile
==============================================================================
--- head/dns/dnsmasq/Makefile	Sat Jan 23 21:13:46 2016	(r407057)
+++ head/dns/dnsmasq/Makefile	Sat Jan 23 21:14:18 2016	(r407058)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dnsmasq
 DISTVERSION=	2.75
-PORTREVISION=	1	# leave this in even if 0 to avoid PORTEPOCH bumps
+PORTREVISION=	2	# leave this in even if 0 to avoid PORTEPOCH bumps
 PORTEPOCH=	1
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/ \

Modified: head/dns/knot2/Makefile
==============================================================================
--- head/dns/knot2/Makefile	Sat Jan 23 21:13:46 2016	(r407057)
+++ head/dns/knot2/Makefile	Sat Jan 23 21:14:18 2016	(r407058)
@@ -3,6 +3,7 @@
 
 PORTNAME=	knot
 DISTVERSION=	2.0.2
+PORTREVISION=	1
 CATEGORIES=	dns ipv6
 MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
 		http://dns-lab.com/downloads/knot-dns/

Modified: head/lang/pike78/Makefile
==============================================================================
--- head/lang/pike78/Makefile	Sat Jan 23 21:13:46 2016	(r407057)
+++ head/lang/pike78/Makefile	Sat Jan 23 21:14:18 2016	(r407058)
@@ -2,7 +2,7 @@
 
 PORTNAME=	pike78
 PORTVERSION=	${PIKEVERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang
 MASTER_SITES=	http://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \
 		ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \

Modified: head/net-p2p/ncdc/Makefile
==============================================================================
--- head/net-p2p/ncdc/Makefile	Sat Jan 23 21:13:46 2016	(r407057)
+++ head/net-p2p/ncdc/Makefile	Sat Jan 23 21:14:18 2016	(r407058)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ncdc
 PORTVERSION=	1.19.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	net-p2p
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
 		http://dev.yorhel.nl/download/

Modified: head/security/gnutls/Makefile
==============================================================================
--- head/security/gnutls/Makefile	Sat Jan 23 21:13:46 2016	(r407057)
+++ head/security/gnutls/Makefile	Sat Jan 23 21:14:18 2016	(r407058)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gnutls
 PORTVERSION=	3.3.17.1
+PORTREVISION=	1
 CATEGORIES=	security net
 MASTER_SITES=	GNUPG/gnutls/v${PORTVERSION:R:R}
 

Modified: head/www/squid/Makefile
==============================================================================
--- head/www/squid/Makefile	Sat Jan 23 21:13:46 2016	(r407057)
+++ head/www/squid/Makefile	Sat Jan 23 21:14:18 2016	(r407058)
@@ -2,6 +2,7 @@
 
 PORTNAME=	squid
 PORTVERSION=	3.5.13
+PORTREVISION=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
 		http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \

From owner-svn-ports-head@freebsd.org  Sat Jan 23 21:25:58 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA480A8F27D;
 Sat, 23 Jan 2016 21:25:58 +0000 (UTC) (envelope-from jgh@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 9206E125E;
 Sat, 23 Jan 2016 21:25:58 +0000 (UTC) (envelope-from jgh@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NLPvHF063706;
 Sat, 23 Jan 2016 21:25:57 GMT (envelope-from jgh@FreeBSD.org)
Received: (from jgh@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NLPv1D063703;
 Sat, 23 Jan 2016 21:25:57 GMT (envelope-from jgh@FreeBSD.org)
Message-Id: <201601232125.u0NLPv1D063703@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: jgh set sender to jgh@FreeBSD.org
 using -f
From: Jason Helfman 
Date: Sat, 23 Jan 2016 21:25:57 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407059 - head/sysutils/jvmtop
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 21:25:59 -0000

Author: jgh
Date: Sat Jan 23 21:25:57 2016
New Revision: 407059
URL: https://svnweb.freebsd.org/changeset/ports/407059

Log:
  - update port to build via source
  - moved to github
  - bump portrevision (license)

Modified:
  head/sysutils/jvmtop/Makefile
  head/sysutils/jvmtop/distinfo
  head/sysutils/jvmtop/pkg-descr

Modified: head/sysutils/jvmtop/Makefile
==============================================================================
--- head/sysutils/jvmtop/Makefile	Sat Jan 23 21:14:18 2016	(r407058)
+++ head/sysutils/jvmtop/Makefile	Sat Jan 23 21:25:57 2016	(r407059)
@@ -3,26 +3,30 @@
 
 PORTNAME=	jvmtop
 PORTVERSION=	0.8.0
+PORTREVISION=	1
 CATEGORIES=	sysutils java
-MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	jgh@FreeBSD.org
 COMMENT=	Lightweight console application to monitor running jvms
 
-LICENSE=	GPLv3
+LICENSE=	GPLv2
 
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
+USE_ANT=	yes
 
 PLIST_FILES=	%%JAVAJARDIR%%/${PORTNAME}.jar \
 		bin/${PORTNAME}
 SUB_LIST=	JAVA_HOME=${JAVA_HOME}
 SUB_FILES=	${PORTNAME}.sh
-NO_BUILD=	yes
+
+GH_ACCOUNT=	patric-r
+GH_TAG=		3d6978c
+USE_GITHUB=	YES
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${JAVAJARDIR}
-	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.jar ${STAGEDIR}${JAVAJARDIR}
+	${INSTALL_DATA} ${WRKSRC}/dist/${PORTNAME}.jar ${STAGEDIR}${JAVAJARDIR}
 	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include 

Modified: head/sysutils/jvmtop/distinfo
==============================================================================
--- head/sysutils/jvmtop/distinfo	Sat Jan 23 21:14:18 2016	(r407058)
+++ head/sysutils/jvmtop/distinfo	Sat Jan 23 21:25:57 2016	(r407059)
@@ -1,2 +1,2 @@
-SHA256 (jvmtop-0.8.0.tar.gz) = f9de8159240b400a51b196520b4c4f0ddbcaa8e587fab1f0a59be8a00dc128c4
-SIZE (jvmtop-0.8.0.tar.gz) = 93680
+SHA256 (patric-r-jvmtop-0.8.0_GH0.tar.gz) = 4a11f3ffaa91c40cc8147adc5c7a78b488969a7671943418e16789df418ea0d7
+SIZE (patric-r-jvmtop-0.8.0_GH0.tar.gz) = 98878

Modified: head/sysutils/jvmtop/pkg-descr
==============================================================================
--- head/sysutils/jvmtop/pkg-descr	Sat Jan 23 21:14:18 2016	(r407058)
+++ head/sysutils/jvmtop/pkg-descr	Sat Jan 23 21:25:57 2016	(r407059)
@@ -6,4 +6,4 @@ It's tested with different releases of O
 FreeBSD, Linux, Solaris and Windows hosts.  Jvmtop requires a JDK - a JRE
 will not suffice.
 
-WWW: http://code.google.com/p/jvmtop/
+WWW: https://github.com/patric-r/jvmtop

From owner-svn-ports-head@freebsd.org  Sat Jan 23 21:44:30 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BA31A8F72D;
 Sat, 23 Jan 2016 21:44:30 +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 6CE581ADE;
 Sat, 23 Jan 2016 21:44:30 +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 u0NLiThc069438;
 Sat, 23 Jan 2016 21:44:29 GMT (envelope-from danilo@FreeBSD.org)
Received: (from danilo@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NLiThD069436;
 Sat, 23 Jan 2016 21:44:29 GMT (envelope-from danilo@FreeBSD.org)
Message-Id: <201601232144.u0NLiThD069436@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: danilo set sender to
 danilo@FreeBSD.org using -f
From: Danilo Egea Gondolfo 
Date: Sat, 23 Jan 2016 21:44:29 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407060 - in head/security/s2n: . files
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 21:44:30 -0000

Author: danilo
Date: Sat Jan 23 21:44:29 2016
New Revision: 407060
URL: https://svnweb.freebsd.org/changeset/ports/407060

Log:
  - Update to 20160120

Deleted:
  head/security/s2n/files/extra-patch-tls_s2n__connection.c
Modified:
  head/security/s2n/Makefile
  head/security/s2n/distinfo

Modified: head/security/s2n/Makefile
==============================================================================
--- head/security/s2n/Makefile	Sat Jan 23 21:25:57 2016	(r407059)
+++ head/security/s2n/Makefile	Sat Jan 23 21:44:29 2016	(r407060)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	s2n
-PORTVERSION=	20150909
+PORTVERSION=	20160120
 CATEGORIES=	security
 
 MAINTAINER=	danilo@FreeBSD.org
@@ -12,7 +12,7 @@ LICENSE=	APACHE20
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	awslabs
-GH_TAGNAME=	674df33
+GH_TAGNAME=	6e1d139
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
@@ -29,8 +29,6 @@ ALL_TARGET=	bin
 WITH_OPENSSL_PORT=	yes
 .include "${PORTSDIR}/Mk/bsd.openssl.mk"
 CFLAGS+=		-I${LOCALBASE}/include -L${LOCALBASE}/lib
-# Actually used on 9 to build with gcc
-EXTRA_PATCHES=		${FILESDIR}/extra-patch-tls_s2n__connection.c
 .endif
 
 post-patch:

Modified: head/security/s2n/distinfo
==============================================================================
--- head/security/s2n/distinfo	Sat Jan 23 21:25:57 2016	(r407059)
+++ head/security/s2n/distinfo	Sat Jan 23 21:44:29 2016	(r407060)
@@ -1,2 +1,2 @@
-SHA256 (awslabs-s2n-20150909-674df33_GH0.tar.gz) = 25bf788ab8fee9e364bf52a1ab03ff809c3706eaff54f4586ccff405f4ce0788
-SIZE (awslabs-s2n-20150909-674df33_GH0.tar.gz) = 460084
+SHA256 (awslabs-s2n-20160120-6e1d139_GH0.tar.gz) = 14cf6cb559453f728c365e752431893c889b45f8aece08d21e0922f0bc9ee097
+SIZE (awslabs-s2n-20160120-6e1d139_GH0.tar.gz) = 460566

From owner-svn-ports-head@freebsd.org  Sat Jan 23 21:54:45 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22A44A8F9C1;
 Sat, 23 Jan 2016 21:54:45 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id E7E261040;
 Sat, 23 Jan 2016 21:54:44 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NLsh4H072400;
 Sat, 23 Jan 2016 21:54:43 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NLshEQ072399;
 Sat, 23 Jan 2016 21:54:43 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601232154.u0NLshEQ072399@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sat, 23 Jan 2016 21:54:43 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407061 - head/science/netcdf
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 21:54:45 -0000

Author: sunpoet
Date: Sat Jan 23 21:54:43 2016
New Revision: 407061
URL: https://svnweb.freebsd.org/changeset/ports/407061

Log:
  - Add USES=pkgconfig:run: pkg-config is required by nc-config at runtime
  - Bump PORTREVISION for dependency change

Modified:
  head/science/netcdf/Makefile

Modified: head/science/netcdf/Makefile
==============================================================================
--- head/science/netcdf/Makefile	Sat Jan 23 21:44:29 2016	(r407060)
+++ head/science/netcdf/Makefile	Sat Jan 23 21:54:43 2016	(r407061)
@@ -3,6 +3,7 @@
 
 PORTNAME=	netcdf
 PORTVERSION=	4.4.0
+PORTREVISION=	1
 CATEGORIES=	science
 MASTER_SITES=	http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \
 		ftp://ftp.unidata.ucar.edu/pub/netcdf/ \
@@ -26,7 +27,7 @@ GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
 USE_LDCONFIG=	yes
-USES=		libtool localbase pathfix
+USES=		libtool localbase pathfix pkgconfig:run
 
 DAP_CONFIGURE_ENABLE=	dap
 DAP_LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl

From owner-svn-ports-head@freebsd.org  Sat Jan 23 21:54:50 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A34CBA8F9EF;
 Sat, 23 Jan 2016 21:54:50 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 7179D1093;
 Sat, 23 Jan 2016 21:54:50 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NLsn4I072517;
 Sat, 23 Jan 2016 21:54:49 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NLsnfL072515;
 Sat, 23 Jan 2016 21:54:49 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601232154.u0NLsnfL072515@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sat, 23 Jan 2016 21:54:49 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407062 - head/devel/rubygem-gitlab_git
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 21:54:50 -0000

Author: sunpoet
Date: Sat Jan 23 21:54:49 2016
New Revision: 407062
URL: https://svnweb.freebsd.org/changeset/ports/407062

Log:
  - Update to 7.2.24
  
  Changes:	https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG

Modified:
  head/devel/rubygem-gitlab_git/Makefile
  head/devel/rubygem-gitlab_git/distinfo

Modified: head/devel/rubygem-gitlab_git/Makefile
==============================================================================
--- head/devel/rubygem-gitlab_git/Makefile	Sat Jan 23 21:54:43 2016	(r407061)
+++ head/devel/rubygem-gitlab_git/Makefile	Sat Jan 23 21:54:49 2016	(r407062)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab_git
-PORTVERSION=	7.2.23
+PORTVERSION=	7.2.24
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-gitlab_git/distinfo
==============================================================================
--- head/devel/rubygem-gitlab_git/distinfo	Sat Jan 23 21:54:43 2016	(r407061)
+++ head/devel/rubygem-gitlab_git/distinfo	Sat Jan 23 21:54:49 2016	(r407062)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/gitlab_git-7.2.23.gem) = f755e0a8f971161d1bf4bdcec5c525de9db176a70a53c330f9a4cb6a2c809940
-SIZE (rubygem/gitlab_git-7.2.23.gem) = 24064
+SHA256 (rubygem/gitlab_git-7.2.24.gem) = 97e20876c57cffbadd093812e895264cf62aa88663dd635211d96506e7f9e86b
+SIZE (rubygem/gitlab_git-7.2.24.gem) = 24064

From owner-svn-ports-head@freebsd.org  Sat Jan 23 21:54:56 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A7CFA8FA1A;
 Sat, 23 Jan 2016 21:54:56 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id ECA691190;
 Sat, 23 Jan 2016 21:54:55 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NLssRm072633;
 Sat, 23 Jan 2016 21:54:54 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NLsskL072631;
 Sat, 23 Jan 2016 21:54:54 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601232154.u0NLsskL072631@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sat, 23 Jan 2016 21:54:54 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407063 - head/devel/rubygem-bosh_common
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 21:54:56 -0000

Author: sunpoet
Date: Sat Jan 23 21:54:54 2016
New Revision: 407063
URL: https://svnweb.freebsd.org/changeset/ports/407063

Log:
  - Update to 1.3184.1.0 (v250)
  
  Changes:	https://github.com/cloudfoundry/bosh/releases

Modified:
  head/devel/rubygem-bosh_common/Makefile
  head/devel/rubygem-bosh_common/distinfo

Modified: head/devel/rubygem-bosh_common/Makefile
==============================================================================
--- head/devel/rubygem-bosh_common/Makefile	Sat Jan 23 21:54:49 2016	(r407062)
+++ head/devel/rubygem-bosh_common/Makefile	Sat Jan 23 21:54:54 2016	(r407063)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bosh_common
-PORTVERSION=	1.3177.0
+PORTVERSION=	1.3184.1.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-bosh_common/distinfo
==============================================================================
--- head/devel/rubygem-bosh_common/distinfo	Sat Jan 23 21:54:49 2016	(r407062)
+++ head/devel/rubygem-bosh_common/distinfo	Sat Jan 23 21:54:54 2016	(r407063)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/bosh_common-1.3177.0.gem) = 57ecd143e0f30d0f0a435a72ee83df56584e76b1670508f5fbc3d8f66c335956
-SIZE (rubygem/bosh_common-1.3177.0.gem) = 11776
+SHA256 (rubygem/bosh_common-1.3184.1.0.gem) = 492580d8b89a2b08115d309c01dd65fdcfb7f7c5eed4f4977d449c48dcc92b92
+SIZE (rubygem/bosh_common-1.3184.1.0.gem) = 11776

From owner-svn-ports-head@freebsd.org  Sat Jan 23 21:55:01 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B538A8FA45;
 Sat, 23 Jan 2016 21:55:01 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 52D5312BE;
 Sat, 23 Jan 2016 21:55:01 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NLt0O2072771;
 Sat, 23 Jan 2016 21:55:00 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NLt0bT072755;
 Sat, 23 Jan 2016 21:55:00 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601232155.u0NLt0bT072755@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sat, 23 Jan 2016 21:55:00 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407064 - head/devel/rubygem-bosh-template
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 21:55:01 -0000

Author: sunpoet
Date: Sat Jan 23 21:54:59 2016
New Revision: 407064
URL: https://svnweb.freebsd.org/changeset/ports/407064

Log:
  - Update to 1.3184.1.0 (v250)
  
  Changes:	https://github.com/cloudfoundry/bosh/releases

Modified:
  head/devel/rubygem-bosh-template/Makefile
  head/devel/rubygem-bosh-template/distinfo

Modified: head/devel/rubygem-bosh-template/Makefile
==============================================================================
--- head/devel/rubygem-bosh-template/Makefile	Sat Jan 23 21:54:54 2016	(r407063)
+++ head/devel/rubygem-bosh-template/Makefile	Sat Jan 23 21:54:59 2016	(r407064)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bosh-template
-PORTVERSION=	1.3177.0
+PORTVERSION=	1.3184.1.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-bosh-template/distinfo
==============================================================================
--- head/devel/rubygem-bosh-template/distinfo	Sat Jan 23 21:54:54 2016	(r407063)
+++ head/devel/rubygem-bosh-template/distinfo	Sat Jan 23 21:54:59 2016	(r407064)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/bosh-template-1.3177.0.gem) = 076b5cbd1cf90d4dca8994fb7691270e3c0361aa7d7cf0d1081b85b939b632ce
-SIZE (rubygem/bosh-template-1.3177.0.gem) = 6656
+SHA256 (rubygem/bosh-template-1.3184.1.0.gem) = 17f3910da23c3c7d8fde4c5cdd24c06182750f56a1beb031e925da52c5cdf391
+SIZE (rubygem/bosh-template-1.3184.1.0.gem) = 6656

From owner-svn-ports-head@freebsd.org  Sat Jan 23 21:55:07 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F685A8FA72;
 Sat, 23 Jan 2016 21:55:07 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 18A2F138F;
 Sat, 23 Jan 2016 21:55:06 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NLt6Sh072904;
 Sat, 23 Jan 2016 21:55:06 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NLt5r3072901;
 Sat, 23 Jan 2016 21:55:05 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601232155.u0NLt5r3072901@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sat, 23 Jan 2016 21:55:05 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407065 - in head/devel/rubygem-blobstore_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-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 21:55:07 -0000

Author: sunpoet
Date: Sat Jan 23 21:55:05 2016
New Revision: 407065
URL: https://svnweb.freebsd.org/changeset/ports/407065

Log:
  - Update to 1.3184.1.0 (v250)
  
  Changes:	https://github.com/cloudfoundry/bosh/releases

Modified:
  head/devel/rubygem-blobstore_client/Makefile
  head/devel/rubygem-blobstore_client/distinfo
  head/devel/rubygem-blobstore_client/files/patch-gemspec

Modified: head/devel/rubygem-blobstore_client/Makefile
==============================================================================
--- head/devel/rubygem-blobstore_client/Makefile	Sat Jan 23 21:54:59 2016	(r407064)
+++ head/devel/rubygem-blobstore_client/Makefile	Sat Jan 23 21:55:05 2016	(r407065)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	blobstore_client
-PORTVERSION=	1.3177.0
+PORTVERSION=	1.3184.1.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-blobstore_client/distinfo
==============================================================================
--- head/devel/rubygem-blobstore_client/distinfo	Sat Jan 23 21:54:59 2016	(r407064)
+++ head/devel/rubygem-blobstore_client/distinfo	Sat Jan 23 21:55:05 2016	(r407065)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/blobstore_client-1.3177.0.gem) = 0c935276dd9d87db43d6bc0fbdfd2bb41d740e6608bdf7f95c6265afb7c469c4
-SIZE (rubygem/blobstore_client-1.3177.0.gem) = 10752
+SHA256 (rubygem/blobstore_client-1.3184.1.0.gem) = 78f047418a48708e1cdfcea27abbcc6d1f395c7a4dc42662ae1dbc99433a2585
+SIZE (rubygem/blobstore_client-1.3184.1.0.gem) = 10752

Modified: head/devel/rubygem-blobstore_client/files/patch-gemspec
==============================================================================
--- head/devel/rubygem-blobstore_client/files/patch-gemspec	Sat Jan 23 21:54:59 2016	(r407064)
+++ head/devel/rubygem-blobstore_client/files/patch-gemspec	Sat Jan 23 21:55:05 2016	(r407065)
@@ -1,11 +1,13 @@
 --- blobstore_client.gemspec.orig	2015-12-25 09:52:23 UTC
 +++ blobstore_client.gemspec
-@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
+@@ -23,8 +23,8 @@ Gem::Specification.new do |s|
+     s.specification_version = 4
  
      if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
-       s.add_runtime_dependency(%q, ["= 2.2.0"])
+-      s.add_runtime_dependency(%q, ["= 2.2.0"])
 -      s.add_runtime_dependency(%q, ["= 2.4.0"])
++      s.add_runtime_dependency(%q, [">= 2.2.0"])
 +      s.add_runtime_dependency(%q, [">= 2.4.0"])
        s.add_runtime_dependency(%q, ["~> 1.1"])
-       s.add_runtime_dependency(%q, ["~> 1.3156.0"])
+       s.add_runtime_dependency(%q, ["~> 1.3184.1.0"])
        s.add_development_dependency(%q, ["~> 3.0"])

From owner-svn-ports-head@freebsd.org  Sat Jan 23 21:55:13 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58092A8FA93;
 Sat, 23 Jan 2016 21:55:13 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 0CF0B1532;
 Sat, 23 Jan 2016 21:55:12 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NLtBvE073037;
 Sat, 23 Jan 2016 21:55:11 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NLtBQv073034;
 Sat, 23 Jan 2016 21:55:11 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201601232155.u0NLtBQv073034@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh 
Date: Sat, 23 Jan 2016 21:55:11 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407066 - in head/sysutils/rubygem-bosh_cli: . files
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 21:55:13 -0000

Author: sunpoet
Date: Sat Jan 23 21:55:11 2016
New Revision: 407066
URL: https://svnweb.freebsd.org/changeset/ports/407066

Log:
  - Update to 1.3184.1.0 (v250)
  
  Changes:	https://github.com/cloudfoundry/bosh/releases

Modified:
  head/sysutils/rubygem-bosh_cli/Makefile
  head/sysutils/rubygem-bosh_cli/distinfo
  head/sysutils/rubygem-bosh_cli/files/patch-gemspec

Modified: head/sysutils/rubygem-bosh_cli/Makefile
==============================================================================
--- head/sysutils/rubygem-bosh_cli/Makefile	Sat Jan 23 21:55:05 2016	(r407065)
+++ head/sysutils/rubygem-bosh_cli/Makefile	Sat Jan 23 21:55:11 2016	(r407066)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bosh_cli
-PORTVERSION=	1.3177.0
+PORTVERSION=	1.3184.1.0
 CATEGORIES=	sysutils rubygems
 MASTER_SITES=	RG
 

Modified: head/sysutils/rubygem-bosh_cli/distinfo
==============================================================================
--- head/sysutils/rubygem-bosh_cli/distinfo	Sat Jan 23 21:55:05 2016	(r407065)
+++ head/sysutils/rubygem-bosh_cli/distinfo	Sat Jan 23 21:55:11 2016	(r407066)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/bosh_cli-1.3177.0.gem) = 1df169266b497f2d4888ff04706ec402b80277f4be64345e36e1b141c0b53e99
-SIZE (rubygem/bosh_cli-1.3177.0.gem) = 98304
+SHA256 (rubygem/bosh_cli-1.3184.1.0.gem) = 6430e06fc3135dc63ab58cf5deb52e59d282cd5dcb75f21ceeffec286693be5d
+SIZE (rubygem/bosh_cli-1.3184.1.0.gem) = 99328

Modified: head/sysutils/rubygem-bosh_cli/files/patch-gemspec
==============================================================================
--- head/sysutils/rubygem-bosh_cli/files/patch-gemspec	Sat Jan 23 21:55:05 2016	(r407065)
+++ head/sysutils/rubygem-bosh_cli/files/patch-gemspec	Sat Jan 23 21:55:11 2016	(r407066)
@@ -1,7 +1,7 @@
 --- bosh_cli.gemspec.orig	2015-12-25 06:40:56 UTC
 +++ bosh_cli.gemspec
 @@ -27,17 +27,17 @@ Gem::Specification.new do |s|
-       s.add_runtime_dependency(%q, ["~> 1.3177.0"])
+       s.add_runtime_dependency(%q, ["~> 1.3184.1.0"])
        s.add_runtime_dependency(%q, ["~> 3.2.1"])
        s.add_runtime_dependency(%q, ["~> 1.7"])
 -      s.add_runtime_dependency(%q, ["~> 1.6.2"])
@@ -12,7 +12,7 @@
 +      s.add_runtime_dependency(%q, [">= 0.9.0"])
 +      s.add_runtime_dependency(%q, [">= 2.4.0"])
 +      s.add_runtime_dependency(%q, [">= 1.4.3"])
-       s.add_runtime_dependency(%q, ["~> 1.3177.0"])
+       s.add_runtime_dependency(%q, ["~> 1.3184.1.0"])
        s.add_runtime_dependency(%q, ["= 2.9.2"])
        s.add_runtime_dependency(%q, ["~> 1.2.0"])
 -      s.add_runtime_dependency(%q, ["~> 1.1.0"])

From owner-svn-ports-head@freebsd.org  Sat Jan 23 22:35:36 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5FDEA8DAE5;
 Sat, 23 Jan 2016 22:35:36 +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 7FC781E46;
 Sat, 23 Jan 2016 22:35:36 +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 u0NMZZeg084780;
 Sat, 23 Jan 2016 22:35:35 GMT (envelope-from novel@FreeBSD.org)
Received: (from novel@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NMZZBB084777;
 Sat, 23 Jan 2016 22:35:35 GMT (envelope-from novel@FreeBSD.org)
Message-Id: <201601232235.u0NMZZBB084777@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: novel set sender to
 novel@FreeBSD.org using -f
From: Roman Bogorodskiy 
Date: Sat, 23 Jan 2016 22:35:35 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407067 - head/devel/libosinfo
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 22:35:36 -0000

Author: novel
Date: Sat Jan 23 22:35:35 2016
New Revision: 407067
URL: https://svnweb.freebsd.org/changeset/ports/407067

Log:
  devel/libosinfo: update to 0.3.0

Modified:
  head/devel/libosinfo/Makefile
  head/devel/libosinfo/distinfo
  head/devel/libosinfo/pkg-plist

Modified: head/devel/libosinfo/Makefile
==============================================================================
--- head/devel/libosinfo/Makefile	Sat Jan 23 21:55:11 2016	(r407066)
+++ head/devel/libosinfo/Makefile	Sat Jan 23 22:35:35 2016	(r407067)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libosinfo
-PORTVERSION=	0.2.11
+PORTVERSION=	0.3.0
 CATEGORIES=	devel
 MASTER_SITES=	https://fedorahosted.org/releases/l/i/libosinfo/
 
@@ -10,6 +10,9 @@ MAINTAINER=	novel@FreeBSD.org
 COMMENT=	Library for managing OS information for virtualization
 
 LIB_DEPENDS=	libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
+BUILD_DEPENDS=	${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids \
+		${LOCALBASE}/share/usbids/usb.ids:${PORTSDIR}/misc/usbids
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		gmake libtool pathfix pkgconfig
 USE_GNOME=	glib20 libxml2 libxslt introspection:build intlhack
@@ -17,7 +20,9 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 
-CONFIGURE_ARGS=	--disable-tests --disable-vala
+CONFIGURE_ARGS=	--disable-tests --disable-vala \
+		--with-usb-ids-path=${LOCALBASE}/share/usbids/usb.ids \
+		--with-pci-ids-path=${LOCALBASE}/share/pciids/pci.ids
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 

Modified: head/devel/libosinfo/distinfo
==============================================================================
--- head/devel/libosinfo/distinfo	Sat Jan 23 21:55:11 2016	(r407066)
+++ head/devel/libosinfo/distinfo	Sat Jan 23 22:35:35 2016	(r407067)
@@ -1,2 +1,2 @@
-SHA256 (libosinfo-0.2.11.tar.gz) = bb6ba136756b26045ba3ed9b3c1b0920a639dd80b007769a1df356d8e2fe0921
-SIZE (libosinfo-0.2.11.tar.gz) = 1304566
+SHA256 (libosinfo-0.3.0.tar.gz) = 538a3468792e919edf5364fe102d751353ae600a92ad3a24f024424a182cefbc
+SIZE (libosinfo-0.3.0.tar.gz) = 1816516

Modified: head/devel/libosinfo/pkg-plist
==============================================================================
--- head/devel/libosinfo/pkg-plist	Sat Jan 23 21:55:11 2016	(r407066)
+++ head/devel/libosinfo/pkg-plist	Sat Jan 23 22:35:35 2016	(r407067)
@@ -45,7 +45,7 @@ include/libosinfo-1.0/osinfo/osinfo_vers
 lib/girepository-1.0/Libosinfo-1.0.typelib
 lib/libosinfo-1.0.so
 lib/libosinfo-1.0.so.0
-lib/libosinfo-1.0.so.0.2.11
+lib/libosinfo-1.0.so.0.3.0
 libdata/pkgconfig/libosinfo-1.0.pc
 man/man1/osinfo-db-validate.1.gz
 man/man1/osinfo-detect.1.gz
@@ -98,7 +98,6 @@ share/gtk-doc/html/Libosinfo/ch01.html
 share/gtk-doc/html/Libosinfo/depr-index.html
 share/gtk-doc/html/Libosinfo/home.png
 share/gtk-doc/html/Libosinfo/index.html
-share/gtk-doc/html/Libosinfo/index.sgml
 share/gtk-doc/html/Libosinfo/left-insensitive.png
 share/gtk-doc/html/Libosinfo/left.png
 share/gtk-doc/html/Libosinfo/object-tree.html
@@ -107,48 +106,551 @@ share/gtk-doc/html/Libosinfo/right.png
 share/gtk-doc/html/Libosinfo/style.css
 share/gtk-doc/html/Libosinfo/up-insensitive.png
 share/gtk-doc/html/Libosinfo/up.png
-%%DATADIR%%/db/datamaps/windows-lang.xml
-%%DATADIR%%/db/datamaps/x11-keyboard.xml
-%%DATADIR%%/db/devices/qemu-pci.xml
-%%DATADIR%%/db/devices/qemu-ps2.xml
-%%DATADIR%%/db/devices/qemu-usb.xml
-%%DATADIR%%/db/devices/virtio-pci.xml
-%%DATADIR%%/db/devices/xen.xml
-%%DATADIR%%/db/hypervisors/kvm.xml
-%%DATADIR%%/db/hypervisors/qemu.xml
-%%DATADIR%%/db/hypervisors/rhel-xen.xml
-%%DATADIR%%/db/hypervisors/xen.xml
-%%DATADIR%%/db/install-scripts/debian.xml
-%%DATADIR%%/db/install-scripts/fedora.xml
-%%DATADIR%%/db/install-scripts/rhel.xml
-%%DATADIR%%/db/install-scripts/ubuntu.xml
-%%DATADIR%%/db/install-scripts/windows-cmd.xml
-%%DATADIR%%/db/install-scripts/windows-reg.xml
-%%DATADIR%%/db/install-scripts/windows-sif.xml
-%%DATADIR%%/db/install-scripts/windows-unattend.xml
-%%DATADIR%%/db/oses/altlinux.xml
-%%DATADIR%%/db/oses/centos.xml
-%%DATADIR%%/db/oses/debian.xml
-%%DATADIR%%/db/oses/dos.xml
-%%DATADIR%%/db/oses/fedora.xml
-%%DATADIR%%/db/oses/freebsd.xml
-%%DATADIR%%/db/oses/gnome.xml
-%%DATADIR%%/db/oses/macos.xml
-%%DATADIR%%/db/oses/mageia.xml
-%%DATADIR%%/db/oses/mandrake.xml
-%%DATADIR%%/db/oses/mandriva.xml
-%%DATADIR%%/db/oses/netbsd.xml
-%%DATADIR%%/db/oses/netware.xml
-%%DATADIR%%/db/oses/openbsd.xml
-%%DATADIR%%/db/oses/opensuse.xml
-%%DATADIR%%/db/oses/rhel.xml
-%%DATADIR%%/db/oses/rhl.xml
-%%DATADIR%%/db/oses/solaris.xml
-%%DATADIR%%/db/oses/suse.xml
-%%DATADIR%%/db/oses/ubuntu.xml
-%%DATADIR%%/db/oses/windows.xml
-%%DATADIR%%/db/pci.ids
-%%DATADIR%%/db/usb.ids
+%%DATADIR%%/db/datamap/microsoft.com/win-7-l10n-language.xml
+%%DATADIR%%/db/datamap/microsoft.com/win-8-l10n-language-reverse.xml
+%%DATADIR%%/db/datamap/microsoft.com/win-8-l10n-language.xml
+%%DATADIR%%/db/datamap/x.org/x11-keyboard.xml
+%%DATADIR%%/db/device/ibasetechnologies.net/isa-ib700.xml
+%%DATADIR%%/db/device/ibm.com/ps2-keyboard.xml
+%%DATADIR%%/db/device/ibm.com/ps2-mouse.xml
+%%DATADIR%%/db/device/pcisig.com/pci-1000-0012.d/class.xml
+%%DATADIR%%/db/device/pcisig.com/pci-1013-00b8.d/class.xml
+%%DATADIR%%/db/device/pcisig.com/pci-1022-2000.d/class.xml
+%%DATADIR%%/db/device/pcisig.com/pci-10ec-8029.d/class.xml
+%%DATADIR%%/db/device/pcisig.com/pci-10ec-8139.d/class.xml
+%%DATADIR%%/db/device/pcisig.com/pci-1234-1111.xml
+%%DATADIR%%/db/device/pcisig.com/pci-1274-5000.d/class.xml
+%%DATADIR%%/db/device/pcisig.com/pci-15ad-0710.d/class.xml
+%%DATADIR%%/db/device/pcisig.com/pci-1af4-1000.d/class.xml
+%%DATADIR%%/db/device/pcisig.com/pci-1af4-1001.d/class.xml
+%%DATADIR%%/db/device/pcisig.com/pci-1af4-1002.d/class.xml
+%%DATADIR%%/db/device/pcisig.com/pci-1af4-1003.d/class.xml
+%%DATADIR%%/db/device/pcisig.com/pci-1af4-1009.d/class.xml
+%%DATADIR%%/db/device/pcisig.com/pci-1b36-0100.d/class.xml
+%%DATADIR%%/db/device/pcisig.com/pci-8086-100e.d/class.xml
+%%DATADIR%%/db/device/pcisig.com/pci-8086-2415.d/class.xml
+%%DATADIR%%/db/device/pcisig.com/pci-8086-25ab.d/class.xml
+%%DATADIR%%/db/device/pcisig.com/pci-8086-2668.d/class.xml
+%%DATADIR%%/db/device/usb.org/usb-80ee-0021.d/class.xml
+%%DATADIR%%/db/device/xen.org/xen-console.xml
+%%DATADIR%%/db/device/xen.org/xen-pci.xml
+%%DATADIR%%/db/device/xen.org/xen-vbd.xml
+%%DATADIR%%/db/device/xen.org/xen-vfb.xml
+%%DATADIR%%/db/device/xen.org/xen-vif.xml
+%%DATADIR%%/db/device/xen.org/xen-vkbd.xml
+%%DATADIR%%/db/device/xen.org/xen-vscsi.xml
+%%DATADIR%%/db/device/xen.org/xen-vtpm.xml
+%%DATADIR%%/db/install-script/debian.org/debian-preseed-desktop.xml
+%%DATADIR%%/db/install-script/debian.org/debian-preseed-jeos.xml
+%%DATADIR%%/db/install-script/fedoraproject.org/fedora-kickstart-desktop.xml
+%%DATADIR%%/db/install-script/fedoraproject.org/fedora-kickstart-jeos.xml
+%%DATADIR%%/db/install-script/microsoft.com/windows-cmd-desktop.xml
+%%DATADIR%%/db/install-script/microsoft.com/windows-reg-desktop.xml
+%%DATADIR%%/db/install-script/microsoft.com/windows-sif-desktop.xml
+%%DATADIR%%/db/install-script/microsoft.com/windows-sif-jeos.xml
+%%DATADIR%%/db/install-script/microsoft.com/windows-unattend-desktop.xml
+%%DATADIR%%/db/install-script/microsoft.com/windows-unattend-jeos.xml
+%%DATADIR%%/db/install-script/redhat.com/rhel-kickstart-desktop.xml
+%%DATADIR%%/db/install-script/redhat.com/rhel-kickstart-jeos.xml
+%%DATADIR%%/db/install-script/ubuntu.com/ubuntu-preseed-jeos.xml
+%%DATADIR%%/db/os/altlinux.org/altlinux-1.0.xml
+%%DATADIR%%/db/os/altlinux.org/altlinux-2.0.xml
+%%DATADIR%%/db/os/altlinux.org/altlinux-2.2.xml
+%%DATADIR%%/db/os/altlinux.org/altlinux-2.4.xml
+%%DATADIR%%/db/os/altlinux.org/altlinux-3.0.xml
+%%DATADIR%%/db/os/altlinux.org/altlinux-4.0.xml
+%%DATADIR%%/db/os/altlinux.org/altlinux-4.1.xml
+%%DATADIR%%/db/os/altlinux.org/altlinux-5.0.xml
+%%DATADIR%%/db/os/altlinux.org/altlinux-6.0.xml
+%%DATADIR%%/db/os/altlinux.org/altlinux-7.0.xml
+%%DATADIR%%/db/os/apple.com/macosx-10.0.xml
+%%DATADIR%%/db/os/apple.com/macosx-10.1.xml
+%%DATADIR%%/db/os/apple.com/macosx-10.2.xml
+%%DATADIR%%/db/os/apple.com/macosx-10.3.xml
+%%DATADIR%%/db/os/apple.com/macosx-10.4.xml
+%%DATADIR%%/db/os/apple.com/macosx-10.5.xml
+%%DATADIR%%/db/os/apple.com/macosx-10.6.xml
+%%DATADIR%%/db/os/apple.com/macosx-10.7.xml
+%%DATADIR%%/db/os/centos.org/centos-6.0.xml
+%%DATADIR%%/db/os/centos.org/centos-6.1.xml
+%%DATADIR%%/db/os/centos.org/centos-6.2.xml
+%%DATADIR%%/db/os/centos.org/centos-6.3.xml
+%%DATADIR%%/db/os/centos.org/centos-6.4.xml
+%%DATADIR%%/db/os/centos.org/centos-6.5.xml
+%%DATADIR%%/db/os/centos.org/centos-6.6.xml
+%%DATADIR%%/db/os/centos.org/centos-6.7.xml
+%%DATADIR%%/db/os/centos.org/centos-7.0.xml
+%%DATADIR%%/db/os/debian.org/debian-1.1.xml
+%%DATADIR%%/db/os/debian.org/debian-1.2.xml
+%%DATADIR%%/db/os/debian.org/debian-1.3.xml
+%%DATADIR%%/db/os/debian.org/debian-2.0.xml
+%%DATADIR%%/db/os/debian.org/debian-2.1.xml
+%%DATADIR%%/db/os/debian.org/debian-2.2.xml
+%%DATADIR%%/db/os/debian.org/debian-3.1.xml
+%%DATADIR%%/db/os/debian.org/debian-3.xml
+%%DATADIR%%/db/os/debian.org/debian-4.xml
+%%DATADIR%%/db/os/debian.org/debian-5.xml
+%%DATADIR%%/db/os/debian.org/debian-6.xml
+%%DATADIR%%/db/os/debian.org/debian-7.xml
+%%DATADIR%%/db/os/debian.org/debian-8.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-1.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-10.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-11.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-12.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-13.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-14.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-15.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-16.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-17.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-18.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-19.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-2.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-20.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-21.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-22.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-23.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-3.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-4.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-5.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-6.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-7.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-8.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-9.xml
+%%DATADIR%%/db/os/fedoraproject.org/fedora-unknown.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-1.0.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-10.0.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-10.1.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-2.0.5.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-2.0.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-2.2.8.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-2.2.9.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-3.0.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-3.2.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-4.0.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-4.1.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-4.10.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-4.11.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-4.2.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-4.3.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-4.4.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-4.5.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-4.6.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-4.7.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-4.8.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-4.9.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-5.0.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-5.1.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-5.2.1.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-5.2.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-5.3.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-5.4.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-5.5.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-6.0.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-6.1.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-6.2.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-6.3.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-6.4.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-7.0.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-7.1.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-7.2.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-7.3.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-7.4.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-8.0.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-8.1.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-8.2.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-8.3.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-8.4.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-9.0.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-9.1.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-9.2.xml
+%%DATADIR%%/db/os/freebsd.org/freebsd-9.3.xml
+%%DATADIR%%/db/os/gnome.org/gnome-3.6.xml
+%%DATADIR%%/db/os/gnome.org/gnome-3.8.xml
+%%DATADIR%%/db/os/gnome.org/gnome-continuous-3.10.xml
+%%DATADIR%%/db/os/gnome.org/gnome-continuous-3.12.xml
+%%DATADIR%%/db/os/gnome.org/gnome-continuous-3.14.xml
+%%DATADIR%%/db/os/mageia.org/mageia-1.xml
+%%DATADIR%%/db/os/mageia.org/mageia-2.xml
+%%DATADIR%%/db/os/mageia.org/mageia-3.xml
+%%DATADIR%%/db/os/mandriva.com/mandrake-10.0.xml
+%%DATADIR%%/db/os/mandriva.com/mandrake-10.1.xml
+%%DATADIR%%/db/os/mandriva.com/mandrake-10.2.xml
+%%DATADIR%%/db/os/mandriva.com/mandrake-5.1.xml
+%%DATADIR%%/db/os/mandriva.com/mandrake-5.2.xml
+%%DATADIR%%/db/os/mandriva.com/mandrake-5.3.xml
+%%DATADIR%%/db/os/mandriva.com/mandrake-6.0.xml
+%%DATADIR%%/db/os/mandriva.com/mandrake-6.1.xml
+%%DATADIR%%/db/os/mandriva.com/mandrake-7.0.xml
+%%DATADIR%%/db/os/mandriva.com/mandrake-7.1.xml
+%%DATADIR%%/db/os/mandriva.com/mandrake-7.2.xml
+%%DATADIR%%/db/os/mandriva.com/mandrake-8.0.xml
+%%DATADIR%%/db/os/mandriva.com/mandrake-8.1.xml
+%%DATADIR%%/db/os/mandriva.com/mandrake-8.2.xml
+%%DATADIR%%/db/os/mandriva.com/mandrake-9.0.xml
+%%DATADIR%%/db/os/mandriva.com/mandrake-9.1.xml
+%%DATADIR%%/db/os/mandriva.com/mandrake-9.2.xml
+%%DATADIR%%/db/os/mandriva.com/mandriva-2006.0.xml
+%%DATADIR%%/db/os/mandriva.com/mandriva-2007.1.xml
+%%DATADIR%%/db/os/mandriva.com/mandriva-2007.xml
+%%DATADIR%%/db/os/mandriva.com/mandriva-2008.0.xml
+%%DATADIR%%/db/os/mandriva.com/mandriva-2008.1.xml
+%%DATADIR%%/db/os/mandriva.com/mandriva-2009.0.xml
+%%DATADIR%%/db/os/mandriva.com/mandriva-2009.1.xml
+%%DATADIR%%/db/os/mandriva.com/mandriva-2010.0.xml
+%%DATADIR%%/db/os/mandriva.com/mandriva-2010.1.xml
+%%DATADIR%%/db/os/mandriva.com/mandriva-2010.2.xml
+%%DATADIR%%/db/os/mandriva.com/mandriva-2011.xml
+%%DATADIR%%/db/os/mandriva.com/mbs-1.0.xml
+%%DATADIR%%/db/os/mandriva.com/mes-5.0.xml
+%%DATADIR%%/db/os/mandriva.com/mes-5.1.xml
+%%DATADIR%%/db/os/microsoft.com/msdos-6.22.xml
+%%DATADIR%%/db/os/microsoft.com/win-1.0.xml
+%%DATADIR%%/db/os/microsoft.com/win-10.xml
+%%DATADIR%%/db/os/microsoft.com/win-2.0.xml
+%%DATADIR%%/db/os/microsoft.com/win-2.1.xml
+%%DATADIR%%/db/os/microsoft.com/win-2k.xml
+%%DATADIR%%/db/os/microsoft.com/win-2k12.xml
+%%DATADIR%%/db/os/microsoft.com/win-2k12r2.xml
+%%DATADIR%%/db/os/microsoft.com/win-2k3.xml
+%%DATADIR%%/db/os/microsoft.com/win-2k3r2.xml
+%%DATADIR%%/db/os/microsoft.com/win-2k8.xml
+%%DATADIR%%/db/os/microsoft.com/win-2k8r2.xml
+%%DATADIR%%/db/os/microsoft.com/win-3.1.xml
+%%DATADIR%%/db/os/microsoft.com/win-7.xml
+%%DATADIR%%/db/os/microsoft.com/win-8.1.xml
+%%DATADIR%%/db/os/microsoft.com/win-8.xml
+%%DATADIR%%/db/os/microsoft.com/win-95.xml
+%%DATADIR%%/db/os/microsoft.com/win-98.xml
+%%DATADIR%%/db/os/microsoft.com/win-me.xml
+%%DATADIR%%/db/os/microsoft.com/win-vista.xml
+%%DATADIR%%/db/os/microsoft.com/win-xp.xml
+%%DATADIR%%/db/os/microsoft.com/winnt-3.1.xml
+%%DATADIR%%/db/os/microsoft.com/winnt-3.5.xml
+%%DATADIR%%/db/os/microsoft.com/winnt-3.51.xml
+%%DATADIR%%/db/os/microsoft.com/winnt-4.0.xml
+%%DATADIR%%/db/os/netbsd.org/netbsd-0.8.xml
+%%DATADIR%%/db/os/netbsd.org/netbsd-0.9.xml
+%%DATADIR%%/db/os/netbsd.org/netbsd-1.0.xml
+%%DATADIR%%/db/os/netbsd.org/netbsd-1.1.xml
+%%DATADIR%%/db/os/netbsd.org/netbsd-1.2.xml
+%%DATADIR%%/db/os/netbsd.org/netbsd-1.3.xml
+%%DATADIR%%/db/os/netbsd.org/netbsd-1.4.xml
+%%DATADIR%%/db/os/netbsd.org/netbsd-1.5.xml
+%%DATADIR%%/db/os/netbsd.org/netbsd-1.6.xml
+%%DATADIR%%/db/os/netbsd.org/netbsd-2.0.xml
+%%DATADIR%%/db/os/netbsd.org/netbsd-3.0.xml
+%%DATADIR%%/db/os/netbsd.org/netbsd-4.0.xml
+%%DATADIR%%/db/os/netbsd.org/netbsd-5.0.xml
+%%DATADIR%%/db/os/netbsd.org/netbsd-5.1.xml
+%%DATADIR%%/db/os/novell.com/netware-4.xml
+%%DATADIR%%/db/os/novell.com/netware-5.xml
+%%DATADIR%%/db/os/novell.com/netware-6.xml
+%%DATADIR%%/db/os/openbsd.org/openbsd-4.2.xml
+%%DATADIR%%/db/os/openbsd.org/openbsd-4.3.xml
+%%DATADIR%%/db/os/openbsd.org/openbsd-4.4.xml
+%%DATADIR%%/db/os/openbsd.org/openbsd-4.5.xml
+%%DATADIR%%/db/os/openbsd.org/openbsd-4.8.xml
+%%DATADIR%%/db/os/openbsd.org/openbsd-4.9.xml
+%%DATADIR%%/db/os/openbsd.org/openbsd-5.0.xml
+%%DATADIR%%/db/os/openbsd.org/openbsd-5.1.xml
+%%DATADIR%%/db/os/openbsd.org/openbsd-5.2.xml
+%%DATADIR%%/db/os/openbsd.org/openbsd-5.3.xml
+%%DATADIR%%/db/os/openbsd.org/openbsd-5.4.xml
+%%DATADIR%%/db/os/openbsd.org/openbsd-5.5.xml
+%%DATADIR%%/db/os/openbsd.org/openbsd-5.6.xml
+%%DATADIR%%/db/os/openbsd.org/openbsd-5.7.xml
+%%DATADIR%%/db/os/openbsd.org/openbsd-5.8.xml
+%%DATADIR%%/db/os/opensuse.org/opensuse-10.2.xml
+%%DATADIR%%/db/os/opensuse.org/opensuse-10.3.xml
+%%DATADIR%%/db/os/opensuse.org/opensuse-11.0.xml
+%%DATADIR%%/db/os/opensuse.org/opensuse-11.1.xml
+%%DATADIR%%/db/os/opensuse.org/opensuse-11.2.xml
+%%DATADIR%%/db/os/opensuse.org/opensuse-11.3.xml
+%%DATADIR%%/db/os/opensuse.org/opensuse-11.4.xml
+%%DATADIR%%/db/os/opensuse.org/opensuse-12.1.xml
+%%DATADIR%%/db/os/opensuse.org/opensuse-12.2.xml
+%%DATADIR%%/db/os/opensuse.org/opensuse-12.3.xml
+%%DATADIR%%/db/os/opensuse.org/opensuse-13.1.xml
+%%DATADIR%%/db/os/opensuse.org/opensuse-13.2.xml
+%%DATADIR%%/db/os/opensuse.org/opensuse-factory.xml
+%%DATADIR%%/db/os/opensuse.org/opensuse-unknown.xml
+%%DATADIR%%/db/os/oracle.com/solaris-11.xml
+%%DATADIR%%/db/os/redhat.com/rhel-2.1.1.xml
+%%DATADIR%%/db/os/redhat.com/rhel-2.1.2.xml
+%%DATADIR%%/db/os/redhat.com/rhel-2.1.3.xml
+%%DATADIR%%/db/os/redhat.com/rhel-2.1.4.xml
+%%DATADIR%%/db/os/redhat.com/rhel-2.1.5.xml
+%%DATADIR%%/db/os/redhat.com/rhel-2.1.6.xml
+%%DATADIR%%/db/os/redhat.com/rhel-2.1.7.xml
+%%DATADIR%%/db/os/redhat.com/rhel-2.1.xml
+%%DATADIR%%/db/os/redhat.com/rhel-3.1.xml
+%%DATADIR%%/db/os/redhat.com/rhel-3.2.xml
+%%DATADIR%%/db/os/redhat.com/rhel-3.3.xml
+%%DATADIR%%/db/os/redhat.com/rhel-3.4.xml
+%%DATADIR%%/db/os/redhat.com/rhel-3.5.xml
+%%DATADIR%%/db/os/redhat.com/rhel-3.6.xml
+%%DATADIR%%/db/os/redhat.com/rhel-3.7.xml
+%%DATADIR%%/db/os/redhat.com/rhel-3.8.xml
+%%DATADIR%%/db/os/redhat.com/rhel-3.9.xml
+%%DATADIR%%/db/os/redhat.com/rhel-3.xml
+%%DATADIR%%/db/os/redhat.com/rhel-4.0.xml
+%%DATADIR%%/db/os/redhat.com/rhel-4.1.xml
+%%DATADIR%%/db/os/redhat.com/rhel-4.2.xml
+%%DATADIR%%/db/os/redhat.com/rhel-4.3.xml
+%%DATADIR%%/db/os/redhat.com/rhel-4.4.xml
+%%DATADIR%%/db/os/redhat.com/rhel-4.5.xml
+%%DATADIR%%/db/os/redhat.com/rhel-4.6.xml
+%%DATADIR%%/db/os/redhat.com/rhel-4.7.xml
+%%DATADIR%%/db/os/redhat.com/rhel-4.8.xml
+%%DATADIR%%/db/os/redhat.com/rhel-4.9.xml
+%%DATADIR%%/db/os/redhat.com/rhel-5.0.xml
+%%DATADIR%%/db/os/redhat.com/rhel-5.1.xml
+%%DATADIR%%/db/os/redhat.com/rhel-5.10.xml
+%%DATADIR%%/db/os/redhat.com/rhel-5.11.xml
+%%DATADIR%%/db/os/redhat.com/rhel-5.2.xml
+%%DATADIR%%/db/os/redhat.com/rhel-5.3.xml
+%%DATADIR%%/db/os/redhat.com/rhel-5.4.xml
+%%DATADIR%%/db/os/redhat.com/rhel-5.5.xml
+%%DATADIR%%/db/os/redhat.com/rhel-5.6.xml
+%%DATADIR%%/db/os/redhat.com/rhel-5.7.xml
+%%DATADIR%%/db/os/redhat.com/rhel-5.8.xml
+%%DATADIR%%/db/os/redhat.com/rhel-5.9.xml
+%%DATADIR%%/db/os/redhat.com/rhel-6.0.xml
+%%DATADIR%%/db/os/redhat.com/rhel-6.1.xml
+%%DATADIR%%/db/os/redhat.com/rhel-6.2.xml
+%%DATADIR%%/db/os/redhat.com/rhel-6.3.xml
+%%DATADIR%%/db/os/redhat.com/rhel-6.4.xml
+%%DATADIR%%/db/os/redhat.com/rhel-6.5.xml
+%%DATADIR%%/db/os/redhat.com/rhel-6.6.xml
+%%DATADIR%%/db/os/redhat.com/rhel-6.7.xml
+%%DATADIR%%/db/os/redhat.com/rhel-7.0.xml
+%%DATADIR%%/db/os/redhat.com/rhel-7.1.xml
+%%DATADIR%%/db/os/redhat.com/rhel-7.2.xml
+%%DATADIR%%/db/os/redhat.com/rhel-atomic-7.0.xml
+%%DATADIR%%/db/os/redhat.com/rhel-atomic-7.1.xml
+%%DATADIR%%/db/os/redhat.com/rhl-1.0.xml
+%%DATADIR%%/db/os/redhat.com/rhl-1.1.xml
+%%DATADIR%%/db/os/redhat.com/rhl-2.0.xml
+%%DATADIR%%/db/os/redhat.com/rhl-2.1.xml
+%%DATADIR%%/db/os/redhat.com/rhl-3.0.3.xml
+%%DATADIR%%/db/os/redhat.com/rhl-4.0.xml
+%%DATADIR%%/db/os/redhat.com/rhl-4.1.xml
+%%DATADIR%%/db/os/redhat.com/rhl-4.2.xml
+%%DATADIR%%/db/os/redhat.com/rhl-5.0.xml
+%%DATADIR%%/db/os/redhat.com/rhl-5.1.xml
+%%DATADIR%%/db/os/redhat.com/rhl-5.2.xml
+%%DATADIR%%/db/os/redhat.com/rhl-6.0.xml
+%%DATADIR%%/db/os/redhat.com/rhl-6.1.xml
+%%DATADIR%%/db/os/redhat.com/rhl-6.2.xml
+%%DATADIR%%/db/os/redhat.com/rhl-7.1.xml
+%%DATADIR%%/db/os/redhat.com/rhl-7.2.xml
+%%DATADIR%%/db/os/redhat.com/rhl-7.3.xml
+%%DATADIR%%/db/os/redhat.com/rhl-7.xml
+%%DATADIR%%/db/os/redhat.com/rhl-8.0.xml
+%%DATADIR%%/db/os/redhat.com/rhl-9.xml
+%%DATADIR%%/db/os/sun.com/opensolaris-2009.06.xml
+%%DATADIR%%/db/os/sun.com/solaris-10.xml
+%%DATADIR%%/db/os/sun.com/solaris-9.xml
+%%DATADIR%%/db/os/suse.com/sled-10.xml
+%%DATADIR%%/db/os/suse.com/sled-11.1.xml
+%%DATADIR%%/db/os/suse.com/sled-11.2.xml
+%%DATADIR%%/db/os/suse.com/sled-11.3.xml
+%%DATADIR%%/db/os/suse.com/sled-11.4.xml
+%%DATADIR%%/db/os/suse.com/sled-11.xml
+%%DATADIR%%/db/os/suse.com/sled-12.xml
+%%DATADIR%%/db/os/suse.com/sled-9.xml
+%%DATADIR%%/db/os/suse.com/sles-10.xml
+%%DATADIR%%/db/os/suse.com/sles-11.1.xml
+%%DATADIR%%/db/os/suse.com/sles-11.2.xml
+%%DATADIR%%/db/os/suse.com/sles-11.3.xml
+%%DATADIR%%/db/os/suse.com/sles-11.4.xml
+%%DATADIR%%/db/os/suse.com/sles-11.xml
+%%DATADIR%%/db/os/suse.com/sles-12.xml
+%%DATADIR%%/db/os/suse.com/sles-9.xml
+%%DATADIR%%/db/os/ubuntu.com/ubuntu-10.04.xml
+%%DATADIR%%/db/os/ubuntu.com/ubuntu-10.10.xml
+%%DATADIR%%/db/os/ubuntu.com/ubuntu-11.04.xml
+%%DATADIR%%/db/os/ubuntu.com/ubuntu-11.10.xml
+%%DATADIR%%/db/os/ubuntu.com/ubuntu-12.04.xml
+%%DATADIR%%/db/os/ubuntu.com/ubuntu-12.10.xml
+%%DATADIR%%/db/os/ubuntu.com/ubuntu-13.04.xml
+%%DATADIR%%/db/os/ubuntu.com/ubuntu-13.10.xml
+%%DATADIR%%/db/os/ubuntu.com/ubuntu-14.04.xml
+%%DATADIR%%/db/os/ubuntu.com/ubuntu-14.10.xml
+%%DATADIR%%/db/os/ubuntu.com/ubuntu-15.04.xml
+%%DATADIR%%/db/os/ubuntu.com/ubuntu-15.10.xml
+%%DATADIR%%/db/os/ubuntu.com/ubuntu-4.10.xml
+%%DATADIR%%/db/os/ubuntu.com/ubuntu-5.04.xml
+%%DATADIR%%/db/os/ubuntu.com/ubuntu-5.10.xml
+%%DATADIR%%/db/os/ubuntu.com/ubuntu-6.06.xml
+%%DATADIR%%/db/os/ubuntu.com/ubuntu-6.10.xml
+%%DATADIR%%/db/os/ubuntu.com/ubuntu-7.04.xml
+%%DATADIR%%/db/os/ubuntu.com/ubuntu-7.10.xml
+%%DATADIR%%/db/os/ubuntu.com/ubuntu-8.04.xml
+%%DATADIR%%/db/os/ubuntu.com/ubuntu-8.10.xml
+%%DATADIR%%/db/os/ubuntu.com/ubuntu-9.04.xml
+%%DATADIR%%/db/os/ubuntu.com/ubuntu-9.10.xml
+%%DATADIR%%/db/platform/linux-kvm.org/qemu-kvm-1.0.1.xml
+%%DATADIR%%/db/platform/linux-kvm.org/qemu-kvm-1.0.xml
+%%DATADIR%%/db/platform/linux-kvm.org/qemu-kvm-1.1.0.xml
+%%DATADIR%%/db/platform/linux-kvm.org/qemu-kvm-1.1.1.xml
+%%DATADIR%%/db/platform/linux-kvm.org/qemu-kvm-1.1.2.xml
+%%DATADIR%%/db/platform/linux-kvm.org/qemu-kvm-1.2.0.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.0.1.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.0.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.1.1-1.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.1.1.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.1.2.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.1.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.2.0.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.2.1.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.2.2.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.3.0.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.3.1.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.4.0.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.4.1.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.4.2.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.5.0.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.5.1.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.5.2.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.5.3.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.6.0.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.6.1.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.6.2.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.7.0.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.7.1.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-1.7.2.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-2.0.0.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-2.0.1.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-2.0.2.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-2.1.0.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-2.1.1.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-2.1.2.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-2.1.3.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-2.2.0.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-2.2.1.xml
+%%DATADIR%%/db/platform/qemu.org/qemu-2.3.0.xml
+%%DATADIR%%/db/platform/redhat.com/xen-rhel-3.0.3.5.0.xml
+%%DATADIR%%/db/platform/redhat.com/xen-rhel-3.1.0.5.1.xml
+%%DATADIR%%/db/platform/redhat.com/xen-rhel-3.1.0.5.2.xml
+%%DATADIR%%/db/platform/redhat.com/xen-rhel-3.1.0.5.3.xml
+%%DATADIR%%/db/platform/redhat.com/xen-rhel-3.1.0.5.4.xml
+%%DATADIR%%/db/platform/redhat.com/xen-rhel-3.1.0.5.5.xml
+%%DATADIR%%/db/platform/redhat.com/xen-rhel-3.1.0.5.6.xml
+%%DATADIR%%/db/platform/redhat.com/xen-rhel-3.1.0.5.7.xml
+%%DATADIR%%/db/platform/xen.org/xen-3.0.2.xml
+%%DATADIR%%/db/platform/xen.org/xen-3.0.3.xml
+%%DATADIR%%/db/platform/xen.org/xen-3.0.4.xml
+%%DATADIR%%/db/platform/xen.org/xen-3.1.0.xml
+%%DATADIR%%/db/platform/xen.org/xen-3.1.3.xml
+%%DATADIR%%/db/platform/xen.org/xen-3.1.4.xml
+%%DATADIR%%/db/platform/xen.org/xen-3.2.0.xml
+%%DATADIR%%/db/platform/xen.org/xen-3.2.1.xml
+%%DATADIR%%/db/platform/xen.org/xen-3.2.2.xml
+%%DATADIR%%/db/platform/xen.org/xen-3.2.3.xml
+%%DATADIR%%/db/platform/xen.org/xen-3.3.0.xml
+%%DATADIR%%/db/platform/xen.org/xen-3.3.1.xml
+%%DATADIR%%/db/platform/xen.org/xen-3.3.2.xml
+%%DATADIR%%/db/platform/xen.org/xen-3.4.0.xml
+%%DATADIR%%/db/platform/xen.org/xen-3.4.1.xml
+%%DATADIR%%/db/platform/xen.org/xen-3.4.2.xml
+%%DATADIR%%/db/platform/xen.org/xen-3.4.3.xml
+%%DATADIR%%/db/platform/xen.org/xen-4.0.0.xml
+%%DATADIR%%/db/platform/xen.org/xen-4.0.1.xml
+%%DATADIR%%/db/platform/xen.org/xen-4.1.0.xml
 %%DATADIR%%/schemas/libosinfo.rng
+%%NLS%%share/locale/af/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/am/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/anp/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/as/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/ast/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/bal/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/be/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/bn/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/bn_IN/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/bo/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/br/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/brx/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/cy/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/da/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/de/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/de_CH/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/el/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/es/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/et/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/fa/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/gu/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/he/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/hi/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/ia/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/id/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/ilo/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/is/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/it/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/ka/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/kk/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/km/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/kn/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/kw/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/kw@kkcor/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/kw@uccor/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/kw_GB/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/ky/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/mai/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/ml/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/mn/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/ms/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/ne/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/nso/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/or/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/libosinfo.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/si/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/sq/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/sr@latin/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/ta/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/te/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/tg/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/th/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/tw/LC_MESSAGES/libosinfo.mo
 %%NLS%%share/locale/uk/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/ur/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/vi/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/wba/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/yo/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/zh_HK/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/zu/LC_MESSAGES/libosinfo.mo

From owner-svn-ports-head@freebsd.org  Sat Jan 23 23:37:22 2016
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FA18A8F076;
 Sat, 23 Jan 2016 23:37:22 +0000 (UTC) (envelope-from dim@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 42C241F77;
 Sat, 23 Jan 2016 23:37:22 +0000 (UTC) (envelope-from dim@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NNbLh4002403;
 Sat, 23 Jan 2016 23:37:21 GMT (envelope-from dim@FreeBSD.org)
Received: (from dim@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NNbLgY002402;
 Sat, 23 Jan 2016 23:37:21 GMT (envelope-from dim@FreeBSD.org)
Message-Id: <201601232337.u0NNbLgY002402@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org
 using -f
From: Dimitry Andric 
Date: Sat, 23 Jan 2016 23:37:21 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r407068 - head/games/libretro-cores/files
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Sat, 23 Jan 2016 23:37:22 -0000

Author: dim (src committer)
Date: Sat Jan 23 23:37:21 2016
New Revision: 407068
URL: https://svnweb.freebsd.org/changeset/ports/407068

Log:
  In the copy of mednafen included in libretro-cores, replace a named
  label in inline assembly in an inline function with a local label.
  This prevents "invalid symbol redefinition" errors when the function is
  inlined multiple times, for example within an unrolled loop.
  
  Approved by:	yuri@rawbw.com (maintainer)
  PR:		206542

Added:
  head/games/libretro-cores/files/patch-beetle-pcfx-libretro-mednafen-sound-OwlResampler.cpp   (contents, props changed)

Added: head/games/libretro-cores/files/patch-beetle-pcfx-libretro-mednafen-sound-OwlResampler.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/libretro-cores/files/patch-beetle-pcfx-libretro-mednafen-sound-OwlResampler.cpp	Sat Jan 23 23:37:21 2016	(r407068)
@@ -0,0 +1,38 @@
+--- beetle-pcfx-libretro/mednafen/sound/OwlResampler.cpp.orig	2015-10-16 02:50:34.000000000 +0200
++++ beetle-pcfx-libretro/mednafen/sound/OwlResampler.cpp	2016-01-23 21:47:18.614641000 +0100
+@@ -346,7 +346,7 @@ static INLINE void DoMAC_SSE(float *wave
+ "movups  0(%%" X86_REGC "di), %%xmm0\n\t"
+ "movups 16(%%" X86_REGC "di), %%xmm1\n\t"
+ 
+-"SSE_Loop:\n\t"
++"1:\n\t"
+ 
+ "movups 32(%%" X86_REGC "di), %%xmm2\n\t"
+ "mulps   0(%%" X86_REGC "si), %%xmm0\n\t"
+@@ -384,7 +384,7 @@ static INLINE void DoMAC_SSE(float *wave
+ "add" X86_REGAT " $128, %%" X86_REGC "si\n\t"
+ "add" X86_REGAT " $128, %%" X86_REGC "di\n\t"
+ "subl $1, %%ecx\n\t"
+-"jnz SSE_Loop\n\t"
++"jnz 1b\n\t"
+ 
+ "addps  %%xmm3, %%xmm7\n\t"	// For a loop optimization
+ 
+@@ -451,7 +451,7 @@ static INLINE void DoMAC_SSE(float *wave
+ "xorps %%xmm7, %%xmm7\n\t"
+ 
+ "movups  0(%%" X86_REGC "di), %%xmm0\n\t"
+-"SSE_Loop:\n\t"
++"1:\n\t"
+ 
+ "movups 16(%%" X86_REGC "di), %%xmm1\n\t"
+ "mulps   0(%%" X86_REGC "si), %%xmm0\n\t"
+@@ -472,7 +472,7 @@ static INLINE void DoMAC_SSE(float *wave
+ "add" X86_REGAT " $64, %%" X86_REGC "si\n\t"
+ "add" X86_REGAT " $64, %%" X86_REGC "di\n\t"
+ "subl $1, %%ecx\n\t"
+-"jnz SSE_Loop\n\t"
++"jnz 1b\n\t"
+ 
+ "addps  %%xmm3, %%xmm7\n\t"	// For a loop optimization
+