From owner-svn-ports-head@freebsd.org Sun Dec 18 00:30: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 D8C84C71590; Sun, 18 Dec 2016 00:30:31 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.com (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 B07571707; Sun, 18 Dec 2016 00:30:31 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [127.0.0.1] (ip72-204-83-236.fv.ks.cox.net [72.204.83.236]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.com (Postfix) with ESMTP id C259D43BA5; Sat, 17 Dec 2016 18:29:19 -0600 (CST) Subject: Re: svn commit: r428809 - head/irc/ircII To: Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201612172230.uBHMUkAo015155@repo.freebsd.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <03711abb-01fd-274d-2a08-50c76cd162c2@marino.st> Date: Sat, 17 Dec 2016 18:30:28 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <201612172230.uBHMUkAo015155@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 161217-0, 12/17/2016), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 00:30:32 -0000 On 12/17/2016 16:30, Adam Weinberger wrote: > Author: adamw > Date: Sat Dec 17 22:30:45 2016 > New Revision: 428809 > URL: https://svnweb.freebsd.org/changeset/ports/428809 > > Log: > Fix build against SSL from ports. The -L${ICONV_PREFIX}/lib prevents > cc from finding the correct libcrypto/libssl, so quick-fix this by > only adding -L${ICONV_PREFIX}/lib if it's something other than /usr/lib. > > Also, use USES=ssl. PORTREVISION bump for the potential ldd change. > > Modified: > head/irc/ircII/Makefile > > Modified: head/irc/ircII/Makefile > ============================================================================== > --- head/irc/ircII/Makefile Sat Dec 17 21:54:49 2016 (r428808) > +++ head/irc/ircII/Makefile Sat Dec 17 22:30:45 2016 (r428809) > @@ -3,6 +3,7 @@ > > PORTNAME= ircii > PORTVERSION= 20151120 > +PORTREVISION= 1 > CATEGORIES= irc ipv6 > MASTER_SITES= http://ircii.warped.com/ > > @@ -23,7 +24,7 @@ IRCBUG_DESC= Install ircII bug-reporting > EMACS_KEYS_DESC=Use emacs meta keys > > EMACS_KEYS_CONFIGURE_WITH= emacs-meta-keys > -OPENSSL_USE= OPENSSL=yes > +OPENSSL_USES= ssl > > .include > > @@ -33,8 +34,10 @@ CONFIGURE_ARGS+= --with-openssl=${OPENSS > CONFIGURE_ARGS+= --without-openssl > .endif > > +.if ${ICONV_PREFIX} != /usr > CPPFLAGS+= -I${ICONV_PREFIX}/include > LDFLAGS+= -L${ICONV_PREFIX}/lib > +.endif > > post-patch: > @${REINPLACE_CMD} -e '/^mandir =/s/@mandir@/$${DESTDIR}&/' \ > I don't think ICONV_PREFIX is a factor. You probably just need: OPENSSL_CPPFLAGS= -I${OPENSSLINC} OPENSSL_LDFLAGS= -L${OPENSSLLIB} Try removing what you added and use these option helpers instead. John --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus From owner-svn-ports-head@freebsd.org Sun Dec 18 00:50: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 2421CC71E11; Sun, 18 Dec 2016 00:50:08 +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 E223B62B; Sun, 18 Dec 2016 00:50:07 +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 uBI0o7gJ072477; Sun, 18 Dec 2016 00:50:07 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI0o7NM072476; Sun, 18 Dec 2016 00:50:07 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201612180050.uBI0o7NM072476@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 18 Dec 2016 00:50:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428813 - head/irc/ircII X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 00:50:08 -0000 Author: adamw Date: Sun Dec 18 00:50:06 2016 New Revision: 428813 URL: https://svnweb.freebsd.org/changeset/ports/428813 Log: r428809 was, of course, not the right way to fix libssl linkage. marino had the right solution, which is to use the appropriate OPTIONS helper, which puts -L${OPENSSLLIB} in early enough that linkage works correctly. Modified: head/irc/ircII/Makefile Modified: head/irc/ircII/Makefile ============================================================================== --- head/irc/ircII/Makefile Sat Dec 17 23:56:02 2016 (r428812) +++ head/irc/ircII/Makefile Sun Dec 18 00:50:06 2016 (r428813) @@ -27,19 +27,15 @@ SCRIPTS_DESC= Install ircII script colle EMACS_KEYS_CONFIGURE_WITH= emacs-meta-keys OPENSSL_USES= ssl +OPENSSL_CONFIGURE_WITH= openssl=${OPENSSLBASE} +OPENSSL_LDFLAGS= -L${OPENSSLLIB} .include -.if ${PORT_OPTIONS:MOPENSSL} -CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} -.else -CONFIGURE_ARGS+= --without-openssl -.endif - -.if ${ICONV_PREFIX} != /usr +# The ordering is very specific. This must come after pre.mk or +# ircII won't link against libssl from ports CPPFLAGS+= -I${ICONV_PREFIX}/include LDFLAGS+= -L${ICONV_PREFIX}/lib -.endif post-patch: @${REINPLACE_CMD} -e '/^mandir =/s/@mandir@/$${DESTDIR}&/' \ From owner-svn-ports-head@freebsd.org Sun Dec 18 00:51: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 5BE09C71E54; Sun, 18 Dec 2016 00:51:12 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C33BF7F5; Sun, 18 Dec 2016 00:51:11 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id cef1ed76 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sat, 17 Dec 2016 17:51:09 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: svn commit: r428809 - head/irc/ircII From: Adam Weinberger In-Reply-To: <03711abb-01fd-274d-2a08-50c76cd162c2@marino.st> Date: Sat, 17 Dec 2016 17:51:08 -0700 Cc: Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <2A9B1D74-30D8-4DB5-B748-C109C032CF45@adamw.org> References: <201612172230.uBHMUkAo015155@repo.freebsd.org> <03711abb-01fd-274d-2a08-50c76cd162c2@marino.st> To: marino@freebsd.org X-Mailer: Apple Mail (2.3259) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 00:51:12 -0000 > On 17 Dec, 2016, at 17:30, John Marino = wrote: >=20 > On 12/17/2016 16:30, Adam Weinberger wrote: >> Author: adamw >> Date: Sat Dec 17 22:30:45 2016 >> New Revision: 428809 >> URL: https://svnweb.freebsd.org/changeset/ports/428809 >>=20 >> Log: >> Fix build against SSL from ports. The -L${ICONV_PREFIX}/lib prevents >> cc from finding the correct libcrypto/libssl, so quick-fix this by >> only adding -L${ICONV_PREFIX}/lib if it's something other than = /usr/lib. >>=20 >> Also, use USES=3Dssl. PORTREVISION bump for the potential ldd = change. >>=20 >> Modified: >> head/irc/ircII/Makefile >>=20 >> Modified: head/irc/ircII/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/irc/ircII/Makefile Sat Dec 17 21:54:49 2016 = (r428808) >> +++ head/irc/ircII/Makefile Sat Dec 17 22:30:45 2016 = (r428809) >> @@ -3,6 +3,7 @@ >>=20 >> PORTNAME=3D ircii >> PORTVERSION=3D 20151120 >> +PORTREVISION=3D 1 >> CATEGORIES=3D irc ipv6 >> MASTER_SITES=3D http://ircii.warped.com/ >>=20 >> @@ -23,7 +24,7 @@ IRCBUG_DESC=3D Install ircII bug-reporting >> EMACS_KEYS_DESC=3DUse emacs meta keys >>=20 >> EMACS_KEYS_CONFIGURE_WITH=3D emacs-meta-keys >> -OPENSSL_USE=3D OPENSSL=3Dyes >> +OPENSSL_USES=3D ssl >>=20 >> .include >>=20 >> @@ -33,8 +34,10 @@ CONFIGURE_ARGS+=3D --with-openssl=3D${OPENSS >> CONFIGURE_ARGS+=3D --without-openssl >> .endif >>=20 >> +.if ${ICONV_PREFIX} !=3D /usr >> CPPFLAGS+=3D -I${ICONV_PREFIX}/include >> LDFLAGS+=3D -L${ICONV_PREFIX}/lib >> +.endif >>=20 >> post-patch: >> @${REINPLACE_CMD} -e '/^mandir =3D/s/@mandir@/$${DESTDIR}&/' \ >>=20 >=20 > I don't think ICONV_PREFIX is a factor. > You probably just need: > OPENSSL_CPPFLAGS=3D -I${OPENSSLINC} > OPENSSL_LDFLAGS=3D -L${OPENSSLLIB} >=20 > Try removing what you added and use these option helpers instead. > John Thanks, John. That ICONV_PREFIX kludge definitely felt all wrong. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-svn-ports-head@freebsd.org Sun Dec 18 00:57: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 10A33C7110C; Sun, 18 Dec 2016 00:57:21 +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 BA1B9B36; Sun, 18 Dec 2016 00:57:20 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI0vJjS076350; Sun, 18 Dec 2016 00:57:19 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI0vJJ3076346; Sun, 18 Dec 2016 00:57:19 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180057.uBI0vJJ3076346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 00:57:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428814 - in head/audio: rioutil rosegarden s3mod zinf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 00:57:21 -0000 Author: marino Date: Sun Dec 18 00:57:19 2016 New Revision: 428814 URL: https://svnweb.freebsd.org/changeset/ports/428814 Log: Four audio ports: USES+= alias (for DF) Modified: head/audio/rioutil/Makefile head/audio/rosegarden/Makefile head/audio/s3mod/Makefile head/audio/zinf/Makefile Modified: head/audio/rioutil/Makefile ============================================================================== --- head/audio/rioutil/Makefile Sun Dec 18 00:50:06 2016 (r428813) +++ head/audio/rioutil/Makefile Sun Dec 18 00:57:19 2016 (r428814) @@ -13,7 +13,7 @@ COMMENT= Program to interface with the R LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf gmake libtool +USES= alias autoreconf gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/audio/rosegarden/Makefile ============================================================================== --- head/audio/rosegarden/Makefile Sun Dec 18 00:50:06 2016 (r428813) +++ head/audio/rosegarden/Makefile Sun Dec 18 00:57:19 2016 (r428814) @@ -23,8 +23,8 @@ RUN_DEPENDS= dssi_osc_update:audio/dssi xdg-open:devel/xdg-utils \ lilypond:print/lilypond -USES= cmake:outsource desktop-file-utils pkgconfig shared-mime-info \ - tar:bzip2 +USES= alias cmake:outsource desktop-file-utils pkgconfig \ + shared-mime-info tar:bzip2 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/audio/s3mod/Makefile ============================================================================== --- head/audio/s3mod/Makefile Sun Dec 18 00:50:06 2016 (r428813) +++ head/audio/s3mod/Makefile Sun Dec 18 00:57:19 2016 (r428814) @@ -11,6 +11,7 @@ MASTER_SITES= SUNSITE/apps/sound/players MAINTAINER= ports@FreeBSD.org COMMENT= MOD/S3M player +USES= alias ALL_TARGET= freebsd PLIST_FILES= bin/s3mod Modified: head/audio/zinf/Makefile ============================================================================== --- head/audio/zinf/Makefile Sun Dec 18 00:50:06 2016 (r428813) +++ head/audio/zinf/Makefile Sun Dec 18 00:57:19 2016 (r428814) @@ -13,7 +13,7 @@ COMMENT= GTK-based MP3 player LIB_DEPENDS= libid3.so:audio/id3lib \ libgdbm.so:databases/gdbm -USES= gettext gmake libtool ncurses pathfix perl5 pkgconfig +USES= alias gettext gmake libtool ncurses pathfix perl5 pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ipv6 \ From owner-svn-ports-head@freebsd.org Sun Dec 18 01:06: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 B51EEC71355; Sun, 18 Dec 2016 01:06:15 +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 83CCAF40; Sun, 18 Dec 2016 01:06:15 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI16Eq0080257; Sun, 18 Dec 2016 01:06:14 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI16E9p080255; Sun, 18 Dec 2016 01:06:14 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180106.uBI16E9p080255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 01:06:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428815 - head/audio/linuxsampler/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 01:06:15 -0000 Author: marino Date: Sun Dec 18 01:06:14 2016 New Revision: 428815 URL: https://svnweb.freebsd.org/changeset/ports/428815 Log: audio/linuxsampler: bring in DF support from dports Modified: head/audio/linuxsampler/files/patch-src_common_atomic.h head/audio/linuxsampler/files/patch-src_drivers_audio_AudioChannel.cpp Modified: head/audio/linuxsampler/files/patch-src_common_atomic.h ============================================================================== --- head/audio/linuxsampler/files/patch-src_common_atomic.h Sun Dec 18 00:57:19 2016 (r428814) +++ head/audio/linuxsampler/files/patch-src_common_atomic.h Sun Dec 18 01:06:14 2016 (r428815) @@ -5,7 +5,7 @@ #endif -#if defined(__linux__) || defined(WIN32) || defined(__APPLE__) -+#if defined(__linux__) || defined(WIN32) || defined(__APPLE__) || defined(__FreeBSD__) ++#if defined(__linux__) || defined(WIN32) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__) #ifdef _ARCH_PPC /* Modified: head/audio/linuxsampler/files/patch-src_drivers_audio_AudioChannel.cpp ============================================================================== --- head/audio/linuxsampler/files/patch-src_drivers_audio_AudioChannel.cpp Sun Dec 18 00:57:19 2016 (r428814) +++ head/audio/linuxsampler/files/patch-src_drivers_audio_AudioChannel.cpp Sun Dec 18 01:06:14 2016 (r428815) @@ -5,7 +5,7 @@ #include "../../common/Thread.h" // needed for allocAlignedMem() and freeAlignedMem() -#if defined(__APPLE__) -+#if defined(__APPLE__) || defined(__FreeBSD__) ++#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__) # include #else # include From owner-svn-ports-head@freebsd.org Sun Dec 18 01:13: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 346E6C7197E; Sun, 18 Dec 2016 01:13:46 +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 03F82157F; Sun, 18 Dec 2016 01:13: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 uBI1DjLj084404; Sun, 18 Dec 2016 01:13:45 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI1DjU0084403; Sun, 18 Dec 2016 01:13:45 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180113.uBI1DjU0084403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 01:13:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428816 - head/audio/gigedit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 01:13:46 -0000 Author: marino Date: Sun Dec 18 01:13:44 2016 New Revision: 428816 URL: https://svnweb.freebsd.org/changeset/ports/428816 Log: audio/gigedit: Fix runtime (imported from DPorts) Modified: head/audio/gigedit/Makefile Modified: head/audio/gigedit/Makefile ============================================================================== --- head/audio/gigedit/Makefile Sun Dec 18 01:06:14 2016 (r428815) +++ head/audio/gigedit/Makefile Sun Dec 18 01:13:44 2016 (r428816) @@ -3,7 +3,7 @@ PORTNAME= gigedit PORTVERSION= 0.2.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio MASTER_SITES= http://download.linuxsampler.org/packages/ @@ -21,7 +21,7 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -Wl,-rpath=${LOCALBASE}/lib/linuxsampler LIBS+= -lsigc-2.0 USES= gettext gmake pkgconfig libtool USE_LDCONFIG= yes From owner-svn-ports-head@freebsd.org Sun Dec 18 01:17: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 99653C71CDF; Sun, 18 Dec 2016 01:17:31 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6925D17C9; Sun, 18 Dec 2016 01:17:31 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI1HUQe084637; Sun, 18 Dec 2016 01:17:30 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI1HUpw084635; Sun, 18 Dec 2016 01:17:30 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201612180117.uBI1HUpw084635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Sun, 18 Dec 2016 01:17:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428817 - head/devel/efl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 01:17:31 -0000 Author: gblach Date: Sun Dec 18 01:17:30 2016 New Revision: 428817 URL: https://svnweb.freebsd.org/changeset/ports/428817 Log: Update to 1.18.4 PR: 215330 Modified: head/devel/efl/Makefile head/devel/efl/distinfo Modified: head/devel/efl/Makefile ============================================================================== --- head/devel/efl/Makefile Sun Dec 18 01:13:44 2016 (r428816) +++ head/devel/efl/Makefile Sun Dec 18 01:17:30 2016 (r428817) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= efl -PORTVERSION= 1.18.3 +PORTVERSION= 1.18.4 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ Modified: head/devel/efl/distinfo ============================================================================== --- head/devel/efl/distinfo Sun Dec 18 01:13:44 2016 (r428816) +++ head/devel/efl/distinfo Sun Dec 18 01:17:30 2016 (r428817) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480166935 -SHA256 (enlightenment/efl-1.18.3.tar.xz) = 0748ec0847f543d96b149cb3a84e6438724e827a38d530922ecb4bd59d3e64c0 -SIZE (enlightenment/efl-1.18.3.tar.xz) = 64608384 +TIMESTAMP = 1481833778 +SHA256 (enlightenment/efl-1.18.4.tar.xz) = 39ebc07e37437d6ecdeb0f645783484e28a882b38f7e619ad12c2bf9b5548025 +SIZE (enlightenment/efl-1.18.4.tar.xz) = 64609944 From owner-svn-ports-head@freebsd.org Sun Dec 18 01:18: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 E25F6C71D65; Sun, 18 Dec 2016 01:18:09 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1E6F18E2; Sun, 18 Dec 2016 01:18:09 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI1I87l084784; Sun, 18 Dec 2016 01:18:08 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI1I8Qj084781; Sun, 18 Dec 2016 01:18:08 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201612180118.uBI1I8Qj084781@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Sun, 18 Dec 2016 01:18:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428818 - head/x11-wm/enlightenment X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 01:18:10 -0000 Author: gblach Date: Sun Dec 18 01:18:08 2016 New Revision: 428818 URL: https://svnweb.freebsd.org/changeset/ports/428818 Log: Update to 0.21.5 PR: 215329 Modified: head/x11-wm/enlightenment/Makefile head/x11-wm/enlightenment/distinfo Modified: head/x11-wm/enlightenment/Makefile ============================================================================== --- head/x11-wm/enlightenment/Makefile Sun Dec 18 01:17:30 2016 (r428817) +++ head/x11-wm/enlightenment/Makefile Sun Dec 18 01:18:08 2016 (r428818) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= enlightenment -PORTVERSION= 0.21.3 +PORTVERSION= 0.21.5 PORTEPOCH= 2 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ Modified: head/x11-wm/enlightenment/distinfo ============================================================================== --- head/x11-wm/enlightenment/distinfo Sun Dec 18 01:17:30 2016 (r428817) +++ head/x11-wm/enlightenment/distinfo Sun Dec 18 01:18:08 2016 (r428818) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476274673 -SHA256 (enlightenment/enlightenment-0.21.3.tar.xz) = b90517d3de780023043b6e3ade30f686bd2cdcf5b66d24155b50da720e665fd2 -SIZE (enlightenment/enlightenment-0.21.3.tar.xz) = 25289604 +TIMESTAMP = 1481840934 +SHA256 (enlightenment/enlightenment-0.21.5.tar.xz) = f0745a660f70851c4ada9866b2a525185bfc5cd1685aa86e4cdb68f2c1c154bb +SIZE (enlightenment/enlightenment-0.21.5.tar.xz) = 25305272 From owner-svn-ports-head@freebsd.org Sun Dec 18 01:24: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 DFBE9C821D6; Sun, 18 Dec 2016 01:24:00 +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 AF04E1DC2; Sun, 18 Dec 2016 01:24:00 +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 uBI1NxeP088770; Sun, 18 Dec 2016 01:23:59 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI1NxXm088768; Sun, 18 Dec 2016 01:23:59 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180123.uBI1NxXm088768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 01:23:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428819 - head/audio/gnomoradio/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 01:24:01 -0000 Author: marino Date: Sun Dec 18 01:23:59 2016 New Revision: 428819 URL: https://svnweb.freebsd.org/changeset/ports/428819 Log: audio/gnomoradio: Fix build using GCC (from dports) Added: head/audio/gnomoradio/files/patch-roboradio_state.cc (contents, props changed) Modified: head/audio/gnomoradio/files/patch-roboradio_audio_ogg.cc Modified: head/audio/gnomoradio/files/patch-roboradio_audio_ogg.cc ============================================================================== --- head/audio/gnomoradio/files/patch-roboradio_audio_ogg.cc Sun Dec 18 01:18:08 2016 (r428818) +++ head/audio/gnomoradio/files/patch-roboradio_audio_ogg.cc Sun Dec 18 01:23:59 2016 (r428819) @@ -1,6 +1,14 @@ --- roboradio/audio/ogg.cc.orig 2004-11-06 21:55:32 UTC +++ roboradio/audio/ogg.cc -@@ -193,6 +193,7 @@ void Roboradio::Audio::Ogg::thread_funct +@@ -25,6 +25,7 @@ + + #include + #include ++#include + + #include + +@@ -193,6 +194,7 @@ void Roboradio::Audio::Ogg::thread_funct int device_id = ao_default_driver_id(); ao_sample_format output_fmt; Added: head/audio/gnomoradio/files/patch-roboradio_state.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gnomoradio/files/patch-roboradio_state.cc Sun Dec 18 01:23:59 2016 (r428819) @@ -0,0 +1,10 @@ +--- roboradio/state.cc.orig 2004-10-24 00:24:34 UTC ++++ roboradio/state.cc +@@ -28,6 +28,7 @@ + #include + #include + #include ++#include + + #include + #include From owner-svn-ports-head@freebsd.org Sun Dec 18 01: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 7EA63C82958; Sun, 18 Dec 2016 01:37:17 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C26180C; Sun, 18 Dec 2016 01:37:17 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI1bG9C092826; Sun, 18 Dec 2016 01:37:16 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI1bGoa092824; Sun, 18 Dec 2016 01:37:16 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201612180137.uBI1bGoa092824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Sun, 18 Dec 2016 01:37:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428820 - head/devel/py-arrow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 01:37:17 -0000 Author: gblach Date: Sun Dec 18 01:37:16 2016 New Revision: 428820 URL: https://svnweb.freebsd.org/changeset/ports/428820 Log: Update to 0.10.0 Modified: head/devel/py-arrow/Makefile head/devel/py-arrow/distinfo Modified: head/devel/py-arrow/Makefile ============================================================================== --- head/devel/py-arrow/Makefile Sun Dec 18 01:23:59 2016 (r428819) +++ head/devel/py-arrow/Makefile Sun Dec 18 01:37:16 2016 (r428820) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= arrow -PORTVERSION= 0.8.0 +PORTVERSION= 0.10.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-arrow/distinfo ============================================================================== --- head/devel/py-arrow/distinfo Sun Dec 18 01:23:59 2016 (r428819) +++ head/devel/py-arrow/distinfo Sun Dec 18 01:37:16 2016 (r428820) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466124135 -SHA256 (arrow-0.8.0.tar.gz) = b210c17d6bb850011700b9f54c1ca0eaf8cbbd441f156f0cd292e1fbda84e7af -SIZE (arrow-0.8.0.tar.gz) = 81664 +TIMESTAMP = 1481844025 +SHA256 (arrow-0.10.0.tar.gz) = 805906f09445afc1f0fc80187db8fe07670e3b25cdafa09b8d8ac264a8c0c722 +SIZE (arrow-0.10.0.tar.gz) = 86506 From owner-svn-ports-head@freebsd.org Sun Dec 18 01:41: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 9E01FC82B56; Sun, 18 Dec 2016 01:41: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 543EAAD9; Sun, 18 Dec 2016 01:41: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 uBI1f1FI093112; Sun, 18 Dec 2016 01:41:01 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI1f1cQ093108; Sun, 18 Dec 2016 01:41:01 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180141.uBI1f1cQ093108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 01:41:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428821 - head/audio/osalp/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 01:41:02 -0000 Author: marino Date: Sun Dec 18 01:41:01 2016 New Revision: 428821 URL: https://svnweb.freebsd.org/changeset/ports/428821 Log: audio/osalp: Fix build for GCC (taken from dports) Added: head/audio/osalp/files/patch-aflib_aflibConfig.h (contents, props changed) head/audio/osalp/files/patch-aflib_aflibDateTime.h (contents, props changed) head/audio/osalp/files/patch-aflib_aflibEnvFile.h (contents, props changed) head/audio/osalp/files/patch-formatlib_ogg_aflibBufferUtils.h (contents, props changed) Added: head/audio/osalp/files/patch-aflib_aflibConfig.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/osalp/files/patch-aflib_aflibConfig.h Sun Dec 18 01:41:01 2016 (r428821) @@ -0,0 +1,12 @@ +--- aflib/aflibConfig.h.orig 2007-01-16 19:26:39 UTC ++++ aflib/aflibConfig.h +@@ -31,6 +31,9 @@ + // Note that g++ does not really need this. If -O with compile func in .h will be inline + #define INLINE inline + ++#include ++#include ++ + #include "aflib.h" + + Added: head/audio/osalp/files/patch-aflib_aflibDateTime.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/osalp/files/patch-aflib_aflibDateTime.h Sun Dec 18 01:41:01 2016 (r428821) @@ -0,0 +1,10 @@ +--- aflib/aflibDateTime.h.orig 2001-10-29 03:55:30 UTC ++++ aflib/aflibDateTime.h +@@ -28,6 +28,7 @@ + #endif + + #include ++#include + + #include + using std::string; Added: head/audio/osalp/files/patch-aflib_aflibEnvFile.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/osalp/files/patch-aflib_aflibEnvFile.h Sun Dec 18 01:41:01 2016 (r428821) @@ -0,0 +1,10 @@ +--- aflib/aflibEnvFile.h.orig 2001-10-29 03:55:30 UTC ++++ aflib/aflibEnvFile.h +@@ -47,6 +47,7 @@ + + + #include ++#include + + using std::string; + Added: head/audio/osalp/files/patch-formatlib_ogg_aflibBufferUtils.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/osalp/files/patch-formatlib_ogg_aflibBufferUtils.h Sun Dec 18 01:41:01 2016 (r428821) @@ -0,0 +1,10 @@ +--- formatlib/ogg/aflibBufferUtils.h.orig 2007-01-16 19:26:39 UTC ++++ formatlib/ogg/aflibBufferUtils.h +@@ -38,6 +38,7 @@ this buffer. + #include + #endif + ++#include + + class aflibBufferUtils { + From owner-svn-ports-head@freebsd.org Sun Dec 18 01: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 89229C71066; Sun, 18 Dec 2016 01:48:37 +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 58CC1EE1; Sun, 18 Dec 2016 01:48:37 +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 uBI1maGM097214; Sun, 18 Dec 2016 01:48:36 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI1maBY097213; Sun, 18 Dec 2016 01:48:36 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201612180148.uBI1maBY097213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 18 Dec 2016 01:48:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428822 - head/irc/ircII X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 01:48:37 -0000 Author: adamw Date: Sun Dec 18 01:48:36 2016 New Revision: 428822 URL: https://svnweb.freebsd.org/changeset/ports/428822 Log: Sub ${PREFIX} into the manpage. Modified: head/irc/ircII/Makefile Modified: head/irc/ircII/Makefile ============================================================================== --- head/irc/ircII/Makefile Sun Dec 18 01:41:01 2016 (r428821) +++ head/irc/ircII/Makefile Sun Dec 18 01:48:36 2016 (r428822) @@ -42,6 +42,7 @@ post-patch: -e '/^LDFLAGS =/s/$$/ -s ${ICONV_LIB}/' \ -e '/^INCLUDES =/s|$$| -I${ICONV_PREFIX}/include -DHAVE_ICONV_OPEN|' \ ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|PREFIX/|${PREFIX}/|' ${WRKSRC}/doc/ircII.1 post-install: ${MV} -f ${STAGEDIR}${PREFIX}/bin/irc-${PORTVERSION} ${STAGEDIR}${PREFIX}/bin/irc From owner-svn-ports-head@freebsd.org Sun Dec 18 01:51: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 0C3B4C71105; Sun, 18 Dec 2016 01:51:05 +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 CF75F1053; Sun, 18 Dec 2016 01:51:04 +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 uBI1p4kC097417; Sun, 18 Dec 2016 01:51:04 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI1p49C097416; Sun, 18 Dec 2016 01:51:04 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180151.uBI1p49C097416@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 01:51:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428823 - head/audio/py-cddb/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 01:51:05 -0000 Author: marino Date: Sun Dec 18 01:51:03 2016 New Revision: 428823 URL: https://svnweb.freebsd.org/changeset/ports/428823 Log: audio/py-cddb: Fix build on DF (taken from dports) Added: head/audio/py-cddb/files/ head/audio/py-cddb/files/patch-unix_cdrommodule.c (contents, props changed) Added: head/audio/py-cddb/files/patch-unix_cdrommodule.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py-cddb/files/patch-unix_cdrommodule.c Sun Dec 18 01:51:03 2016 (r428823) @@ -0,0 +1,20 @@ +--- unix/cdrommodule.c.orig 2003-08-31 23:24:30 UTC ++++ unix/cdrommodule.c +@@ -29,7 +29,7 @@ + #include + #endif + +-#if defined(sun) || defined(__FreeBSD__) || defined(__OpenBSD__) ++#if defined(sun) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) + #include + #endif + +@@ -45,7 +45,7 @@ + * so that we don't have to repeat the code. + */ + +-#ifdef __FreeBSD__ ++#if defined __FreeBSD__ || defined __DragonFly__ + + #define CDDB_TOC_HEADER_STRUCT ioc_toc_header + #define CDDB_STARTING_TRACK_FIELD starting_track From owner-svn-ports-head@freebsd.org Sun Dec 18 02: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 46302C71483; Sun, 18 Dec 2016 02:01: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 1598D170F; Sun, 18 Dec 2016 02:01: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 uBI210iQ002579; Sun, 18 Dec 2016 02:01:00 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI2109T002578; Sun, 18 Dec 2016 02:01:00 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180201.uBI2109T002578@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 02:01:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428824 - head/audio/spiralloops/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 02:01:01 -0000 Author: marino Date: Sun Dec 18 02:01:00 2016 New Revision: 428824 URL: https://svnweb.freebsd.org/changeset/ports/428824 Log: audio/spiralloops: Fix build on GCC (taken from dports) Modified: head/audio/spiralloops/files/patch-SpiralSound_Sample.h Modified: head/audio/spiralloops/files/patch-SpiralSound_Sample.h ============================================================================== --- head/audio/spiralloops/files/patch-SpiralSound_Sample.h Sun Dec 18 01:51:03 2016 (r428823) +++ head/audio/spiralloops/files/patch-SpiralSound_Sample.h Sun Dec 18 02:01:00 2016 (r428824) @@ -1,6 +1,14 @@ ---- SpiralSound/Sample.h.orig Fri Dec 22 18:39:01 2006 -+++ SpiralSound/Sample.h Fri Dec 22 18:39:30 2006 -@@ -63,13 +63,13 @@ +--- SpiralSound/Sample.h.orig 2001-04-19 20:48:13 UTC ++++ SpiralSound/Sample.h +@@ -21,6 +21,7 @@ + + #include + #include ++#include + #include "SpiralInfo.h" + + static const unsigned short UMAX_LEV = 65535; +@@ -63,13 +64,13 @@ public: void Shrink(int Length); void CropTo(int NewLength); @@ -16,7 +24,7 @@ { assert(i>=0 && i Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 622F0C83D24; Sun, 18 Dec 2016 02:42:51 +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 2ED7514C5; Sun, 18 Dec 2016 02:42:51 +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 uBI2goP8021260; Sun, 18 Dec 2016 02:42:50 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI2gouk021259; Sun, 18 Dec 2016 02:42:50 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180242.uBI2gouk021259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 02:42:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428825 - head/audio/tomahawk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 02:42:51 -0000 Author: marino Date: Sun Dec 18 02:42:50 2016 New Revision: 428825 URL: https://svnweb.freebsd.org/changeset/ports/428825 Log: audio/tomahawk: explicitly link z library (for gold linker) Modified: head/audio/tomahawk/Makefile Modified: head/audio/tomahawk/Makefile ============================================================================== --- head/audio/tomahawk/Makefile Sun Dec 18 02:01:00 2016 (r428824) +++ head/audio/tomahawk/Makefile Sun Dec 18 02:42:50 2016 (r428825) @@ -29,6 +29,7 @@ LIB_DEPENDS= libattica.so:x11-toolkits/a CMAKE_ARGS= -DBUILD_RELEASE="ON" CXXFLAGS+= -Wno-cast-align -I${LOCALBASE}/include +LDFLAGS+= -lz GH_ACCOUNT= tomahawk-player From owner-svn-ports-head@freebsd.org Sun Dec 18 03:35: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 B8F06C85385; Sun, 18 Dec 2016 03:35:37 +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 6E655179F; Sun, 18 Dec 2016 03:35:37 +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 uBI3ZalM042173; Sun, 18 Dec 2016 03:35:36 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI3ZaOh042171; Sun, 18 Dec 2016 03:35:36 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180335.uBI3ZaOh042171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 03:35:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428826 - head/audio/libworkman/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 03:35:37 -0000 Author: marino Date: Sun Dec 18 03:35:36 2016 New Revision: 428826 URL: https://svnweb.freebsd.org/changeset/ports/428826 Log: audio/libworkman: Bring in DF support from dports Added: head/audio/libworkman/files/patch-include_wm__config.h (contents, props changed) Modified: head/audio/libworkman/files/patch-plat__freebsd.c Added: head/audio/libworkman/files/patch-include_wm__config.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libworkman/files/patch-include_wm__config.h Sun Dec 18 03:35:36 2016 (r428826) @@ -0,0 +1,11 @@ +--- include/wm_config.h.orig 1999-05-05 16:34:22 UTC ++++ include/wm_config.h +@@ -133,7 +133,7 @@ + *** ****** ** ** ****** ****** ** ****** ** * ********** + *** ****** ** ** ** ** **** *** *********** + ******************************************************************/ +-#if defined(__FreeBSD__) || defined(__NetBSD__) ++#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) + + #define DEFAULT_CD_DEVICE "/dev/rmatcd0c" + Modified: head/audio/libworkman/files/patch-plat__freebsd.c ============================================================================== --- head/audio/libworkman/files/patch-plat__freebsd.c Sun Dec 18 02:42:50 2016 (r428825) +++ head/audio/libworkman/files/patch-plat__freebsd.c Sun Dec 18 03:35:36 2016 (r428826) @@ -1,5 +1,14 @@ --- plat_freebsd.c.orig 1999-03-07 08:36:40 UTC +++ plat_freebsd.c +@@ -30,7 +30,7 @@ + * + */ + +-#if defined(__FreeBSD__) || defined(__NetBSD__) ++#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) + + static char freebsd_id[] = "$Id: plat_freebsd.c,v 1.8 1999/03/07 08:36:40 dirk Exp $"; + @@ -49,7 +49,6 @@ static char freebsd_id[] = "$Id: plat_fr #include #include @@ -8,3 +17,13 @@ #if defined(__NetBSD__) # define MSF_MINUTES 1 +@@ -60,9 +59,6 @@ static char freebsd_id[] = "$Id: plat_fr + #else + # define LEFT_PORT 0 + # define RIGHT_PORT 1 +-# if __FreeBSD_version < 300000 +-# include +-# endif + #endif + + #include "include/wm_struct.h" From owner-svn-ports-head@freebsd.org Sun Dec 18 03:55: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 682EBC85A9B; Sun, 18 Dec 2016 03:55:04 +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 2E981153; Sun, 18 Dec 2016 03:55:04 +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 uBI3t3xs050005; Sun, 18 Dec 2016 03:55:03 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI3t3Fa050004; Sun, 18 Dec 2016 03:55:03 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180355.uBI3t3Fa050004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 03:55:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428827 - head/benchmarks/dkftpbench/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 03:55:04 -0000 Author: marino Date: Sun Dec 18 03:55:03 2016 New Revision: 428827 URL: https://svnweb.freebsd.org/changeset/ports/428827 Log: benchmarks/dkftpbench: fix build on GCC (taken from dports) Modified: head/benchmarks/dkftpbench/files/patch-Platoon.h Modified: head/benchmarks/dkftpbench/files/patch-Platoon.h ============================================================================== --- head/benchmarks/dkftpbench/files/patch-Platoon.h Sun Dec 18 03:35:36 2016 (r428826) +++ head/benchmarks/dkftpbench/files/patch-Platoon.h Sun Dec 18 03:55:03 2016 (r428827) @@ -1,11 +1,12 @@ --- Platoon.h.orig 2002-02-13 05:06:01 UTC +++ Platoon.h -@@ -1,13 +1,11 @@ +@@ -1,13 +1,12 @@ #ifndef Platoon_H #define Platoon_H #include "robouser.h" -#include +#include ++#include /* FIXME: 'reasonable' upper bound on number of users CPU can handle */ #define Platoon_MAXUSERS (1 << 16) @@ -15,7 +16,7 @@ /**---------------------------------------------------------------------- Platoon of robousers. ----------------------------------------------------------------------*/ -@@ -150,7 +148,7 @@ private: +@@ -150,7 +149,7 @@ private: robouser_t *m_users[Platoon_MAXUSERS]; /** List of dead robousers waiting to be reaped */ From owner-svn-ports-head@freebsd.org Sun Dec 18 04:10: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 44E10C862C3; Sun, 18 Dec 2016 04:10:03 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBA6DAE7; Sun, 18 Dec 2016 04:10: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 uBI4A2Fh054170; Sun, 18 Dec 2016 04:10:02 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI4A2FT054168; Sun, 18 Dec 2016 04:10:02 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180410.uBI4A2FT054168@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 04:10:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428828 - head/benchmarks/super-smack/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 04:10:03 -0000 Author: marino Date: Sun Dec 18 04:10:01 2016 New Revision: 428828 URL: https://svnweb.freebsd.org/changeset/ports/428828 Log: benchmarks/super-smack: fix build for GCC and DF (taken from dports) Added: head/benchmarks/super-smack/files/patch-src_client.cc (contents, props changed) head/benchmarks/super-smack/files/patch-src_dictionary.h (contents, props changed) Added: head/benchmarks/super-smack/files/patch-src_client.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/super-smack/files/patch-src_client.cc Sun Dec 18 04:10:01 2016 (r428828) @@ -0,0 +1,20 @@ +--- src/client.cc.orig 2005-05-30 10:42:52 UTC ++++ src/client.cc +@@ -34,7 +34,7 @@ using namespace std; + + #define MAX_VAR_BUF 512 + +-#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__) && !(defined(__MACH__) && defined(__APPLE__)) ++#if !defined(__DragonFly__) && !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__) && !(defined(__MACH__) && defined(__APPLE__)) + #if defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED) + /* union semun is defined by including */ + #else +@@ -57,7 +57,7 @@ using namespace std; + }; + + #endif +-#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__) && !(defined(__MACH__) && defined(__APPLE__)) ++#if !defined(__DragonFly__) && !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__) && !(defined(__MACH__) && defined(__APPLE__)) + #define SUPER_SMACK_RESTART ERESTART + #else + #define SUPER_SMACK_RESTART EINTR Added: head/benchmarks/super-smack/files/patch-src_dictionary.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/super-smack/files/patch-src_dictionary.h Sun Dec 18 04:10:01 2016 (r428828) @@ -0,0 +1,10 @@ +--- src/dictionary.h.orig 2003-05-15 00:14:52 UTC ++++ src/dictionary.h +@@ -22,6 +22,7 @@ using namespace std; + #include "../config.h" + + #include ++#include + #include + #include + #include From owner-svn-ports-head@freebsd.org Sun Dec 18 04:22: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 756F5C86998; Sun, 18 Dec 2016 04:22:27 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44F6E18BB; Sun, 18 Dec 2016 04:22:27 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI4MQoA062342; Sun, 18 Dec 2016 04:22:26 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI4MQ0X062341; Sun, 18 Dec 2016 04:22:26 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180422.uBI4MQ0X062341@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 04:22:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428829 - head/biology/chemeq/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 04:22:27 -0000 Author: marino Date: Sun Dec 18 04:22:26 2016 New Revision: 428829 URL: https://svnweb.freebsd.org/changeset/ports/428829 Log: biology/chemeq: fix build on GCC (taken from dports) Added: head/biology/chemeq/files/ head/biology/chemeq/files/patch-src_chemeq.h (contents, props changed) Added: head/biology/chemeq/files/patch-src_chemeq.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/chemeq/files/patch-src_chemeq.h Sun Dec 18 04:22:26 2016 (r428829) @@ -0,0 +1,11 @@ +--- src/chemeq.h.orig 2003-03-11 22:36:25 UTC ++++ src/chemeq.h +@@ -6,6 +6,8 @@ + #include + #include + #include ++#include ++#include + #include + + typedef struct { From owner-svn-ports-head@freebsd.org Sun Dec 18 04:24: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 D527FC86A46; Sun, 18 Dec 2016 04:24:03 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4AAC19FB; Sun, 18 Dec 2016 04:24:03 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI4O2A4062514; Sun, 18 Dec 2016 04:24:02 GMT (envelope-from bland@FreeBSD.org) Received: (from bland@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI4O2XS062512; Sun, 18 Dec 2016 04:24:02 GMT (envelope-from bland@FreeBSD.org) Message-Id: <201612180424.uBI4O2XS062512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bland set sender to bland@FreeBSD.org using -f From: Alexander Nedotsukov Date: Sun, 18 Dec 2016 04:24:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428830 - head/x11/nvidia-xconfig X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 04:24:03 -0000 Author: bland Date: Sun Dec 18 04:24:02 2016 New Revision: 428830 URL: https://svnweb.freebsd.org/changeset/ports/428830 Log: Update to 375.26 Modified: head/x11/nvidia-xconfig/Makefile head/x11/nvidia-xconfig/distinfo Modified: head/x11/nvidia-xconfig/Makefile ============================================================================== --- head/x11/nvidia-xconfig/Makefile Sun Dec 18 04:22:26 2016 (r428829) +++ head/x11/nvidia-xconfig/Makefile Sun Dec 18 04:24:02 2016 (r428830) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nvidia-xconfig -PORTVERSION= 367.35 +PORTVERSION= 375.26 CATEGORIES= x11 MAINTAINER= bland@FreeBSD.org Modified: head/x11/nvidia-xconfig/distinfo ============================================================================== --- head/x11/nvidia-xconfig/distinfo Sun Dec 18 04:22:26 2016 (r428829) +++ head/x11/nvidia-xconfig/distinfo Sun Dec 18 04:24:02 2016 (r428830) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469537903 -SHA256 (NVIDIA-nvidia-xconfig-367.35_GH0.tar.gz) = 7a0a1ffb7d0aa2dbe6636a77ae19f28e38784df08b1209ae5dfe029a0cadac25 -SIZE (NVIDIA-nvidia-xconfig-367.35_GH0.tar.gz) = 139464 +TIMESTAMP = 1482034850 +SHA256 (NVIDIA-nvidia-xconfig-375.26_GH0.tar.gz) = 10b296451e22a466b7915e3a31b492fe26119dd72dcfd00fa20ce096e6d0d5bf +SIZE (NVIDIA-nvidia-xconfig-375.26_GH0.tar.gz) = 139684 From owner-svn-ports-head@freebsd.org Sun Dec 18 04:34: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 BFA5EC86C9B; Sun, 18 Dec 2016 04:34:34 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86B7B1EAE; Sun, 18 Dec 2016 04:34:34 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI4YXME066432; Sun, 18 Dec 2016 04:34:33 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI4YXXk066431; Sun, 18 Dec 2016 04:34:33 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180434.uBI4YXXk066431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 04:34:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428831 - head/biology/lamarc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 04:34:34 -0000 Author: marino Date: Sun Dec 18 04:34:33 2016 New Revision: 428831 URL: https://svnweb.freebsd.org/changeset/ports/428831 Log: biology/lamarc: Fix build on DF (taken from dports) Added: head/biology/lamarc/files/patch-configure (contents, props changed) Added: head/biology/lamarc/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/lamarc/files/patch-configure Sun Dec 18 04:34:33 2016 (r428831) @@ -0,0 +1,11 @@ +--- configure.orig 2012-05-24 23:43:17 UTC ++++ configure +@@ -2612,7 +2612,7 @@ case "$target_os" in + LAMARC_CODE_OSTYPE=LAMARC_COMPILE_MACOSX + fi + ;; +- freebsd*|linux*) ++ dragonfly*|freebsd*|linux*) + if test "X${lamCONV}" = "Xyes" ; then + if test "X${lamGUI}" = "Xyes" ; then + if test "X${GUI_TOOLKIT}" = "X" ; then From owner-svn-ports-head@freebsd.org Sun Dec 18 04:43: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 2625FC86F71; Sun, 18 Dec 2016 04:43:21 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFC5A5F4; Sun, 18 Dec 2016 04:43:20 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI4hKTt070539; Sun, 18 Dec 2016 04:43:20 GMT (envelope-from bland@FreeBSD.org) Received: (from bland@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI4hJld070537; Sun, 18 Dec 2016 04:43:19 GMT (envelope-from bland@FreeBSD.org) Message-Id: <201612180443.uBI4hJld070537@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bland set sender to bland@FreeBSD.org using -f From: Alexander Nedotsukov Date: Sun, 18 Dec 2016 04:43:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428832 - head/x11/nvidia-settings X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 04:43:21 -0000 Author: bland Date: Sun Dec 18 04:43:19 2016 New Revision: 428832 URL: https://svnweb.freebsd.org/changeset/ports/428832 Log: Update to 375.26 PR: 215371 Modified: head/x11/nvidia-settings/Makefile head/x11/nvidia-settings/distinfo Modified: head/x11/nvidia-settings/Makefile ============================================================================== --- head/x11/nvidia-settings/Makefile Sun Dec 18 04:34:33 2016 (r428831) +++ head/x11/nvidia-settings/Makefile Sun Dec 18 04:43:19 2016 (r428832) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nvidia-settings -PORTVERSION= 355.11 +PORTVERSION= 375.26 PORTREVISION= 3 CATEGORIES= x11 @@ -11,16 +11,18 @@ COMMENT= Display Control Panel for X NVi LICENSE= GPLv2 -LIB_DEPENDS= libjansson.so:devel/jansson \ +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libjansson.so:devel/jansson \ libvdpau.so:multimedia/libvdpau USE_GITHUB= yes GH_ACCOUNT= NVIDIA -USE_GNOME= gtk20 -USES= gmake pkgconfig +USE_GNOME= gtk20 cairo gdkpixbuf2 +USES= gmake pkgconfig gettext-runtime USE_GL= gl -USE_XORG= xext xv +USE_XORG= x11 xext xv xxf86vm PLIST_FILES= bin/nvidia-settings \ man/man1/nvidia-settings.1.gz \ @@ -31,8 +33,7 @@ PLIST_FILES= bin/nvidia-settings \ LDFLAGS+= -pthread MAKE_ENV= NV_USE_BUNDLED_LIBJANSSON=0 \ NV_VERBOSE= \ - STRIP_CMD=${TRUE} \ - INSTALL_BIN_ARGS="${INSTALL_PROGRAM:Ninstall}" \ + GTK3_AVAILABLE=0 \ INSTALL_DOC_ARGS="${INSTALL_MAN:Ninstall}" \ X_CFLAGS=-I${LOCALBASE}/include \ X_LDFLAGS=-L${LOCALBASE}/lib Modified: head/x11/nvidia-settings/distinfo ============================================================================== --- head/x11/nvidia-settings/distinfo Sun Dec 18 04:34:33 2016 (r428831) +++ head/x11/nvidia-settings/distinfo Sun Dec 18 04:43:19 2016 (r428832) @@ -1,2 +1,3 @@ -SHA256 (NVIDIA-nvidia-settings-355.11_GH0.tar.gz) = 9d9cb98bb6055895888d2fc9cf15a641c6caabee720d34303037214792eb12f6 -SIZE (NVIDIA-nvidia-settings-355.11_GH0.tar.gz) = 2049318 +TIMESTAMP = 1482028345 +SHA256 (NVIDIA-nvidia-settings-375.26_GH0.tar.gz) = 65da2b5be13f09c8d4366c6ae5d95d08ddc2b41fa164f9f751e65d933b381f4e +SIZE (NVIDIA-nvidia-settings-375.26_GH0.tar.gz) = 2108173 From owner-svn-ports-head@freebsd.org Sun Dec 18 04:44: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 80B73C86FBB; Sun, 18 Dec 2016 04:44:04 +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 501C7771; Sun, 18 Dec 2016 04:44:04 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI4i3eY070690; Sun, 18 Dec 2016 04:44:03 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI4i3Bx070689; Sun, 18 Dec 2016 04:44:03 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201612180444.uBI4i3Bx070689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 18 Dec 2016 04:44:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428833 - head/irc/epic4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 04:44:04 -0000 Author: adamw Date: Sun Dec 18 04:44:03 2016 New Revision: 428833 URL: https://svnweb.freebsd.org/changeset/ports/428833 Log: Remove leftover reference to the TERMCAP knob that was removed. Approved by: maintainer (jpaetzel) Modified: head/irc/epic4/Makefile Modified: head/irc/epic4/Makefile ============================================================================== --- head/irc/epic4/Makefile Sun Dec 18 04:43:19 2016 (r428832) +++ head/irc/epic4/Makefile Sun Dec 18 04:44:03 2016 (r428833) @@ -62,10 +62,6 @@ CONFIGURE_ARGS+= --with-ssl CONFIGURE_ARGS+= --without-ssl .endif -.if ${PORT_OPTIONS:MTERMCAP} -CONFIGURE_ARGS+= --with-termcap -.endif - post-extract: @${FIND} ${WRKDIR} -type d -name CVS | ${XARGS} ${RM} -r From owner-svn-ports-head@freebsd.org Sun Dec 18 04:46: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 305BDC86059; Sun, 18 Dec 2016 04:46:55 +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 F12158BF; Sun, 18 Dec 2016 04:46:54 +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 uBI4ks4K070868; Sun, 18 Dec 2016 04:46:54 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI4ksBW070867; Sun, 18 Dec 2016 04:46:54 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180446.uBI4ksBW070867@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 04:46:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428834 - head/biology/blat/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 04:46:55 -0000 Author: marino Date: Sun Dec 18 04:46:53 2016 New Revision: 428834 URL: https://svnweb.freebsd.org/changeset/ports/428834 Log: biology/blat: Fix build on DF (taken from dports) Added: head/biology/blat/files/patch-lib_fof.c (contents, props changed) Added: head/biology/blat/files/patch-lib_fof.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/blat/files/patch-lib_fof.c Sun Dec 18 04:46:53 2016 (r428834) @@ -0,0 +1,14 @@ +--- lib/fof.c.orig 2014-11-06 03:15:59 UTC ++++ lib/fof.c +@@ -336,7 +336,11 @@ static int cmpOnFilePos(const void *va, + { + const struct fofBatch *a = *((struct fofBatch **)va); + const struct fofBatch *b = *((struct fofBatch **)vb); ++#ifdef __DragonFly__ ++int dif = (struct __FILE_public*)a->f - (struct __FILE_public*)b->f; ++#else + int dif = a->f - b->f; ++#endif + if (dif == 0) + dif = a->offset - b->offset; + return dif; From owner-svn-ports-head@freebsd.org Sun Dec 18 05:34: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 AE05AC86182; Sun, 18 Dec 2016 05:34:43 +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 88A7B397; Sun, 18 Dec 2016 05:34:43 +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 uBI5YgZB090902; Sun, 18 Dec 2016 05:34:42 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI5YgDe090897; Sun, 18 Dec 2016 05:34:42 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180534.uBI5YgDe090897@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 05:34:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428835 - head/biology/protomol/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 05:34:43 -0000 Author: marino Date: Sun Dec 18 05:34:42 2016 New Revision: 428835 URL: https://svnweb.freebsd.org/changeset/ports/428835 Log: biology/protomol: Support build with C++11 (taken from dports) Added: head/biology/protomol/files/patch-framework_base_PGM.cpp (contents, props changed) head/biology/protomol/files/patch-framework_base_PPM.cpp (contents, props changed) head/biology/protomol/files/patch-framework_base_stringutilities.cpp (contents, props changed) head/biology/protomol/files/patch-framework_imd_imd.cpp (contents, props changed) head/biology/protomol/files/patch-framework_imd_vmdsock.cpp (contents, props changed) Added: head/biology/protomol/files/patch-framework_base_PGM.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/protomol/files/patch-framework_base_PGM.cpp Sun Dec 18 05:34:42 2016 (r428835) @@ -0,0 +1,9 @@ +--- framework/base/PGM.cpp.orig 2005-05-07 14:40:23 UTC ++++ framework/base/PGM.cpp +@@ -1,5 +1,6 @@ + #include "PGM.h" + #include "PPM.h" ++#include // C++11 NULL + #include // NULL definition + + namespace ProtoMol { Added: head/biology/protomol/files/patch-framework_base_PPM.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/protomol/files/patch-framework_base_PPM.cpp Sun Dec 18 05:34:42 2016 (r428835) @@ -0,0 +1,9 @@ +--- framework/base/PPM.cpp.orig 2005-05-07 14:40:23 UTC ++++ framework/base/PPM.cpp +@@ -1,5 +1,6 @@ + #include "PPM.h" + #include "PGM.h" ++#include // C++11 NULL + #include // NULL definition + + namespace ProtoMol { Added: head/biology/protomol/files/patch-framework_base_stringutilities.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/protomol/files/patch-framework_base_stringutilities.cpp Sun Dec 18 05:34:42 2016 (r428835) @@ -0,0 +1,10 @@ +--- framework/base/stringutilities.cpp.orig 2005-05-07 14:40:24 UTC ++++ framework/base/stringutilities.cpp +@@ -3,6 +3,7 @@ + + #include + #include ++#include + #include + + #include "Report.h" Added: head/biology/protomol/files/patch-framework_imd_imd.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/protomol/files/patch-framework_imd_imd.cpp Sun Dec 18 05:34:42 2016 (r428835) @@ -0,0 +1,10 @@ +--- framework/imd/imd.cpp.orig 2005-05-07 14:40:25 UTC ++++ framework/imd/imd.cpp +@@ -1,6 +1,7 @@ + #include "imd.h" + #include "vmdsock.h" + #include ++#include + using std::string; + #include + #include Added: head/biology/protomol/files/patch-framework_imd_vmdsock.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/protomol/files/patch-framework_imd_vmdsock.cpp Sun Dec 18 05:34:42 2016 (r428835) @@ -0,0 +1,10 @@ +--- framework/imd/vmdsock.cpp.orig 2005-05-07 14:40:25 UTC ++++ framework/imd/vmdsock.cpp +@@ -32,6 +32,7 @@ namespace ProtoMol { + #include + #include + #include ++#include + using std::string; + + #if defined(WIN32) From owner-svn-ports-head@freebsd.org Sun Dec 18 06: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 74484C86CE1; Sun, 18 Dec 2016 06:10:45 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29F2B189D; Sun, 18 Dec 2016 06:10:45 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI6Aiko003847; Sun, 18 Dec 2016 06:10:44 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI6AiAW003845; Sun, 18 Dec 2016 06:10:44 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201612180610.uBI6AiAW003845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 18 Dec 2016 06:10:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428836 - head/textproc/R-cran-rmarkdown X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 06:10:45 -0000 Author: tota Date: Sun Dec 18 06:10:44 2016 New Revision: 428836 URL: https://svnweb.freebsd.org/changeset/ports/428836 Log: - Update to 1.2 Modified: head/textproc/R-cran-rmarkdown/Makefile (contents, props changed) head/textproc/R-cran-rmarkdown/distinfo (contents, props changed) Modified: head/textproc/R-cran-rmarkdown/Makefile ============================================================================== --- head/textproc/R-cran-rmarkdown/Makefile Sun Dec 18 05:34:42 2016 (r428835) +++ head/textproc/R-cran-rmarkdown/Makefile Sun Dec 18 06:10:44 2016 (r428836) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rmarkdown -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -13,12 +13,12 @@ LICENSE= GPLv3 CRAN_DEPENDS= R-cran-knitr>=1.14:print/R-cran-knitr \ R-cran-yaml>=2.1.5:textproc/R-cran-yaml \ - R-cran-htmltools>=0.2.4:textproc/R-cran-htmltools \ + R-cran-htmltools>=0.3.5:textproc/R-cran-htmltools \ R-cran-caTools>0:devel/R-cran-caTools \ R-cran-evaluate>=0.8:devel/R-cran-evaluate \ R-cran-base64enc>0:converters/R-cran-base64enc \ R-cran-jsonlite>0:converters/R-cran-jsonlite \ - R-cran-tibble>0:devel/R-cran-tibble + R-cran-rprojroot>0:devel/R-cran-rprojroot BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= hs-pandoc>=1.12.3:textproc/hs-pandoc \ ${CRAN_DEPENDS} Modified: head/textproc/R-cran-rmarkdown/distinfo ============================================================================== --- head/textproc/R-cran-rmarkdown/distinfo Sun Dec 18 05:34:42 2016 (r428835) +++ head/textproc/R-cran-rmarkdown/distinfo Sun Dec 18 06:10:44 2016 (r428836) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481815174 -SHA256 (rmarkdown_1.1.tar.gz) = a07d757a7c1e1a979b9b721386252da0258d75e47aed8c8df4724419be9afbb3 -SIZE (rmarkdown_1.1.tar.gz) = 2065151 +TIMESTAMP = 1481955245 +SHA256 (rmarkdown_1.2.tar.gz) = 2a0d3a19317527d0475be05bd7a2c2751efc333df2e0e202ed4a1e10cb1caff9 +SIZE (rmarkdown_1.2.tar.gz) = 2072844 From owner-svn-ports-head@freebsd.org Sun Dec 18 06: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 D66BFC867E9; Sun, 18 Dec 2016 06:31:00 +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 73F853CD; Sun, 18 Dec 2016 06:31:00 +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 uBI6Uxrw013834; Sun, 18 Dec 2016 06:30:59 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI6UwYP013550; Sun, 18 Dec 2016 06:30:58 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201612180630.uBI6UwYP013550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 18 Dec 2016 06:30:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428837 - in head: . emulators emulators/py-nova emulators/py-nova/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 06:31:00 -0000 Author: novel Date: Sun Dec 18 06:30:58 2016 New Revision: 428837 URL: https://svnweb.freebsd.org/changeset/ports/428837 Log: Add emulators/py-nova 14.0.2, Openstack Compute Service Please note that this is a development version of nova. Many features are not available. Currently nova works on FreeBSD 11 and supports QEMU and Xen. Common issues: - Security groups are not implemented - ARP spoofing, DHCP isolation protection are not implemented - Nova services work from the root user - No IPv6 support QEMU issues: - Need to enable serialconsole (TCP) - Need to disable online CPU tracking - Cannot mount cinder volumes Xen issues: - Live snapshots don't work - No support for cinder volume hot-plugging - XENBUS delay (5 min) when using qemu driver and COW images - Some Linux images cannot be booted For further FreeBSD specific notes please refer to port's pkg-message. PR: 215151 Submitted by: Alexander Nusov (alexander.nusov@nfvexpress.com) Added: head/emulators/py-nova/ head/emulators/py-nova/Makefile (contents, props changed) head/emulators/py-nova/distinfo (contents, props changed) head/emulators/py-nova/files/ head/emulators/py-nova/files/01-firewall-manager.patch (contents, props changed) head/emulators/py-nova/files/02-freebsd-l3.patch (contents, props changed) head/emulators/py-nova/files/03-nova-conf.patch (contents, props changed) head/emulators/py-nova/files/04-xen-phy.patch (contents, props changed) head/emulators/py-nova/files/05-online-cpus.patch (contents, props changed) head/emulators/py-nova/files/06-freebsd-net.patch (contents, props changed) head/emulators/py-nova/files/nova-api.in (contents, props changed) head/emulators/py-nova/files/nova-cells.in (contents, props changed) head/emulators/py-nova/files/nova-cert.in (contents, props changed) head/emulators/py-nova/files/nova-compute.conf.sample (contents, props changed) head/emulators/py-nova/files/nova-compute.in (contents, props changed) head/emulators/py-nova/files/nova-conductor.in (contents, props changed) head/emulators/py-nova/files/nova-consoleauth.in (contents, props changed) head/emulators/py-nova/files/nova-network.in (contents, props changed) head/emulators/py-nova/files/nova-scheduler.in (contents, props changed) head/emulators/py-nova/files/nova-serialproxy.in (contents, props changed) head/emulators/py-nova/files/nova.conf.sample (contents, props changed) head/emulators/py-nova/pkg-descr (contents, props changed) head/emulators/py-nova/pkg-message (contents, props changed) head/emulators/py-nova/pkg-plist (contents, props changed) Modified: head/GIDs head/UIDs head/emulators/Makefile Modified: head/GIDs ============================================================================== --- head/GIDs Sun Dec 18 06:10:44 2016 (r428836) +++ head/GIDs Sun Dec 18 06:30:58 2016 (r428837) @@ -137,7 +137,7 @@ moinmoin:*:192: cups:*:193: saned:*:194: radns:*:195: -# free: 196 +nova:*:196: # free: 197 # free: 198 mcserver:*:199: Modified: head/UIDs ============================================================================== --- head/UIDs Sun Dec 18 06:10:44 2016 (r428836) +++ head/UIDs Sun Dec 18 06:30:58 2016 (r428837) @@ -142,7 +142,7 @@ moinmoin:*:192:192::0:0:MoinMoin User:/n cups:*:193:193::0:0:Cups Owner:/nonexistent:/usr/sbin/nologin saned:*:194:194::0:0:SANE Scanner Daemon:/nonexistent:/bin/sh radns:*:195:195::0:0:radns user:/nonexistent:/usr/sbin/nologin -# free: 196 +nova:*:196:196::0:0:Nova daemon pseudo-user:/var/lib/nova:/usr/sbin/nologin # free: 197 # free: 198 mcserver:*:199:199::0:0:Minecraft Server:/nonexistent:/bin/sh Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Sun Dec 18 06:10:44 2016 (r428836) +++ head/emulators/Makefile Sun Dec 18 06:30:58 2016 (r428837) @@ -115,6 +115,7 @@ SUBDIR += ppsspp-qt4 SUBDIR += ppsspp-qt5 SUBDIR += py-gns3-converter + SUBDIR += py-nova SUBDIR += q4wine SUBDIR += qemu SUBDIR += qemu-cheri Added: head/emulators/py-nova/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/py-nova/Makefile Sun Dec 18 06:30:58 2016 (r428837) @@ -0,0 +1,141 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= nova +PORTVERSION= 14.0.2 +CATEGORIES= emulators python +MASTER_SITES= https://fossies.org/linux/misc/openstack/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= OpenStack compute service + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr + +RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0:databases/py-sqlalchemy10 \ + ${PYTHON_PKGNAMEPREFIX}boto>=2.32.1:devel/py-boto \ + ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:devel/py-decorator \ + ${PYTHON_PKGNAMEPREFIX}eventlet>=0:net/py-eventlet \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.8:devel/py-Jinja2 \ + ${PYTHON_PKGNAMEPREFIX}keystonemiddleware>=0:devel/py-keystonemiddleware \ + ${PYTHON_PKGNAMEPREFIX}lxml>=2.3:devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}routes>=0:www/py-routes \ + ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography \ + ${PYTHON_PKGNAMEPREFIX}webob>=1.2.3:www/py-webob \ + ${PYTHON_PKGNAMEPREFIX}greenlet>=0.3.2:devel/py-greenlet \ + ${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.5.0:www/py-pastedeploy \ + ${PYTHON_PKGNAMEPREFIX}Paste>=0:www/py-paste \ + ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.9.6:databases/py-sqlalchemy-migrate \ + ${PYTHON_PKGNAMEPREFIX}netaddr>=0:net/py-netaddr \ + ${PYTHON_PKGNAMEPREFIX}netifaces>=0.10.4:net/py-netifaces \ + ${PYTHON_PKGNAMEPREFIX}paramiko>=2.0:security/py-paramiko \ + ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel \ + ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601 \ + ${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema \ + ${PYTHON_PKGNAMEPREFIX}python-cinderclient>=0:net/py-python-cinderclient \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}python-neutronclient>=5.1.0:net/py-python-neutronclient \ + ${PYTHON_PKGNAMEPREFIX}python-glanceclient>=0:net/py-python-glanceclient \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}websockify>=0.8.0:devel/py-websockify \ + ${PYTHON_PKGNAMEPREFIX}oslo.cache>=1.5.0:devel/py-oslo.cache \ + ${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.8.0:devel/py-oslo.concurrency \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}oslo.context>=2.9.0:devel/py-oslo.context \ + ${PYTHON_PKGNAMEPREFIX}oslo.log>=1.14.0:devel/py-oslo.log \ + ${PYTHON_PKGNAMEPREFIX}oslo.reports>=0.6.0:devel/py-oslo.reports \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.db>=0:devel/py-oslo.db \ + ${PYTHON_PKGNAMEPREFIX}oslo.rootwrap>=5.0.0:devel/py-oslo.rootwrap \ + ${PYTHON_PKGNAMEPREFIX}oslo.messaging>=5.2.0:devel/py-oslo.messaging \ + ${PYTHON_PKGNAMEPREFIX}oslo.policy>=1.9.0:devel/py-oslo.policy \ + ${PYTHON_PKGNAMEPREFIX}oslo.privsep>=1.9.0:devel/py-oslo.privsep \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.service>=1.10.0:devel/py-oslo.service \ + ${PYTHON_PKGNAMEPREFIX}rfc3986>=0.2.2:www/py-rfc3986 \ + ${PYTHON_PKGNAMEPREFIX}oslo.middleware>=3.0.0:devel/py-oslo.middleware \ + ${PYTHON_PKGNAMEPREFIX}psutil121>=0:sysutils/py-psutil121 \ + ${PYTHON_PKGNAMEPREFIX}oslo.versionedobjects>=1.13.0:devel/py-oslo.versionedobjects \ + ${PYTHON_PKGNAMEPREFIX}os-brick>=1.6.1:devel/py-os-brick \ + ${PYTHON_PKGNAMEPREFIX}os-vif>=1.1.0:devel/py-os-vif \ + ${PYTHON_PKGNAMEPREFIX}os-win>=0.2.3:devel/py-os-win \ + ${PYTHON_PKGNAMEPREFIX}castellan>=0.4.0:devel/py-castellan \ + ${PYTHON_PKGNAMEPREFIX}microversion-parse>=0.1.2:devel/py-microversion-parse \ + ${PYTHON_PKGNAMEPREFIX}wsgi_intercept>=0.6.1:devel/py-wsgi_intercept \ + ${PYTHON_PKGNAMEPREFIX}sqlparse>=0:databases/py-sqlparse \ + ${PYTHON_PKGNAMEPREFIX}libvirt>=0:devel/py-libvirt \ + e2fsprogs>=0:sysutils/e2fsprogs \ + arping>=0:net/arping + +EXTRA_PATCHES= ${FILESDIR}/01-firewall-manager.patch:-p1 \ + ${FILESDIR}/02-freebsd-l3.patch:-p1 \ + ${FILESDIR}/03-nova-conf.patch:-p1 \ + ${FILESDIR}/04-xen-phy.patch:-p1 \ + ${FILESDIR}/05-online-cpus.patch:-p1 \ + ${FILESDIR}/06-freebsd-net.patch:-p1 + +ONLY_FOR_ARCHS= amd64 + +USES= python +USE_PYTHON= autoplist distutils noegginfo + +USE_RC_SUBR= nova-api \ + nova-consoleauth \ + nova-conductor \ + nova-scheduler \ + nova-network \ + nova-compute \ + nova-cert \ + nova-cells \ + nova-serialproxy +USERS= nova +GROUPS= nova + +.include + +.if ${OPSYS} != FreeBSD +IGNORE= only supported on FreeBSD +.endif + +.if ${OSVERSION} < 1100055 +IGNORE= only supported on recent FreeBSD 11 +.endif + +post-extract: + @(cd ${WRKSRC}/etc/nova; ${MV} logging_sample.conf logging.conf.sample) + @(cd ${WRKSRC}/etc/nova; for f in *.conf; do ${MV} $${f} $${f}.sample; done) + +post-patch: + ${CP} ${FILESDIR}/nova.conf.sample \ + ${WRKSRC}/etc/nova/nova.conf.sample + ${CP} ${FILESDIR}/nova-compute.conf.sample \ + ${WRKSRC}/etc/nova/nova-compute.conf.sample + ${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|g" \ + ${WRKSRC}/nova/api/openstack/placement/wsgi.py \ + ${WRKSRC}/nova/conf/base.py \ + ${WRKSRC}/nova/conf/cloudpipe.py \ + ${WRKSRC}/nova/conf/network.py \ + ${WRKSRC}/nova/conf/remote_debug.py \ + ${WRKSRC}/nova/conf/xvp.py \ + ${WRKSRC}/nova/hacking/checks.py \ + ${WRKSRC}/nova/network/linux_net.py \ + ${WRKSRC}/nova/network/manager.py \ + ${WRKSRC}/nova/virt/disk/api.py \ + ${WRKSRC}/nova/virt/disk/vfs/guestfs.py \ + ${WRKSRC}/nova/virt/libvirt/driver.py \ + ${WRKSRC}/nova/virt/xenapi/agent.py \ + ${WRKSRC}/nova/wsgi/nova-api.py \ + ${WRKSRC}/nova/wsgi/nova-metadata.py + +post-install: + ${MKDIR} ${STAGEDIR}${ETCDIR} + ${CP} -R ${WRKSRC}/etc/nova/ ${STAGEDIR}${ETCDIR} + +.include Added: head/emulators/py-nova/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/py-nova/distinfo Sun Dec 18 06:30:58 2016 (r428837) @@ -0,0 +1,3 @@ +TIMESTAMP = 1478994869 +SHA256 (nova-14.0.2.tar.gz) = e98291734b4b16615fb1518161c89749f09ad33b6344feb70d62b69e8161a50d +SIZE (nova-14.0.2.tar.gz) = 5574197 Added: head/emulators/py-nova/files/01-firewall-manager.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/py-nova/files/01-firewall-manager.patch Sun Dec 18 06:30:58 2016 (r428837) @@ -0,0 +1,60 @@ +From 60668a502b5f7af77861507e94a89b7f4201c2cb Mon Sep 17 00:00:00 2001 +From: Alexander Nusov +Date: Tue, 8 Nov 2016 16:52:29 +0300 +Subject: [PATCH] add get_firewall_manager + +--- + nova/network/linux_net.py | 4 ++++ + nova/network/manager.py | 8 ++++---- + 2 files changed, 11 insertions(+), 4 deletions(-) + +diff --git a/nova/network/linux_net.py b/nova/network/linux_net.py +index b10fa28..2637e26 100644 +--- a/nova/network/linux_net.py ++++ b/nova/network/linux_net.py +@@ -1898,3 +1898,7 @@ def set_vf_interface_vlan(pci_addr, mac_addr, vlan=0): + port_state, + run_as_root=True, + check_exit_code=exit_code) ++ ++ ++def get_firewall_manager(): ++ return iptables_manager +diff --git a/nova/network/manager.py b/nova/network/manager.py +index 9de53d9..f6eb106 100644 +--- a/nova/network/manager.py ++++ b/nova/network/manager.py +@@ -1799,13 +1799,13 @@ class FlatDHCPManager(RPCAllocateFixedIP, floating_ips.FloatingIP, + ctxt = context.get_admin_context() + networks = objects.NetworkList.get_by_host(ctxt, self.host) + +- self.driver.iptables_manager.defer_apply_on() ++ self.driver.get_firewall_manager().defer_apply_on() + + self.l3driver.initialize(fixed_range=False, networks=networks) + super(FlatDHCPManager, self).init_host() + self.init_host_floating_ips() + +- self.driver.iptables_manager.defer_apply_off() ++ self.driver.get_firewall_manager().defer_apply_off() + + def _setup_network_on_host(self, context, network): + """Sets up network on this host.""" +@@ -1887,13 +1887,13 @@ class VlanManager(RPCAllocateFixedIP, floating_ips.FloatingIP, NetworkManager): + ctxt = context.get_admin_context() + networks = objects.NetworkList.get_by_host(ctxt, self.host) + +- self.driver.iptables_manager.defer_apply_on() ++ self.driver.get_firewall_manager().defer_apply_on() + + self.l3driver.initialize(fixed_range=False, networks=networks) + NetworkManager.init_host(self) + self.init_host_floating_ips() + +- self.driver.iptables_manager.defer_apply_off() ++ self.driver.get_firewall_manager().defer_apply_off() + + def allocate_fixed_ip(self, context, instance_id, network, **kwargs): + """Gets a fixed IP from the pool.""" +-- +2.8.1 Added: head/emulators/py-nova/files/02-freebsd-l3.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/py-nova/files/02-freebsd-l3.patch Sun Dec 18 06:30:58 2016 (r428837) @@ -0,0 +1,90 @@ +From 2e4a0e0a2588c4d52495fad8105aa1a4609797f6 Mon Sep 17 00:00:00 2001 +From: Alexander Nusov +Date: Tue, 8 Nov 2016 16:50:56 +0300 +Subject: [PATCH] add freebsd l3 driver + +--- + nova/network/l3.py | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 61 insertions(+) + +diff --git a/nova/network/l3.py b/nova/network/l3.py +index c13e6e2..a5982d5 100644 +--- a/nova/network/l3.py ++++ b/nova/network/l3.py +@@ -16,6 +16,7 @@ + from oslo_log import log as logging + + from nova.network import linux_net ++from nova.network import freebsd_net + from nova import utils + + LOG = logging.getLogger(__name__) +@@ -134,6 +135,66 @@ class LinuxNetL3(L3Driver): + pass + + ++class FreeBSDNetL3(L3Driver): ++ """L3 driver that uses freebsd_net as the backend.""" ++ def __init__(self): ++ self.initialized = False ++ ++ def initialize(self, **kwargs): ++ if self.initialized: ++ return ++ LOG.debug("Initializing freebsd_net L3 driver") ++ fixed_range = kwargs.get('fixed_range', False) ++ networks = kwargs.get('networks', None) ++ if not fixed_range and networks is not None: ++ for network in networks: ++ if network['enable_dhcp']: ++ is_ext = (network['dhcp_server'] is not None and ++ network['dhcp_server'] != network['gateway']) ++ self.initialize_network(network['cidr'], is_ext) ++ freebsd_net.ensure_metadata_ip() ++ freebsd_net.metadata_forward() ++ self.initialized = True ++ ++ def is_initialized(self): ++ return self.initialized ++ ++ def initialize_network(self, cidr, is_external): ++ freebsd_net.init_host(cidr, is_external) ++ ++ def initialize_gateway(self, network_ref): ++ mac_address = utils.generate_mac_address() ++ dev = freebsd_net.plug(network_ref, mac_address, ++ gateway=(network_ref['gateway'] is not None)) ++ freebsd_net.initialize_gateway_device(dev, network_ref) ++ ++ def remove_gateway(self, network_ref): ++ freebsd_net.unplug(network_ref) ++ ++ def add_floating_ip(self, floating_ip, fixed_ip, l3_interface_id, ++ network=None): ++ freebsd_net.ensure_floating_forward(floating_ip, fixed_ip, ++ l3_interface_id, network) ++ freebsd_net.bind_floating_ip(floating_ip, l3_interface_id) ++ ++ def remove_floating_ip(self, floating_ip, fixed_ip, l3_interface_id, ++ network=None): ++ freebsd_net.unbind_floating_ip(floating_ip, l3_interface_id) ++ freebsd_net.remove_floating_forward(floating_ip, fixed_ip, ++ l3_interface_id, network) ++ freebsd_net.clean_conntrack(fixed_ip) ++ ++ def add_vpn(self, public_ip, port, private_ip): ++ freebsd_net.ensure_vpn_forward(public_ip, port, private_ip) ++ ++ def remove_vpn(self, public_ip, port, private_ip): ++ # FreeBSD net currently doesn't implement any way of removing ++ # the VPN forwarding rules ++ pass ++ ++ def teardown(self): ++ pass ++ + class NullL3(L3Driver): + """The L3 driver that doesn't do anything. This class can be used when + nova-network should not manipulate L3 forwarding at all (e.g., in a Flat +-- +2.8.1 Added: head/emulators/py-nova/files/03-nova-conf.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/py-nova/files/03-nova-conf.patch Sun Dec 18 06:30:58 2016 (r428837) @@ -0,0 +1,51 @@ +diff --git a/nova/conf/network.py b/nova/conf/network.py +index 3bb4cd9..eb57041 100644 +--- a/nova/conf/network.py ++++ b/nova/conf/network.py +@@ -704,6 +704,30 @@ Related options: + """), + ] + ++freebsd_net_opts = [ ++ cfg.StrOpt("freebsdnet_interface_driver", ++ default="nova.network.freebsd.FreeBSDBridgeInterfaceDriver", ++ help=""" ++This is the class used as the ethernet device driver for freebsdnet bridge ++operations. The default value should be all you need for most cases, but if you ++wish to use a customized class, set this option to the full dot-separated ++import path for that class. ++ ++Possible values: ++ ++ Any string representing a dot-separated class path that Nova can import. ++"""), ++ cfg.StrOpt("freebsdnet_ovs_integration_bridge", ++ default="br-int", ++ help=""" ++The name of the Open vSwitch bridge that is used with freebsdnet when connecting ++with Open vSwitch." ++ ++Possible values: ++ ++ Any string representing a valid bridge name. ++"""), ++] + + ldap_dns_opts = [ + cfg.StrOpt('ldap_dns_url', +@@ -766,12 +790,13 @@ by using this option. + 'some rpc network calls will be sent directly to host.'), + ] + +-ALL_DEFAULT_OPTS = (linux_net_opts + network_opts + ldap_dns_opts ++ALL_DEFAULT_OPTS = (linux_net_opts + freebsd_net_opts + network_opts + ldap_dns_opts + + rpcapi_opts + driver_opts) + + + def register_opts(conf): + conf.register_opts(linux_net_opts) ++ conf.register_opts(freebsd_net_opts) + conf.register_opts(network_opts) + conf.register_opts(ldap_dns_opts) + conf.register_opts(driver_opts) + Added: head/emulators/py-nova/files/04-xen-phy.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/py-nova/files/04-xen-phy.patch Sun Dec 18 06:30:58 2016 (r428837) @@ -0,0 +1,42 @@ +From b4e9024ac90ed0eaf155bc24ef7ee3b01112366e Mon Sep 17 00:00:00 2001 +From: Alexander Nusov +Date: Tue, 15 Nov 2016 13:08:49 +0300 +Subject: [PATCH] foce xen phy option + +--- + nova/conf/libvirt.py | 3 +++ + nova/virt/libvirt/utils.py | 2 +- + 2 files changed, 4 insertions(+), 1 deletion(-) + +diff --git a/nova/conf/libvirt.py b/nova/conf/libvirt.py +index bfb278e..2eba080 100644 +--- a/nova/conf/libvirt.py ++++ b/nova/conf/libvirt.py +@@ -498,6 +498,9 @@ libvirt_imagebackend_opts = [ + help='Discard option for nova managed disks. Need' + ' Libvirt(1.0.6) Qemu1.5 (raw format) Qemu1.6(qcow2' + ' format)'), ++ cfg.BoolOpt('force_xen_phy', ++ default=False, ++ help='Force using of PHY driver in Xen'), + ] + + libvirt_imagecache_opts = [ +diff --git a/nova/virt/libvirt/utils.py b/nova/virt/libvirt/utils.py +index f0a4796..ff68d45 100644 +--- a/nova/virt/libvirt/utils.py ++++ b/nova/virt/libvirt/utils.py +@@ -112,7 +112,7 @@ def pick_disk_driver_name(hypervisor_version, is_block_dev=False): + :returns: driver_name or None + """ + if CONF.libvirt.virt_type == "xen": +- if is_block_dev: ++ if is_block_dev or CONF.libvirt.force_xen_phy: + return "phy" + else: + # 4002000 == 4.2.0 +-- +2.8.1 + + + Added: head/emulators/py-nova/files/05-online-cpus.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/py-nova/files/05-online-cpus.patch Sun Dec 18 06:30:58 2016 (r428837) @@ -0,0 +1,63 @@ +From 8eb8fb92f21243ae0e41f2f626398d09582de29b Mon Sep 17 00:00:00 2001 +From: Alexander Nusov +Date: Fri, 25 Nov 2016 17:36:10 +0300 +Subject: [PATCH] add online cpu tracking option + +--- + nova/conf/libvirt.py | 3 +++ + nova/virt/libvirt/driver.py | 18 +++++++++++------- + 2 files changed, 14 insertions(+), 7 deletions(-) + +diff --git a/nova/conf/libvirt.py b/nova/conf/libvirt.py +index 2eba080..d133b03 100644 +--- a/nova/conf/libvirt.py ++++ b/nova/conf/libvirt.py +@@ -471,6 +471,9 @@ events`, refer https://libvirt.org/formatdomain.html#elementsPerf . + None + + """), ++ cfg.BoolOpt('online_cpu_tracking', ++ default=True, ++ help='Enable online cpu tracking'), + ] + + libvirt_imagebackend_opts = [ +diff --git a/nova/virt/libvirt/driver.py b/nova/virt/libvirt/driver.py +index f9225de..f19ef70 100644 +--- a/nova/virt/libvirt/driver.py ++++ b/nova/virt/libvirt/driver.py +@@ -5188,11 +5188,12 @@ class LibvirtDriver(driver.ComputeDriver): + + cells = [] + allowed_cpus = hardware.get_vcpu_pin_set() +- online_cpus = self._host.get_online_cpus() +- if allowed_cpus: +- allowed_cpus &= online_cpus +- else: +- allowed_cpus = online_cpus ++ if CONF.libvirt.online_cpu_tracking: ++ online_cpus = self._host.get_online_cpus() ++ if allowed_cpus: ++ allowed_cpus &= online_cpus ++ else: ++ allowed_cpus = online_cpus + + def _get_reserved_memory_for_cell(self, cell_id, page_size): + cell = self._reserved_hugepages.get(cell_id, {}) +@@ -5205,8 +5206,11 @@ class LibvirtDriver(driver.ComputeDriver): + if cpu.siblings else () + for cpu in cell.cpus) + )) +- cpuset &= allowed_cpus +- siblings = [sib & allowed_cpus for sib in siblings] ++ if CONF.libvirt.online_cpu_tracking or allowed_cpus: ++ cpuset &= allowed_cpus ++ siblings = [sib & allowed_cpus for sib in siblings] ++ ++ + # Filter out singles and empty sibling sets that may be left + siblings = [sib for sib in siblings if len(sib) > 1] + +-- +2.8.1 + Added: head/emulators/py-nova/files/06-freebsd-net.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/py-nova/files/06-freebsd-net.patch Sun Dec 18 06:30:58 2016 (r428837) @@ -0,0 +1,1245 @@ +From 2dd71331d4d204466e7b066f62952990e55c2e24 Mon Sep 17 00:00:00 2001 +From: Alexander Nusov +Date: Tue, 29 Nov 2016 14:21:41 +0300 +Subject: [PATCH] add freebsd_net driver + +--- + nova/network/freebsd_net.py | 1226 +++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 1226 insertions(+) + create mode 100644 nova/network/freebsd_net.py + +diff --git a/nova/network/freebsd_net.py b/nova/network/freebsd_net.py +new file mode 100644 +index 0000000..b71fcf6 +--- /dev/null ++++ b/nova/network/freebsd_net.py +@@ -0,0 +1,1226 @@ ++# Copyright (c) 2011 X.commerce, a business unit of eBay Inc. ++# Copyright 2010 United States Government as represented by the ++# Administrator of the National Aeronautics and Space Administration. ++# All Rights Reserved. ++# ++# Licensed under the Apache License, Version 2.0 (the "License"); you may ++# not use this file except in compliance with the License. You may obtain ++# a copy of the License at ++# ++# http://www.apache.org/licenses/LICENSE-2.0 ++# ++# Unless required by applicable law or agreed to in writing, software ++# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT ++# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the ++# License for the specific language governing permissions and limitations ++# under the License. ++ ++"""Implements vlans, bridges, and iptables rules using linux utilities.""" ++ ++import calendar ++import inspect ++import os ++import re ++import time ++import json ++ ++import netaddr ++import netifaces ++import socket ++import struct ++ ++from oslo_concurrency import processutils ++from oslo_log import log as logging ++from oslo_serialization import jsonutils ++from oslo_utils import excutils ++from oslo_utils import fileutils ++from oslo_utils import importutils ++from oslo_utils import timeutils ++import six ++ ++import nova.conf ++from nova import exception ++from nova.i18n import _, _LE, _LW ++from nova.network import model as network_model ++from nova import objects ++from nova.pci import utils as pci_utils ++from nova import utils ++ ++LOG = logging.getLogger(__name__) ++ ++ ++CONF = nova.conf.CONF ++ ++ ++# NOTE(vish): Iptables supports chain names of up to 28 characters, and we ++# add up to 12 characters to binary_name which is used as a prefix, ++# so we limit it to 16 characters. ++# (max_chain_name_length - len('-POSTROUTING') == 16) ++def get_binary_name(): ++ """Grab the name of the binary we're running in.""" ++ return os.path.basename(inspect.stack()[-1][1])[:16] ++ ++binary_name = get_binary_name() ++ ++ ++# NOTE(jkoelker) This is just a nice little stub point since mocking ++# builtins with mox is a nightmare ++def write_to_file(file, data, mode='w'): ++ with open(file, mode) as f: ++ f.write(data) ++ ++ ++def is_pid_cmdline_correct(pid, match): ++ """Ensure that the cmdline for a pid seems sane ++ ++ Because pids are recycled, blindly killing by pid is something to ++ avoid. This provides the ability to include a substring that is ++ expected in the cmdline as a safety check. ++ """ ++ try: ++ with open('/proc/%d/cmdline' % pid) as f: ++ cmdline = f.read() ++ return match in cmdline ++ except EnvironmentError: ++ return False ++ ++ ++def metadata_forward(): ++ """Create forwarding rule for metadata.""" ++ firewall_manager.add_rule("rdr proto tcp from any to 169.254.169.254 " ++ "port 80 -> %s port %s" % ++ (CONF.metadata_host, CONF.metadata_port)) ++ firewall_manager.add_rule("pass out route-to (lo0 127.0.0.1) proto tcp " ++ "from any to 169.254.169.254 port 80") ++ firewall_manager.apply() ++ ++ ++def metadata_accept(): ++ """Create the filter accept rule for metadata.""" ++ firewall_manager.add_rule("pass in inet proto tcp from any to " ++ "169.254.169.254 port = http " ++ "flags S/SA keep state") ++ firewall_manager.apply() ++ ++ ++def init_host(ip_range, is_external=False): ++ """Basic networking setup goes here.""" ++ # NOTE(devcamcar): Cloud public SNAT entries and the default ++ # SNAT rule for outbound traffic. ++ ++ firewall_manager.add_snat_rule(ip_range, is_external) ++ if is_external: ++ for snat_range in CONF.force_snat_range: ++ firewall_manager.add_rule("pass quick inet from %s to %s" % ++ (ip_range, snat_range)) ++ firewall_manager.add_rule("pass quick inet from %s to %s/32" % ++ (ip_range, CONF.metadata_host)) ++ for dmz in CONF.dmz_cidr: ++ firewall_manager.add_rule("pass quick inet from %s to %s" % ++ (ip_range, dmz)) ++ ++ """ ++ iptables_manager.ipv4['nat'].add_rule('POSTROUTING', ++ '-s %(range)s -d %(range)s ' ++ '-m conntrack ! --ctstate DNAT ' ++ '-j ACCEPT' % ++ {'range': ip_range}) ++ """ ++ firewall_manager.apply() ++ ++ ++def send_arp_for_ip(ip, device, count): ++ out, err = _execute('arping', '-U', '-i', device, '-c', str(count), ip, ++ run_as_root=True, check_exit_code=False) ++ ++ if err: ++ LOG.debug('arping error for IP %s', ip) ++ ++ ++def bind_floating_ip(floating_ip, device): ++ """Bind IP to public interface.""" ++ _execute('ifconfig', device, str(floating_ip) + '/32', 'add', ++ run_as_root=True, check_exit_code=0) ++ ++ if CONF.send_arp_for_ha and CONF.send_arp_for_ha_count > 0: ++ send_arp_for_ip(floating_ip, device, CONF.send_arp_for_ha_count) ++ ++ ++def unbind_floating_ip(floating_ip, device): ++ """Unbind a public IP from public interface.""" ++ _execute('ifconfig', device, str(floating_ip) + '/32', 'delete', ++ run_as_root=True, check_exit_code=0) ++ ++ ++def ensure_metadata_ip(): ++ """Sets up local metadata IP.""" ++ _execute('ifconfig', 'lo0', 'alias', '169.254.169.254/32', ++ run_as_root=True, check_exit_code=0) ++ ++ ++def ensure_vpn_forward(public_ip, port, private_ip): ++ """Sets up forwarding rules for vlan.""" ++ firewall_manager.add_rule("pass in proto udp " ++ "from any to %s port 1194 " % ++ (private_ip)) ++ firewall_manager.add_rule("rdr proto udp from any to %s port %s -> " ++ "%s port 1194" % ++ (public_ip, port, private_ip)) ++ firewall_manager.apply() ++ ++ ++def ensure_floating_forward(floating_ip, fixed_ip, device, network): ++ """Ensure floating IP forwarding rule.""" ++ firewall_manager.ensure_floating_rules(floating_ip, fixed_ip, device) ++ if device != network['bridge']: ++ firewall_manager.ensure_in_network_traffic_rules(fixed_ip, network) ++ firewall_manager.apply() ++ ++ ++def remove_floating_forward(floating_ip, fixed_ip, device, network): ++ """Remove forwarding for floating IP.""" ++ firewall_manager.remove_floating_rules(floating_ip, fixed_ip, device) ++ if device != network['bridge']: ++ firewall_manager.remove_in_network_traffic_rules(fixed_ip, network) ++ firewall_manager.apply() ++ ++ ++def clean_conntrack(fixed_ip): ++ pass ++ ++ ++def _enable_ipv4_forwarding(): ++ sysctl_key = 'net.inet.ip.forwarding' ++ stdout, stderr = _execute('sysctl', '-n', sysctl_key) ++ if stdout.strip() is not '1': ++ _execute('sysctl', '%s=1' % sysctl_key, run_as_root=True) ++ ++ ++@utils.synchronized('lock_gateway', external=True) ++def initialize_gateway_device(dev, network_ref): ++ if not network_ref: ++ return ++ ++ _enable_ipv4_forwarding() ++ ++ # NOTE(vish): The ip for dnsmasq has to be the first address on the ++ # bridge for it to respond to requests properly ++ try: ++ prefix = network_ref.cidr.prefixlen ++ except AttributeError: ++ prefix = network_ref['cidr'].rpartition('/')[2] ++ ++ full_ip = '%s/%s' % (network_ref['dhcp_server'], prefix) ++ new_ip_params = [['inet', full_ip, 'broadcast', network_ref['broadcast']]] ++ old_ip_params = [] ++ out, err = _execute('ifconfig', dev) ++ for line in out.split('\n'): ++ fields = line.split() ++ if fields and fields[0] == 'inet': ++ old_ip_params.append(fields) ++ if _address_to_cidr(fields[1], fields[3]) != full_ip: ++ new_ip_params.append(fields) ++ if not old_ip_params or _address_to_cidr(old_ip_params[0][1], old_ip_params[0][3]) != full_ip: ++ old_routes = [] ++ result = _execute('netstat', '-nrW', '-f', 'inet') ++ if result: ++ out, err = result ++ for line in out.split('\n'): ++ fields = line.split() ++ if len(fields) > 6 and (fields[6] == dev) and ('G' in fields[2]): ++ old_routes.append(fields) ++ _execute('route', '-q', 'delete', fields[0], fields[1], ++ run_as_root=True) ++ for ip_params in old_ip_params: ++ _execute(*_ifconfig_tail_cmd(dev, ip_params, 'delete'), ++ run_as_root=True) ++ for ip_params in new_ip_params: ++ _execute(*_ifconfig_tail_cmd(dev, ip_params, 'add'), ++ run_as_root=True) ++ ++ for fields in old_routes: ++ _execute('route', '-q', 'add', fields[0], fields[1], ++ run_as_root=True) ++ if CONF.send_arp_for_ha and CONF.send_arp_for_ha_count > 0: ++ send_arp_for_ip(network_ref['dhcp_server'], dev, ++ CONF.send_arp_for_ha_count) ++ if CONF.use_ipv6: ++ _execute('ifconfig', dev, 'inet6', network_ref['cidr_v6'], ++ run_as_root=True) ++ ++ ++def get_dhcp_leases(context, network_ref): ++ """Return a network's hosts config in dnsmasq leasefile format.""" ++ hosts = [] ++ host = None ++ if network_ref['multi_host']: ++ host = CONF.host ++ for fixedip in objects.FixedIPList.get_by_network(context, ++ network_ref, ++ host=host): ++ # NOTE(cfb): Don't return a lease entry if the IP isn't ++ # already leased ++ if fixedip.leased: ++ hosts.append(_host_lease(fixedip)) ++ ++ return '\n'.join(hosts) ++ ++ ++def get_dhcp_hosts(context, network_ref, fixedips): ++ """Get network's hosts config in dhcp-host format.""" ++ hosts = [] ++ macs = set() ++ for fixedip in fixedips: ++ if fixedip.allocated: ++ if fixedip.virtual_interface.address not in macs: ++ hosts.append(_host_dhcp(fixedip)) ++ macs.add(fixedip.virtual_interface.address) ++ return '\n'.join(hosts) ++ ++ ++def get_dns_hosts(context, network_ref): ++ """Get network's DNS hosts in hosts format.""" ++ hosts = [] ++ for fixedip in objects.FixedIPList.get_by_network(context, network_ref): ++ if fixedip.allocated: ++ hosts.append(_host_dns(fixedip)) ++ return '\n'.join(hosts) ++ ++ ++def _add_dnsmasq_accept_rules(dev): ++ """Allow DHCP and DNS traffic through to dnsmasq.""" ++ for port in [67, 53]: ++ for proto in ['udp', 'tcp']: ++ firewall_manager.add_rule("pass in on %s inet proto %s " ++ "from any to any port %s" % ++ (dev, proto, port)) ++ firewall_manager.apply() ++ ++ ++def _remove_dnsmasq_accept_rules(dev): ++ """Remove DHCP and DNS traffic allowed through to dnsmasq.""" ++ for port in [67, 53]: ++ for proto in ['udp', 'tcp']: ++ firewall_manager.remove_rule("pass in on %s inet proto %s " ++ "from any to any port %s" % ++ (dev, proto, port)) ++ firewall_manager.apply() ++ ++ ++def get_dhcp_opts(context, network_ref, fixedips): ++ """Get network's hosts config in dhcp-opts format.""" ++ gateway = network_ref['gateway'] ++ # NOTE(vish): if we are in multi-host mode and we are not sharing ++ # addresses, then we actually need to hand out the ++ # dhcp server address as the gateway. ++ if network_ref['multi_host'] and not (network_ref['share_address'] or ++ CONF.share_dhcp_address): ++ gateway = network_ref['dhcp_server'] ++ hosts = [] ++ if CONF.use_single_default_gateway: ++ for fixedip in fixedips: ++ if fixedip.allocated: ++ vif_id = fixedip.virtual_interface_id ++ if fixedip.default_route: ++ hosts.append(_host_dhcp_opts(vif_id, gateway)) ++ else: ++ hosts.append(_host_dhcp_opts(vif_id)) ++ else: ++ hosts.append(_host_dhcp_opts(None, gateway)) ++ return '\n'.join(hosts) ++ ++ ++def release_dhcp(dev, address, mac_address): ++ if device_exists(dev): ++ try: ++ utils.execute('dhcp_release', dev, address, mac_address, ++ run_as_root=True) ++ except processutils.ProcessExecutionError: ++ raise exception.NetworkDhcpReleaseFailed(address=address, ++ mac_address=mac_address) ++ ++ ++def update_dhcp(context, dev, network_ref): ++ conffile = _dhcp_file(dev, 'conf') ++ host = None ++ if network_ref['multi_host']: ++ host = CONF.host ++ fixedips = objects.FixedIPList.get_by_network(context, ++ network_ref, ++ host=host) ++ write_to_file(conffile, get_dhcp_hosts(context, network_ref, fixedips)) ++ restart_dhcp(context, dev, network_ref, fixedips) ++ ++ ++def update_dns(context, dev, network_ref): ++ hostsfile = _dhcp_file(dev, 'hosts') ++ host = None ++ if network_ref['multi_host']: ++ host = CONF.host ++ fixedips = objects.FixedIPList.get_by_network(context, ++ network_ref, ++ host=host) ++ write_to_file(hostsfile, get_dns_hosts(context, network_ref)) ++ restart_dhcp(context, dev, network_ref, fixedips) ++ ++ ++def kill_dhcp(dev): ++ pid = _dnsmasq_pid_for(dev) ++ if pid: ++ # Check that the process exists and looks like a dnsmasq process ++ conffile = _dhcp_file(dev, 'conf') ++ if is_pid_cmdline_correct(pid, conffile.split('/')[-1]): ++ _execute('kill', '-9', pid, run_as_root=True) ++ else: ++ LOG.debug('Pid %d is stale, skip killing dnsmasq', pid) ++ _remove_dnsmasq_accept_rules(dev) ++ ++ ++# NOTE(ja): Sending a HUP only reloads the hostfile, so any ++# configuration options (like dchp-range, vlan, ...) ++# aren't reloaded. ++@utils.synchronized('dnsmasq_start') ++def restart_dhcp(context, dev, network_ref, fixedips): ++ """(Re)starts a dnsmasq server for a given network. ++ ++ If a dnsmasq instance is already running then send a HUP ++ signal causing it to reload, otherwise spawn a new instance. ++ ++ """ ++ conffile = _dhcp_file(dev, 'conf') ++ ++ optsfile = _dhcp_file(dev, 'opts') ++ write_to_file(optsfile, get_dhcp_opts(context, network_ref, fixedips)) ++ os.chmod(optsfile, 0o644) ++ ++ # Make sure dnsmasq can actually read it (it setuid()s to "nobody") ++ os.chmod(conffile, 0o644) ++ ++ pid = _dnsmasq_pid_for(dev) ++ ++ # if dnsmasq is already running, then tell it to reload ++ if pid: ++ if is_pid_cmdline_correct(pid, conffile.split('/')[-1]): ++ try: ++ _execute('kill', '-HUP', pid, run_as_root=True) ++ _add_dnsmasq_accept_rules(dev) ++ return ++ except Exception as exc: ++ LOG.error(_LE('kill -HUP dnsmasq threw %s'), exc) ++ else: ++ LOG.debug('Pid %d is stale, relaunching dnsmasq', pid) ++ ++ cmd = ['env', ++ 'CONFIG_FILE=%s' % jsonutils.dumps(CONF.dhcpbridge_flagfile), ++ 'NETWORK_ID=%s' % str(network_ref['id']), ++ 'dnsmasq', ++ '--strict-order', ++ '--bind-interfaces', ++ '--conf-file=%s' % CONF.dnsmasq_config_file, ++ '--pid-file=%s' % _dhcp_file(dev, 'pid'), ++ '--dhcp-optsfile=%s' % _dhcp_file(dev, 'opts'), ++ '--listen-address=%s' % network_ref['dhcp_server'], ++ '--except-interface=lo', ++ '--dhcp-range=set:%s,%s,static,%s,%ss' % ++ (network_ref['label'], ++ network_ref['dhcp_start'], ++ network_ref['netmask'], ++ CONF.dhcp_lease_time), ++ '--dhcp-lease-max=%s' % len(netaddr.IPNetwork(network_ref['cidr'])), ++ '--dhcp-hostsfile=%s' % _dhcp_file(dev, 'conf'), ++ '--dhcp-script=%s' % CONF.dhcpbridge, ++ '--no-hosts', ++ '--leasefile-ro'] ++ ++ # dnsmasq currently gives an error for an empty domain, ++ # rather than ignoring. So only specify it if defined. ++ if CONF.dhcp_domain: ++ cmd.append('--domain=%s' % CONF.dhcp_domain) ++ ++ dns_servers = CONF.dns_server ++ if CONF.use_network_dns_servers: ++ if network_ref.get('dns1'): ++ dns_servers.append(network_ref.get('dns1')) ++ if network_ref.get('dns2'): ++ dns_servers.append(network_ref.get('dns2')) ++ if network_ref['multi_host']: ++ cmd.append('--addn-hosts=%s' % _dhcp_file(dev, 'hosts')) ++ if dns_servers: ++ cmd.append('--no-resolv') ++ for dns_server in dns_servers: ++ cmd.append('--server=%s' % dns_server) ++ ++ _execute(*cmd, run_as_root=True) ++ ++ _add_dnsmasq_accept_rules(dev) ++ ++ ++@utils.synchronized('radvd_start') ++def update_ra(context, dev, network_ref): ++ conffile = _ra_file(dev, 'conf') ++ conf_str = """ ++interface %s ++{ ++ AdvSendAdvert on; ++ MinRtrAdvInterval 3; ++ MaxRtrAdvInterval 10; ++ prefix %s ++ { ++ AdvOnLink on; ++ AdvAutonomous on; ++ }; ++}; ++""" % (dev, network_ref['cidr_v6']) ++ write_to_file(conffile, conf_str) ++ ++ # Make sure radvd can actually read it (it setuid()s to "nobody") ++ os.chmod(conffile, 0o644) ++ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sun Dec 18 08:08: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 71BFAC86399; Sun, 18 Dec 2016 08:08:00 +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 26086F9F; Sun, 18 Dec 2016 08:08:00 +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 uBI87x79051776; Sun, 18 Dec 2016 08:07:59 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI87xXK051773; Sun, 18 Dec 2016 08:07:59 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201612180807.uBI87xXK051773@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 18 Dec 2016 08:07:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428838 - in head: . www www/py-django-openstack-auth www/py-django_openstack_auth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 08:08:00 -0000 Author: novel Date: Sun Dec 18 08:07:58 2016 New Revision: 428838 URL: https://svnweb.freebsd.org/changeset/ports/428838 Log: www/py-django-openstack-auth: rename to www/py_django-openstack_auth - Rename to match pypi name - Update MOVED Suggested by: koobs Added: head/www/py-django_openstack_auth/ - copied from r428837, head/www/py-django-openstack-auth/ Deleted: head/www/py-django-openstack-auth/ Modified: head/MOVED head/www/Makefile head/www/py-django_openstack_auth/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Dec 18 06:30:58 2016 (r428837) +++ head/MOVED Sun Dec 18 08:07:58 2016 (r428838) @@ -8841,3 +8841,4 @@ net/py-keystoneclient|net/py-python-keys net/py-neutronclient|net/py-python-neutronclient|2016-12-17|Rename to match pypi name net/py-novaclient|net/py-python-novaclient|2016-12-17|Rename to match pypi name net/py-openstackclient|net/py-python-openstackclient|2016-12-17|Rename to match pypi name +www/py-django-openstack-auth|www/py-django_openstack_auth|2016-12-18|Rename to match pypi name Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Dec 18 06:30:58 2016 (r428837) +++ head/www/Makefile Sun Dec 18 08:07:58 2016 (r428838) @@ -1562,7 +1562,6 @@ SUBDIR += py-django-mezzanine-grappelli SUBDIR += py-django-mptt SUBDIR += py-django-openid-auth - SUBDIR += py-django-openstack-auth SUBDIR += py-django-otp SUBDIR += py-django-otp-yubikey SUBDIR += py-django-overextends @@ -1604,6 +1603,7 @@ SUBDIR += py-django18 SUBDIR += py-django19 SUBDIR += py-django_compressor + SUBDIR += py-django_openstack_auth SUBDIR += py-django_polymorphic SUBDIR += py-djangorestframework SUBDIR += py-djangorestframework-csv Modified: head/www/py-django_openstack_auth/Makefile ============================================================================== --- head/www/py-django-openstack-auth/Makefile Sun Dec 18 06:30:58 2016 (r428837) +++ head/www/py-django_openstack_auth/Makefile Sun Dec 18 08:07:58 2016 (r428838) @@ -1,13 +1,12 @@ # Created by: Alexander Nusov # $FreeBSD$ -PORTNAME= django-openstack-auth +PORTNAME= django_openstack_auth PORTVERSION= 3.0.0 PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= django_openstack_auth-${PORTVERSION} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Django authentication backend for use with OpenStack Identity From owner-svn-ports-head@freebsd.org Sun Dec 18 09:05: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 0DD0AC83BDF; Sun, 18 Dec 2016 09:05:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC850CBF; Sun, 18 Dec 2016 09:05:45 +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 uBI95jnH075563; Sun, 18 Dec 2016 09:05:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI95ifU075560; Sun, 18 Dec 2016 09:05:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612180905.uBI95ifU075560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 18 Dec 2016 09:05:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428839 - in head/net/trickle: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 09:05:46 -0000 Author: amdmi3 Date: Sun Dec 18 09:05:44 2016 New Revision: 428839 URL: https://svnweb.freebsd.org/changeset/ports/428839 Log: - Switch to USES=localbase - Switch to options helpers - Regenerate patches Modified: head/net/trickle/Makefile head/net/trickle/files/patch-trickle-overload.c Modified: head/net/trickle/Makefile ============================================================================== --- head/net/trickle/Makefile Sun Dec 18 08:07:58 2016 (r428838) +++ head/net/trickle/Makefile Sun Dec 18 09:05:44 2016 (r428839) @@ -15,24 +15,23 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libevent.so:devel/libevent2 -USES= libtool +USES= libtool localbase GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-libevent=${LOCALBASE} \ + --sysconfdir=${PREFIX}/etc USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes -CONFIGURE_ARGS+=--with-libevent=${LOCALBASE} \ - --sysconfdir=${PREFIX}/etc -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib - PORTDOCS= * OPTIONS_DEFINE= DOCS post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/trickle/trickle-overload.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/trickle/trickle-overload.so ${INSTALL_DATA} ${FILESDIR}/trickled.conf ${STAGEDIR}${PREFIX}/etc/trickled.conf.sample + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} Modified: head/net/trickle/files/patch-trickle-overload.c ============================================================================== --- head/net/trickle/files/patch-trickle-overload.c Sun Dec 18 08:07:58 2016 (r428838) +++ head/net/trickle/files/patch-trickle-overload.c Sun Dec 18 09:05:44 2016 (r428839) @@ -1,5 +1,5 @@ ---- trickle-overload.c.orig 2004-12-13 02:21:53.000000000 +0100 -+++ trickle-overload.c 2008-04-21 19:23:49.000000000 +0200 +--- trickle-overload.c.orig 2004-12-13 01:21:53 UTC ++++ trickle-overload.c @@ -61,6 +61,7 @@ #define SD_INSELECT 0x01 @@ -8,7 +8,7 @@ struct sockdesc { int sock; int flags; -@@ -141,8 +142,12 @@ +@@ -141,8 +142,12 @@ DECLARE(dup, int, (int)); DECLARE(dup2, int, (int, int)); #ifdef HAVE_SENDFILE @@ -21,7 +21,7 @@ static int delay(int, ssize_t *, short); static struct timeval *getdelay(struct sockdesc *, ssize_t *, short); -@@ -202,15 +207,11 @@ +@@ -202,15 +207,11 @@ trickle_init(void) GETADDR(read); GETADDR(readv); @@ -37,7 +37,7 @@ GETADDR(sendto); GETADDR(select); -@@ -701,7 +702,6 @@ +@@ -701,7 +702,6 @@ readv(int fd, const struct iovec *iov, i return (ret); } @@ -45,7 +45,7 @@ ssize_t recv(int sock, void *buf, size_t len, int flags) { -@@ -730,7 +730,6 @@ +@@ -730,7 +730,6 @@ recv(int sock, void *buf, size_t len, in return (ret); } @@ -53,7 +53,7 @@ #ifdef __sun__ ssize_t -@@ -832,7 +831,6 @@ +@@ -832,7 +831,6 @@ writev(int fd, const struct iovec *iov, return (ret); } @@ -61,7 +61,7 @@ ssize_t send(int sock, const void *buf, size_t len, int flags) { -@@ -862,7 +860,6 @@ +@@ -862,7 +860,6 @@ send(int sock, const void *buf, size_t l return (ret); } @@ -69,7 +69,7 @@ ssize_t sendto(int sock, const void *buf, size_t len, int flags, const struct sockaddr *to, -@@ -1004,11 +1001,20 @@ +@@ -1004,11 +1001,20 @@ accept(int sock, struct sockaddr *addr, } #ifdef HAVE_SENDFILE @@ -90,7 +90,7 @@ INIT; -@@ -1021,8 +1027,11 @@ +@@ -1021,8 +1027,11 @@ sendfile(int out_fd, int in_fd, off_t *o /* This is a slightly ugly hack. */ bytes = MIN(inbytes, outbytes); if (bytes > 0) From owner-svn-ports-head@freebsd.org Sun Dec 18 09:57: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 5817DC85B2A; Sun, 18 Dec 2016 09:57: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 2796762B; Sun, 18 Dec 2016 09:57:20 +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 uBI9vJ1r095611; Sun, 18 Dec 2016 09:57:19 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI9vJcg095610; Sun, 18 Dec 2016 09:57:19 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201612180957.uBI9vJcg095610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 18 Dec 2016 09:57:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428840 - head/x11/gtk-launch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 09:57:20 -0000 Author: ehaupt Date: Sun Dec 18 09:57:19 2016 New Revision: 428840 URL: https://svnweb.freebsd.org/changeset/ports/428840 Log: Add license Modified: head/x11/gtk-launch/Makefile Modified: head/x11/gtk-launch/Makefile ============================================================================== --- head/x11/gtk-launch/Makefile Sun Dec 18 09:05:44 2016 (r428839) +++ head/x11/gtk-launch/Makefile Sun Dec 18 09:57:19 2016 (r428840) @@ -11,6 +11,9 @@ MASTER_SITES= http://pierric.descamps.fr MAINTAINER= ehaupt@FreeBSD.org COMMENT= Fast GTK+ program launcher +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= gettext-runtime USE_GNOME= gtk12 USE_XORG= x11 xext xi From owner-svn-ports-head@freebsd.org Sun Dec 18 09:58: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 C6940C85B78; Sun, 18 Dec 2016 09:58:37 +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 95F2077D; Sun, 18 Dec 2016 09:58:37 +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 uBI9waKA095745; Sun, 18 Dec 2016 09:58:36 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI9waNE095744; Sun, 18 Dec 2016 09:58:36 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201612180958.uBI9waNE095744@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 18 Dec 2016 09:58:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428841 - head/sysutils/zeroer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 09:58:37 -0000 Author: ehaupt Date: Sun Dec 18 09:58:36 2016 New Revision: 428841 URL: https://svnweb.freebsd.org/changeset/ports/428841 Log: Add license Modified: head/sysutils/zeroer/Makefile Modified: head/sysutils/zeroer/Makefile ============================================================================== --- head/sysutils/zeroer/Makefile Sun Dec 18 09:57:19 2016 (r428840) +++ head/sysutils/zeroer/Makefile Sun Dec 18 09:58:36 2016 (r428841) @@ -10,6 +10,9 @@ MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line utility for wiping unallocated space on a filesystem +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + LIB_DEPENDS= libpopt.so:devel/popt PLIST_FILES= bin/zeroer man/man1/zeroer.1.gz From owner-svn-ports-head@freebsd.org Sun Dec 18 10:06: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 4D90DC8611B; Sun, 18 Dec 2016 10:06:34 +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 1C794C4E; Sun, 18 Dec 2016 10:06:34 +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 uBIA6XYE099781; Sun, 18 Dec 2016 10:06:33 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIA6XVO099780; Sun, 18 Dec 2016 10:06:33 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201612181006.uBIA6XVO099780@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 18 Dec 2016 10:06:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428842 - head/devel/p5-Package-Generator X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 10:06:34 -0000 Author: ehaupt Date: Sun Dec 18 10:06:33 2016 New Revision: 428842 URL: https://svnweb.freebsd.org/changeset/ports/428842 Log: Add licenses Modified: head/devel/p5-Package-Generator/Makefile Modified: head/devel/p5-Package-Generator/Makefile ============================================================================== --- head/devel/p5-Package-Generator/Makefile Sun Dec 18 09:58:36 2016 (r428841) +++ head/devel/p5-Package-Generator/Makefile Sun Dec 18 10:06:33 2016 (r428842) @@ -11,6 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= This module lets you quickly and easily construct new packages +LICENSE= GPLv1 ART10 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= perl5 USE_PERL5= configure NO_ARCH= yes From owner-svn-ports-head@freebsd.org Sun Dec 18 10:59: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 74165C86F43; Sun, 18 Dec 2016 10:59:14 +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 3CA92220; Sun, 18 Dec 2016 10:59:14 +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 uBIAxDul020059; Sun, 18 Dec 2016 10:59:13 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIAxDdK020058; Sun, 18 Dec 2016 10:59:13 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201612181059.uBIAxDdK020058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 18 Dec 2016 10:59:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428843 - head/games/textmaze X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 10:59:14 -0000 Author: ehaupt Date: Sun Dec 18 10:59:13 2016 New Revision: 428843 URL: https://svnweb.freebsd.org/changeset/ports/428843 Log: Add license Modified: head/games/textmaze/Makefile Modified: head/games/textmaze/Makefile ============================================================================== --- head/games/textmaze/Makefile Sun Dec 18 10:06:33 2016 (r428842) +++ head/games/textmaze/Makefile Sun Dec 18 10:59:13 2016 (r428843) @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}_v${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Generates mazes on a text terminal and lets you traverse them +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/gpl.txt + RUN_DEPENDS= p5-Curses>=0:devel/p5-Curses USES= shebangfix perl5 From owner-svn-ports-head@freebsd.org Sun Dec 18 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 A7155C862F2; Sun, 18 Dec 2016 11:07:04 +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 76FC69BE; Sun, 18 Dec 2016 11:07:04 +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 uBIB73aH023922; Sun, 18 Dec 2016 11:07:03 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIB73wU023920; Sun, 18 Dec 2016 11:07:03 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201612181107.uBIB73wU023920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 18 Dec 2016 11:07:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428844 - head/textproc/py-creole X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 11:07:04 -0000 Author: wen Date: Sun Dec 18 11:07:03 2016 New Revision: 428844 URL: https://svnweb.freebsd.org/changeset/ports/428844 Log: - Update to 1.3.1 PR: 214327 Submitted by: joneum@bsdproject.de Approved by: maintainer(timeout, > 30days) Modified: head/textproc/py-creole/Makefile head/textproc/py-creole/distinfo Modified: head/textproc/py-creole/Makefile ============================================================================== --- head/textproc/py-creole/Makefile Sun Dec 18 10:59:13 2016 (r428843) +++ head/textproc/py-creole/Makefile Sun Dec 18 11:07:03 2016 (r428844) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= creole -PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTVERSION= 1.3.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-creole/distinfo ============================================================================== --- head/textproc/py-creole/distinfo Sun Dec 18 10:59:13 2016 (r428843) +++ head/textproc/py-creole/distinfo Sun Dec 18 11:07:03 2016 (r428844) @@ -1,2 +1,3 @@ -SHA256 (python-creole-1.0.1.tar.gz) = 8571838711474a2508046b079f8e76ff95debd91ac825687007626f772945f5e -SIZE (python-creole-1.0.1.tar.gz) = 57293 +TIMESTAMP = 1482058977 +SHA256 (python-creole-1.3.1.tar.gz) = 3c22f7f815d1d08dbecb1e0c9f4aee081201c26e08cfadffad3966d33fb90d01 +SIZE (python-creole-1.3.1.tar.gz) = 75834 From owner-svn-ports-head@freebsd.org Sun Dec 18 11:19: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 DF29AC86953; Sun, 18 Dec 2016 11:19:46 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pg0-x242.google.com (mail-pg0-x242.google.com [IPv6:2607:f8b0:400e:c05::242]) (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 AB62611C9; Sun, 18 Dec 2016 11:19:46 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pg0-x242.google.com with SMTP id g1so3389808pgn.0; Sun, 18 Dec 2016 03:19:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:reply-to:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=Pg8Fzjs635QTJA/xDI/7EknWTx9GzbWnr8OumW1FULw=; b=mF7A12F8dSoCHsI4G96tjKonIcyiFdvYq1bBSf4dsex76yEgyf+FyR3s3nCyTkBDoK p4/0gppbyOP8SbyHFpddv67F6wbIqoa08BDA6vcoBgRP1aCslrx5w2YAl+S/b076i56K 69GDj+nsh3v+e5Febti3RvaI1rVn1N40pciGqd58O0ZnC9MwfJg4XPQor4Jrd744fip+ 90/kuoFQHSZ5qPFNNc95s3mTrMha3tAw3CIh2M8MwgCg3zN2iCDeVE4R6PlkNQM6qtUI EE1tZs4ebOs25cdqur5J3PP10PaRdVPc2R+aCA1Jmc4TM6zGvC84WeYTXyCy/Zu7vei+ zb4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:reply-to:subject:to:references:from :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=Pg8Fzjs635QTJA/xDI/7EknWTx9GzbWnr8OumW1FULw=; b=M5E2+enwdvKrJRBcS4a6KyKlA3TTn2xInGSaULDSr90lmN1Z1MOZCTnz5PY2qME6Eg SBEJLdocA5WukfOdqrJXnngzLFIjGX5ePOTIKLXRQuTab0QbJOK8nzjNy65gAAzf2ngT V2X8PKq6Ae55ZZ55bOmybGfXY4MxlLFqMSvH/4La4HgTgWsmL6Ev19Xd8nNhMCwjzVAN 5Ks9boonFIVYxbt/sxPyuz9Enu2ZgGL6H0W3hgBnvyQ5nkyWxGAsKhsOcluLMRepEyUe nx6LaDUCSq3rFMgyycCfXnYHaYImPOLupBJbeGlLBLMb1Kcg+gVIVseUGd23FpvJ6L/5 Hj7g== X-Gm-Message-State: AKaTC018tkTXNpIuq9h2YSY6+nORU304EaHSSNQ/G7ULQxqfo0c6aZEP9h0IjiYFokTAqg== X-Received: by 10.98.10.3 with SMTP id s3mr10589617pfi.78.1482059985810; Sun, 18 Dec 2016 03:19:45 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:945a:e91b:1541:6a98? (2001-44b8-31ae-7b01-945a-e91b-1541-6a98.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:945a:e91b:1541:6a98]) by smtp.gmail.com with ESMTPSA id p64sm23839206pfi.88.2016.12.18.03.19.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 18 Dec 2016 03:19:45 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r428767 - in head: . devel/py-glance-store devel/py-keystonemiddleware misc/py-glance net net/py-ceilometerclient net/py-cinderclient net/py-designateclient net/py-glanceclient net/py-h... To: Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201612171531.uBHFV9sW044227@repo.freebsd.org> From: Kubilay Kocak Message-ID: <08aceaa2-0e9c-9b02-679f-cee1c30f8aae@FreeBSD.org> Date: Sun, 18 Dec 2016 22:17:14 +1100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0a2 MIME-Version: 1.0 In-Reply-To: <201612171531.uBHFV9sW044227@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-AU Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 11:19:47 -0000 On 18/12/2016 2:31 AM, Roman Bogorodskiy wrote: > Author: novel > Date: Sat Dec 17 15:31:09 2016 > New Revision: 428767 > URL: https://svnweb.freebsd.org/changeset/ports/428767 > > Log: > Rename python openstack clients to match pypi names > > - Rename the following ports: > > py-ceilometerclient > py-cinderclient > py-designateclient > py-glanceclient > py-heatclient > py-keystoneclient > py-neutronclient > py-novaclient > py-openstackclient > > to py-python-$(component)client to match pypi name > > - Update MOVED > > - Update the appropriate dependency lines > Much <3 Thank you Roman :) From owner-svn-ports-head@freebsd.org Sun Dec 18 11: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 EE276C86E45; Sun, 18 Dec 2016 11:36:35 +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 A48AA19B0; Sun, 18 Dec 2016 11:36: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 uBIBaYTl037908; Sun, 18 Dec 2016 11:36:34 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIBaQLG037821; Sun, 18 Dec 2016 11:36:26 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201612181136.uBIBaQLG037821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 18 Dec 2016 11:36:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 11:36:36 -0000 Author: novel Date: Sun Dec 18 11:36:26 2016 New Revision: 428845 URL: https://svnweb.freebsd.org/changeset/ports/428845 Log: Add devel/py-XStatic and related ports Add py-XStatic family of ports. The goal of XStatic family of packages is to provide static file packages with minimal overhead - without selling you some dependencies you don’t want. PR: 215145 Submitted by: Alexander Nusov (alexander.nusov@nfvexpress.com) Added: head/devel/py-XStatic/ head/devel/py-XStatic-Angular/ head/devel/py-XStatic-Angular-Bootstrap/ head/devel/py-XStatic-Angular-Bootstrap/Makefile (contents, props changed) head/devel/py-XStatic-Angular-Bootstrap/distinfo (contents, props changed) head/devel/py-XStatic-Angular-Bootstrap/pkg-descr (contents, props changed) head/devel/py-XStatic-Angular-FileUpload/ head/devel/py-XStatic-Angular-FileUpload/Makefile (contents, props changed) head/devel/py-XStatic-Angular-FileUpload/distinfo (contents, props changed) head/devel/py-XStatic-Angular-FileUpload/pkg-descr (contents, props changed) head/devel/py-XStatic-Angular-Gettext/ head/devel/py-XStatic-Angular-Gettext/Makefile (contents, props changed) head/devel/py-XStatic-Angular-Gettext/distinfo (contents, props changed) head/devel/py-XStatic-Angular-Gettext/pkg-descr (contents, props changed) head/devel/py-XStatic-Angular-Schema-Form/ head/devel/py-XStatic-Angular-Schema-Form/Makefile (contents, props changed) head/devel/py-XStatic-Angular-Schema-Form/distinfo (contents, props changed) head/devel/py-XStatic-Angular-Schema-Form/pkg-descr (contents, props changed) head/devel/py-XStatic-Angular-lrdragndrop/ head/devel/py-XStatic-Angular-lrdragndrop/Makefile (contents, props changed) head/devel/py-XStatic-Angular-lrdragndrop/distinfo (contents, props changed) head/devel/py-XStatic-Angular-lrdragndrop/pkg-descr (contents, props changed) head/devel/py-XStatic-Angular/Makefile (contents, props changed) head/devel/py-XStatic-Angular/distinfo (contents, props changed) head/devel/py-XStatic-Angular/pkg-descr (contents, props changed) head/devel/py-XStatic-Bootstrap-Datepicker/ head/devel/py-XStatic-Bootstrap-Datepicker/Makefile (contents, props changed) head/devel/py-XStatic-Bootstrap-Datepicker/distinfo (contents, props changed) head/devel/py-XStatic-Bootstrap-Datepicker/pkg-descr (contents, props changed) head/devel/py-XStatic-Bootstrap-SCSS/ head/devel/py-XStatic-Bootstrap-SCSS/Makefile (contents, props changed) head/devel/py-XStatic-Bootstrap-SCSS/distinfo (contents, props changed) head/devel/py-XStatic-Bootstrap-SCSS/pkg-descr (contents, props changed) head/devel/py-XStatic-D3/ head/devel/py-XStatic-D3/Makefile (contents, props changed) head/devel/py-XStatic-D3/distinfo (contents, props changed) head/devel/py-XStatic-D3/pkg-descr (contents, props changed) head/devel/py-XStatic-Font-Awesome/ head/devel/py-XStatic-Font-Awesome/Makefile (contents, props changed) head/devel/py-XStatic-Font-Awesome/distinfo (contents, props changed) head/devel/py-XStatic-Font-Awesome/pkg-descr (contents, props changed) head/devel/py-XStatic-Hogan/ head/devel/py-XStatic-Hogan/Makefile (contents, props changed) head/devel/py-XStatic-Hogan/distinfo (contents, props changed) head/devel/py-XStatic-Hogan/pkg-descr (contents, props changed) head/devel/py-XStatic-JQuery-Migrate/ head/devel/py-XStatic-JQuery-Migrate/Makefile (contents, props changed) head/devel/py-XStatic-JQuery-Migrate/distinfo (contents, props changed) head/devel/py-XStatic-JQuery-Migrate/pkg-descr (contents, props changed) head/devel/py-XStatic-JQuery.TableSorter/ head/devel/py-XStatic-JQuery.TableSorter/Makefile (contents, props changed) head/devel/py-XStatic-JQuery.TableSorter/distinfo (contents, props changed) head/devel/py-XStatic-JQuery.TableSorter/pkg-descr (contents, props changed) head/devel/py-XStatic-JQuery.quicksearch/ head/devel/py-XStatic-JQuery.quicksearch/Makefile (contents, props changed) head/devel/py-XStatic-JQuery.quicksearch/distinfo (contents, props changed) head/devel/py-XStatic-JQuery.quicksearch/pkg-descr (contents, props changed) head/devel/py-XStatic-JSEncrypt/ head/devel/py-XStatic-JSEncrypt/Makefile (contents, props changed) head/devel/py-XStatic-JSEncrypt/distinfo (contents, props changed) head/devel/py-XStatic-JSEncrypt/pkg-descr (contents, props changed) head/devel/py-XStatic-Jasmine/ head/devel/py-XStatic-Jasmine/Makefile (contents, props changed) head/devel/py-XStatic-Jasmine/distinfo (contents, props changed) head/devel/py-XStatic-Jasmine/pkg-descr (contents, props changed) head/devel/py-XStatic-Rickshaw/ head/devel/py-XStatic-Rickshaw/Makefile (contents, props changed) head/devel/py-XStatic-Rickshaw/distinfo (contents, props changed) head/devel/py-XStatic-Rickshaw/pkg-descr (contents, props changed) head/devel/py-XStatic-Spin/ head/devel/py-XStatic-Spin/Makefile (contents, props changed) head/devel/py-XStatic-Spin/distinfo (contents, props changed) head/devel/py-XStatic-Spin/pkg-descr (contents, props changed) head/devel/py-XStatic-bootswatch/ head/devel/py-XStatic-bootswatch/Makefile (contents, props changed) head/devel/py-XStatic-bootswatch/distinfo (contents, props changed) head/devel/py-XStatic-bootswatch/pkg-descr (contents, props changed) head/devel/py-XStatic-jQuery/ head/devel/py-XStatic-jQuery/Makefile (contents, props changed) head/devel/py-XStatic-jQuery/distinfo (contents, props changed) head/devel/py-XStatic-jQuery/pkg-descr (contents, props changed) head/devel/py-XStatic-jquery-ui/ head/devel/py-XStatic-jquery-ui/Makefile (contents, props changed) head/devel/py-XStatic-jquery-ui/distinfo (contents, props changed) head/devel/py-XStatic-jquery-ui/pkg-descr (contents, props changed) head/devel/py-XStatic-mdi/ head/devel/py-XStatic-mdi/Makefile (contents, props changed) head/devel/py-XStatic-mdi/distinfo (contents, props changed) head/devel/py-XStatic-mdi/pkg-descr (contents, props changed) head/devel/py-XStatic-objectpath/ head/devel/py-XStatic-objectpath/Makefile (contents, props changed) head/devel/py-XStatic-objectpath/distinfo (contents, props changed) head/devel/py-XStatic-objectpath/pkg-descr (contents, props changed) head/devel/py-XStatic-roboto-fontface/ head/devel/py-XStatic-roboto-fontface/Makefile (contents, props changed) head/devel/py-XStatic-roboto-fontface/distinfo (contents, props changed) head/devel/py-XStatic-roboto-fontface/pkg-descr (contents, props changed) head/devel/py-XStatic-smart-table/ head/devel/py-XStatic-smart-table/Makefile (contents, props changed) head/devel/py-XStatic-smart-table/distinfo (contents, props changed) head/devel/py-XStatic-smart-table/pkg-descr (contents, props changed) head/devel/py-XStatic-term.js/ head/devel/py-XStatic-term.js/Makefile (contents, props changed) head/devel/py-XStatic-term.js/distinfo (contents, props changed) head/devel/py-XStatic-term.js/pkg-descr (contents, props changed) head/devel/py-XStatic-tv4/ head/devel/py-XStatic-tv4/Makefile (contents, props changed) head/devel/py-XStatic-tv4/distinfo (contents, props changed) head/devel/py-XStatic-tv4/pkg-descr (contents, props changed) head/devel/py-XStatic/Makefile (contents, props changed) head/devel/py-XStatic/distinfo (contents, props changed) head/devel/py-XStatic/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Dec 18 11:07:03 2016 (r428844) +++ head/devel/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -4039,6 +4039,34 @@ SUBDIR += py-TGScheduler SUBDIR += py-ToscaWidgets SUBDIR += py-TurboJinja + SUBDIR += py-XStatic + SUBDIR += py-XStatic-Angular + SUBDIR += py-XStatic-Angular-Bootstrap + SUBDIR += py-XStatic-Angular-FileUpload + SUBDIR += py-XStatic-Angular-Gettext + SUBDIR += py-XStatic-Angular-Schema-Form + SUBDIR += py-XStatic-Angular-lrdragndrop + SUBDIR += py-XStatic-Bootstrap-Datepicker + SUBDIR += py-XStatic-Bootstrap-SCSS + SUBDIR += py-XStatic-D3 + SUBDIR += py-XStatic-Font-Awesome + SUBDIR += py-XStatic-Hogan + SUBDIR += py-XStatic-JQuery-Migrate + SUBDIR += py-XStatic-JQuery.TableSorter + SUBDIR += py-XStatic-JQuery.quicksearch + SUBDIR += py-XStatic-JSEncrypt + SUBDIR += py-XStatic-Jasmine + SUBDIR += py-XStatic-Rickshaw + SUBDIR += py-XStatic-Spin + SUBDIR += py-XStatic-bootswatch + SUBDIR += py-XStatic-jQuery + SUBDIR += py-XStatic-jquery-ui + SUBDIR += py-XStatic-mdi + SUBDIR += py-XStatic-objectpath + SUBDIR += py-XStatic-roboto-fontface + SUBDIR += py-XStatic-smart-table + SUBDIR += py-XStatic-term.js + SUBDIR += py-XStatic-tv4 SUBDIR += py-ZopeUndo SUBDIR += py-adb SUBDIR += py-akismet Added: head/devel/py-XStatic-Angular-Bootstrap/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-Bootstrap/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,24 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Angular-Bootstrap +PORTVERSION= 0.11.0.8 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Xstatic-angular-bootstrap + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Angular-Bootstrap/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-Bootstrap/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481111854 +SHA256 (XStatic-Angular-Bootstrap-0.11.0.8.tar.gz) = af23b17406530a7fbb6c89ad56f8d9ae917bc2c7a91e3a6f0d913bdd1c9eb0d0 +SIZE (XStatic-Angular-Bootstrap-0.11.0.8.tar.gz) = 35482 Added: head/devel/py-XStatic-Angular-Bootstrap/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-Bootstrap/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +XStatic-Angular-Bootstrap + +WWW: http://pypi.python.org/pypi/XStatic-Angular-Bootstrap Added: head/devel/py-XStatic-Angular-FileUpload/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-FileUpload/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Angular-FileUpload +PORTVERSION= 12.0.4.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Angular-fileupload 12.0.4 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Angular-FileUpload/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-FileUpload/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481111873 +SHA256 (XStatic-Angular-FileUpload-12.0.4.0.tar.gz) = 68e66efc4f2ed81438553a54646d5cc67487b05764c0003ff25ae5beb8dae21f +SIZE (XStatic-Angular-FileUpload-12.0.4.0.tar.gz) = 188575 Added: head/devel/py-XStatic-Angular-FileUpload/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-FileUpload/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Angular-FileUpload 12.0.4 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Angular-FileUpload Added: head/devel/py-XStatic-Angular-Gettext/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-Gettext/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Angular-Gettext +PORTVERSION= 2.3.8.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Angular-gettext 2.3.8 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Angular-Gettext/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-Gettext/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481111891 +SHA256 (XStatic-Angular-Gettext-2.3.8.0.tar.gz) = 18db14dccaae5d64a9b66d08d0134b6c154fc1fb1e216964bba8e403e03c870e +SIZE (XStatic-Angular-Gettext-2.3.8.0.tar.gz) = 11100 Added: head/devel/py-XStatic-Angular-Gettext/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-Gettext/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Angular-Gettext 2.3.8 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Angular-Gettext Added: head/devel/py-XStatic-Angular-Schema-Form/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-Schema-Form/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Angular-Schema-Form +PORTVERSION= 0.8.13.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Angular-schema-form 0.8.13 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Angular-Schema-Form/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-Schema-Form/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481111928 +SHA256 (XStatic-Angular-Schema-Form-0.8.13.0.tar.gz) = 7c08634901751267fe26d266fc027cf6ed2e5f422696985cec750594b3f4e300 +SIZE (XStatic-Angular-Schema-Form-0.8.13.0.tar.gz) = 41709 Added: head/devel/py-XStatic-Angular-Schema-Form/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-Schema-Form/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Angular-Schema-Form 0.8.13 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Angular-Schema-Form Added: head/devel/py-XStatic-Angular-lrdragndrop/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-lrdragndrop/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Angular-lrdragndrop +PORTVERSION= 1.0.2.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Angular-lrdragndrop 1.0.2 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Angular-lrdragndrop/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-lrdragndrop/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481111910 +SHA256 (XStatic-Angular-lrdragndrop-1.0.2.2.tar.gz) = 1cf04495981db5dfd5536441e17ec69bb18d624f847ddc203f3259d81b10a77e +SIZE (XStatic-Angular-lrdragndrop-1.0.2.2.tar.gz) = 4284 Added: head/devel/py-XStatic-Angular-lrdragndrop/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-lrdragndrop/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Angular-lrdragndrop 1.0.2 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Angular-lrdragndrop Added: head/devel/py-XStatic-Angular/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Angular +PORTVERSION= 1.5.8.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Angular 1.5.8 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Angular/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481111835 +SHA256 (XStatic-Angular-1.5.8.0.tar.gz) = b1dcdd7a66d3041625698bba2ac480ffc2447b05f551f10fcae2ac33139eb033 +SIZE (XStatic-Angular-1.5.8.0.tar.gz) = 808267 Added: head/devel/py-XStatic-Angular/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Angular 1.5.8 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Angular Added: head/devel/py-XStatic-Bootstrap-Datepicker/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Bootstrap-Datepicker/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Bootstrap-Datepicker +PORTVERSION= 1.3.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Bootstrap-datepicker 1.3.1 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Bootstrap-Datepicker/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Bootstrap-Datepicker/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481111947 +SHA256 (XStatic-Bootstrap-Datepicker-1.3.1.0.tar.gz) = 9edc9b77501001fcee9fbf4bf0a722c263efd928ef928b40081a8269fdd9a944 +SIZE (XStatic-Bootstrap-Datepicker-1.3.1.0.tar.gz) = 32501 Added: head/devel/py-XStatic-Bootstrap-Datepicker/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Bootstrap-Datepicker/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Bootstrap-Datepicker 1.3.1 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Bootstrap-Datepicker Added: head/devel/py-XStatic-Bootstrap-SCSS/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Bootstrap-SCSS/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Bootstrap-SCSS +PORTVERSION= 3.3.7.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Bootstrap-scss 3.3.7 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Bootstrap-SCSS/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Bootstrap-SCSS/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481111966 +SHA256 (XStatic-Bootstrap-SCSS-3.3.7.1.tar.gz) = 4d388df037293163bf3242e0b60c79d06e1f743af8b0be8473f92676340e5acd +SIZE (XStatic-Bootstrap-SCSS-3.3.7.1.tar.gz) = 205503 Added: head/devel/py-XStatic-Bootstrap-SCSS/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Bootstrap-SCSS/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Bootstrap-SCSS 3.3.7 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Bootstrap-SCSS Added: head/devel/py-XStatic-D3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-D3/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-D3 +PORTVERSION= 3.5.17.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= D3 3.5.17 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-D3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-D3/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112008 +SHA256 (XStatic-D3-3.5.17.0.tar.gz) = 176e93eee7192e07fc54334ddb1a6b64fcfc8cde6abb23f65727856bb9dd1829 +SIZE (XStatic-D3-3.5.17.0.tar.gz) = 76508 Added: head/devel/py-XStatic-D3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-D3/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +D3 3.5.17 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-D3 Added: head/devel/py-XStatic-Font-Awesome/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Font-Awesome/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Font-Awesome +PORTVERSION= 4.7.0.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Font-awesome 4.7.0 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Font-Awesome/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Font-Awesome/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112044 +SHA256 (XStatic-Font-Awesome-4.7.0.0.tar.gz) = e01fb480caaa7c7963dcb3328a4700e631bef6070db0e8b685816d220e685f6c +SIZE (XStatic-Font-Awesome-4.7.0.0.tar.gz) = 664498 Added: head/devel/py-XStatic-Font-Awesome/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Font-Awesome/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Font-Awesome 4.7.0 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Font-Awesome Added: head/devel/py-XStatic-Hogan/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Hogan/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Hogan +PORTVERSION= 2.0.0.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Hogan 2.0.0 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Hogan/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Hogan/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112026 +SHA256 (XStatic-Hogan-2.0.0.2.tar.gz) = 5941bc7fb2a09916b8837848e6fc2a13b2dfc271811e9b522c61e1337d5fc2bd +SIZE (XStatic-Hogan-2.0.0.2.tar.gz) = 6919 Added: head/devel/py-XStatic-Hogan/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Hogan/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Hogan 2.0.0 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Hogan Added: head/devel/py-XStatic-JQuery-Migrate/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JQuery-Migrate/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-JQuery-Migrate +PORTVERSION= 1.2.1.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Jquery-migrate 1.2.1 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-JQuery-Migrate/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JQuery-Migrate/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112108 +SHA256 (XStatic-JQuery-Migrate-1.2.1.1.tar.gz) = e2959b3df49afdddb00d36b74cca727a91b994b9f4edb993d7264731a750900e +SIZE (XStatic-JQuery-Migrate-1.2.1.1.tar.gz) = 10643 Added: head/devel/py-XStatic-JQuery-Migrate/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JQuery-Migrate/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +JQuery-Migrate 1.2.1 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-JQuery-Migrate Added: head/devel/py-XStatic-JQuery.TableSorter/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JQuery.TableSorter/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-JQuery.TableSorter +PORTVERSION= 2.14.5.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Jquery.tablesorter 2.14.5 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-JQuery.TableSorter/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JQuery.TableSorter/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112151 +SHA256 (XStatic-JQuery.TableSorter-2.14.5.1.tar.gz) = 3ba24aecd9a3dc71a79dd4096fa5a8a041c3a7b892c61d05e6e46de0605070f0 +SIZE (XStatic-JQuery.TableSorter-2.14.5.1.tar.gz) = 19789 Added: head/devel/py-XStatic-JQuery.TableSorter/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JQuery.TableSorter/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +JQuery.TableSorter 2.14.5 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-JQuery.TableSorter Added: head/devel/py-XStatic-JQuery.quicksearch/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JQuery.quicksearch/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-JQuery.quicksearch +PORTVERSION= 2.0.3.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Jquery.quicksearch 2.0.3 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-JQuery.quicksearch/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JQuery.quicksearch/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112128 +SHA256 (XStatic-JQuery.quicksearch-2.0.3.1.tar.gz) = 1271571b420417add56c274fd935e81bfc79e0d54a03559d6ba5ef369f358477 +SIZE (XStatic-JQuery.quicksearch-2.0.3.1.tar.gz) = 7239 Added: head/devel/py-XStatic-JQuery.quicksearch/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JQuery.quicksearch/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +JQuery.quicksearch 2.0.3 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-JQuery.quicksearch Added: head/devel/py-XStatic-JSEncrypt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JSEncrypt/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-JSEncrypt +PORTVERSION= 2.3.1.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Jsencrypt 2.3.1 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-JSEncrypt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JSEncrypt/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112192 +SHA256 (XStatic-JSEncrypt-2.3.1.1.tar.gz) = a277912a4f70d1d2f58c8d94b992d244e69fcf851a2cbed5d83cb4fc422a72f2 +SIZE (XStatic-JSEncrypt-2.3.1.1.tar.gz) = 33993 Added: head/devel/py-XStatic-JSEncrypt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JSEncrypt/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +JSEncrypt 2.3.1 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-JSEncrypt Added: head/devel/py-XStatic-Jasmine/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Jasmine/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Jasmine +PORTVERSION= 2.4.1.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Jasmine 2.4.1 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Jasmine/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Jasmine/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112061 +SHA256 (XStatic-Jasmine-2.4.1.1.tar.gz) = d1e8bf3c0e1cf683cc2c0aad95f197e9e51ea747fb91291445223a2b7dbc4740 +SIZE (XStatic-Jasmine-2.4.1.1.tar.gz) = 38767 Added: head/devel/py-XStatic-Jasmine/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Jasmine/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Jasmine 2.4.1 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Jasmine Added: head/devel/py-XStatic-Rickshaw/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Rickshaw/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Rickshaw +PORTVERSION= 1.5.0.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Rickshaw 1.5.0 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Rickshaw/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Rickshaw/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112253 +SHA256 (XStatic-Rickshaw-1.5.0.0.tar.gz) = 147574228757254442700a9eea5150f14acb1224ef0612f896b663ab58406de8 +SIZE (XStatic-Rickshaw-1.5.0.0.tar.gz) = 27907 Added: head/devel/py-XStatic-Rickshaw/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Rickshaw/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Rickshaw 1.5.0 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Rickshaw Added: head/devel/py-XStatic-Spin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Spin/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Spin +PORTVERSION= 1.2.5.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Spin 1.2.5 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Spin/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Spin/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112316 +SHA256 (XStatic-Spin-1.2.5.2.tar.gz) = 7f46ef0e45e047019ba6eda22c432fb96f681b97bbe7f1749aa9209e07727192 +SIZE (XStatic-Spin-1.2.5.2.tar.gz) = 4830 Added: head/devel/py-XStatic-Spin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Spin/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Spin 1.2.5 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Spin Added: head/devel/py-XStatic-bootswatch/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-bootswatch/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-bootswatch +PORTVERSION= 3.3.7.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Bootswatch 3.3.7 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-bootswatch/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-bootswatch/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481111988 +SHA256 (XStatic-bootswatch-3.3.7.0.tar.gz) = 93ee5863c1ec07212fe12ae137a10708b4102720391d460f061dd3f441ba3b6e +SIZE (XStatic-bootswatch-3.3.7.0.tar.gz) = 1606627 Added: head/devel/py-XStatic-bootswatch/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-bootswatch/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +bootswatch 3.3.7 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-bootswatch Added: head/devel/py-XStatic-jQuery/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-jQuery/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-jQuery +PORTVERSION= 1.10.2.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Jquery 1.10.2 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-jQuery/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-jQuery/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112085 +SHA256 (XStatic-jQuery-1.10.2.1.tar.gz) = 83416a6bb86e8534858c4d1ddca45e881c87639da6f78000c28c3a193fe91305 +SIZE (XStatic-jQuery-1.10.2.1.tar.gz) = 116458 Added: head/devel/py-XStatic-jQuery/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-jQuery/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +jQuery 1.10.2 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-jQuery Added: head/devel/py-XStatic-jquery-ui/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-jquery-ui/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-jquery-ui +PORTVERSION= 1.12.0.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Jquery-ui 1.12.0 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-jquery-ui/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-jquery-ui/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112172 +SHA256 (XStatic-jquery-ui-1.12.0.1.tar.gz) = 820af52ee62749c675d36bfc0e26ae27ec5cee7b438ef10e69973a6cf652f570 +SIZE (XStatic-jquery-ui-1.12.0.1.tar.gz) = 1299117 Added: head/devel/py-XStatic-jquery-ui/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-jquery-ui/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +jquery-ui 1.12.0 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-jquery-ui Added: head/devel/py-XStatic-mdi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-mdi/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-mdi +PORTVERSION= 1.4.57.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Mdi 1.4.57 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-mdi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-mdi/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112212 +SHA256 (XStatic-mdi-1.4.57.0.tar.gz) = 19b4d522f8fa62fee2893b39147fcf45ebaba8b95d63f3708ebdf34e130a8a53 +SIZE (XStatic-mdi-1.4.57.0.tar.gz) = 683867 Added: head/devel/py-XStatic-mdi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-mdi/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +mdi 1.4.57 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-mdi Added: head/devel/py-XStatic-objectpath/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-objectpath/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-objectpath +PORTVERSION= 1.2.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Objectpath 1.2.1 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-objectpath/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-objectpath/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112233 +SHA256 (XStatic-objectpath-1.2.1.0.tar.gz) = cd1e9f502482afcdd028821148843b07b4065c8dcea8e5cc33abb9ae1cf20b20 +SIZE (XStatic-objectpath-1.2.1.0.tar.gz) = 3477 Added: head/devel/py-XStatic-objectpath/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-objectpath/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +objectpath 1.2.1 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-objectpath Added: head/devel/py-XStatic-roboto-fontface/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-roboto-fontface/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-roboto-fontface +PORTVERSION= 0.5.0.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Roboto-fontface 0.5.0 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-roboto-fontface/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-roboto-fontface/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112274 +SHA256 (XStatic-roboto-fontface-0.5.0.0.tar.gz) = 6d272df58e20eec3a15bca279163f38614c7074e2fecb537a58b29d109e83f62 +SIZE (XStatic-roboto-fontface-0.5.0.0.tar.gz) = 5469842 Added: head/devel/py-XStatic-roboto-fontface/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-roboto-fontface/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +roboto-fontface 0.5.0 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-roboto-fontface Added: head/devel/py-XStatic-smart-table/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-smart-table/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-smart-table +PORTVERSION= 1.4.13.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Smart-table 1.4.13 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-smart-table/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-smart-table/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112298 +SHA256 (XStatic-smart-table-1.4.13.2.tar.gz) = f2fa5ed37c2953253de79c61c346fa6c3c4f38731295d2240552c14298db6b0a +SIZE (XStatic-smart-table-1.4.13.2.tar.gz) = 12948 Added: head/devel/py-XStatic-smart-table/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-smart-table/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +smart-table 1.4.13 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-smart-table Added: head/devel/py-XStatic-term.js/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-term.js/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-term.js +PORTVERSION= 0.0.7.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Term.js 0.0.7 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-term.js/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-term.js/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112336 +SHA256 (XStatic-term.js-0.0.7.0.tar.gz) = b5f3ab69cb638391f04254913a11b2aab08e2d51c5b81bb6a564c5a6d442bd31 +SIZE (XStatic-term.js-0.0.7.0.tar.gz) = 38301 Added: head/devel/py-XStatic-term.js/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-term.js/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +term.js 0.0.7 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-term.js Added: head/devel/py-XStatic-tv4/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-tv4/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-tv4 +PORTVERSION= 1.2.7.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Tv4 1.2.7 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sun Dec 18 11:47: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 0EE0EC86071; Sun, 18 Dec 2016 11:47:11 +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 B8D221D94; Sun, 18 Dec 2016 11:47:10 +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 uBIBl9Vh041932; Sun, 18 Dec 2016 11:47:09 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIBl9xQ041928; Sun, 18 Dec 2016 11:47:09 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201612181147.uBIBl9xQ041928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 18 Dec 2016 11:47:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428846 - in head/editors: vile xvile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 11:47:11 -0000 Author: olivierd Date: Sun Dec 18 11:47:09 2016 New Revision: 428846 URL: https://svnweb.freebsd.org/changeset/ports/428846 Log: Update to 9.8s Modified: head/editors/vile/Makefile head/editors/vile/distinfo head/editors/xvile/Makefile head/editors/xvile/distinfo Modified: head/editors/vile/Makefile ============================================================================== --- head/editors/vile/Makefile Sun Dec 18 11:36:26 2016 (r428845) +++ head/editors/vile/Makefile Sun Dec 18 11:47:09 2016 (r428846) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vile -PORTVERSION= 9.8q +PORTVERSION= 9.8s CATEGORIES= editors MASTER_SITES= ftp://dickey.his.com/vile/current/ \ ftp://invisible-island.net/vile/current/ \ Modified: head/editors/vile/distinfo ============================================================================== --- head/editors/vile/distinfo Sun Dec 18 11:36:26 2016 (r428845) +++ head/editors/vile/distinfo Sun Dec 18 11:47:09 2016 (r428846) @@ -1,2 +1,3 @@ -SHA256 (vile-9.8q.tgz) = 366b2b18ea25e55e7b9b6cc1d2b752f0a4fdc453a0a18aedd5773f456e782307 -SIZE (vile-9.8q.tgz) = 2321373 +TIMESTAMP = 1482055290 +SHA256 (vile-9.8s.tgz) = 1197bc894a63e359e2ae1053a38829b04e9e6948e30e59803f49ed781c077502 +SIZE (vile-9.8s.tgz) = 2328441 Modified: head/editors/xvile/Makefile ============================================================================== --- head/editors/xvile/Makefile Sun Dec 18 11:36:26 2016 (r428845) +++ head/editors/xvile/Makefile Sun Dec 18 11:47:09 2016 (r428846) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vile -PORTVERSION= 9.8q +PORTVERSION= 9.8s CATEGORIES= editors MASTER_SITES= ftp://dickey.his.com/vile/current/ \ ftp://invisible-island.net/vile/current/ \ @@ -21,7 +21,7 @@ BUILD_DEPENDS= reflex:textproc/reflex USES= pkgconfig shebangfix tar:tgz SHEBANG_FILES= macros/lxvile macros/lxvile-fonts perl/vileget -USE_XORG= x11 xext xpm +USE_XORG= x11 xext xpm xt GNU_CONFIGURE= yes CONFIGURE_ENV= cf_cv_crypt_works=yes CONFIGURE_ARGS= --disable-imake \ Modified: head/editors/xvile/distinfo ============================================================================== --- head/editors/xvile/distinfo Sun Dec 18 11:36:26 2016 (r428845) +++ head/editors/xvile/distinfo Sun Dec 18 11:47:09 2016 (r428846) @@ -1,2 +1,3 @@ -SHA256 (vile-9.8q.tgz) = 366b2b18ea25e55e7b9b6cc1d2b752f0a4fdc453a0a18aedd5773f456e782307 -SIZE (vile-9.8q.tgz) = 2321373 +TIMESTAMP = 1482057532 +SHA256 (vile-9.8s.tgz) = 1197bc894a63e359e2ae1053a38829b04e9e6948e30e59803f49ed781c077502 +SIZE (vile-9.8s.tgz) = 2328441 From owner-svn-ports-head@freebsd.org Sun Dec 18 12:13: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 85470C7119E; Sun, 18 Dec 2016 12:13:32 +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 54C151247; Sun, 18 Dec 2016 12:13:32 +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 uBICDVV3054004; Sun, 18 Dec 2016 12:13:31 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBICDVI4054002; Sun, 18 Dec 2016 12:13:31 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201612181213.uBICDVI4054002@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 18 Dec 2016 12:13:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428847 - in head/shells/zsh: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 12:13:32 -0000 Author: bapt Date: Sun Dec 18 12:13:31 2016 New Revision: 428847 URL: https://svnweb.freebsd.org/changeset/ports/428847 Log: Fix typo in chflags completion Reported by: adamw Added: head/shells/zsh/files/patch-Completion_BSD_Command___chflags (contents, props changed) Modified: head/shells/zsh/Makefile Modified: head/shells/zsh/Makefile ============================================================================== --- head/shells/zsh/Makefile Sun Dec 18 11:47:09 2016 (r428846) +++ head/shells/zsh/Makefile Sun Dec 18 12:13:31 2016 (r428847) @@ -3,6 +3,7 @@ PORTNAME= zsh DISTVERSION= 5.3 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= http://www.zsh.org/pub/ \ SF \ Added: head/shells/zsh/files/patch-Completion_BSD_Command___chflags ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/zsh/files/patch-Completion_BSD_Command___chflags Sun Dec 18 12:13:31 2016 (r428847) @@ -0,0 +1,11 @@ +--- Completion/BSD/Command/_chflags.orig 2016-09-14 19:06:59 UTC ++++ Completion/BSD/Command/_chflags +@@ -35,7 +35,7 @@ if [[ $OSTYPE = (darwin|dragonfly|freebs + fi + + if [[ $OSTYPE = (dragonfly|freebsd)* ]]; then +- addlfags uunlnk 'user undeletable' ++ addflags uunlnk 'user undeletable' + (( EUID )) || addflags sunlnk 'system undeletable' + fi + From owner-svn-ports-head@freebsd.org Sun Dec 18 12:53: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 CFEA6C855DD; Sun, 18 Dec 2016 12:53:48 +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 72F5F1257; Sun, 18 Dec 2016 12:53:48 +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 1A976BDCEA; Sun, 18 Dec 2016 13:53:46 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id C8D3CBDCE9; Sun, 18 Dec 2016 13:53:45 +0100 (CET) Subject: Re: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... To: Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201612181136.uBIBaQLG037821@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> Date: Sun, 18 Dec 2016 13:53:44 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <201612181136.uBIBaQLG037821@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="rH96KLUdboqjRWbXrrGAT4rfEoEgHCe9a" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 12:53:48 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --rH96KLUdboqjRWbXrrGAT4rfEoEgHCe9a Content-Type: multipart/mixed; boundary="cJv7n1kBXRFekPDfLWDa35qjLcD0Ph25W"; protected-headers="v1" From: Mathieu Arnold To: Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> Subject: Re: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... References: <201612181136.uBIBaQLG037821@repo.freebsd.org> In-Reply-To: <201612181136.uBIBaQLG037821@repo.freebsd.org> --cJv7n1kBXRFekPDfLWDa35qjLcD0Ph25W Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 18/12/2016 =C3=A0 12:36, Roman Bogorodskiy a =C3=A9crit : > +COMMENT=3D Xstatic-angular-bootstrap > > Added: head/devel/py-XStatic-Angular-Bootstrap/pkg-descr > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-XStatic-Angular-Bootstrap/pkg-descr Sun Dec 18 11:36:= 26 2016 (r428845) > @@ -0,0 +1,3 @@ > +XStatic-Angular-Bootstrap > + > +WWW: http://pypi.python.org/pypi/XStatic-Angular-Bootstrap > +COMMENT=3D Angular-fileupload 12.0.4 (xstatic packaging standard) > > Added: head/devel/py-XStatic-Angular-FileUpload/pkg-descr > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-XStatic-Angular-FileUpload/pkg-descr Sun Dec 18 11:36= :26 2016 (r428845) > @@ -0,0 +1,3 @@ > +Angular-FileUpload 12.0.4 (XStatic packaging standard) > + > +WWW: http://pypi.python.org/pypi/XStatic-Angular-FileUpload =2E.. I understand those were mechanically created, but all the COMMENT[1] and pkg-descr[2] files fall very short of our requirements. 1: https://www.freebsd.org/doc/en/books/porters-handbook/makefile-comment.ht= ml 2: https://www.freebsd.org/doc/en/books/porters-handbook/porting-desc.htm= l --=20 Mathieu Arnold --cJv7n1kBXRFekPDfLWDa35qjLcD0Ph25W-- --rH96KLUdboqjRWbXrrGAT4rfEoEgHCe9a Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYVobZXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IOpsQAJOlTJH8Y8pZ5IJ2jNP9BQJi hmQ09u2K1sFxaRJh1VBCKnY7hmp9ZpKRoTXViul0YuZJS/CWTs82RS2mCA6CS7EN xxrG7EbxNZLYWU5Uqh19KuGOmBGqRQVLIFpFOBkAnAHqhevRplAWdDylfagB3GiZ mnNBWRrNIelE0VJUvKh14+24k49jau3HkOLN73KRhH2Nc8jkMpkw1vh891FtgHsP G0uZybWIMGPUPMkfjHb1dvwD+ci/YyoEVAbMWrpyWDuUuL6BXz9pOAFeG7DaYgK7 iMFyjLwvjWHDxvtKZr45ptbInT9x1Th6UgWc5GBuY/39pvPBSeNSMl1TuMYqmCTe tIQ8eP8cOXDE9otFDZroUhMOszaFupSbnWRUw49hh1xX213XeBdWlAvUwPZcoHZy IvO4A7wySHqlyEb1jy2qnkMXFu7OLER0kNDOJfOvLlXn0lEnWuTul5RI/Hw1pWVA 6R90mUepR6X52i7A3U7JItYMY8M50FYbI5BkcdpunqiExN8kmIgelOWgjIH3v+yO 5k9n6viSsfAcbqB4vPyzskDHuPqWaLKvbriyYrbjnFjIxFf7QRw75QicpAeplbMt y+C+iFGs6RKYNik7rvKE3q+6TIUrA1whwGz8wW7NHX63ugFcxzDD0+45z8sY0dvT r8vj52ipbezMrgbkf4rC =vUdU -----END PGP SIGNATURE----- --rH96KLUdboqjRWbXrrGAT4rfEoEgHCe9a-- From owner-svn-ports-head@freebsd.org Sun Dec 18 13:46: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 DDEE0C86D08; Sun, 18 Dec 2016 13:46:26 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9397F14B4; Sun, 18 Dec 2016 13:46:26 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIDkPa1090880; Sun, 18 Dec 2016 13:46:25 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIDkP0Y090879; Sun, 18 Dec 2016 13:46:25 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201612181346.uBIDkP0Y090879@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sun, 18 Dec 2016 13:46:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428848 - head/security/pinentry/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 13:46:27 -0000 Author: jhale Date: Sun Dec 18 13:46:25 2016 New Revision: 428848 URL: https://svnweb.freebsd.org/changeset/ports/428848 Log: Fix configure for users that have 'WITHOUT_GNU_GREP_COMPAT=yes' set Reported by: rakuco Added: head/security/pinentry/files/patch-configure (contents, props changed) Added: head/security/pinentry/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/pinentry/files/patch-configure Sun Dec 18 13:46:25 2016 (r428848) @@ -0,0 +1,29 @@ +--- configure.orig 2016-11-22 08:01:14 UTC ++++ configure +@@ -9948,7 +9948,7 @@ fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking moc version" >&5 + $as_echo_n "checking moc version... " >&6; } + mocversion=`$MOC -v 2>&1` +- mocversiongrep=`echo $mocversion | grep "Qt 5\|moc 5"` ++ mocversiongrep=`echo $mocversion | grep -E "Qt 5|moc 5"` + if test x"$mocversiongrep" != x"$mocversion"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + $as_echo "no" >&6; } +@@ -10046,7 +10046,7 @@ else + fi + + mocversion=`$MOC2 -v 2>&1` +- mocversiongrep=`echo $mocversion | grep "Qt 5\|moc-qt5 5\|moc 5"` ++ mocversiongrep=`echo $mocversion | grep -E "Qt 5|moc-qt5 5|moc 5"` + if test x"$mocversiongrep" != x"$mocversion"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}qtchooser", so it can be a program name with args. +@@ -10142,7 +10142,7 @@ fi + + qt5tooldir=`QT_SELECT=qt5 qtchooser -print-env | grep QTTOOLDIR | cut -d '=' -f 2 | cut -d \" -f 2` + mocversion=`$qt5tooldir/moc -v 2>&1` +- mocversiongrep=`echo $mocversion | grep "Qt 5\|moc 5"` ++ mocversiongrep=`echo $mocversion | grep -E "Qt 5|moc 5"` + if test x"$mocversiongrep" != x"$mocversion"; then + # no valid moc found + have_qt5_libs="no"; From owner-svn-ports-head@freebsd.org Sun Dec 18 13:50: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 64328C86F19; Sun, 18 Dec 2016 13:50:59 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E81E1866; Sun, 18 Dec 2016 13:50:59 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIDowgv091886; Sun, 18 Dec 2016 13:50:58 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIDowqN091883; Sun, 18 Dec 2016 13:50:58 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201612181350.uBIDowqN091883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 18 Dec 2016 13:50:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428849 - in head/sysutils/slurm-wlm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 13:50:59 -0000 Author: jrm Date: Sun Dec 18 13:50:58 2016 New Revision: 428849 URL: https://svnweb.freebsd.org/changeset/ports/428849 Log: sysutils/slurm-wlm: Update to version 16.05.7 - Remove patch that has been incorporated upstream. No release notes are to be found. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8834 Deleted: head/sysutils/slurm-wlm/files/patch-src_plugins_node__features_knl__generic_node__features__knl__generic.c Modified: head/sysutils/slurm-wlm/Makefile head/sysutils/slurm-wlm/distinfo head/sysutils/slurm-wlm/pkg-plist Modified: head/sysutils/slurm-wlm/Makefile ============================================================================== --- head/sysutils/slurm-wlm/Makefile Sun Dec 18 13:46:25 2016 (r428848) +++ head/sysutils/slurm-wlm/Makefile Sun Dec 18 13:50:58 2016 (r428849) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= slurm -PORTVERSION= 16.05.6 +PORTVERSION= 16.05.7 CATEGORIES= sysutils MASTER_SITES= http://www.schedmd.com/download/latest/ \ http://www.schedmd.com/download/archive/ \ Modified: head/sysutils/slurm-wlm/distinfo ============================================================================== --- head/sysutils/slurm-wlm/distinfo Sun Dec 18 13:46:25 2016 (r428848) +++ head/sysutils/slurm-wlm/distinfo Sun Dec 18 13:50:58 2016 (r428849) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478012730 -SHA256 (slurm-16.05.6.tar.bz2) = 992b74f400f3821d60625d66797f56739f8571b80bad56211de0001791abf58b -SIZE (slurm-16.05.6.tar.bz2) = 6249232 +TIMESTAMP = 1482011049 +SHA256 (slurm-16.05.7.tar.bz2) = 3f6fd318b246995fa3798c1a577e72edd90dfb4dce7b288ec67e88945c4a7643 +SIZE (slurm-16.05.7.tar.bz2) = 6085429 Modified: head/sysutils/slurm-wlm/pkg-plist ============================================================================== --- head/sysutils/slurm-wlm/pkg-plist Sun Dec 18 13:46:25 2016 (r428848) +++ head/sysutils/slurm-wlm/pkg-plist Sun Dec 18 13:50:58 2016 (r428849) @@ -443,7 +443,6 @@ sbin/slurmstepd %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/big_sys.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/bluegene.conf.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/bluegene.html -%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/bull.jpg %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/burst_buffer.conf.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/burst_buffer.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/cgroup.conf.html @@ -474,6 +473,8 @@ sbin/slurmstepd %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/ext_sensorsplugins.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/fair_tree.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/faq.html +%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/fonts.css +%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/fonts.ttf %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/gang_scheduling.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/gres.conf.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/gres.html @@ -495,20 +496,18 @@ sbin/slurmstepd %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/job_submit_plugins.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/jobacct_gatherplugins.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/jobcompplugins.html +%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/jquery.min.js %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/k_function.gif %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/knl.conf.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/launch_plugins.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/licenses.html -%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/linuxstyles.css %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/mail.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/man_index.html -%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/maui.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/mc_support.gif %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/mc_support.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/mcs.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/mcs_plugins.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/meetings.html -%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/moab.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/mpi_guide.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/mpiplugins.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/multi_cluster.html @@ -541,6 +540,7 @@ sbin/slurmstepd %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/quickstart.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/quickstart_admin.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/reservations.html +%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/reset.css %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/resource_limits.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/rosetta.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/route_plugin.html @@ -562,8 +562,8 @@ sbin/slurmstepd %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/sh5util.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/sinfo.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurm.conf.html +%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurm.css %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurm.html -%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurm_design.pdf %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurm_logo.png %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurm_ug_agenda.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurm_ug_cfp.html @@ -573,10 +573,8 @@ sbin/slurmstepd %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurmdbd.conf.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurmdbd.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurmstepd.html -%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurmstyles.css %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/smap.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/spank.html -%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/sponsors.gif %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/sprio.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/squeue.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/squeue_color.png @@ -586,6 +584,7 @@ sbin/slurmstepd %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/sshare.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/sstat.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/strigger.html +%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/style.css %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/sview.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/switchplugins.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/taskplugins.html From owner-svn-ports-head@freebsd.org Sun Dec 18 13:51: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 DE28AC86F66; Sun, 18 Dec 2016 13:51:14 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-lf0-x241.google.com (mail-lf0-x241.google.com [IPv6:2a00:1450:4010:c07::241]) (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 64A3D1982; Sun, 18 Dec 2016 13:51:14 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: by mail-lf0-x241.google.com with SMTP id p100so5211791lfg.2; Sun, 18 Dec 2016 05:51:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=THZ2EYiLOhHN3VLk3usmNi8oyJ91DkrsrSXIG7fvLq8=; b=q3u3LQKlr2RGLG8qpHsIHx2sPSiqXHMo7UrxJ8oASiGqftQW7sY6nv9QGrl4HMjvMF HJEOLMHFjaf4AxDm1IqP1LthgNgruQwFsLkRKGFSd6cqImehZdptz3mj3VQ2SGGIF4RF t5Gh8MdDiHHfzJb/79WqGIEfJE3ieeH2+kMt1bu1ZL8DW5ub2o/Zv+ar2qqU835rs4Eo LxRO2FCIkw52DOEUubqhMW7DNXO+Jd/7mUQtygFhYHqGssHktP1ITWmMYVg1IplHIglo EyB3ax9I2Fn5p15v35oTZ/RrH46pHvoMwtsHiMwHt+yl2bc7WV1sjfQY2E5Yt2AazzfO /50w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=THZ2EYiLOhHN3VLk3usmNi8oyJ91DkrsrSXIG7fvLq8=; b=dOjfsIer+IZvuIm2WWeNKyEV9oXThlHsuCnXHuSQkJgUbvr6hdCvvs0uR2CU8ILvXg psYKipwSnYh9MMCrjFLrcbLIM6Nfji1H+qFBxSlfbCf52Un8c22L6q7YP34NhDxkq++c fOA0oajatZ9bbFcOlXfwdam7v7yeZjKoRMunF7n7TTrae8iF5n84NEBLWMYmcxnIyZDx 3g2pQB4Hey7iOn0cVtAZyD4hbVjJumz/ZmqnatnT80e1ZIb/T6kmbpLoMS5YvOTMyvGa y4Cbv7Z0zMMNUcjUuiWxDXXPShvI128aLvmKloas3RFtQP1Ymi7mt1DzRnRC8zKyfjuZ +OAw== X-Gm-Message-State: AKaTC01vW4h2Jk8fleFneck+87x3eXzgJViCzuWmOwd3nZNMm3sriZkCxechuIqPpHDlw2n8fwZ0i2Y7C4hiQg== X-Received: by 10.25.152.142 with SMTP id a136mr3313033lfe.113.1482069072281; Sun, 18 Dec 2016 05:51:12 -0800 (PST) MIME-Version: 1.0 Sender: bsdkaffee@gmail.com Received: by 10.25.228.196 with HTTP; Sun, 18 Dec 2016 05:51:11 -0800 (PST) In-Reply-To: <864m224cq1.fsf@FreeBSD.org> References: <201612161531.uBGFVOI4055900@repo.freebsd.org> <8660miveyx.fsf@FreeBSD.org> <864m224cq1.fsf@FreeBSD.org> From: "Jason E. Hale" Date: Sun, 18 Dec 2016 08:51:11 -0500 X-Google-Sender-Auth: 44me7a-cJQoZPnrlwXgaAjNEh1A Message-ID: Subject: Re: svn commit: r428683 - in head/security: pinentry pinentry-qt4 pinentry/files To: Raphael Kubo da Costa Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , ports-committers Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 13:51:15 -0000 On Sat, Dec 17, 2016 at 1:44 PM, Raphael Kubo da Costa wrote: > > Ah, this is only broken on non-standard configurations (I build with > WITHOUT_GNU_GREP_COMPAT=yes), which means the grep call above will fail > because the | won't be recognized as a special character. I'll see if I > can send a patch upstream. FYI, for the time being, I've patched the configure script to use extended regex which should fix the problem. (r428848) From owner-svn-ports-head@freebsd.org Sun Dec 18 13:52: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 7AAB2C8513F; Sun, 18 Dec 2016 13:52:27 +0000 (UTC) (envelope-from bogorodskiy@gmail.com) Received: from mail-lf0-x242.google.com (mail-lf0-x242.google.com [IPv6:2a00:1450:4010:c07::242]) (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 F022F1D31; Sun, 18 Dec 2016 13:52:26 +0000 (UTC) (envelope-from bogorodskiy@gmail.com) Received: by mail-lf0-x242.google.com with SMTP id y21so5229244lfa.0; Sun, 18 Dec 2016 05:52:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=3fYNH7SjnnDcDf7BXEINQZBiXiBP7inxnGaOeTSfnAo=; b=nrAntc8Qw/pGwPoH6sPHdoObHTPEeq8GlUjnr19XsB389ABXCTOwMutEtuwhrUeDEk +d5WCTH7lVnYRGfYqdIsyfQKqEwh0arQdYKCwjfg2XQneZnTfa37Nn2t8jtAo4C+uWmZ xdV3CxNUK5yMIBG7cWnR2c3sF70WRqxZ2XawRQs54jq1TsxcO4flunzevlKcszx+LszI oXalwDKnNC5bID+hpbsppijKjhE+6wCLJiC5ZCJ/BU/MBwjUxbV5fsEa9vgBS4PqmPT7 9tyMhveuD2aaFtKGMhr5JhluS20OYUkZbEkn2SrmAkCBQohX4jDd2dK77uj9JMOvrejf Rn1w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=3fYNH7SjnnDcDf7BXEINQZBiXiBP7inxnGaOeTSfnAo=; b=Y0lHdNKydprCLmBMfE6D0/HW1ZtXlzcSzR8keAbKptUdYJlQAnR0RtMwguDy977KBu LQ3MCdLWbJ0fIFolNs79SqpR/E/JLzHuP6rI8pGyTl+n5j1RLcVfSnGkUTKotWIiRpx0 ebNyjxPRJX7ol215KxIqTjOhIKAqv36fRjbdWrjilVCHkLfMLZXzJlTOq4Ike7cyydSN EidHfiA9uU9dVcizFXo2KB5R+hb1rFy+aoqlmCiqILt70VsvVhvU6EgiDdQRgQXxSO6m BENRyrIlW5ukiHhW4/LGQ+ZSmZ0+oB9M6tlUQ+DX6EfMFtkr11TjEHgkm9c/UJec4YpX 0m/Q== X-Gm-Message-State: AKaTC000hdqL7zwHLe6f1G/0hNKQJbc/s9UuXd8GTTZ/6TMBHsusfmmnzG5ITQImN+W50A== X-Received: by 10.25.92.213 with SMTP id u82mr3843516lfi.121.1482069144610; Sun, 18 Dec 2016 05:52:24 -0800 (PST) Received: from kloomba ([213.147.216.132]) by smtp.gmail.com with ESMTPSA id 23sm2940963ljf.48.2016.12.18.05.52.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 18 Dec 2016 05:52:24 -0800 (PST) Date: Sun, 18 Dec 2016 17:52:17 +0400 From: Roman Bogorodskiy To: Mathieu Arnold Cc: Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, alexander.nusov@nfvexpress.com Subject: Re: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... Message-ID: <20161218135215.GA48900@kloomba> References: <201612181136.uBIBaQLG037821@repo.freebsd.org> <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ReaqsoxgOBHFXBhH" Content-Disposition: inline In-Reply-To: <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 13:52:27 -0000 --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Mathieu Arnold wrote: > Le 18/12/2016 =E0 12:36, Roman Bogorodskiy a =E9crit : > > +COMMENT=3D Xstatic-angular-bootstrap > > > > Added: head/devel/py-XStatic-Angular-Bootstrap/pkg-descr > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/devel/py-XStatic-Angular-Bootstrap/pkg-descr Sun Dec 18 11:36:= 26 2016 (r428845) > > @@ -0,0 +1,3 @@ > > +XStatic-Angular-Bootstrap > > + > > +WWW: http://pypi.python.org/pypi/XStatic-Angular-Bootstrap >=20 > > +COMMENT=3D Angular-fileupload 12.0.4 (xstatic packaging standard) > > > > Added: head/devel/py-XStatic-Angular-FileUpload/pkg-descr > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/devel/py-XStatic-Angular-FileUpload/pkg-descr Sun Dec 18 11:36= :26 2016 (r428845) > > @@ -0,0 +1,3 @@ > > +Angular-FileUpload 12.0.4 (XStatic packaging standard) > > + > > +WWW: http://pypi.python.org/pypi/XStatic-Angular-FileUpload >=20 > ... >=20 > I understand those were mechanically created, but all the COMMENT[1] and > pkg-descr[2] files fall very short of our requirements. >=20 > 1: > https://www.freebsd.org/doc/en/books/porters-handbook/makefile-comment.ht= ml >=20 > 2: https://www.freebsd.org/doc/en/books/porters-handbook/porting-desc.html This is generally an information obtained from the corresponding Python packages. E.g. for XStatic-Angular-FileUpload we only have: Comment =3D Angular-FileUpload 12.0.4 (XStatic packaging standard) Description: --- Angular-FileUpload JavaScript library packaged for setuptools (easy_install= ) / pip. This package is intended to be used by **any** project that needs these fil= es. It intentionally does **not** provide any extra code except some metadata **nor** has any extra requirements. You MAY use some minimal support code f= rom the XStatic base package, if you like. You can find more info about the xstatic packaging way in the package `XSta= tic`. --- We probably can add README contents to pkg-descr (I'm not sure it brings a lot of value though, it looks likes it's more or less common for these packages with only package name changed), but I'm not sure how can we improve COMMENT. Roman Bogorodskiy --ReaqsoxgOBHFXBhH Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJYVpSPAAoJEMltX/4IwiJqiCoIAIXNqWy+nszUBRg3KLLINsHY oKlBiIWNOuv+qxIM4o2AUWCO6ROFSnGYJL4EXMYKtZtRfafgXVWF57430KVyhzq4 UFiBGYzcduBGjjmciB8Ylxwy69UPTwSY+cEVRncAc3A9BEIzqSIOzVaylzUuN7LU 3D3/75xv3bCYAIk8rOQ+POyticBuo8uxUm7bhfM23l6+Ce7MdXz1GvhweTxqOpzD JwgXQ0La0GKzIZfShJbaDRUQ00kk2nczvT+udOY2ZL1jMxv2tclSLhpcL1Bjops9 p8ZeNCjDeJcm6EzMnD7fCP9u4DmfD2+4+zT6c1vr5E65HqOxqnyzTmwsnPWnb+w= =SP4A -----END PGP SIGNATURE----- --ReaqsoxgOBHFXBhH-- From owner-svn-ports-head@freebsd.org Sun Dec 18 13:52: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 37EDEC85173; Sun, 18 Dec 2016 13:52:34 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F26E41D77; Sun, 18 Dec 2016 13:52:33 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIDqXBY094966; Sun, 18 Dec 2016 13:52:33 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIDqWDJ094964; Sun, 18 Dec 2016 13:52:32 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201612181352.uBIDqWDJ094964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 18 Dec 2016 13:52:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428850 - head/biology/diamond X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 13:52:34 -0000 Author: jrm Date: Sun Dec 18 13:52:32 2016 New Revision: 428850 URL: https://svnweb.freebsd.org/changeset/ports/428850 Log: biology/diamond: Update to version 0.8.29 Upstream change: fixed an issue that could cause a crash when using view on incomplete DAA files Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8832 Modified: head/biology/diamond/Makefile head/biology/diamond/distinfo Modified: head/biology/diamond/Makefile ============================================================================== --- head/biology/diamond/Makefile Sun Dec 18 13:50:58 2016 (r428849) +++ head/biology/diamond/Makefile Sun Dec 18 13:52:32 2016 (r428850) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= diamond -PORTVERSION= 0.8.28 +PORTVERSION= 0.8.29 DISTVERSIONPREFIX=v CATEGORIES= biology Modified: head/biology/diamond/distinfo ============================================================================== --- head/biology/diamond/distinfo Sun Dec 18 13:50:58 2016 (r428849) +++ head/biology/diamond/distinfo Sun Dec 18 13:52:32 2016 (r428850) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480251948 -SHA256 (bbuchfink-diamond-v0.8.28_GH0.tar.gz) = 0623b144c63f82edb51f6af260a67fc946e71dbf92198a1dff650434141c5677 -SIZE (bbuchfink-diamond-v0.8.28_GH0.tar.gz) = 317789 +TIMESTAMP = 1482000601 +SHA256 (bbuchfink-diamond-v0.8.29_GH0.tar.gz) = 7f50453153cee83bc38dc1a8983d8e4d6bc455515542161d5c62de11fc91d0d6 +SIZE (bbuchfink-diamond-v0.8.29_GH0.tar.gz) = 327638 From owner-svn-ports-head@freebsd.org Sun Dec 18 14: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 C0422C85995; Sun, 18 Dec 2016 14:14:54 +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 9000CDF0; Sun, 18 Dec 2016 14:14:54 +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 uBIEErEK003479; Sun, 18 Dec 2016 14:14:53 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIEErvQ003477; Sun, 18 Dec 2016 14:14:53 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201612181414.uBIEErvQ003477@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 18 Dec 2016 14:14:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428851 - head/devel/py-boto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 14:14:54 -0000 Author: rm Date: Sun Dec 18 14:14:53 2016 New Revision: 428851 URL: https://svnweb.freebsd.org/changeset/ports/428851 Log: devel/py-boto: update to 2.45.0 Modified: head/devel/py-boto/Makefile head/devel/py-boto/distinfo Modified: head/devel/py-boto/Makefile ============================================================================== --- head/devel/py-boto/Makefile Sun Dec 18 13:52:32 2016 (r428850) +++ head/devel/py-boto/Makefile Sun Dec 18 14:14:53 2016 (r428851) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= boto -PORTVERSION= 2.44.0 +PORTVERSION= 2.45.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +16,6 @@ NO_ARCH= yes USES= python:2.7+ USE_PYTHON= autoplist distutils -CONFLICTS= p5-Net-Amazon-Route53-[0-9]* +CONFLICTS_INSTALL= p5-Net-Amazon-Route53-[0-9]* .include Modified: head/devel/py-boto/distinfo ============================================================================== --- head/devel/py-boto/distinfo Sun Dec 18 13:52:32 2016 (r428850) +++ head/devel/py-boto/distinfo Sun Dec 18 14:14:53 2016 (r428851) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481319968 -SHA256 (boto-2.44.0.tar.gz) = 10ca4ef0370550f32087fb011d666783a728d5cd360fb795b22e8d6ca6c88f22 -SIZE (boto-2.44.0.tar.gz) = 1443625 +TIMESTAMP = 1481990063 +SHA256 (boto-2.45.0.tar.gz) = 053d64727b3bd7d24a64163d28feaa044257c5f49343f2c6cdd991c9fd4aab3b +SIZE (boto-2.45.0.tar.gz) = 8317217 From owner-svn-ports-head@freebsd.org Sun Dec 18 14:19: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 3B5D2C85B8F; Sun, 18 Dec 2016 14:19: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 0AFC8112D; Sun, 18 Dec 2016 14:19:25 +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 uBIEJPjR003751; Sun, 18 Dec 2016 14:19:25 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIEJPbN003748; Sun, 18 Dec 2016 14:19:25 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201612181419.uBIEJPbN003748@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 18 Dec 2016 14:19:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428852 - head/devel/dbus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 14:19:26 -0000 Author: rm Date: Sun Dec 18 14:19:24 2016 New Revision: 428852 URL: https://svnweb.freebsd.org/changeset/ports/428852 Log: devel/dbus: update to 1.10.14 This routine release fixed couple of minor bugs (from FreeBSD perspective). Discussed with: kwm With hat: gnome Modified: head/devel/dbus/Makefile head/devel/dbus/distinfo head/devel/dbus/pkg-plist Modified: head/devel/dbus/Makefile ============================================================================== --- head/devel/dbus/Makefile Sun Dec 18 14:14:53 2016 (r428851) +++ head/devel/dbus/Makefile Sun Dec 18 14:19:24 2016 (r428852) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dbus -PORTVERSION= 1.10.12 +PORTVERSION= 1.10.14 CATEGORIES= devel gnome MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ Modified: head/devel/dbus/distinfo ============================================================================== --- head/devel/dbus/distinfo Sun Dec 18 14:14:53 2016 (r428851) +++ head/devel/dbus/distinfo Sun Dec 18 14:19:24 2016 (r428852) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477423012 -SHA256 (dbus-1.10.12.tar.gz) = 210a79430b276eafc6406c71705e9140d25b9956d18068df98a70156dc0e475d -SIZE (dbus-1.10.12.tar.gz) = 1984805 +TIMESTAMP = 1481989118 +SHA256 (dbus-1.10.14.tar.gz) = 23238f70353e38ce5ca183ebc9525c0d97ac00ef640ad29cf794782af6e6a083 +SIZE (dbus-1.10.14.tar.gz) = 1985828 Modified: head/devel/dbus/pkg-plist ============================================================================== --- head/devel/dbus/pkg-plist Sun Dec 18 14:14:53 2016 (r428851) +++ head/devel/dbus/pkg-plist Sun Dec 18 14:19:24 2016 (r428852) @@ -32,7 +32,7 @@ lib/dbus-%%VERSION%%/include/dbus/dbus-a lib/libdbus-1.a lib/libdbus-1.so lib/libdbus-1.so.3 -lib/libdbus-1.so.3.14.8 +lib/libdbus-1.so.3.14.9 libdata/pkgconfig/dbus-1.pc @(,%%GROUPS%%,4750) libexec/dbus-daemon-launch-helper share/doc/dbus/examples/GetAllMatchRules.py From owner-svn-ports-head@freebsd.org Sun Dec 18 14:22: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 288C0C85ECB; Sun, 18 Dec 2016 14:22:51 +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 EC68B1595; Sun, 18 Dec 2016 14:22:50 +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 uBIEMojL007476; Sun, 18 Dec 2016 14:22:50 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIEMoTU007475; Sun, 18 Dec 2016 14:22:50 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201612181422.uBIEMoTU007475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 18 Dec 2016 14:22:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428853 - head/deskutils/gourmet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 14:22:51 -0000 Author: rm Date: Sun Dec 18 14:22:49 2016 New Revision: 428853 URL: https://svnweb.freebsd.org/changeset/ports/428853 Log: deskutils/gourmet: fix incorrect python range Modified: head/deskutils/gourmet/Makefile Modified: head/deskutils/gourmet/Makefile ============================================================================== --- head/deskutils/gourmet/Makefile Sun Dec 18 14:19:24 2016 (r428852) +++ head/deskutils/gourmet/Makefile Sun Dec 18 14:22:49 2016 (r428853) @@ -27,7 +27,7 @@ OPTIONS_DEFINE= IPYTHON IPYTHON_DESC= Interactive shell support IPYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython -USES= gettext python:2.7+ +USES= gettext python:-2.7 USE_GNOME= intltool pygnome2 pygtk2 USE_PYTHON= autoplist distutils PLIST_FILES+= man/man1/gourmet.1.gz From owner-svn-ports-head@freebsd.org Sun Dec 18 14:26: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 C85F9C85FF4; Sun, 18 Dec 2016 14:26:33 +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 839E11750; Sun, 18 Dec 2016 14:26:33 +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 A19D6BDD7E; Sun, 18 Dec 2016 15:26:30 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 9E6E7BDD72; Sun, 18 Dec 2016 15:26:29 +0100 (CET) Subject: Re: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... To: Roman Bogorodskiy References: <201612181136.uBIBaQLG037821@repo.freebsd.org> <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> <20161218135215.GA48900@kloomba> Cc: Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, alexander.nusov@nfvexpress.com From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Sun, 18 Dec 2016 15:26:28 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20161218135215.GA48900@kloomba> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="fsH1SjHdFsK7riIjs2QOAoV9puFEu9H1P" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 14:26:33 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --fsH1SjHdFsK7riIjs2QOAoV9puFEu9H1P Content-Type: multipart/mixed; boundary="rjclJLskcttRsFMWhscfhJ5ASWdEu9iqU"; protected-headers="v1" From: Mathieu Arnold To: Roman Bogorodskiy Cc: Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, alexander.nusov@nfvexpress.com Message-ID: Subject: Re: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... References: <201612181136.uBIBaQLG037821@repo.freebsd.org> <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> <20161218135215.GA48900@kloomba> In-Reply-To: <20161218135215.GA48900@kloomba> --rjclJLskcttRsFMWhscfhJ5ASWdEu9iqU Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 18/12/2016 =C3=A0 14:52, Roman Bogorodskiy a =C3=A9crit : > Mathieu Arnold wrote: > >> Le 18/12/2016 =C3=A0 12:36, Roman Bogorodskiy a =C3=A9crit : >>> +COMMENT=3D Xstatic-angular-bootstrap >>> >>> Added: head/devel/py-XStatic-Angular-Bootstrap/pkg-descr >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D >>> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >>> +++ head/devel/py-XStatic-Angular-Bootstrap/pkg-descr Sun Dec 18 11:3= 6:26 2016 (r428845) >>> @@ -0,0 +1,3 @@ >>> +XStatic-Angular-Bootstrap >>> + >>> +WWW: http://pypi.python.org/pypi/XStatic-Angular-Bootstrap >>> +COMMENT=3D Angular-fileupload 12.0.4 (xstatic packaging standard) >>> >>> Added: head/devel/py-XStatic-Angular-FileUpload/pkg-descr >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D >>> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >>> +++ head/devel/py-XStatic-Angular-FileUpload/pkg-descr Sun Dec 18 11:= 36:26 2016 (r428845) >>> @@ -0,0 +1,3 @@ >>> +Angular-FileUpload 12.0.4 (XStatic packaging standard) >>> + >>> +WWW: http://pypi.python.org/pypi/XStatic-Angular-FileUpload >> ... >> >> I understand those were mechanically created, but all the COMMENT[1] a= nd >> pkg-descr[2] files fall very short of our requirements. >> >> 1: >> https://www.freebsd.org/doc/en/books/porters-handbook/makefile-comment= =2Ehtml >> >> 2: https://www.freebsd.org/doc/en/books/porters-handbook/porting-desc.= html > This is generally an information obtained from the corresponding Python= > packages. E.g. for XStatic-Angular-FileUpload we only have: Let me quote one of the rules for COMMENT: 2) Do not include the package name or version number of software. The fact that python does not enforce rules on their packages does not mean we do not. > We probably can add README contents to pkg-descr (I'm not sure it bring= s > a lot of value though, it looks likes it's more or less common for thes= e > packages with only package name changed), but I'm not sure how can we > improve COMMENT. Please read the handbook links I gave you. COMMENT is a short, one line, description of the software. pkg-descr is a longer description, it should tell me what does, what it is, why it is usefull. Especially, I should not have to go to the web site to understand those things. --=20 Mathieu Arnold --rjclJLskcttRsFMWhscfhJ5ASWdEu9iqU-- --fsH1SjHdFsK7riIjs2QOAoV9puFEu9H1P Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYVpyVXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85ImZIP/0bKI3Qy8/YECJ4kBfeolk/P L1CsYn/pUTO+yPm3QmiErw112ld6yeU0GiLNl+ZuyAOPkWWOm8VOK/81OfeC1Yvz VNequkKXHZTgPvEgiL5QlTl8ck9JAFsGx6UW+c/ahROKKmQcADD0EdfNaHcUHrnG S5fSBLK80la5htdPifCIiySa5Ob0mXOfw2bUbRX05pD0M6TWuri4KegUQGm7arQw wCh8eMqTM10aqfCRnP3TmXIKsKX5nWunvRYK50Es6adx3HvrnHE7JtGOZZO8mtpt NbPDu8mCEnUCN32Z54mDAMPCbgLad4xaXSxFWyyjaHGNdx5CTN+ieJZhgjPIYHzD ibLjXMJNP2fMrPlxLppgkiAR1pvtGk1Ggp+HKxz5ggnooawCgdCi2RTkfW5FHDsB twPDmHk+CQ0vNBLoMmuLY87RbSEP5k1NhnXIe6qARm+rZmqbFriMYw2yXKqhqMv5 iM+Gc8nS5xMykj8BLwLx1GgCUyZnZrzz07r9bvI/6pvVA+/e4x5aXeHsJgFkA6In x0Mng96+oZM21Pac52iJRhPOpKt+88FTt6w9Q6gz5TaZPPnanZqqa5rjWALkhowd c/NeAMpQR+NOPbwUnguSqzSkDizwJw4ijXf2Iq9M9OwCmcKmlJMALLimNuViYolI oHJtbI51o1AICu/ytnGP =XHmh -----END PGP SIGNATURE----- --fsH1SjHdFsK7riIjs2QOAoV9puFEu9H1P-- From owner-svn-ports-head@freebsd.org Sun Dec 18 14:51: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 2292EC87857; Sun, 18 Dec 2016 14:51:10 +0000 (UTC) (envelope-from alexander.nusov@nfvexpress.com) Received: from sender163-mail.zoho.com (sender163-mail.zoho.com [74.201.84.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0EBB7A41; Sun, 18 Dec 2016 14:51:10 +0000 (UTC) (envelope-from alexander.nusov@nfvexpress.com) Received: from mail.zoho.com by mx.zohomail.com with SMTP id 1482072663692320.4672640220516; Sun, 18 Dec 2016 06:51:03 -0800 (PST) Date: Sun, 18 Dec 2016 17:51:03 +0300 From: Alexander Nusov To: "Mathieu Arnold" Cc: "Roman Bogorodskiy" , "Roman Bogorodskiy" , "" , "" , "" Message-Id: <159126a267f.e5a6cf2011970.2285015541543481905@nfvexpress.com> In-Reply-To: References: <201612181136.uBIBaQLG037821@repo.freebsd.org> <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> <20161218135215.GA48900@kloomba> Subject: Re: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... MIME-Version: 1.0 X-Priority: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 14:51:10 -0000 Hello, I agree that adding README content will not bring a lot of value but I'm go= ing to make them more meaningful.=20 XStatic-Angular-Bootstrap 2.2.0.0 current COMMENT:=20 Angular-Bootstrap 2.2.0 (XStatic packaging standard) proposed COMMENT: XStatic package for angular-bootstrap 2.2.0 module However I don't understand what do you mean for "Do not include the package= name or version number of software." in this case, You may notice that versioning for xstatic modules is a bit different XStatic-Angular-Cookies 1.2.1.1 module bundles angular-cookies module (from= npmjs.org) version 1.2.1. The last part (.1) is the xstatic thing. What about: XStatic package for AngularJS module for cookies? But in frontend world for one task you may find a dozen of different module= s. angular-cookies angular-cookie ng-cookie ng2-cookie If we drop the javascript (npm) module name in COMMENT it would not be clea= r what npm module the port provides. -- thanks, alex ---- On Sun, 18 Dec 2016 17:26:28 +0300 Mathieu Arnold <mat@FreeBSD.org&= gt; wrote ---- Le 18/12/2016 =C3=A0 14:52, Roman Bogorodskiy a =C3=A9crit :=20 > Mathieu Arnold wrote:=20 >=20 >> Le 18/12/2016 =C3=A0 12:36, Roman Bogorodskiy a =C3=A9crit :=20 >>> +COMMENT=3D Xstatic-angular-bootstrap=20 >>>=20 >>> Added: head/devel/py-XStatic-Angular-Bootstrap/pkg-descr=20 >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=20 >>> --- /dev/null 00:00:00 1970 (empty, because file is newl= y added)=20 >>> +++ head/devel/py-XStatic-Angular-Bootstrap/pkg-descr Sun D= ec 18 11:36:26 2016 (r428845)=20 >>> @@ -0,0 +1,3 @@=20 >>> +XStatic-Angular-Bootstrap=20 >>> +=20 >>> +WWW: http://pypi.python.org/pypi/XStatic-Angular-Bootstrap=20 >>> +COMMENT=3D Angular-fileupload 12.0.4 (xstatic packaging st= andard)=20 >>>=20 >>> Added: head/devel/py-XStatic-Angular-FileUpload/pkg-descr=20 >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=20 >>> --- /dev/null 00:00:00 1970 (empty, because file is newl= y added)=20 >>> +++ head/devel/py-XStatic-Angular-FileUpload/pkg-descr Sun = Dec 18 11:36:26 2016 (r428845)=20 >>> @@ -0,0 +1,3 @@=20 >>> +Angular-FileUpload 12.0.4 (XStatic packaging standard)=20 >>> +=20 >>> +WWW: http://pypi.python.org/pypi/XStatic-Angular-FileUpload= =20 >> ...=20 >>=20 >> I understand those were mechanically created, but all the COMMENT[= 1] and=20 >> pkg-descr[2] files fall very short of our requirements.=20 >>=20 >> 1:=20 >> https://www.freebsd.org/doc/en/books/porters-handbook/makefile-com= ment.html=20 >>=20 >> 2: https://www.freebsd.org/doc/en/books/porters-handbook/porting-d= esc.html=20 > This is generally an information obtained from the corresponding Pytho= n=20 > packages. E.g. for XStatic-Angular-FileUpload we only have:=20 =20 Let me quote one of the rules for COMMENT:=20 =20 2) Do not include the package name or version number of software.=20 =20 The fact that python does not enforce rules on their packages does not=20 mean we do not.=20 =20 > We probably can add README contents to pkg-descr (I'm not sure it brin= gs=20 > a lot of value though, it looks likes it's more or less common for the= se=20 > packages with only package name changed), but I'm not sure how can we= =20 > improve COMMENT.=20 =20 Please read the handbook links I gave you. COMMENT is a short, one line,=20 description of the software. pkg-descr is a longer description, it=20 should tell me what does, what it is, why it is usefull.=20 Especially, I should not have to go to the web site to understand those=20 things.=20 =20 =20 --=20 Mathieu Arnold=20 =20 =20 From owner-svn-ports-head@freebsd.org Sun Dec 18 15:03: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 BF5A5C87DA2; Sun, 18 Dec 2016 15:03:06 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81AD214AD; Sun, 18 Dec 2016 15:03:06 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIF35GC023707; Sun, 18 Dec 2016 15:03:05 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIF34ax023699; Sun, 18 Dec 2016 15:03:04 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201612181503.uBIF34ax023699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 18 Dec 2016 15:03:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428854 - in head: . www www/flashplayer www/linux-c6-flashplugin24 www/linux-c7-flashplugin24 www/linux-flashplayer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 15:03:06 -0000 Author: tijl Date: Sun Dec 18 15:03:04 2016 New Revision: 428854 URL: https://svnweb.freebsd.org/changeset/ports/428854 Log: - Combine linux-c6-flashplugin24 and linux-c7-flashplugin24 into one distro independent port like other Linux application ports. - Rename flashplugin to flashplayer to match upstream. - Tell users to mount linprocfs. - Remove reference to special FreeBSD license. The official license is no longer restricted to officially supported operating systems. - Create www/flashplayer which runs nspluginwrapper on installation. PR: 215345 Added: head/www/flashplayer/ head/www/flashplayer/Makefile (contents, props changed) head/www/flashplayer/pkg-descr (contents, props changed) head/www/linux-flashplayer/ - copied from r428853, head/www/linux-c6-flashplugin24/ Deleted: head/www/linux-c6-flashplugin24/ head/www/linux-c7-flashplugin24/ Modified: head/MOVED head/www/Makefile head/www/linux-flashplayer/Makefile head/www/linux-flashplayer/distinfo head/www/linux-flashplayer/pkg-descr head/www/linux-flashplayer/pkg-message Modified: head/MOVED ============================================================================== --- head/MOVED Sun Dec 18 14:22:49 2016 (r428853) +++ head/MOVED Sun Dec 18 15:03:04 2016 (r428854) @@ -8829,9 +8829,9 @@ graphics/ocrfeeder||2016-12-08|Has expir devel/libcppformat|devel/libfmt|2016-12-08|Project was renamed databases/py35-mysqlclient|databases/py3-mysqlclient|2016-12-10|Moved to match existing naming convention databases/py35-psycopg2|databases/py3-psycopg2|2016-12-10|Moved to match existing naming convention -www/linux-f10-flashplugin11||2016-12-13|Deprecated -www/linux-c6-flashplugin11|www/linux-c6-flashplugin24|2016-12-13|Deprecated -www/linux-c7-flashplugin11|www/linux-c7-flashplugin24|2016-12-13|Deprecated +www/linux-f10-flashplugin11|www/linux-flashplayer|2016-12-13|Removed upstream +www/linux-c6-flashplugin11|www/linux-flashplayer|2016-12-13|Removed upstream +www/linux-c7-flashplugin11|www/linux-flashplayer|2016-12-13|Removed upstream net/py-ceilometerclient|net/py-python-ceilometerclient|2016-12-17|Rename to match pypi name net/py-cinderclient|net/py-python-cinderclient|2016-12-17|Rename to match pypi name net/py-designateclient|net/py-python-designateclient|2016-12-17|Rename to match pypi name @@ -8842,3 +8842,5 @@ net/py-neutronclient|net/py-python-neutr net/py-novaclient|net/py-python-novaclient|2016-12-17|Rename to match pypi name net/py-openstackclient|net/py-python-openstackclient|2016-12-17|Rename to match pypi name www/py-django-openstack-auth|www/py-django_openstack_auth|2016-12-18|Rename to match pypi name +www/linux-c6-flashplugin24|www/linux-flashplayer|2016-12-18|Renamed to match upstream +www/linux-c7-flashplugin24|www/linux-flashplayer|2016-12-18|Renamed to match upstream Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Dec 18 14:22:49 2016 (r428853) +++ head/www/Makefile Sun Dec 18 15:03:04 2016 (r428854) @@ -168,6 +168,7 @@ SUBDIR += firefox-esr SUBDIR += firefox-esr-i18n SUBDIR += firefox-i18n + SUBDIR += flashplayer SUBDIR += flat-frog SUBDIR += flickcurl SUBDIR += flood @@ -372,11 +373,10 @@ SUBDIR += links SUBDIR += links-hacked SUBDIR += links1 - SUBDIR += linux-c6-flashplugin24 SUBDIR += linux-c6-qt47-webkit - SUBDIR += linux-c7-flashplugin24 SUBDIR += linux-c7-qtwebkit SUBDIR += linux-firefox + SUBDIR += linux-flashplayer SUBDIR += linux-opera SUBDIR += linux-seamonkey SUBDIR += lionwiki Added: head/www/flashplayer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/flashplayer/Makefile Sun Dec 18 15:03:04 2016 (r428854) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= flashplayer +PORTVERSION= 24.0 +CATEGORIES= www multimedia +DISTFILES= + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Native wrapper around Linux Flash Player + +RUN_DEPENDS= ${LOCALBASE}/lib/browser_plugins/linux-flashplayer/libflashplayer.so:www/linux-flashplayer \ + nspluginwrapper:www/nspluginwrapper + +NO_ARCH= yes +NO_BUILD= yes +NO_INSTALL= yes +NO_MTREE= yes + +PLIST_FILES= "@postexec ${LOCALBASE}/bin/nspluginwrapper -i ${LOCALBASE}/lib/browser_plugins/linux-flashplayer/libflashplayer.so" \ + "@rmtry lib/browser_plugins/npwrapper.libflashplayer.so" + +.include Added: head/www/flashplayer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/flashplayer/pkg-descr Sun Dec 18 15:03:04 2016 (r428854) @@ -0,0 +1,4 @@ +Wrapper around Linux Flash Player that allows native browsers to display +Flash content. + +WWW: https://www.adobe.com/ Modified: head/www/linux-flashplayer/Makefile ============================================================================== --- head/www/linux-c6-flashplugin24/Makefile Sun Dec 18 14:22:49 2016 (r428853) +++ head/www/linux-flashplayer/Makefile Sun Dec 18 15:03:04 2016 (r428854) @@ -1,32 +1,29 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ -PORTNAME= flashplugin +PORTNAME= flashplayer PORTVERSION= 24.0.0.186 CATEGORIES= www multimedia linux MASTER_SITES= https://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION}/ -PKGNAMEPREFIX?= linux-c6- +PKGNAMEPREFIX= linux- DISTFILES= flash_player_npapi_linux.i386.tar.gz DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= emulation@FreeBSD.org -COMMENT= Adobe Flash Player NPAPI Plugin (beta) +COMMENT= Adobe Flash Player NPAPI Plugin ONLY_FOR_ARCHS= amd64 i386 -USES?= linux:c6 +USES= cpe linux webplugin:linux +CPE_VENDOR= adobe +CPE_PRODUCT= flash_player USE_LINUX= alsalib alsa-plugins-oss curl dri gtk2 nspr nss +WEBPLUGIN_FILES=libflashplayer.so RESTRICTED= Redistribution not allowed NO_BUILD= yes NO_WRKSUBDIR= yes STRIP= -USES+= cpe webplugin:linux -CPE_VENDOR= adobe -CPE_PRODUCT= flash_player -WEBPLUGIN_FILES=libflashplayer.so - -.include post-patch: @${REINPLACE_CMD} '/^NotShowIn=KDE/d' \ Modified: head/www/linux-flashplayer/distinfo ============================================================================== --- head/www/linux-c6-flashplugin24/distinfo Sun Dec 18 14:22:49 2016 (r428853) +++ head/www/linux-flashplayer/distinfo Sun Dec 18 15:03:04 2016 (r428854) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481650383 -SHA256 (flashplugin/24.0.0.186/flash_player_npapi_linux.i386.tar.gz) = 3b5803388f31940484c1020db4c5533aa48cfccab3880eb55a6f25610eb691fd -SIZE (flashplugin/24.0.0.186/flash_player_npapi_linux.i386.tar.gz) = 9159537 +TIMESTAMP = 1482070603 +SHA256 (flashplayer/24.0.0.186/flash_player_npapi_linux.i386.tar.gz) = 3b5803388f31940484c1020db4c5533aa48cfccab3880eb55a6f25610eb691fd +SIZE (flashplayer/24.0.0.186/flash_player_npapi_linux.i386.tar.gz) = 9159537 Modified: head/www/linux-flashplayer/pkg-descr ============================================================================== --- head/www/linux-c6-flashplugin24/pkg-descr Sun Dec 18 14:22:49 2016 (r428853) +++ head/www/linux-flashplayer/pkg-descr Sun Dec 18 15:03:04 2016 (r428854) @@ -1,7 +1,5 @@ -This is the official Flash Player from Adobe. Together with nspluginwrapper -this plugin allows you to see .swf and .spl files in Firefox. - -FreeBSD Flash License Agreement: -https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=96374 +Adobe Flash Player is a lightweight browser plug-in and rich internet +application runtime that delivers consistent and engaging user experiences, +stunning audio/video playback, and exciting gameplay. WWW: https://www.adobe.com/ Modified: head/www/linux-flashplayer/pkg-message ============================================================================== --- head/www/linux-c6-flashplugin24/pkg-message Sun Dec 18 14:22:49 2016 (r428853) +++ head/www/linux-flashplayer/pkg-message Sun Dec 18 15:03:04 2016 (r428854) @@ -1,7 +1,6 @@ -If this is your first time installing flash each user must run: +Flash Player needs linprocfs mounted on /compat/linux/proc. Add the +following line to /etc/fstab: - nspluginwrapper -v -a -i +linprocfs /compat/linux/proc linprocfs rw 0 0 -If you are updating flash each user must run: - - nspluginwrapper -v -a -u +Then run "mount /compat/linux/proc". From owner-svn-ports-head@freebsd.org Sun Dec 18 15:20: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 C1DFFC862E9; Sun, 18 Dec 2016 15:20: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 82B5E1E32; Sun, 18 Dec 2016 15:20: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 uBIFKXbp028331; Sun, 18 Dec 2016 15:20:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFKXIO028326; Sun, 18 Dec 2016 15:20:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181520.uBIFKXIO028326@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, 18 Dec 2016 15:20:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428855 - in head/www: . libnghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 15:20:34 -0000 Author: sunpoet Date: Sun Dec 18 15:20:33 2016 New Revision: 428855 URL: https://svnweb.freebsd.org/changeset/ports/428855 Log: - Add libnghttp2 1.17.0 nghttp2 is an implementation of HTTP/2 and its header compression algorithm HPACK in C. WWW: https://nghttp2.org/ Added: head/www/libnghttp2/ head/www/libnghttp2/Makefile (contents, props changed) head/www/libnghttp2/distinfo (contents, props changed) head/www/libnghttp2/pkg-descr (contents, props changed) head/www/libnghttp2/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Dec 18 15:03:04 2016 (r428854) +++ head/www/Makefile Sun Dec 18 15:20:33 2016 (r428855) @@ -359,6 +359,7 @@ SUBDIR += libhubbub SUBDIR += libjwt SUBDIR += libmicrohttpd + SUBDIR += libnghttp2 SUBDIR += libsocialweb SUBDIR += libwww SUBDIR += libxul Added: head/www/libnghttp2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libnghttp2/Makefile Sun Dec 18 15:20:33 2016 (r428855) @@ -0,0 +1,28 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= nghttp2 +PORTVERSION= 1.17.0 +DISTVERSIONPREFIX= v +CATEGORIES= www net +PKGNAMEPREFIX= lib + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= HTTP/2.0 C Library + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFIGURE_ARGS= --enable-lib-only +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USE_LDCONFIG= yes +USES= autoreconf libtool pathfix pkgconfig + +USE_GITHUB= yes + +post-patch: + @${REINPLACE_CMD} -e 's|doc \(contrib script\)|\1|; /^dist_doc_DATA = / s| README.rst||' ${WRKSRC}/Makefile.am + @${REINPLACE_CMD} -e '/^dist_pkgdata_SCRIPTS = / s| fetch-ocsp-response||' ${WRKSRC}/script/Makefile.am + +.include Added: head/www/libnghttp2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libnghttp2/distinfo Sun Dec 18 15:20:33 2016 (r428855) @@ -0,0 +1,3 @@ +TIMESTAMP = 1480231536 +SHA256 (nghttp2-nghttp2-v1.17.0_GH0.tar.gz) = dd6cee9dcc583dd5cac2d6652ca28f519f885dac2a3451e340fd72566adcf499 +SIZE (nghttp2-nghttp2-v1.17.0_GH0.tar.gz) = 1694346 Added: head/www/libnghttp2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libnghttp2/pkg-descr Sun Dec 18 15:20:33 2016 (r428855) @@ -0,0 +1,4 @@ +nghttp2 is an implementation of HTTP/2 and its header compression algorithm +HPACK in C. + +WWW: https://nghttp2.org/ Added: head/www/libnghttp2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libnghttp2/pkg-plist Sun Dec 18 15:20:33 2016 (r428855) @@ -0,0 +1,7 @@ +include/nghttp2/nghttp2.h +include/nghttp2/nghttp2ver.h +lib/libnghttp2.a +lib/libnghttp2.so +lib/libnghttp2.so.14 +lib/libnghttp2.so.14.12.2 +libdata/pkgconfig/libnghttp2.pc From owner-svn-ports-head@freebsd.org Sun Dec 18 15:20: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 6E272C86319; Sun, 18 Dec 2016 15:20: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 253981E55; Sun, 18 Dec 2016 15: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 uBIFKcVv028447; Sun, 18 Dec 2016 15:20:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFKc1G028445; Sun, 18 Dec 2016 15:20:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181520.uBIFKc1G028445@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, 18 Dec 2016 15:20:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428856 - head/www/nghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 15:20:39 -0000 Author: sunpoet Date: Sun Dec 18 15:20:38 2016 New Revision: 428856 URL: https://svnweb.freebsd.org/changeset/ports/428856 Log: - Update for libnghttp2 change (moved into www/libnghttp2) - Add LIB_DEPENDS on www/libnghttp2 - Copy libnghttp2 to lib/ to avoid unnecessary rebuild - Bump PORTREVISION for dependency and package change Modified: head/www/nghttp2/Makefile head/www/nghttp2/pkg-plist Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Sun Dec 18 15:20:33 2016 (r428855) +++ head/www/nghttp2/Makefile Sun Dec 18 15:20:38 2016 (r428856) @@ -4,7 +4,7 @@ PORTNAME= nghttp2 PORTVERSION= 1.17.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www net MAINTAINER= sunpoet@FreeBSD.org @@ -13,6 +13,8 @@ COMMENT= HTTP/2.0 C Library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libnghttp2.so:www/libnghttp2 + OPTIONS_DEFINE= APP ASIO DOCS EXAMPLES HPACK SPDY OPTIONS_DEFAULT=APP HPACK SPDY OPTIONS_SUB= yes @@ -74,6 +76,16 @@ post-configure: CONFIGURE_ARGS+=--with-jemalloc .endif +post-patch: + @${REINPLACE_CMD} -e '/^SUBDIRS = / s| lib||' ${WRKSRC}/Makefile.am + @${REINPLACE_CMD} -e 's|$$[({]top_builddir[})]/lib/libnghttp2.la|-lnghttp2|' ${WRKSRC}/*/Makefile.am + +# lib/libnghttp2.* are not available until configure phase +post-configure: + @${MKDIR} ${WRKSRC}/lib/.libs/ + @${CP} ${LOCALBASE}/lib/libnghttp2.so* ${WRKSRC}/lib/.libs/ + @cd ${WRKSRC}/lib/.libs/ && ${AR} x ${LOCALBASE}/lib/libnghttp2.a + post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/nghttpx/ ${INSTALL_DATA} ${FILESDIR}/nghttpx.conf.sample ${STAGEDIR}${PREFIX}/etc/nghttpx/nghttpx.conf.sample Modified: head/www/nghttp2/pkg-plist ============================================================================== --- head/www/nghttp2/pkg-plist Sun Dec 18 15:20:33 2016 (r428855) +++ head/www/nghttp2/pkg-plist Sun Dec 18 15:20:38 2016 (r428856) @@ -8,17 +8,10 @@ %%ASIO%%include/nghttp2/asio_http2.h %%ASIO%%include/nghttp2/asio_http2_client.h %%ASIO%%include/nghttp2/asio_http2_server.h -include/nghttp2/nghttp2.h -include/nghttp2/nghttp2ver.h -lib/libnghttp2.a -lib/libnghttp2.so -lib/libnghttp2.so.14 -lib/libnghttp2.so.14.12.2 %%ASIO%%lib/libnghttp2_asio.a %%ASIO%%lib/libnghttp2_asio.so %%ASIO%%lib/libnghttp2_asio.so.1 %%ASIO%%lib/libnghttp2_asio.so.1.0.0 -libdata/pkgconfig/libnghttp2.pc %%ASIO%%libdata/pkgconfig/libnghttp2_asio.pc man/man1/h2load.1.gz man/man1/nghttp.1.gz From owner-svn-ports-head@freebsd.org Sun Dec 18 15:20: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 7F66EC86359; Sun, 18 Dec 2016 15:20: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 41F541ED5; Sun, 18 Dec 2016 15: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 uBIFKhAd028594; Sun, 18 Dec 2016 15:20:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFKh9P028591; Sun, 18 Dec 2016 15:20:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181520.uBIFKh9P028591@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, 18 Dec 2016 15:20:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428857 - in head: devel/pecl-swoole www/apache24 www/mod_http2-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.23 Precedence: list List-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, 18 Dec 2016 15:20:44 -0000 Author: sunpoet Date: Sun Dec 18 15:20:42 2016 New Revision: 428857 URL: https://svnweb.freebsd.org/changeset/ports/428857 Log: - Change *_DEPENDS from www/nghttp2 to www/libnghttp2 - Bump PORTREVISION for dependency change Modified: head/devel/pecl-swoole/Makefile head/www/apache24/Makefile head/www/mod_http2-devel/Makefile Modified: head/devel/pecl-swoole/Makefile ============================================================================== --- head/devel/pecl-swoole/Makefile Sun Dec 18 15:20:38 2016 (r428856) +++ head/devel/pecl-swoole/Makefile Sun Dec 18 15:20:42 2016 (r428857) @@ -3,6 +3,7 @@ PORTNAME= swoole PORTVERSION= 1.8.13 +PORTREVISION= 1 CATEGORIES= devel net MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -20,7 +21,7 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_PHP= pcre OPTIONS_DEFINE= HTTP2 REDIS -HTTP2_LIB_DEPENDS= libnghttp2.so:www/nghttp2 +HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 HTTP2_CONFIGURE_ON= --enable-http2 --enable-openssl REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis REDIS_CONFIGURE_ON= --enable-async-redis --enable-coroutine Modified: head/www/apache24/Makefile ============================================================================== --- head/www/apache24/Makefile Sun Dec 18 15:20:38 2016 (r428856) +++ head/www/apache24/Makefile Sun Dec 18 15:20:42 2016 (r428857) @@ -2,7 +2,7 @@ PORTNAME= apache24 PORTVERSION= 2.4.23 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www ipv6 MASTER_SITES= APACHE_HTTPD DISTNAME= httpd-${PORTVERSION} @@ -80,12 +80,12 @@ IPV4_MAPPED_CONFIGURE_ENABLE= v4-mapped LDAP_CONFIGURE_ON= --enable-ldap=shared HTTP2_CONFIGURE_ON= --with-nghttp2=${LOCALBASE} -HTTP2_LIB_DEPENDS= libnghttp2.so:www/nghttp2 +HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit LUA_CONFIGURE_WITH= lua LUA_USES= lua PROXY_HTTP2_CONFIGURE_ON= --with-nghttp2=${LOCALBASE} -PROXY_HTTP2_LIB_DEPENDS= libnghttp2.so:www/nghttp2 +PROXY_HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 SOCACHE_DC_CONFIGURE_ON= --with-distcache=${LOCALBASE} SOCACHE_DC_LIB_DEPENDS= libdistcache.so:security/distcache Modified: head/www/mod_http2-devel/Makefile ============================================================================== --- head/www/mod_http2-devel/Makefile Sun Dec 18 15:20:38 2016 (r428856) +++ head/www/mod_http2-devel/Makefile Sun Dec 18 15:20:42 2016 (r428857) @@ -3,6 +3,7 @@ PORTNAME= mod_http2-devel PORTVERSION= 1.8.3 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www @@ -11,8 +12,8 @@ COMMENT= Early experience HTTP/2 modules LICENSE= APACHE20 -BUILD_DEPENDS= nghttp2>=1.2:www/nghttp2 -LIB_DEPENDS= libnghttp2.so:www/nghttp2 +BUILD_DEPENDS= libnghttp2>=1.2:www/libnghttp2 +LIB_DEPENDS= libnghttp2.so:www/libnghttp2 USE_GITHUB= yes GH_ACCOUNT= icing From owner-svn-ports-head@freebsd.org Sun Dec 18 15:20: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 20932C8639E; Sun, 18 Dec 2016 15:20: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 E42781F94; Sun, 18 Dec 2016 15:20: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 uBIFKpI5029478; Sun, 18 Dec 2016 15:20:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFKplk029455; Sun, 18 Dec 2016 15:20:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181520.uBIFKplk029455@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, 18 Dec 2016 15:20:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428858 - 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.23 Precedence: list List-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, 18 Dec 2016 15:20:52 -0000 Author: sunpoet Date: Sun Dec 18 15:20:50 2016 New Revision: 428858 URL: https://svnweb.freebsd.org/changeset/ports/428858 Log: - Change HTTP2 dependency from www/nghttp2 to www/libnghttp2 - Enable HTTP2 option by default - Bump PORTREVISION for dependency and package change Modified: head/ftp/curl/Makefile Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Sun Dec 18 15:20:42 2016 (r428857) +++ head/ftp/curl/Makefile Sun Dec 18 15:20:50 2016 (r428858) @@ -3,7 +3,7 @@ PORTNAME= curl PORTVERSION= 7.51.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= ftp net www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet @@ -20,7 +20,7 @@ OPTIONS_SINGLE= GSSAPI OPTIONS_RADIO_RESOLV= CARES THREADED_RESOLVER OPTIONS_RADIO_SSL= GNUTLS NSS OPENSSL POLARSSL WOLFSSL OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE -OPTIONS_DEFAULT= CA_BUNDLE COOKIES OPENSSL PROXY RESOLV THREADED_RESOLVER TLS_SRP +OPTIONS_DEFAULT= CA_BUNDLE COOKIES HTTP2 OPENSSL PROXY RESOLV THREADED_RESOLVER TLS_SRP CA_BUNDLE_DESC= Install CA bundle for OpenSSL CA_BUNDLE_IMPLIES= OPENSSL COOKIES_DESC= Cookies support @@ -95,10 +95,10 @@ GSSAPI_MIT_LDFLAGS= ${GSSAPILDFLAGS} GSSAPI_MIT_LIBS= ${GSSAPILIBS} GSSAPI_MIT_USES= gssapi:mit GSSAPI_NONE_CONFIGURE_ON= --without-gssapi -HTTP2_BUILD_DEPENDS= nghttp2>=1.0.0:www/nghttp2 -HTTP2_CONFIGURE_WITH= nghttp2 -HTTP2_LIB_DEPENDS= libnghttp2.so:www/nghttp2 -HTTP2_RUN_DEPENDS= nghttp2>=1.0.0:www/nghttp2 +HTTP2_BUILD_DEPENDS= libnghttp2>=1.0.0:www/libnghttp2 +HTTP2_CONFIGURE_WITH= libnghttp2 +HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 +HTTP2_RUN_DEPENDS= libnghttp2>=1.0.0:www/libnghttp2 HTTP2_USES= pkgconfig IDN_CONFIGURE_WITH= libidn2 IDN_LIB_DEPENDS= libidn2.so:dns/libidn2 From owner-svn-ports-head@freebsd.org Sun Dec 18 15:21: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 750CDC865FB; Sun, 18 Dec 2016 15:21: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 449353AF; Sun, 18 Dec 2016 15:21: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 uBIFLeuo030487; Sun, 18 Dec 2016 15:21:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFLemG030485; Sun, 18 Dec 2016 15:21:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181521.uBIFLemG030485@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, 18 Dec 2016 15:21:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428859 - head/audio/fplib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 15:21:41 -0000 Author: sunpoet Date: Sun Dec 18 15:21:40 2016 New Revision: 428859 URL: https://svnweb.freebsd.org/changeset/ports/428859 Log: - Use GitHub repository directly Modified: head/audio/fplib/Makefile head/audio/fplib/distinfo Modified: head/audio/fplib/Makefile ============================================================================== --- head/audio/fplib/Makefile Sun Dec 18 15:20:50 2016 (r428858) +++ head/audio/fplib/Makefile Sun Dec 18 15:21:40 2016 (r428859) @@ -5,7 +5,6 @@ PORTNAME= fplib PORTVERSION= 20121001 PORTREVISION= 3 CATEGORIES= audio -MASTER_SITES= LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Last.fm fingerprint library @@ -24,4 +23,9 @@ MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USES= cmake localbase:ldflags tar:xz +GH_ACCOUNT= lastfm +GH_PROJECT= Fingerprinter +GH_TAGNAME= b728727 +USE_GITHUB= yes + .include Modified: head/audio/fplib/distinfo ============================================================================== --- head/audio/fplib/distinfo Sun Dec 18 15:20:50 2016 (r428858) +++ head/audio/fplib/distinfo Sun Dec 18 15:21:40 2016 (r428859) @@ -1,2 +1,3 @@ -SHA256 (fplib-20121001.tar.xz) = 8252ad94fd9c8ff37d8dbda3c91c9d0a355692ba4b672d36b4e63601b1a5909a -SIZE (fplib-20121001.tar.xz) = 55240 +TIMESTAMP = 1482063349 +SHA256 (lastfm-Fingerprinter-20121001-b728727_GH0.tar.gz) = fd15b645658f3f1d9c9c4edf5a0ac35a703925f41048f185768073b7bf174b62 +SIZE (lastfm-Fingerprinter-20121001-b728727_GH0.tar.gz) = 65462 From owner-svn-ports-head@freebsd.org Sun Dec 18 15:21: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 E6A90C8664E; Sun, 18 Dec 2016 15:21: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 B31AB63F; Sun, 18 Dec 2016 15:21: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 uBIFLiFV030604; Sun, 18 Dec 2016 15:21:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFLi60030603; Sun, 18 Dec 2016 15:21:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181521.uBIFLi60030603@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, 18 Dec 2016 15:21:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428860 - head/databases/pecl-memcached X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 15:21:46 -0000 Author: sunpoet Date: Sun Dec 18 15:21:44 2016 New Revision: 428860 URL: https://svnweb.freebsd.org/changeset/ports/428860 Log: - Add PORTSCOUT - Add GitHub repository to WWW Modified: head/databases/pecl-memcached/Makefile head/databases/pecl-memcached/pkg-descr Modified: head/databases/pecl-memcached/Makefile ============================================================================== --- head/databases/pecl-memcached/Makefile Sun Dec 18 15:21:40 2016 (r428859) +++ head/databases/pecl-memcached/Makefile Sun Dec 18 15:21:44 2016 (r428860) @@ -18,12 +18,16 @@ LIB_DEPENDS= libmemcached.so:databases/l OPTIONS_DEFINE= IGBINARY SASL IGBINARY_DESC= Binary serializer support +PORTSCOUT= limit:^[0-9\.]*$$ + CONFIGURE_ARGS= --with-libmemcached-dir=${LOCALBASE} USE_PHP= json:build session:build USES= php:ext pkgconfig +PHP7_TAGNAME= e65be32 + GH_TUPLE= php-${PORTNAME}-dev:php-${PORTNAME}:${PORTVERSION} \ - php-${PORTNAME}-dev:php-${PORTNAME}:e65be32:php7 + php-${PORTNAME}-dev:php-${PORTNAME}:${PHP7_TAGNAME}:php7 USE_GITHUB= yes IGBINARY_CONFIGURE_ENABLE= memcached-igbinary @@ -34,7 +38,7 @@ SASL_LIB_DEPENDS= libsasl2.so:security/c .include .if ${PHP_VER} == 70 -WRKSRC_SUBDIR= ../php-memcached-e65be32 +WRKSRC_SUBDIR= ../php-${PORTNAME}-${PHP7_TAGNAME} .endif .include Modified: head/databases/pecl-memcached/pkg-descr ============================================================================== --- head/databases/pecl-memcached/pkg-descr Sun Dec 18 15:21:40 2016 (r428859) +++ head/databases/pecl-memcached/pkg-descr Sun Dec 18 15:21:44 2016 (r428860) @@ -6,3 +6,4 @@ This extension uses libmemcached library communicating with memcached servers. WWW: https://pecl.php.net/package/memcached +WWW: https://github.com/php-memcached-dev/php-memcached From owner-svn-ports-head@freebsd.org Sun Dec 18 15:21: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 19D3EC86698; Sun, 18 Dec 2016 15:21: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 D8CC469E; Sun, 18 Dec 2016 15:21: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 uBIFLnDh030704; Sun, 18 Dec 2016 15:21:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFLnLL030703; Sun, 18 Dec 2016 15:21:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181521.uBIFLnLL030703@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, 18 Dec 2016 15:21:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428861 - head/dns/libpsl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 15:21:50 -0000 Author: sunpoet Date: Sun Dec 18 15:21:48 2016 New Revision: 428861 URL: https://svnweb.freebsd.org/changeset/ports/428861 Log: - Add USES=localbase:ldflags Modified: head/dns/libpsl/Makefile Modified: head/dns/libpsl/Makefile ============================================================================== --- head/dns/libpsl/Makefile Sun Dec 18 15:21:44 2016 (r428860) +++ head/dns/libpsl/Makefile Sun Dec 18 15:21:48 2016 (r428861) @@ -29,7 +29,7 @@ CONFIGURE_ARGS= --enable-man \ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= autoreconf libtool pathfix pkgconfig python:build shebangfix +USES= autoreconf libtool localbase:ldflags pathfix pkgconfig python:build shebangfix GH_ACCOUNT= rockdaboot USE_GITHUB= yes From owner-svn-ports-head@freebsd.org Sun Dec 18 15:21: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 6A9ACC866E3; Sun, 18 Dec 2016 15:21: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 28C6A782; Sun, 18 Dec 2016 15:21: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 uBIFLrE5030807; Sun, 18 Dec 2016 15:21:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFLr40030806; Sun, 18 Dec 2016 15:21:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181521.uBIFLr40030806@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, 18 Dec 2016 15:21:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428862 - head/graphics/GraphicsMagick X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 15:21:54 -0000 Author: sunpoet Date: Sun Dec 18 15:21:53 2016 New Revision: 428862 URL: https://svnweb.freebsd.org/changeset/ports/428862 Log: - Build C++ sources with GCC when OPENMP is enabled - Bump PORTREVISION for package change PR: 215355 Submitted by: jbeich Modified: head/graphics/GraphicsMagick/Makefile Modified: head/graphics/GraphicsMagick/Makefile ============================================================================== --- head/graphics/GraphicsMagick/Makefile Sun Dec 18 15:21:48 2016 (r428861) +++ head/graphics/GraphicsMagick/Makefile Sun Dec 18 15:21:53 2016 (r428862) @@ -3,6 +3,7 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.3.25 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF \ @@ -50,7 +51,7 @@ LCMS2_CONFIGURE= lcms2 LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2 OPENMP_CONFIGURE_OFF= --disable-openmp --without-threads OPENMP_CONFIGURE_ON= --disable-openmp-slow --enable-openmp --with-threads -OPENMP_USES= compiler:openmp +OPENMP_USES= compiler:gcc-c++11-lib PNG_CONFIGURE_WITH= png PNG_LIB_DEPENDS= libpng.so:graphics/png Q8BIT_CONFIGURE_OFF= --with-quantum-depth=16 @@ -98,7 +99,3 @@ post-install-Q8BIT-on: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/GraphicsMagick/modules-Q8/coders ${STAGEDIR}${PREFIX}/lib/GraphicsMagick/modules-Q8/filters .include - -# The OPENMP option may select gcc as compiler but on architectures -# that have switched to libc++ clang should be used for C++ code. -CXX= c++ From owner-svn-ports-head@freebsd.org Sun Dec 18 15:22: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 461C1C86794; Sun, 18 Dec 2016 15:22: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 0829F899; Sun, 18 Dec 2016 15:22: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 uBIFM3nq031109; Sun, 18 Dec 2016 15:22:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFM229031106; Sun, 18 Dec 2016 15:22:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181522.uBIFM229031106@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, 18 Dec 2016 15:22:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428864 - head/devel/p5-Test-Simple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 15:22:04 -0000 Author: sunpoet Date: Sun Dec 18 15:22:02 2016 New Revision: 428864 URL: https://svnweb.freebsd.org/changeset/ports/428864 Log: - Update to 1.302071 - Sort PLIST Changes: http://search.cpan.org/dist/Test-Simple/Changes Modified: head/devel/p5-Test-Simple/Makefile head/devel/p5-Test-Simple/distinfo head/devel/p5-Test-Simple/pkg-plist Modified: head/devel/p5-Test-Simple/Makefile ============================================================================== --- head/devel/p5-Test-Simple/Makefile Sun Dec 18 15:21:57 2016 (r428863) +++ head/devel/p5-Test-Simple/Makefile Sun Dec 18 15:22:02 2016 (r428864) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Simple -PORTVERSION= 1.302067 +PORTVERSION= 1.302071 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Simple/distinfo ============================================================================== --- head/devel/p5-Test-Simple/distinfo Sun Dec 18 15:21:57 2016 (r428863) +++ head/devel/p5-Test-Simple/distinfo Sun Dec 18 15:22:02 2016 (r428864) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479979073 -SHA256 (Test-Simple-1.302067.tar.gz) = 4d43a1ed9cd43a5ad0e6cb206c0cd86d59f118ad6895220688d7bd918016b2a3 -SIZE (Test-Simple-1.302067.tar.gz) = 250733 +TIMESTAMP = 1482042548 +SHA256 (Test-Simple-1.302071.tar.gz) = 9bbb4f031ce817d8cf5ab9db30a14ce18001676ef31ff9f34bce515f0d604232 +SIZE (Test-Simple-1.302071.tar.gz) = 253369 Modified: head/devel/p5-Test-Simple/pkg-plist ============================================================================== --- head/devel/p5-Test-Simple/pkg-plist Sun Dec 18 15:21:57 2016 (r428863) +++ head/devel/p5-Test-Simple/pkg-plist Sun Dec 18 15:22:02 2016 (r428864) @@ -22,6 +22,7 @@ %%SITE_PERL%%/Test2/Event.pm %%SITE_PERL%%/Test2/Event/Bail.pm %%SITE_PERL%%/Test2/Event/Diag.pm +%%SITE_PERL%%/Test2/Event/Encoding.pm %%SITE_PERL%%/Test2/Event/Exception.pm %%SITE_PERL%%/Test2/Event/Generic.pm %%SITE_PERL%%/Test2/Event/Info.pm @@ -30,6 +31,7 @@ %%SITE_PERL%%/Test2/Event/Plan.pm %%SITE_PERL%%/Test2/Event/Skip.pm %%SITE_PERL%%/Test2/Event/Subtest.pm +%%SITE_PERL%%/Test2/Event/TAP/Version.pm %%SITE_PERL%%/Test2/Event/Waiting.pm %%SITE_PERL%%/Test2/Formatter.pm %%SITE_PERL%%/Test2/Formatter/TAP.pm @@ -45,6 +47,7 @@ %%SITE_PERL%%/Test2/Util/ExternalMeta.pm %%SITE_PERL%%/Test2/Util/HashBase.pm %%SITE_PERL%%/Test2/Util/Trace.pm +%%SITE_PERL%%/ok.pm %%PERL5_MAN3%%/Test2.3.gz %%PERL5_MAN3%%/Test2::API.3.gz %%PERL5_MAN3%%/Test2::API::Breakage.3.gz @@ -54,6 +57,7 @@ %%PERL5_MAN3%%/Test2::Event.3.gz %%PERL5_MAN3%%/Test2::Event::Bail.3.gz %%PERL5_MAN3%%/Test2::Event::Diag.3.gz +%%PERL5_MAN3%%/Test2::Event::Encoding.3.gz %%PERL5_MAN3%%/Test2::Event::Exception.3.gz %%PERL5_MAN3%%/Test2::Event::Generic.3.gz %%PERL5_MAN3%%/Test2::Event::Info.3.gz @@ -62,6 +66,7 @@ %%PERL5_MAN3%%/Test2::Event::Plan.3.gz %%PERL5_MAN3%%/Test2::Event::Skip.3.gz %%PERL5_MAN3%%/Test2::Event::Subtest.3.gz +%%PERL5_MAN3%%/Test2::Event::TAP::Version.3.gz %%PERL5_MAN3%%/Test2::Event::Waiting.3.gz %%PERL5_MAN3%%/Test2::Formatter.3.gz %%PERL5_MAN3%%/Test2::Formatter::TAP.3.gz @@ -92,4 +97,3 @@ %%PERL5_MAN3%%/Test::Tutorial.3.gz %%PERL5_MAN3%%/Test::use::ok.3.gz %%PERL5_MAN3%%/ok.3.gz -%%SITE_PERL%%/ok.pm From owner-svn-ports-head@freebsd.org Sun Dec 18 15:21: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 57055C8674C; Sun, 18 Dec 2016 15:21: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 17159812; Sun, 18 Dec 2016 15:21: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 uBIFLwBw030954; Sun, 18 Dec 2016 15:21:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFLwna030950; Sun, 18 Dec 2016 15:21:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181521.uBIFLwna030950@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, 18 Dec 2016 15:21:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428863 - 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.23 Precedence: list List-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, 18 Dec 2016 15:21:59 -0000 Author: sunpoet Date: Sun Dec 18 15:21:57 2016 New Revision: 428863 URL: https://svnweb.freebsd.org/changeset/ports/428863 Log: - Update to 4.0.5 Changes: https://github.com/npm/npm/releases https://github.com/npm/npm/blob/v4.0.5/CHANGELOG.md Modified: head/www/npm/Makefile head/www/npm/distinfo head/www/npm/pkg-plist Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Sun Dec 18 15:21:53 2016 (r428862) +++ head/www/npm/Makefile Sun Dec 18 15:21:57 2016 (r428863) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 4.0.3 +PORTVERSION= 4.0.5 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet @@ -27,8 +27,8 @@ CPE_VENDOR= npmjs CPE_PRODUCT= node_packaged_modules SHEBANG_FILES= lib/utils/completion.sh \ + node_modules/lockfile/gen-changelog.sh \ node_modules/node-gyp/test/docker.sh \ - node_modules/request/node_modules/node-uuid/benchmark/bench.sh \ scripts/clean-old.sh \ scripts/release.sh \ scripts/relocate.sh Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Sun Dec 18 15:21:53 2016 (r428862) +++ head/www/npm/distinfo Sun Dec 18 15:21:57 2016 (r428863) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481217963 -SHA256 (npm-4.0.3.tar.xz) = 3ed5e0a71308ce40f064a66cd94ec2efc3c75a6618f405c0ae168840914f39c8 -SIZE (npm-4.0.3.tar.xz) = 2670980 +TIMESTAMP = 1482001629 +SHA256 (npm-4.0.5.tar.xz) = bd23ed016843323c53a981647be01abf049586eff46901fda66b2cc4191cc310 +SIZE (npm-4.0.5.tar.xz) = 2676812 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Sun Dec 18 15:21:53 2016 (r428862) +++ head/www/npm/pkg-plist Sun Dec 18 15:21:57 2016 (r428863) @@ -2832,13 +2832,9 @@ lib/node_modules/npm/node_modules/realiz lib/node_modules/npm/node_modules/realize-package-specifier/test/npa-github.js lib/node_modules/npm/node_modules/realize-package-specifier/test/npa-gitlab.js lib/node_modules/npm/node_modules/realize-package-specifier/test/npa-windows.js -lib/node_modules/npm/node_modules/request/.npmignore -lib/node_modules/npm/node_modules/request/.travis.yml lib/node_modules/npm/node_modules/request/CHANGELOG.md -lib/node_modules/npm/node_modules/request/CONTRIBUTING.md lib/node_modules/npm/node_modules/request/LICENSE lib/node_modules/npm/node_modules/request/README.md -lib/node_modules/npm/node_modules/request/codecov.yml lib/node_modules/npm/node_modules/request/index.js lib/node_modules/npm/node_modules/request/lib/auth.js lib/node_modules/npm/node_modules/request/lib/cookies.js @@ -3262,6 +3258,8 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/bcrypt-pbkdf/README.md lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/bcrypt-pbkdf/index.js lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/bcrypt-pbkdf/package.json +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/CHANGES.md +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/LICENSE.txt lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/README.md lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/etc/dashdash.bash_completion.in lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/lib/dashdash.js @@ -3346,22 +3344,6 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/mime-types/node_modules/mime-db/index.js lib/node_modules/npm/node_modules/request/node_modules/mime-types/node_modules/mime-db/package.json lib/node_modules/npm/node_modules/request/node_modules/mime-types/package.json -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/.npmignore -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/LICENSE.md -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/README.md -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/benchmark/README.md -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/benchmark/bench.gnu -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/benchmark/bench.sh -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/benchmark/benchmark-native.c -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/benchmark/benchmark.js -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/bin/uuid -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/bower.json -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/component.json -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/package.json -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/test/compare_v1.js -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/test/test.html -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/test/test.js -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/uuid.js lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/LICENSE lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/README.md lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/index.js @@ -3406,6 +3388,22 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent/README.md lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent/index.js lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent/package.json +lib/node_modules/npm/node_modules/request/node_modules/uuid/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/uuid/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/uuid/AUTHORS +lib/node_modules/npm/node_modules/request/node_modules/uuid/HISTORY.md +lib/node_modules/npm/node_modules/request/node_modules/uuid/LICENSE.md +lib/node_modules/npm/node_modules/request/node_modules/uuid/README.md +lib/node_modules/npm/node_modules/request/node_modules/uuid/bin/uuid +lib/node_modules/npm/node_modules/request/node_modules/uuid/index.js +lib/node_modules/npm/node_modules/request/node_modules/uuid/lib/bytesToUuid.js +lib/node_modules/npm/node_modules/request/node_modules/uuid/lib/rng-browser.js +lib/node_modules/npm/node_modules/request/node_modules/uuid/lib/rng.js +lib/node_modules/npm/node_modules/request/node_modules/uuid/package.json +lib/node_modules/npm/node_modules/request/node_modules/uuid/test/mocha.opts +lib/node_modules/npm/node_modules/request/node_modules/uuid/test/test.js +lib/node_modules/npm/node_modules/request/node_modules/uuid/v1.js +lib/node_modules/npm/node_modules/request/node_modules/uuid/v4.js lib/node_modules/npm/node_modules/request/package.json lib/node_modules/npm/node_modules/request/request.js lib/node_modules/npm/node_modules/retry/.npmignore @@ -3693,15 +3691,11 @@ lib/node_modules/npm/test/fixtures/gitig lib/node_modules/npm/test/fixtures/npmignore.tgz lib/node_modules/npm/test/fixtures/onload.js lib/node_modules/npm/test/fixtures/scoped-underscore-1.3.1.tgz -lib/node_modules/npm/test/network/bearer-token-check.js lib/node_modules/npm/test/network/git-cache-locking.js lib/node_modules/npm/test/network/git-cache-no-hooks.js -lib/node_modules/npm/test/network/it.js lib/node_modules/npm/test/network/legacy-bundled-git.js -lib/node_modules/npm/test/network/legacy-optional-deps.js lib/node_modules/npm/test/network/legacy-shrinkwrap.js lib/node_modules/npm/test/network/legacy-url-dep.js -lib/node_modules/npm/test/network/outdated-symlink.js lib/node_modules/npm/test/network/registry.js lib/node_modules/npm/test/tap/00-check-mock-dep.js lib/node_modules/npm/test/tap/00-config-setup.js @@ -3726,6 +3720,7 @@ lib/node_modules/npm/test/tap/all-packag lib/node_modules/npm/test/tap/all-package-metadata-update-stream-unit.js lib/node_modules/npm/test/tap/all-package-metadata-write-stream-unit.js lib/node_modules/npm/test/tap/all-package-metadata.js +lib/node_modules/npm/test/tap/bearer-token-check.js lib/node_modules/npm/test/tap/bin.js lib/node_modules/npm/test/tap/bitbucket-https-url-with-creds-package.js lib/node_modules/npm/test/tap/bitbucket-https-url-with-creds.js @@ -3737,6 +3732,7 @@ lib/node_modules/npm/test/tap/builtin-co lib/node_modules/npm/test/tap/bundled-dependencies-no-pkgjson.js lib/node_modules/npm/test/tap/bundled-dependencies-nonarray.js lib/node_modules/npm/test/tap/bundled-dependencies.js +lib/node_modules/npm/test/tap/bundled-no-add-to-move.js lib/node_modules/npm/test/tap/bundled-transitive-deps.js lib/node_modules/npm/test/tap/cache-add-localdir-fallback.js lib/node_modules/npm/test/tap/cache-add-unpublished.js @@ -3831,12 +3827,14 @@ lib/node_modules/npm/test/tap/install-wi lib/node_modules/npm/test/tap/invalid-cmd-exit-code.js lib/node_modules/npm/test/tap/invalid-dep-version-filtering.js lib/node_modules/npm/test/tap/is-fs-access-available.js +lib/node_modules/npm/test/tap/it.js lib/node_modules/npm/test/tap/legacy-array-bin.js lib/node_modules/npm/test/tap/legacy-dir-bin.js lib/node_modules/npm/test/tap/legacy-ignore-nested-nm.js lib/node_modules/npm/test/tap/legacy-missing-bindir.js lib/node_modules/npm/test/tap/legacy-no-auth-leak.js lib/node_modules/npm/test/tap/legacy-npm-self-install.js +lib/node_modules/npm/test/tap/legacy-optional-deps.js lib/node_modules/npm/test/tap/legacy-platform-all.js lib/node_modules/npm/test/tap/legacy-platform.js lib/node_modules/npm/test/tap/legacy-private.js @@ -3858,6 +3856,7 @@ lib/node_modules/npm/test/tap/ls-product lib/node_modules/npm/test/tap/ls-top-errors.js lib/node_modules/npm/test/tap/ls.js lib/node_modules/npm/test/tap/map-to-registry.js +lib/node_modules/npm/test/tap/move-no-clobber-dest-node-modules.js lib/node_modules/npm/test/tap/nerf-dart.js lib/node_modules/npm/test/tap/nested-extraneous.js lib/node_modules/npm/test/tap/no-global-warns.js @@ -3881,6 +3880,7 @@ lib/node_modules/npm/test/tap/outdated-l lib/node_modules/npm/test/tap/outdated-new-versions.js lib/node_modules/npm/test/tap/outdated-notarget.js lib/node_modules/npm/test/tap/outdated-private.js +lib/node_modules/npm/test/tap/outdated-symlink.js lib/node_modules/npm/test/tap/outdated.js lib/node_modules/npm/test/tap/override-bundled.js lib/node_modules/npm/test/tap/owner.js @@ -3953,6 +3953,7 @@ lib/node_modules/npm/test/tap/uninstall- lib/node_modules/npm/test/tap/uninstall-save.js lib/node_modules/npm/test/tap/unit-child-path.js lib/node_modules/npm/test/tap/unit-deps-childDependencySpecifier.js +lib/node_modules/npm/test/tap/unit-deps-earliestInstallable.js lib/node_modules/npm/test/tap/unit-deps-removeObsoleteDep.js lib/node_modules/npm/test/tap/unit-deps-replaceModule.js lib/node_modules/npm/test/tap/unit-gentlyrm.js From owner-svn-ports-head@freebsd.org Sun Dec 18 15:22: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 1ACE7C8680C; Sun, 18 Dec 2016 15:22: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 E87CB936; Sun, 18 Dec 2016 15:22: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 uBIFM8N7031244; Sun, 18 Dec 2016 15:22:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFM7I9031241; Sun, 18 Dec 2016 15:22:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181522.uBIFM7I9031241@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, 18 Dec 2016 15:22:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428865 - head/devel/p5-Test2-Suite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 15:22:09 -0000 Author: sunpoet Date: Sun Dec 18 15:22:07 2016 New Revision: 428865 URL: https://svnweb.freebsd.org/changeset/ports/428865 Log: - Update to 0.000063 Changes: http://search.cpan.org/dist/Test2-Suite/Changes Modified: head/devel/p5-Test2-Suite/Makefile head/devel/p5-Test2-Suite/distinfo head/devel/p5-Test2-Suite/pkg-plist Modified: head/devel/p5-Test2-Suite/Makefile ============================================================================== --- head/devel/p5-Test2-Suite/Makefile Sun Dec 18 15:22:02 2016 (r428864) +++ head/devel/p5-Test2-Suite/Makefile Sun Dec 18 15:22:07 2016 (r428865) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test2-Suite -PORTVERSION= 0.000061 +PORTVERSION= 0.000063 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:EXODIST @@ -15,7 +15,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Importer>=0.010:devel/p5-Importer \ +BUILD_DEPENDS= p5-Importer>=0.024:devel/p5-Importer \ p5-Test-Simple>=1.302032:devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-Test2-Suite/distinfo ============================================================================== --- head/devel/p5-Test2-Suite/distinfo Sun Dec 18 15:22:02 2016 (r428864) +++ head/devel/p5-Test2-Suite/distinfo Sun Dec 18 15:22:07 2016 (r428865) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480231524 -SHA256 (Test2-Suite-0.000061.tar.gz) = b2ef2a59c8864c79f6c6a64c65e12c93f881361e4d9eb54419fcb4785c08ea75 -SIZE (Test2-Suite-0.000061.tar.gz) = 140806 +TIMESTAMP = 1482042540 +SHA256 (Test2-Suite-0.000063.tar.gz) = 6688fefeb639f4f61a7a6bf1f56025c4163c6d6eccd404ecbc7030d54f9bd9b9 +SIZE (Test2-Suite-0.000063.tar.gz) = 142516 Modified: head/devel/p5-Test2-Suite/pkg-plist ============================================================================== --- head/devel/p5-Test2-Suite/pkg-plist Sun Dec 18 15:22:02 2016 (r428864) +++ head/devel/p5-Test2-Suite/pkg-plist Sun Dec 18 15:22:07 2016 (r428865) @@ -64,11 +64,14 @@ %%SITE_PERL%%/Test2/Util/Stash.pm %%SITE_PERL%%/Test2/Util/Sub.pm %%SITE_PERL%%/Test2/Util/Table.pm +%%SITE_PERL%%/Test2/Util/Table/Cell.pm %%SITE_PERL%%/Test2/Util/Table/LineBreak.pm +%%SITE_PERL%%/Test2/Util/Term.pm +%%PERL5_MAN3%%/Test2::Bundle.3.gz %%PERL5_MAN3%%/Test2::Bundle::Extended.3.gz %%PERL5_MAN3%%/Test2::Bundle::More.3.gz %%PERL5_MAN3%%/Test2::Bundle::Simple.3.gz -%%PERL5_MAN3%%/Test2::Bundle.3.gz +%%PERL5_MAN3%%/Test2::Compare.3.gz %%PERL5_MAN3%%/Test2::Compare::Array.3.gz %%PERL5_MAN3%%/Test2::Compare::Bag.3.gz %%PERL5_MAN3%%/Test2::Compare::Base.3.gz @@ -92,14 +95,14 @@ %%PERL5_MAN3%%/Test2::Compare::String.3.gz %%PERL5_MAN3%%/Test2::Compare::Undef.3.gz %%PERL5_MAN3%%/Test2::Compare::Wildcard.3.gz -%%PERL5_MAN3%%/Test2::Compare.3.gz %%PERL5_MAN3%%/Test2::Mock.3.gz +%%PERL5_MAN3%%/Test2::Plugin.3.gz %%PERL5_MAN3%%/Test2::Plugin::BailOnFail.3.gz %%PERL5_MAN3%%/Test2::Plugin::DieOnFail.3.gz %%PERL5_MAN3%%/Test2::Plugin::ExitSummary.3.gz %%PERL5_MAN3%%/Test2::Plugin::SRand.3.gz %%PERL5_MAN3%%/Test2::Plugin::UTF8.3.gz -%%PERL5_MAN3%%/Test2::Plugin.3.gz +%%PERL5_MAN3%%/Test2::Require.3.gz %%PERL5_MAN3%%/Test2::Require::AuthorTesting.3.gz %%PERL5_MAN3%%/Test2::Require::EnvVar.3.gz %%PERL5_MAN3%%/Test2::Require::Fork.3.gz @@ -107,9 +110,9 @@ %%PERL5_MAN3%%/Test2::Require::Perl.3.gz %%PERL5_MAN3%%/Test2::Require::RealFork.3.gz %%PERL5_MAN3%%/Test2::Require::Threads.3.gz -%%PERL5_MAN3%%/Test2::Require.3.gz %%PERL5_MAN3%%/Test2::Suite.3.gz %%PERL5_MAN3%%/Test2::Todo.3.gz +%%PERL5_MAN3%%/Test2::Tools.3.gz %%PERL5_MAN3%%/Test2::Tools::Basic.3.gz %%PERL5_MAN3%%/Test2::Tools::Class.3.gz %%PERL5_MAN3%%/Test2::Tools::ClassicCompare.3.gz @@ -125,10 +128,9 @@ %%PERL5_MAN3%%/Test2::Tools::Subtest.3.gz %%PERL5_MAN3%%/Test2::Tools::Target.3.gz %%PERL5_MAN3%%/Test2::Tools::Warnings.3.gz -%%PERL5_MAN3%%/Test2::Tools.3.gz %%PERL5_MAN3%%/Test2::Util::Grabber.3.gz %%PERL5_MAN3%%/Test2::Util::Ref.3.gz %%PERL5_MAN3%%/Test2::Util::Stash.3.gz %%PERL5_MAN3%%/Test2::Util::Sub.3.gz -%%PERL5_MAN3%%/Test2::Util::Table::LineBreak.3.gz %%PERL5_MAN3%%/Test2::Util::Table.3.gz +%%PERL5_MAN3%%/Test2::Util::Table::LineBreak.3.gz From owner-svn-ports-head@freebsd.org Sun Dec 18 15:23: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 442FDC86978; Sun, 18 Dec 2016 15:23: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 135FF10C7; Sun, 18 Dec 2016 15:23: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 uBIFNLa6033475; Sun, 18 Dec 2016 15:23:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFNLhf033473; Sun, 18 Dec 2016 15:23:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181523.uBIFNLhf033473@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, 18 Dec 2016 15:23:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428866 - head/security/rubygem-sshkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 15:23:22 -0000 Author: sunpoet Date: Sun Dec 18 15:23:20 2016 New Revision: 428866 URL: https://svnweb.freebsd.org/changeset/ports/428866 Log: - Update to 1.11.5 Changes: https://github.com/capistrano/sshkit/blob/master/CHANGELOG.md Modified: head/security/rubygem-sshkit/Makefile head/security/rubygem-sshkit/distinfo Modified: head/security/rubygem-sshkit/Makefile ============================================================================== --- head/security/rubygem-sshkit/Makefile Sun Dec 18 15:22:07 2016 (r428865) +++ head/security/rubygem-sshkit/Makefile Sun Dec 18 15:23:20 2016 (r428866) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sshkit -PORTVERSION= 1.11.4 +PORTVERSION= 1.11.5 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-sshkit/distinfo ============================================================================== --- head/security/rubygem-sshkit/distinfo Sun Dec 18 15:22:07 2016 (r428865) +++ head/security/rubygem-sshkit/distinfo Sun Dec 18 15:23:20 2016 (r428866) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480754931 -SHA256 (rubygem/sshkit-1.11.4.gem) = 15fb0b96854d3c85b2a81fababfc369505519a144d5c396bf60a41961f5cbbeb -SIZE (rubygem/sshkit-1.11.4.gem) = 145408 +TIMESTAMP = 1482004803 +SHA256 (rubygem/sshkit-1.11.5.gem) = 546948e1c33c1fb748455d25967d7dc06d592e59d3408ce04ebbe1950e5430b1 +SIZE (rubygem/sshkit-1.11.5.gem) = 146432 From owner-svn-ports-head@freebsd.org Sun Dec 18 15: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 AC903C869AB; Sun, 18 Dec 2016 15: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 7BB2210D9; Sun, 18 Dec 2016 15:23: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 uBIFNP8S033594; Sun, 18 Dec 2016 15:23:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFNPJU033592; Sun, 18 Dec 2016 15:23:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181523.uBIFNPJU033592@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, 18 Dec 2016 15:23:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428867 - head/sysutils/rubygem-capistrano X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 15:23:26 -0000 Author: sunpoet Date: Sun Dec 18 15:23:25 2016 New Revision: 428867 URL: https://svnweb.freebsd.org/changeset/ports/428867 Log: - Update to 3.7.1 Changes: https://github.com/capistrano/capistrano/blob/master/CHANGELOG.md Modified: head/sysutils/rubygem-capistrano/Makefile head/sysutils/rubygem-capistrano/distinfo Modified: head/sysutils/rubygem-capistrano/Makefile ============================================================================== --- head/sysutils/rubygem-capistrano/Makefile Sun Dec 18 15:23:20 2016 (r428866) +++ head/sysutils/rubygem-capistrano/Makefile Sun Dec 18 15:23:25 2016 (r428867) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= capistrano -PORTVERSION= 3.6.1 +PORTVERSION= 3.7.1 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-capistrano/distinfo ============================================================================== --- head/sysutils/rubygem-capistrano/distinfo Sun Dec 18 15:23:20 2016 (r428866) +++ head/sysutils/rubygem-capistrano/distinfo Sun Dec 18 15:23:25 2016 (r428867) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480762267 -SHA256 (rubygem/capistrano-3.6.1.gem) = b052341ed44a06d03c9043aa2b79d390b691bc4473c8e933c07544f592698e6c -SIZE (rubygem/capistrano-3.6.1.gem) = 68096 +TIMESTAMP = 1482043020 +SHA256 (rubygem/capistrano-3.7.1.gem) = 4dd6429a5a6f6a4a9be8bb0d22cd0932225f2d8900e2232c7c63a49c0bd82bf0 +SIZE (rubygem/capistrano-3.7.1.gem) = 73728 From owner-svn-ports-head@freebsd.org Sun Dec 18 15:25: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 A10EBC86A5A; Sun, 18 Dec 2016 15:25: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 61E7A12E3; Sun, 18 Dec 2016 15:25: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 uBIFP4a2033802; Sun, 18 Dec 2016 15:25:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFP4tS033800; Sun, 18 Dec 2016 15:25:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181525.uBIFP4tS033800@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, 18 Dec 2016 15:25:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428868 - in head/biology: . p5-BioPerl p5-bioperl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 15:25:05 -0000 Author: sunpoet Date: Sun Dec 18 15:25:04 2016 New Revision: 428868 URL: https://svnweb.freebsd.org/changeset/ports/428868 Log: - Move biology/p5-bioperl to biology/p5-BioPerl - Sort *_DEPENDS - Bump PORTREVISION for dependent ports Added: head/biology/p5-BioPerl/ - copied from r428867, head/biology/p5-bioperl/ Deleted: head/biology/p5-bioperl/ Modified: head/biology/Makefile head/biology/p5-BioPerl/Makefile Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Sun Dec 18 15:23:25 2016 (r428867) +++ head/biology/Makefile Sun Dec 18 15:25:04 2016 (r428868) @@ -67,7 +67,7 @@ SUBDIR += p5-Bio-NEXUS SUBDIR += p5-Bio-Phylo SUBDIR += p5-Bio-SCF - SUBDIR += p5-bioperl + SUBDIR += p5-BioPerl SUBDIR += p5-bioperl-run SUBDIR += p5-transdecoder SUBDIR += paml Modified: head/biology/p5-BioPerl/Makefile ============================================================================== --- head/biology/p5-bioperl/Makefile Sun Dec 18 15:23:25 2016 (r428867) +++ head/biology/p5-BioPerl/Makefile Sun Dec 18 15:25:04 2016 (r428868) @@ -1,14 +1,13 @@ # Created by: Johann Visagie # $FreeBSD$ -PORTNAME= bioperl +PORTNAME= BioPerl PORTVERSION= 1.6.924 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= biology perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CJFIELDS PKGNAMEPREFIX= p5- -DISTNAME= BioPerl-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Collection of Perl modules for bioinformatics @@ -21,8 +20,8 @@ BUILD_DEPENDS= p5-Algorithm-Munkres>=0:m p5-Class-AutoClass>=0:devel/p5-Class-AutoClass \ p5-Clone>=0:devel/p5-Clone \ p5-Convert-Binary-C>=0:converters/p5-Convert-Binary-C \ - p5-Data-Stag>=0:devel/p5-Data-Stag \ p5-DBD-mysql>=0:databases/p5-DBD-mysql \ + p5-Data-Stag>=0:devel/p5-Data-Stag \ p5-Error>=0:lang/p5-Error \ p5-GD>=0:graphics/p5-GD \ p5-GD-SVG>=0:graphics/p5-GD-SVG \ @@ -30,16 +29,16 @@ BUILD_DEPENDS= p5-Algorithm-Munkres>=0:m p5-GraphViz>=0:graphics/p5-GraphViz \ p5-HTML-Parser>=0:www/p5-HTML-Parser \ p5-HTML-TableExtract>=2:www/p5-HTML-TableExtract \ - p5-IO-stringy>=0:devel/p5-IO-stringy \ p5-IO-String>=0:devel/p5-IO-String \ + p5-IO-stringy>=0:devel/p5-IO-stringy \ p5-Math-Random>=0:math/p5-Math-Random \ p5-PostScript>=0:print/p5-PostScript \ p5-SOAP-Lite>=0:net/p5-SOAP-Lite \ + p5-SVG>=0:textproc/p5-SVG \ + p5-SVG-Graph>=0:graphics/p5-SVG-Graph \ p5-Set-Scalar>=0:devel/p5-Set-Scalar \ p5-Sort-Naturally>=1:textproc/p5-Sort-Naturally \ p5-Spreadsheet-ParseExcel>=0:textproc/p5-Spreadsheet-ParseExcel \ - p5-SVG>=0:textproc/p5-SVG \ - p5-SVG-Graph>=0:graphics/p5-SVG-Graph \ p5-Test-Most>=0:devel/p5-Test-Most \ p5-Text-Shellwords>=0:textproc/p5-Text-Shellwords \ p5-Text-Tabs+Wrap>=0:textproc/p5-Text-Tabs+Wrap \ @@ -56,7 +55,6 @@ BUILD_DEPENDS= p5-Algorithm-Munkres>=0:m p5-YAML>=0:textproc/p5-YAML \ p5-libwww>=0:www/p5-libwww \ p5-libxml>=0:textproc/p5-libxml - RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 From owner-svn-ports-head@freebsd.org Sun Dec 18 15:25: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 3E02AC86A97; Sun, 18 Dec 2016 15:25: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 0D3E91329; Sun, 18 Dec 2016 15:25: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 uBIFPE08033905; Sun, 18 Dec 2016 15:25:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFPEbo033904; Sun, 18 Dec 2016 15:25:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181525.uBIFPEbo033904@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, 18 Dec 2016 15:25:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428869 - head/biology/p5-Bio-ASN1-EntrezGene X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 15:25:15 -0000 Author: sunpoet Date: Sun Dec 18 15:25:13 2016 New Revision: 428869 URL: https://svnweb.freebsd.org/changeset/ports/428869 Log: - Add LICENSE - Add NO_ARCH - Bump PORTREVISION for biology/p5-bioperl renaming Modified: head/biology/p5-Bio-ASN1-EntrezGene/Makefile Modified: head/biology/p5-Bio-ASN1-EntrezGene/Makefile ============================================================================== --- head/biology/p5-Bio-ASN1-EntrezGene/Makefile Sun Dec 18 15:25:04 2016 (r428868) +++ head/biology/p5-Bio-ASN1-EntrezGene/Makefile Sun Dec 18 15:25:13 2016 (r428869) @@ -3,6 +3,7 @@ PORTNAME= Bio-ASN1-EntrezGene PORTVERSION= 1.72 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= biology perl5 MASTER_SITES= CPAN @@ -11,9 +12,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Regular expression-based Perl Parser for NCBI Entrez Gene -BUILD_DEPENDS= p5-bioperl>=0:biology/p5-bioperl +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-BioPerl>=0:biology/p5-BioPerl RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Sun Dec 18 15:25: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 993B3C86AC2; Sun, 18 Dec 2016 15:25: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 4D59A138E; Sun, 18 Dec 2016 15:25: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 uBIFPIEd034006; Sun, 18 Dec 2016 15:25:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFPIqu034005; Sun, 18 Dec 2016 15:25:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181525.uBIFPIqu034005@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, 18 Dec 2016 15:25:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428870 - head/biology/p5-Bio-Das X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 18 Dec 2016 15:25:19 -0000 Author: sunpoet Date: Sun Dec 18 15:25:18 2016 New Revision: 428870 URL: https://svnweb.freebsd.org/changeset/ports/428870 Log: - Add LICENSE - Add NO_ARCH - Sort *_DEPENDS - Bump PORTREVISION for biology/p5-bioperl renaming Modified: head/biology/p5-Bio-Das/Makefile Modified: head/biology/p5-Bio-Das/Makefile ============================================================================== --- head/biology/p5-Bio-Das/Makefile Sun Dec 18 15:25:13 2016 (r428869) +++ head/biology/p5-Bio-Das/Makefile Sun Dec 18 15:25:18 2016 (r428870) @@ -3,7 +3,7 @@ PORTNAME= Bio-Das PORTVERSION= 1.17 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= biology perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Client-side library for Distributed Genome Annotation System -RUN_DEPENDS= p5-HTML-Parser>=3:www/p5-HTML-Parser \ - p5-bioperl>=0:biology/p5-bioperl \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-BioPerl>=0:biology/p5-BioPerl \ + p5-HTML-Parser>=3:www/p5-HTML-Parser \ p5-libwww>=5:www/p5-libwww -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Sun Dec 18 15:25: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 EBA15C86AF2; Sun, 18 Dec 2016 15:25: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 B8385140F; Sun, 18 Dec 2016 15:25: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 uBIFPMU6034108; Sun, 18 Dec 2016 15:25:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFPMYe034107; Sun, 18 Dec 2016 15:25:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181525.uBIFPMYe034107@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, 18 Dec 2016 15:25:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428871 - head/biology/p5-Bio-Phylo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/pla